summaryrefslogtreecommitdiff
path: root/Src/math.c
AgeCommit message (Collapse)AuthorFilesLines
2006-09-1022684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson1-1/+1
2006-07-2622558: declaration after statementPeter Stephenson1-1/+1
2006-07-1022544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson1-4/+5
POSIX_IDENTIFIERS option to control allowability of multibyte alphanumeric characters in parameter and module names.
2006-06-3022529: multibyte conversion in math expressionsPeter Stephenson1-2/+14
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-25/+22
2006-04-1922416, tweaked: math functions via shell functionsPeter Stephenson1-12/+52
unposted: add styles to pick-web-browser
2004-11-2920592: Debian bug#283358: $((##)) failed erraticallyPeter Stephenson1-0/+4
2004-08-1620251: integer conversion truncationPeter Stephenson1-48/+72
20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1
2004-05-1319941: fix (( 3, ))Peter Stephenson1-2/+2
2003-08-1118938: Export some data symbols.Peter Stephenson1-1/+1
2003-03-1018330: save output of setlocale as the pointer it returns gets clobberedOliver Kiddle1-2/+2
2002-12-1818015: empty math parse acts like zeroPeter Stephenson1-1/+4
2002-10-30Got rid of a gcc-3.2 compiler warning.Wayne Davison1-1/+2
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-1/+1
2002-05-1717175: Src/math.c: didn't handle parameters before a ternary expressionPeter Stephenson1-0/+2
properly.
2002-04-2517046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson1-2/+3
swallowing up too many characters.
2002-01-1416448: math assignment bug introduced by 15291, 15292Peter Stephenson1-1/+5
2001-07-08Don't always coerce to float when assigning to an unset parameter.Bart Schaefer1-1/+2
2001-07-0615291, 15292: fix bug setting scalar in math modePeter Stephenson1-15/+42
2001-04-20Parameter repairs, mostly for subscripting.Bart Schaefer1-0/+1
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky1-0/+2
signal handlers are only executed when it is safe to run them (13365)
2000-09-0412741: outputradix was stomped on by nested mathevalPeter Stephenson1-1/+3
2000-09-0212722: [##base] for output base selection without a base prefixAndrew Main1-12/+25
2000-05-1911467: [#<base>] syntax for output basePeter Stephenson1-3/+16
zsh-users/3071: compdump tweak to avoid // in path
2000-05-1511387: OCTAL_ZEROES optionClint Adams1-1/+2
2000-05-1511385: parse 0[0-9]+ as octal in arithmetic expressionsClint Adams1-0/+4
2000-04-30AIX dependency fixesOliver Kiddle1-339/+533
1999-04-15Initial revisionTanaka Akira1-0/+883