Tilghman Lesher
|
235ff981d9
Allow the REALTIME() function to report errors back to the caller.
|
12 år sedan |
Russell Bryant
|
2f07938991
Multiple revisions 360356-360357
|
13 år sedan |
Tilghman Lesher
|
f27ab5ec8c
Merged revisions 293197 via svnmerge from
|
14 år sedan |
Steve Murphy
|
2852e49fd9
Merged revisions 179807 via svnmerge from
|
16 år sedan |
Steve Murphy
|
4932a07f65
This patch allows null args in ast_expr2 func calls, and fixes commas being converted to pipes, which was 1.4 type stuff.
|
16 år sedan |
Tilghman Lesher
|
e56baa5ede
That was weird...
|
16 år sedan |
Tilghman Lesher
|
63d1a5aeff
Merged revisions 166953 via svnmerge from
|
16 år sedan |
Steve Murphy
|
9e25295f70
(closes issue #12467)
|
17 år sedan |
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 år sedan |
Tilghman Lesher
|
72309f17d6
Simplify some preprocessor logic by using #elif
|
17 år sedan |
Tilghman Lesher
|
9b1d345549
Fixes for FreeBSD... testing for every conceivable math function now
|
17 år sedan |
Tilghman Lesher
|
b298788098
Check for the presence of trunc and round, and make the ISOC99 detection a little more sane (closes issue #10776)
|
17 år sedan |
Tilghman Lesher
|
0ad37614e6
Restore EXP2 and LOG2 functions, by providing mathematical identify functions, when the underlying C functions are not available.
|
17 år sedan |
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.
|
17 år sedan |
Steve Murphy
|
8013c3f89a
Merged revisions 72933 via svnmerge from
|
17 år sedan |
Kevin P. Fleming
|
90db3f33ab
merge new_loader_completion branch, including (at least):
|
18 år sedan |