aboutsummaryrefslogtreecommitdiffstats
path: root/utils/ael_main.c
AgeCommit message (Expand)AuthorFilesLines
2007-10-26closes issue #11086 where a user complains that references to following conte...murf1-0/+16
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-5/+5
2007-08-24Tweak the formatting of this MODULEINFO block. I think this would have causedrussell1-2/+2
2007-08-24This change addresses JerJer's complaint that aelparse builds and installs ev...murf1-0/+4
2007-08-13This patch fixes bug 10411. I added a new regression test, some regression te...murf1-0/+11
2007-03-02I almost had comma escapes right, but 9184 points out the problem-- the escap...murf1-0/+34
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf1-3/+0
2006-12-18remove some now-unnecessary explicit includes of autoconfig.hkpfleming1-2/+0
2006-10-24In muted.c, check the return value of strdup. In ael_main.c, check the returnrussell1-6/+10
2006-08-28My apologies, I missed the compiler warning in a previous commit for the ael_...murf1-1/+1
2006-08-25Changes to fix all problems reported in 7804 are included here.murf1-1/+20
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-1/+3
2006-08-11added a -q for quiet, option to aelparsemurf1-19/+30
2006-08-09This commit adds the enhancemnt per bug 7606, addingmurf1-33/+266
2006-06-10don't redefine PATH_MAXrussell1-2/+0
2006-06-10convert a few more uses of AST_CONFIG_MAX_PATH to use PATH_MAXrussell1-3/+3
2006-06-07move autoconfig.h to the include/asterisk directory so it will get installedkpfleming1-1/+1
2006-06-07simplify autoconfig include mechanism (make tholo happy he can use lint again...kpfleming1-0/+2
2006-05-20fix the build of func_realtime and aelparse with MTX_PROFILE enabledrussell1-3/+8
2006-05-02The build of aelparse was still broken in some cases, so instead of having to russell1-48/+0
2006-05-01add missing functions - see the comment in the file explainingrizzo1-0/+39
2006-05-01make sure non-inlined versions of ast_copy_string and _ast_calloc are availablerussell1-12/+10
2006-04-27uncomment some functions in the flex code that were actuallyrizzo1-7/+5
2006-04-24Merge Steve Murphy's (murf) complete re-implementation of AEL, which is now n...kpfleming1-0/+264