about summary refs log tree commit diff
path: root/Src/params.c
Commit message (Expand)AuthorAgeFilesLines
* 20605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson2004-12-071-150/+273
* users/8219: add $HISTCMDPeter Stephenson2004-11-161-0/+1
* - Call saveandpophiststack() with its new writeflags arg.Wayne Davison2004-10-011-1/+2
* Silence unused-parameter warnings from the compiler.Wayne Davison2004-10-011-2/+2
* 20391: SHLVL wasn't updated in environmentPeter Stephenson2004-09-201-2/+2
* 20378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson2004-09-171-1/+1
* 20331: Use internal zlong variables for consistencyPeter Stephenson2004-09-091-5/+22
* 20141: Crash restoring exported special parametersPeter Stephenson2004-07-071-38/+43
* 20076, 20084: { ... } always { ... } syntax.Peter Stephenson2004-06-221-0/+2
* Marked unused parameters with the new UNUSED() macro.Wayne Davison2004-06-021-42/+42
* - Added missing struct initializers to two last-in-list values.Wayne Davison2004-05-281-5/+7
* Added a call to saveandpophiststack(0) to endparamscope() to enableWayne Davison2004-05-211-0/+1
* 19971: Fix environment nastiness in zexecve()Peter Stephenson2004-05-211-1/+2
* 19712, 19740: allow assigning to associations with i and r subscript flagsOliver Kiddle2004-04-061-1/+8
* 19707: negative index into arrays should return scalar and not one element arrayOliver Kiddle2004-03-301-1/+2
* unposted: make 19655 a bit saferPeter Stephenson2004-03-181-0/+1
* 19655, 19656, 19657: Memory leaks spotted by valgrind.Peter Stephenson2004-03-181-0/+1
* 19552: missing mod_exportPeter Stephenson2004-03-081-1/+1
* 19374: fix typo in 19361Peter Stephenson2004-01-151-1/+1
* 19361: Memory leaksPeter Stephenson2004-01-121-4/+15
* a la 19209: zcalloc -> zshcallocPeter Stephenson2003-10-291-3/+3
* 19129: extra argument to typeset -T gives character for joining arrayPeter Stephenson2003-09-241-8/+71
* 18982: comments/rant for paramsubst()Peter Stephenson2003-08-301-1/+10
* 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
* - 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