Jason Parker
|
a9b0d4693c
Merged revisions 236713 via svnmerge from
|
15 years ago |
Steve Murphy
|
3eafbed6c1
Merged revisions 179973 via svnmerge from
|
16 years ago |
Steve Murphy
|
a2996fa247
Merged revisions 168737 via svnmerge from
|
16 years ago |
Kevin P. Fleming
|
7d929fcb69
Merged revisions 144949-144951 via svnmerge from
|
16 years ago |
Steve Murphy
|
e1a8e6a0f5
Terry found this problem with running the expr2 parser on OSX. Make the #defines come out the same between the parser & lexer.
|
17 years ago |
Steve Murphy
|
7820acad74
closes issue #11045 - each file needs to define ASTERISK_FILE_VERSION, if you are going to set MTX_PROFILE in the compiler flags; the problem was that the fixes were getting made to the generated .c file, and erased the next time someone regenerated that file from the corresponding .y or .flex file. Moral of story: keep your eyes open and make mods to the .y (or flex input file) and re-run bison (or flex) as the Makefile directs for that file, and then check in both. Also, res_config_sqlite was kinda missed, and has the same issue.
|
17 years ago |
Tilghman Lesher
|
72309f17d6
Simplify some preprocessor logic by using #elif
|
17 years ago |
Tilghman Lesher
|
9b1d345549
Fixes for FreeBSD... testing for every conceivable math function now
|
17 years ago |
Tilghman Lesher
|
b298788098
Check for the presence of trunc and round, and make the ISOC99 detection a little more sane (closes issue #10776)
|
17 years ago |
Tilghman Lesher
|
0ad37614e6
Restore EXP2 and LOG2 functions, by providing mathematical identify functions, when the underlying C functions are not available.
|
18 years ago |
Steve Murphy
|
e915bee1d9
These changes fix 10145 and 10150, a prob with BSD and exp2/log2 not existing, as well as the bootstrap needing a small upgrade for openbsd. Many thanks to mvanbaak
|
18 years ago |
Russell Bryant
|
47f1b16d86
resolve a compiler warning so i can build in dev mode
|
18 years ago |
Steve Murphy
|
8ffa04fa2f
In regards to changes for 9508, expr2 system choking on floating point numbers, I'm adding this update to round out (no pun intended) and make this FP-capable version of the Expr2 stuff interoperate better with previous integer-only usage, by providing Functions syntax, with 20 builtin functions for floating pt to integer conversions, and some general floating point math routines that might commonly be used also. Along with this, I made it so if a function was not a builtin, it will try and find it in the ast_custom_function list, and if found, execute it and collect the results. Thus, you can call system functions like CDR(), CHANNEL(), etc, from within $\[..\] exprs, without having to wrap them in $\{...\} (curly brace) notation. Did a valgrind on the standalone and made sure there's no mem leaks. Looks good. Updated the docs, too.
|
18 years ago |
Steve Murphy
|
8013c3f89a
Merged revisions 72933 via svnmerge from
|
18 years ago |
Steve Murphy
|
aaac9cdaf5
Jason is having problems with the inclusion of <err.h>; it appears to be unnecessary for sucessful builds, so I either removed or commented out the inclusions from all the AEL related code. New outputs from bison/flex are included, etc.
|
18 years ago |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 years ago |