about summary refs log tree commit diff
path: root/Src/math.c
Commit message (Collapse)AuthorAgeFilesLines
* 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