about summary refs log tree commit diff
path: root/Src/params.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* 11867: restrict typeset -H applicationPeter Stephenson2000-06-121-1/+2
* 11838: typeset -HPeter Stephenson2000-06-091-1/+1
* AIX dependency fixOliver Kiddle2000-06-051-1/+1
* Changed the array "len" to be "end" -- a 1-relative index of the lastWayne Davison2000-06-021-65/+68
* Finish the job started in my last patch.Wayne Davison2000-06-011-1/+1
* Made $array[0,0] work just like $array[0].Wayne Davison2000-06-011-4/+4
* 11696: local readonly specials bugs fixesPeter Stephenson2000-05-311-11/+23
* Wayne: pattern.c unitialised varPeter Stephenson2000-05-311-104/+114
* add -[ak] options to compadd (11533)Sven Wischnowsky2000-05-231-0/+15
* 11467: [#<base>] syntax for output basePeter Stephenson2000-05-191-5/+8
* Remove return value from uniqarray which caused a compile error on IRIXOliver Kiddle2000-05-101-1/+1
* 11314: fix for typeset -U not updating value in environmentPeter Stephenson2000-05-101-5/+2
* renamed parameters for menu selection to MENUSELECT, MENUPROMPT and MENUSCROL...Sven Wischnowsky2000-04-271-1/+1
* scrolling in completion lists and menu-selection, version1Sven Wischnowsky2000-04-171-1/+1
* 10743: fix replenv() of imported special parametersPeter Stephenson2000-04-131-1/+5
* 10738: pws: local parameters can be exportedPeter Stephenson2000-04-131-20/+51
* keep association elements from being exportedSven Wischnowsky2000-04-041-3/+6
* Updated from list as far as 10376Peter Stephenson2000-04-011-416/+1402
* Initial revisionTanaka Akira1999-04-151-0/+2191