about summary refs log tree commit diff
path: root/Src/params.c
Commit message (Collapse)AuthorAgeFilesLines
* 18435: unsetting readonly returned status 0Peter Stephenson2003-04-041-4/+6
|
* 18337: use C locale when converting floats to scalars to avoid problems inOliver Kiddle2003-03-111-2/+11
| | | | locales where `,' is the decimal separator
* - Use floatsecondsgetfn() and floatsecondssetfn() inside the int* versionWayne Davison2002-10-311-18/+25
| | | | | | | | of the functions (for improved accuracy). - Added getrawseconds() and setrawsecodns() to allow the code to save and restore the actual start time of the $SECONDS variable. - Changed the code that was adding in the child's elapsed time into the parent $SECONDS variable to just restore the raw time.
* 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
| | | | to stop it looking like an integer
* 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 ↵Sven Wischnowsky2001-05-311-1/+3
| | | | array accesses, plus some defensive programming for heap allocated param structs (14605)
* 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 ↵Sven Wischnowsky2001-04-051-2/+4
| | | | ($a[x,(r)..]) (13907)
* 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
| | | | | Zsh tried to free unallocated memory when importing colon arrays. Removed redundant replenv().
* remove 13108 (trap queues); replace with signal queueing to ensure that user ↵Sven Wischnowsky2001-01-161-12/+38
| | | | signal handlers are only executed when it is safe to run them (13365)
* 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
|