boxes/src
2021-08-28 15:08:44 +02:00
..
misc Remove some compile warnings on current MinGW 2019-03-29 18:29:20 +01:00
boxes.c Extract smaller functions from the main() function #78 2021-04-17 15:31:08 +02:00
boxes.in.h Fix bug with :global: parent resolution 2021-06-16 20:52:36 +02:00
cmdline.c Extract tag query functionality into its own, new 'query' module #78 2021-04-17 15:31:04 +02:00
cmdline.h Extract command line parsing functionality into its own, new 'cmdline' module #78 2021-04-17 15:30:26 +02:00
config.h Add some defines for compilation on Windows 2021-04-06 22:13:38 +02:00
discovery.c Fix bug with :global: parent resolution 2021-06-16 20:52:36 +02:00
discovery.h Add global_only argument to discover_config_file() 2021-03-19 16:41:36 +01:00
generate.c Rename anz_lines field in input_t to num_lines #78 2021-04-17 15:30:56 +02:00
generate.h Update copyright statements in source files with current year 2021-02-15 21:10:54 +01:00
input.c Rename anz_lines field in input_t to num_lines #78 2021-04-17 15:30:56 +02:00
input.h Extract reading of input lines into its own, new 'input' module #78 2021-04-17 15:30:51 +02:00
lexer.l Refactor lexer and parser for maintainability 2021-06-13 22:34:53 +02:00
list.c Extract tag query functionality into its own, new 'query' module #78 2021-04-17 15:31:04 +02:00
list.h Extract list_designs functionality into its own, new 'list' module #78 2021-04-17 15:30:37 +02:00
Makefile Remove preproc troubleshooting file parser.p #82 2021-04-27 10:39:13 +02:00
parsecode.c Refactor lexer and parser for maintainability 2021-06-13 22:34:53 +02:00
parsecode.h Refactor lexer and parser for maintainability 2021-06-13 22:34:53 +02:00
parser.y Refactor lexer and parser for maintainability 2021-06-13 22:34:53 +02:00
parsing.c Refactor lexer and parser for maintainability 2021-06-13 22:34:53 +02:00
parsing.h Extract parser.y's C code into new parsecode module 2021-04-11 20:27:17 +02:00
query.c Extract tag query functionality into its own, new 'query' module #78 2021-04-17 15:31:04 +02:00
query.h Extract tag query functionality into its own, new 'query' module #78 2021-04-17 15:31:04 +02:00
regulex.c Fix length argument to pcre2_substitute() 2021-02-15 21:10:57 +01:00
regulex.h Update copyright statements in source files with current year 2021-02-15 21:10:54 +01:00
remove.c Rename global variable anz_designs to num_designs #78 2021-04-17 15:31:00 +02:00
remove.h Update copyright statements in source files with current year 2021-02-15 21:10:54 +01:00
shape.c Count tab as whitespace in "empty shape" check #92 2021-08-28 15:08:44 +02:00
shape.h Rename ANZ_* constants in shape.h to NUM_* #78 2021-04-17 15:30:42 +02:00
tools.c Tag 'none' is not allowed 2021-06-13 22:35:39 +02:00
tools.h Extract reading of input lines into its own, new 'input' module #78 2021-04-17 15:30:51 +02:00
unicode.c Add \E( as a possible start of an escape sequence 2021-02-15 21:10:57 +01:00
unicode.h Update copyright statements in source files with current year 2021-02-15 21:10:54 +01:00