summaryrefslogtreecommitdiff
path: root/Src/params.c
AgeCommit message (Expand)AuthorFilesLines
2005-08-0821575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson1-7/+20
2005-07-24The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknownWayne Davison1-1/+1
2005-04-08 * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams1-0/+1
2005-03-1020959: fix crash unloading zsh/parameter and test the fixPeter Stephenson1-1/+6
2005-01-21Got rid of "unused parameter" compiler warning for nullsethashfn().Wayne Davison1-1/+1
2005-01-14c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson1-1/+1
2004-12-0720605: Use separate structure with get/set/unset methods fro parameters.Peter Stephenson1-150/+273
2004-11-16users/8219: add $HISTCMDPeter Stephenson1-0/+1
2004-10-01- Call saveandpophiststack() with its new writeflags arg.Wayne Davison1-1/+2
2004-10-01Silence unused-parameter warnings from the compiler.Wayne Davison1-2/+2
2004-09-2020391: SHLVL wasn't updated in environmentPeter Stephenson1-2/+2
2004-09-1720378: Matthias B.: fix bugs joining with metafied chars.Peter Stephenson1-1/+1
2004-09-0920331: Use internal zlong variables for consistencyPeter Stephenson1-5/+22
2004-07-0720141: Crash restoring exported special parametersPeter Stephenson1-38/+43
2004-06-2220076, 20084: { ... } always { ... } syntax.Peter Stephenson1-0/+2
2004-06-02Marked unused parameters with the new UNUSED() macro.Wayne Davison1-42/+42
2004-05-28- Added missing struct initializers to two last-in-list values.Wayne Davison1-5/+7
2004-05-21Added a call to saveandpophiststack(0) to endparamscope() to enableWayne Davison1-0/+1
2004-05-2119971: Fix environment nastiness in zexecve()Peter Stephenson1-1/+2
2004-04-0619712, 19740: allow assigning to associations with i and r subscript flagsOliver Kiddle1-1/+8
2004-03-3019707: negative index into arrays should return scalar and not one element arrayOliver Kiddle1-1/+2
2004-03-18unposted: make 19655 a bit saferPeter Stephenson1-0/+1
2004-03-1819655, 19656, 19657: Memory leaks spotted by valgrind.Peter Stephenson1-0/+1
2004-03-0819552: missing mod_exportPeter Stephenson1-1/+1
2004-01-1519374: fix typo in 19361Peter Stephenson1-1/+1
2004-01-1219361: Memory leaksPeter Stephenson1-4/+15
2003-10-29a la 19209: zcalloc -> zshcallocPeter Stephenson1-3/+3
2003-09-2419129: extra argument to typeset -T gives character for joining arrayPeter Stephenson1-8/+71
2003-08-3018982: comments/rant for paramsubst()Peter Stephenson1-1/+10
2003-04-0418435: unsetting readonly returned status 0Peter Stephenson1-4/+6
2003-03-1118337: use C locale when converting floats to scalars to avoid problems inOliver Kiddle1-2/+11
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