aboutsummaryrefslogtreecommitdiffstats
path: root/main/ast_expr2f.c
AgeCommit message (Expand)AuthorFilesLines
2010-02-08Remove reference of documentation in source directory.qwell1-1/+1
2009-03-03These changes allow AEL to better check ${} constructs within $[...], that ar...murf1-71/+81
2009-02-25This patch completes the fixes nec. to make 1.4 asterisk dialplan expressions...murf1-73/+78
2009-02-19This patch fixes a problem with 8-bit input to the ast_expr2 scanner.murf1-1016/+194
2008-11-01fix a bunch of potential problems found by gcc 4.3.x, primarily bare strings ...kpfleming1-175/+1046
2008-09-27improve header inclusion process in a few small ways:kpfleming1-1/+1
2008-01-10This is a fix for 2 things: a problem Terry was having in OSX with null point...murf1-1022/+203
2007-10-23This should get rid of a really, really irritating warning generated by some ...murf1-153/+138
2007-09-21gcc 4.2 has a new set of warnings dealing with cosnt pointers. This set ofrussell1-4/+4
2007-07-09Doxygen formatting fixes; fixes errors while 'make progdocs'. (Closes issue ...tilghman1-71/+90
2007-07-03Removing expr floating patch from 1.4; too much of a behavior change. If you ...murf1-213/+162
2007-07-02support for floating point numbers added to ast_expr2 $\[...\] exprs. Fixes b...murf1-167/+224
2007-03-26A fix for the flex input files, DONT_COMPILE, and STANDALONE_AELmurf1-1/+1
2007-01-02This is a slight modification to Josh's edits for #8579; both files edited we...murf1-3/+3
2006-12-28removed <err.h> as in trunk from the ael stuff. Also, threw in a minor fix to...murf1-83/+71
2006-12-27ast_copy_string is not available when LOW_MEMORY is used and things are being...file1-3/+3
2006-10-30Issue #8246 - Doxygen fixes from kshumard. oej1-3/+3
2006-08-21merge new_loader_completion branch, including (at least):kpfleming1-0/+3299