Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-07-11 | Minor code cleanup | Stephen Hemminger | |
1. Make local functions static 2. Use C standard for function with no-args versus old K&R style 3. Make some arguments const | |||
2010-07-28 | add new cstore library | An-Cheng Huang | |
2010-06-22 | add val_help mechanism | An-Cheng Huang | |
2010-05-31 | fix for bug 5649. Need to initialize val_types for value comparison to ↵ | Michael Larson | |
ERROR_TYPE | |||
2010-05-06 | additional fix | An-Cheng Huang | |
2010-05-06 | fix parsing error in node.def--seen with boolean default values. | Michael Larson | |
2010-04-22 | support for PARENT reference in priority statements. Example: | Michael Larson | |
priority: PARENT Means that this priority group will adopt the priority value of the parent. And the behavior on deletion of this priority root node will be deleted before the parent. On all other operations this node will be scheduled after the parent. This should fix problems in scheduling creation/deletion orders for priority groups so long as they are located within the same hierarchy. priority.pl has been updated as well. | |||
2009-11-05 | Allow inline comments in config template fields. | Bob Gilligan | |
Also change priority.pl script to display inline comments found in "priority:" fields if they are present. | |||
2008-04-10 | partial fix for bug 2181: add new template field "priority". | An-Cheng Huang | |
2008-02-06 | make parse error message more useful | An-Cheng Huang | |
2008-01-30 | allow certain operators in initial state | An-Cheng Huang | |
2008-01-30 | change variable reference marker from "$(" to "$VAR(". | An-Cheng Huang | |
2008-01-29 | allow non-txt values in initial state (for default). | An-Cheng Huang | |
2008-01-28 | * don't require backslash line-continuation in expressions. | An-Cheng Huang | |
* make comment terminate the previous field. * add standalone test. | |||
2008-01-28 | handle empty action | An-Cheng Huang | |
2008-01-28 | skip spaces immediately after field names | An-Cheng Huang | |
2008-01-24 | allow non-indented line continuation | An-Cheng Huang | |
2008-01-24 | add "official" support for "comp_help" and "allowed" in config template | An-Cheng Huang | |
parser (ignored by backend). | |||
2008-01-24 | rewrite lexical analyzer to support simplified templates. | An-Cheng Huang | |
2007-09-25 | initial import (from eureka /cli) plus new build system.upstream | An-Cheng Huang | |