aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/ael/ael.y
AgeCommit message (Expand)AuthorFilesLines
2009-04-20Properly handle @s within hints in AEL.seanbright1-0/+9
2009-02-18This patch fixes a regression of sorts that was introduced in murf1-12/+12
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-35/+89
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-12/+9
2007-10-24closes issue #11037 -- unable to specify app:spec in hint argumentsmurf1-0/+4
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-6/+6
2007-06-05this fixes bug 9883, wherein macros were not allowing the includes construct....murf1-0/+1
2007-05-03These mods fix bug 9623, where an '@' in the eswitch contents causes a syntax...murf1-1/+3
2006-10-04These changes fix the problems reported in bug 8090murf1-5/+11
2006-08-12This commit merges the contents of 7721, as it applied to the trunk version. ...murf1-3/+14
2006-08-07The contents of branch teams/murf/bug_7598 are being folded in here.murf1-20/+34
2006-07-19committing a fix for colons in goto arguments and suppressing operator messag...murf1-1/+1
2006-06-18merge changes from team/murf/AEL-trunk-fixesonlyrussell1-3/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-0/+6
2006-05-03more simplificationsrizzo1-18/+14
2006-05-03consistent rule for goto...rizzo1-1/+2
2006-05-03remove another useless nonterminalrizzo1-8/+3
2006-05-03remove a useless nonterminalrizzo1-9/+5
2006-05-03more simplificationsrizzo1-3/+2
2006-05-03remove more shift-reduce conflictsrizzo1-2/+1
2006-05-03remove a redundant rulerizzo1-14/+7
2006-05-03reduce shift/reduce warningsrizzo1-13/+9
2006-05-03simplify case_statementsrizzo1-12/+10
2006-05-03switch statement in one placerizzo1-8/+7
2006-05-03common syntax for context namerizzo1-5/+1
2006-05-02another instance of context namerizzo1-5/+1
2006-05-02fix a bug previously introduced in the handling of timespec.rizzo1-3/+3
2006-05-02simplify case statementsrizzo1-3/+2
2006-05-02one more instance of assignmentrizzo1-4/+1
2006-05-02global_statement is really an assignment statementrizzo1-15/+12
2006-05-02expressions used in if, while, switch are all of the same kindrizzo1-14/+21
2006-05-02macro statements can be emptyrizzo1-4/+2
2006-05-02empty arglists are validrizzo1-8/+2
2006-05-02rename the rule for context names properlyrizzo1-7/+6
2006-05-02simplify handling of 'include' listsrizzo1-9/+10
2006-05-02... and use a single rule for timespecrizzo1-23/+20
2006-05-02use a single rule to parse timeranges hh:mm-hh:mmrizzo1-46/+17
2006-05-02if/ifTime/random statements are all the same thingrizzo1-21/+8
2006-05-02includedname is just a regular word_or_default name,rizzo1-13/+8
2006-05-02remove useless 'extern' declarationrizzo1-1/+0
2006-05-02remove some unneeded local variables.rizzo1-13/+5
2006-05-02more usage of nword(). I think the references to sourcerizzo1-46/+24
2006-05-02more simplifications involving linku1rizzo1-28/+13
2006-05-02correct linku1() to handle the case tail = NULL correctly.rizzo1-14/+8
2006-05-02The build of aelparse was still broken in some cases, so instead of having to russell1-4/+3
2006-05-01fix dereferencing freed memoryrizzo1-4/+5
2006-04-30switch a couple of operands.rizzo1-1/+4