about summary refs log tree commit diff
path: root/Src/params.c
Commit message (Expand)AuthorAgeFilesLines
* - Use floatsecondsgetfn() and floatsecondssetfn() inside the int* versionWayne Davison2002-10-311-18/+25
* 17873: When restoring SECONDS after a function call, included elapsed time.Peter Stephenson2002-10-291-0/+17
* 17868: Allow $SECONDS to become floating point.Peter Stephenson2002-10-291-3/+53
* 17794: fix bugs with tied parametersOliver Kiddle2002-10-101-1/+14
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-051-4/+4
* 17334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson2002-06-201-29/+69
* Made SAVEHIST a special parameter.Wayne Davison2002-03-241-0/+20
* The minimum size of histsiz (aka HISTSIZE) should be 1, not 2.Wayne Davison2002-02-121-2/+2
* 16493: correct typosOliver Kiddle2002-01-311-7/+7
* 16492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle2002-01-311-2/+5
* 16423: append a `.' to converted floating point outputPeter Stephenson2002-01-101-0/+2
* 16364: further to 16351, except specials from having their value clearedOliver Kiddle2001-12-181-1/+4
* small fix to += code from 16353Oliver Kiddle2001-12-181-4/+4
* 16353: add += parameter assignmentsOliver Kiddle2001-12-171-8/+120
* fix bug in parameter unset code that caused seg fault (16351)Oliver Kiddle2001-12-171-1/+2
* ref 16347: tweaksClint Adams2001-12-171-1/+0
* 16345: (n) flag to remove duplicate array values during expansion.Clint Adams2001-12-161-0/+17
* 16201: introduce the PM_NAMEDDIR flagBart Schaefer2001-11-031-1/+5
* fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle2001-07-021-3/+3
* fix setting of individual positional parameters after 14915Peter Stephenson2001-06-151-6/+15
* $* and $@ are specialPeter Stephenson2001-06-141-2/+2
* fix two memory leaks (at least I hope they are fixed) and some out-of-bound a...Sven Wischnowsky2001-05-311-1/+3
* Added some array-assignment boundary checks.Wayne Davison2001-05-201-2/+7
* Fix, test and comment unsetting and resetting of special tied parametersPeter Stephenson2001-05-191-0/+6
* Fix re-set of integer special params after unset.Bart Schaefer2001-05-191-16/+11
* Use BDIGBUFSIZE in two other placesPeter Stephenson2001-05-011-2/+2
* BDIGBUFSIZE for binary conversions.Bart Schaefer2001-04-281-1/+1
* Subscripting optimization and error checking.Bart Schaefer2001-04-241-9/+16
* Fix subscripting bug with backslash-double-quote.Bart Schaefer2001-04-231-5/+6
* Fix bug in (kK) subscript flags.Bart Schaefer2001-04-221-9/+13
* 14065: decrease termcap/terminfo parameter fishinessClint Adams2001-04-221-1/+1
* More parameter/subscript cleanup.Bart Schaefer2001-04-211-11/+18
* Parameter repairs, mostly for subscripting.Bart Schaefer2001-04-201-37/+52
* indent fixSven Wischnowsky2001-04-061-1/+1
* test for unset in pipestatussetfn() (13917)Sven Wischnowsky2001-04-061-4/+8
* (13916)Sven Wischnowsky2001-04-061-2/+2
* fix for reverse subscripting of strings as second part of subscript ($a[x,(r)...Sven Wischnowsky2001-04-051-2/+4
* unposted: remove unused variable declarationClint Adams2001-02-141-1/+0
* 13370: avoid in-place modification of environments variables when importing.Andrey Borzenkov2001-01-191-46/+52
* remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky2001-01-161-12/+38
* ALL_EXPORT tweaks.Bart Schaefer2000-11-251-1/+13
* Fix 12722.Bart Schaefer2000-09-041-1/+3
* 12722: [##base] for output base selection without a base prefixAndrew Main2000-09-021-4/+5
* 12581: C_BASES optionPeter Stephenson2000-08-101-1/+6
* 12501: Andrej: use zgetenv, zputenvPeter Stephenson2000-08-031-32/+29
* 12411, 12419: Andrej: environment handling with fewer assumptionsPeter Stephenson2000-07-281-77/+136
* 12247: internal hostnam variable removed in favour of $HOSTPeter Stephenson2000-07-131-2/+6
* AIX dependency fixesOliver Kiddle2000-07-041-1/+1
* 12138: setting arrays in math contextPeter Stephenson2000-07-031-13/+29
* 12112: Don't make namedirs out of hash elements.Bart Schaefer2000-06-281-1/+3