aboutsummaryrefslogtreecommitdiffstats
path: root/pbx/pbx_ael.c
AgeCommit message (Expand)AuthorFilesLines
2006-10-14Made a small update to solve bug 8128; The switch-case fallthru goto to a pat...murf1-1/+27
2006-03-28fix the order in which for loops are expanded (issue #6810)russell1-1/+1
2005-12-21Bug 5777 - Remove parentheses on Goto in AEL, so that it parses correctlytilghman1-0/+5
2005-11-29git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@7221 f38db490-d61...kpfleming1-0/+0
2005-11-16issue #5761kpfleming1-1/+1
2005-11-13Never call load_module / unload_modulemarkster1-2/+2
2005-11-11issue #5354kpfleming1-5/+5
2005-11-10issue #5701kpfleming1-2/+1
2005-11-08issue #5648kpfleming1-1/+1
2005-10-26use ast_skip_blanks in pbx_aelrussell1-30/+27
2005-10-24Doxygen documentation update from oej (issue #5505)russell1-2/+2
2005-10-13Fix ael if, while, else (bug #5370)markster1-20/+86
2005-09-23move process_quotes_and_slashes to utils.c since it is used by both pbx_ael a...russell1-204/+21
2005-09-23Use Goto instead of GotoIf when jumping over the else block (issue #4660)russell1-1/+1
2005-09-14update MANY more files with proper copyright/license info (thanks Ian!)kpfleming1-5/+16
2005-09-02use matching char types for strings (issue #5106)kpfleming1-1/+1
2005-08-26work around parsing problem by using GotoIf() (issue #4876)kpfleming1-6/+6
2005-08-26ignore equals-signs inside parens (issue #5022)kpfleming1-1/+12
2005-08-03Fix AEL max character bug (bug #4837)markster1-1/+1
2005-07-15get rid of compiler warningrussell1-1/+1
2005-07-05don't force autofallthrough to on (bug #4599)kpfleming1-1/+0
2005-06-17Oopsmarkster1-2/+2
2005-06-17dueling commits, mark won!kpfleming1-3/+4
2005-06-17AEL minor fixes (bug #4539)markster1-1/+3
2005-06-16Add Asterisk Extension Language support (AEL) from Astricon talkmarkster1-0/+1376