aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael.tab.c
AgeCommit message (Expand)AuthorFilesLines
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-302/+369
2008-09-27improve header inclusion process in a few small ways:kpfleming1-0/+2
2007-10-26closes issue #11086 where a user complains that references to following conte...murf1-660/+673
2007-10-24closes issue #11037 -- unable to specify app:spec in hint argumentsmurf1-401/+411
2007-10-01closes issue #10777 -- by returning a null for the parse tree when there's re...murf1-1/+1
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-4/+4
2007-08-24backport of 80649, a fix to an unreported problem in the ael parser, that res...murf1-220/+213
2007-06-05this fixes bug 9883, wherein macros were not allowing the includes construct....murf1-230/+246
2007-05-03These mods fix bug 9623, where an '@' in the eswitch contents causes a syntax...murf1-241/+236
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf1-72/+85
2006-10-04These changes fix the problems reported in bug 8090murf1-139/+145
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