eda-tools/b2
Werner Almesberger 2334bd83f4 INV: add comment explaining what the fields mean 2012-11-11 17:50:45 -03:00
..
test b2/test/subesc: more tests; also for values; add explanation of escaping 2012-06-03 23:14:28 -03:00
CHAR b2/: add parameter conversion 2012-04-28 22:50:15 -03:00
CURR b2/: add currency database 2012-04-30 22:49:33 -03:00
HIERARCHY b2/: make top-level hierarchy item an action, not just a rule 2012-04-28 23:30:50 -03:00
INV INV: add comment explaining what the fields mean 2012-11-11 17:50:45 -03:00
Makefile b2/: simplified and corrected logic behind relop_redundant 2012-06-01 14:52:12 -03:00
PROVIDER b2/: add provider database (WIP) 2012-05-01 14:57:12 -03:00
SUBST b2/: for consistency, make "break/continue $" equivalent to "break/continue" 2012-05-22 15:57:55 -03:00
bitset.h b2/bitset.h: fix logic of bitset_empty 2012-04-28 22:49:40 -03:00
bom.c b2/bom.c (bom_subst): include input variables in the part's list of variables 2012-05-24 00:09:20 -03:00
bom.h b2/: add BOM dumping; dump processed BOM entries 2012-05-23 18:26:27 -03:00
boom.c b2/: add regular expression conversion debugging (option -R) 2012-06-03 10:10:47 -03:00
chr.c b2/: rename a bit too general "dump" to "dump_param" 2012-06-02 05:18:14 -03:00
chr.h separate dumping of hierchy rules from dumping of fields 2012-05-30 11:53:58 -03:00
comp.c b2/: rename "name" field in struct value to more generic "s", for better sharing 2012-05-21 14:44:33 -03:00
db.c b2/db.c: new function parts_dump to dump the whole parts database 2012-06-02 05:48:22 -03:00
db.h b2/db.c: new function parts_dump to dump the whole parts database 2012-06-02 05:48:22 -03:00
dump.c b2/: rename a bit too general "dump" to "dump_param" 2012-06-02 05:18:14 -03:00
eval.c b2/: introduce dimensionless values (field syntax: name=##) 2012-06-01 00:20:31 -03:00
extract-symbols b2/extract-symbols: don't strip leading / from directory 2012-05-24 00:20:56 -03:00
genredmap.pl b2/: simplified and corrected logic behind relop_redundant 2012-06-01 14:52:12 -03:00
lang.h b2/new function yywarn; make yyerror reuse yyerrorf 2012-05-31 15:35:27 -03:00
lang.l b2/new function yywarn; make yyerror reuse yyerrorf 2012-05-31 15:35:27 -03:00
lang.y b2/lang.y (parse_jump): improve diagnostic for code after end/ignore 2012-06-03 21:18:51 -03:00
param.c b2/param.c: new function merge_vars to merge prioritized lists of variables 2012-05-24 00:08:44 -03:00
param.h b2/: rename a bit too general "dump" to "dump_param" 2012-06-02 05:18:14 -03:00
relop.c b2/: simplified and corrected logic behind relop_redundant 2012-06-01 14:52:12 -03:00
relop.h b2/: simplified and corrected logic behind relop_redundant 2012-06-01 14:52:12 -03:00
subex.c b2/subex.c (compose): search "out" variables before "in" variables 2012-06-03 13:31:22 -03:00
subex.h b2/: move implicit initialization of FN, F1, ... to explicit function subex_init 2012-06-03 02:00:56 -03:00
subst.c b2/: handle attempts to break/continue (in substitutions) without a block 2012-06-03 20:54:08 -03:00
subst.h b2/: add "print VAR" command in substitutions (for debugging/tracing) 2012-06-03 13:15:31 -03:00
util.c b2/util.c: new function unique_n for strings limited by length and not NUL 2012-05-23 17:23:14 -03:00
util.h b2/util.c: new function unique_n for strings limited by length and not NUL 2012-05-23 17:23:14 -03:00
vstring.c b2/: move variable-length strings to vstring.[ch], for sharing 2012-05-20 20:54:07 -03:00
vstring.h b2/: move variable-length strings to vstring.[ch], for sharing 2012-05-20 20:54:07 -03:00