aboutsummaryrefslogtreecommitdiffstats
path: root/UPGRADE.txt
diff options
context:
space:
mode:
authormurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-11 18:11:44 +0000
committermurf <murf@f38db490-d61c-443f-a65b-d21fe96a405b>2007-07-11 18:11:44 +0000
commit7f5e9fa22568009adefa72b5072f51c8afc0968f (patch)
tree835b99fc589efbec601cd9fc7f2dc9bc9c1e2fe4 /UPGRADE.txt
parent141282ffbd4c549520476365e5b5b33d4b69e2a8 (diff)
further reversion of previously applied floating point stuff for expr2
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@74628 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'UPGRADE.txt')
-rw-r--r--UPGRADE.txt6
1 files changed, 0 insertions, 6 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index 48954e496..5be1a7f3c 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -101,12 +101,6 @@ PBX Core:
if your dialplan relies on the ability to 'run off the end' of an extension
and wait for a new extension without using WaitExten() to accomplish that,
you will need set autofallthrough to 'no' in your extensions.conf file.
-
-* The ast_expr2 stuff has been modified to handle floating-point numbers.
- Numbers of the format D.D are now acceptable input for the expr parser,
- Where D is a string of base-10 digits. All math is now done in "long double",
- if it is available on your compiler/architecture. This was half-way between
- a bug-fix (because the MATH func returns fp by default), and an enhancement.
Command Line Interface: