about summary refs log tree commit diff
path: root/Src/math.c
Commit message (Collapse)AuthorAgeFilesLines
* 23553: bit missed outPeter Stephenson2007-06-151-1/+12
|
* 23165: fix problems with bases: error if over 36 and don't interpret octalPeter Stephenson2007-02-121-9/+25
|
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-1/+1
|
* 22558: declaration after statementPeter Stephenson2006-07-261-1/+1
|
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-4/+5
| | | | | POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
* 22529: multibyte conversion in math expressionsPeter Stephenson2006-06-301-2/+14
|
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-25/+22
|
* 22416, tweaked: math functions via shell functionsPeter Stephenson2006-04-191-12/+52
| | | | unposted: add styles to pick-web-browser
* 20592: Debian bug#283358: $((##)) failed erraticallyPeter Stephenson2004-11-291-0/+4
|
* 20251: integer conversion truncationPeter Stephenson2004-08-161-48/+72
| | | | | | 20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1
* 19941: fix (( 3, ))Peter Stephenson2004-05-131-2/+2
|
* 18938: Export some data symbols.Peter Stephenson2003-08-111-1/+1
|
* 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
| | | | properly.
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2002-04-251-2/+3
| | | | swallowing up too many characters.
* 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
| | | | signal handlers are only executed when it is safe to run them (13365)
* 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
| | | | zsh-users/3071: compdump tweak to avoid // in path
* 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