about summary refs log tree commit diff
path: root/Src/math.c
Commit message (Expand)AuthorAgeFilesLines
* 18330: save output of setlocale as the pointer it returns gets clobberedOliver Kiddle2003-03-101-2/+2
* 18015: empty math parse acts like zeroPeter Stephenson2002-12-181-1/+4
* Got rid of a gcc-3.2 compiler warning.Wayne Davison2002-10-301-1/+2
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-1/+1
* 17175: Src/math.c: didn't handle parameters before a ternary expressionPeter Stephenson2002-05-171-0/+2
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2002-04-251-2/+3
* 16448: math assignment bug introduced by 15291, 15292Peter Stephenson2002-01-141-1/+5
* Don't always coerce to float when assigning to an unset parameter.Bart Schaefer2001-07-081-1/+2
* 15291, 15292: fix bug setting scalar in math modePeter Stephenson2001-07-061-15/+42
* Parameter repairs, mostly for subscripting.Bart Schaefer2001-04-201-0/+1
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-0/+2
* 12741: outputradix was stomped on by nested mathevalPeter Stephenson2000-09-041-1/+3
* 12722: [##base] for output base selection without a base prefixAndrew Main2000-09-021-12/+25
* 11467: [#<base>] syntax for output basePeter Stephenson2000-05-191-3/+16
* 11387: OCTAL_ZEROES optionClint Adams2000-05-151-1/+2
* 11385: parse 0[0-9]+ as octal in arithmetic expressionsClint Adams2000-05-151-0/+4
* AIX dependency fixesOliver Kiddle2000-04-301-339/+533
* Initial revisionTanaka Akira1999-04-151-0/+883