summaryrefslogtreecommitdiff
path: root/Src/params.c
AgeCommit message (Expand)AuthorFilesLines
2002-10-31- Use floatsecondsgetfn() and floatsecondssetfn() inside the int* versionWayne Davison1-18/+25
2002-10-2917873: When restoring SECONDS after a function call, included elapsed time.Peter Stephenson1-0/+17
2002-10-2917868: Allow $SECONDS to become floating point.Peter Stephenson1-3/+53
2002-10-1017794: fix bugs with tied parametersOliver Kiddle1-1/+14
2002-08-0517503: fix various typos and spelling mistakes in source code commentsOliver Kiddle1-4/+4
2002-06-2017334: TYPESET_SILENT shell option and typeset -p optionPeter Stephenson1-29/+69
2002-03-24Made SAVEHIST a special parameter.Wayne Davison1-0/+20
2002-02-12The minimum size of histsiz (aka HISTSIZE) should be 1, not 2.Wayne Davison1-2/+2
2002-01-3116493: correct typosOliver Kiddle1-7/+7
2002-01-3116492: add RPROMPT2 variable for right prompts in multi-line commandsOliver Kiddle1-2/+5
2002-01-1016423: append a `.' to converted floating point outputPeter Stephenson1-0/+2
2001-12-1816364: further to 16351, except specials from having their value clearedOliver Kiddle1-1/+4
2001-12-18small fix to += code from 16353Oliver Kiddle1-4/+4
2001-12-1716353: add += parameter assignmentsOliver Kiddle1-8/+120
2001-12-17fix bug in parameter unset code that caused seg fault (16351)Oliver Kiddle1-1/+2
2001-12-17ref 16347: tweaksClint Adams1-1/+0
2001-12-1616345: (n) flag to remove duplicate array values during expansion.Clint Adams1-0/+17
2001-11-0316201: introduce the PM_NAMEDDIR flagBart Schaefer1-1/+5
2001-07-02fix IRIX 5.3 specific compilation problems and some error messages (15204)Oliver Kiddle1-3/+3
2001-06-15fix setting of individual positional parameters after 14915Peter Stephenson1-6/+15
2001-06-14$* and $@ are specialPeter Stephenson1-2/+2
2001-05-31fix two memory leaks (at least I hope they are fixed) and some out-of-bound a...Sven Wischnowsky1-1/+3
2001-05-20Added some array-assignment boundary checks.Wayne Davison1-2/+7
2001-05-19Fix, test and comment unsetting and resetting of special tied parametersPeter Stephenson1-0/+6
2001-05-19Fix re-set of integer special params after unset.Bart Schaefer1-16/+11
2001-05-01Use BDIGBUFSIZE in two other placesPeter Stephenson1-2/+2
2001-04-28BDIGBUFSIZE for binary conversions.Bart Schaefer1-1/+1
2001-04-24Subscripting optimization and error checking.Bart Schaefer1-9/+16
2001-04-23Fix subscripting bug with backslash-double-quote.Bart Schaefer1-5/+6
2001-04-22Fix bug in (kK) subscript flags.Bart Schaefer1-9/+13
2001-04-2214065: decrease termcap/terminfo parameter fishinessClint Adams1-1/+1
2001-04-21More parameter/subscript cleanup.Bart Schaefer1-11/+18
2001-04-20Parameter repairs, mostly for subscripting.Bart Schaefer1-37/+52
2001-04-06indent fixSven Wischnowsky1-1/+1
2001-04-06test for unset in pipestatussetfn() (13917)Sven Wischnowsky1-4/+8
2001-04-06 (13916)Sven Wischnowsky1-2/+2
2001-04-05fix for reverse subscripting of strings as second part of subscript ($a[x,(r)...Sven Wischnowsky1-2/+4
2001-02-14unposted: remove unused variable declarationClint Adams1-1/+0
2001-01-1913370: avoid in-place modification of environments variables when importing.Andrey Borzenkov1-46/+52
2001-01-16remove 13108 (trap queues); replace with signal queueing to ensure that user ...Sven Wischnowsky1-12/+38
2000-11-25ALL_EXPORT tweaks.Bart Schaefer1-1/+13
2000-09-04Fix 12722.Bart Schaefer1-1/+3
2000-09-0212722: [##base] for output base selection without a base prefixAndrew Main1-4/+5
2000-08-1012581: C_BASES optionPeter Stephenson1-1/+6
2000-08-0312501: Andrej: use zgetenv, zputenvPeter Stephenson1-32/+29
2000-07-2812411, 12419: Andrej: environment handling with fewer assumptionsPeter Stephenson1-77/+136
2000-07-1312247: internal hostnam variable removed in favour of $HOSTPeter Stephenson1-2/+6
2000-07-04AIX dependency fixesOliver Kiddle1-1/+1
2000-07-0312138: setting arrays in math contextPeter Stephenson1-13/+29
2000-06-2812112: Don't make namedirs out of hash elements.Bart Schaefer1-1/+3