aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael.tab.c
AgeCommit message (Expand)AuthorFilesLines
2006-08-12This commit merges the contents of 7721, as it applied to the trunk version. ...murf1-417/+446
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.murf1-150/+164
2006-07-19committing a fix for colons in goto arguments and suppressing operator messag...murf1-319/+324
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell1-703/+861
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-0/+5
2006-05-03more simplificationsrizzo1-380/+377
2006-05-03consistent rule for goto...rizzo1-264/+262
2006-05-03remove another useless nonterminalrizzo1-601/+587
2006-05-03remove a useless nonterminalrizzo1-410/+394
2006-05-03more simplificationsrizzo1-216/+209
2006-05-03remove more shift-reduce conflictsrizzo1-205/+194
2006-05-03remove a redundant rulerizzo1-481/+452
2006-05-03reduce shift/reduce warningsrizzo1-560/+543
2006-05-03simplify case_statementsrizzo1-455/+436
2006-05-03switch statement in one placerizzo1-290/+293
2006-05-03common syntax for context namerizzo1-303/+291
2006-05-02another instance of context namerizzo1-304/+295
2006-05-02fix a bug previously introduced in the handling of timespec.rizzo1-3/+3
2006-05-02simplify case statementsrizzo1-304/+303
2006-05-02one more instance of assignmentrizzo1-448/+439
2006-05-02global_statement is really an assignment statementrizzo1-564/+551
2006-05-02expressions used in if, while, switch are all of the same kindrizzo1-603/+592
2006-05-02macro statements can be emptyrizzo1-556/+557
2006-05-02empty arglists are validrizzo1-604/+581
2006-05-02rename the rule for context names properlyrizzo1-21/+21
2006-05-02simplify handling of 'include' listsrizzo1-436/+431
2006-05-02... and use a single rule for timespecrizzo1-647/+649
2006-05-02use a single rule to parse timeranges hh:mm-hh:mmrizzo1-605/+552
2006-05-02if/ifTime/random statements are all the same thingrizzo1-635/+605
2006-05-02includedname is just a regular word_or_default name,rizzo1-471/+450
2006-05-02remove useless 'extern' declarationrizzo1-1/+0
2006-05-02remove some unneeded local variables.rizzo1-152/+144
2006-05-02more usage of nword(). I think the references to sourcerizzo1-185/+163
2006-05-02more simplifications involving linku1rizzo1-192/+178
2006-05-02correct linku1() to handle the case tail = NULL correctly.rizzo1-178/+172
2006-05-02The build of aelparse was still broken in some cases, so instead of having to russell1-261/+260
2006-05-01fix dereferencing freed memoryrizzo1-48/+49
2006-04-30switch a couple of operands.rizzo1-136/+136
2006-04-30more nword() usages, and mark some dubious places.rizzo1-90/+74
2006-04-30introduce a new frontend to npval for the very common caserizzo1-320/+302
2006-04-30another client for switchlist_blockrizzo1-256/+250
2006-04-30more merge of common blocks through intermediate rules.rizzo1-764/+784
2006-04-30make destroy_pval able to handle a NULL valuerizzo1-621/+619
2006-04-30remove some commented-out coderizzo1-149/+149
2006-04-30simplify updating the token position markersrizzo1-276/+273
2006-04-30more simplifications in the bison sources,rizzo1-838/+793
2006-04-28- fix miscalculation in column numbers when multiple tabsrizzo1-2/+5
2006-04-28last batch of npval -> npval2 changesrizzo1-152/+159
2006-04-28more npval -> npval2 changesrizzo1-14/+14
2006-04-28more npval -> npval2 conversionsrizzo1-33/+49