summaryrefslogtreecommitdiff
path: root/Src/params.c
AgeCommit message (Expand)AuthorFilesLines
2006-03-07Changed some structures to avoid gcc's type-punned warnings.Wayne Davison1-179/+179
2006-03-0622321: optimize 22318.Bart Schaefer1-14/+15
2006-02-1922284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...Clint Adams1-1/+1
2006-02-0722198: do always set HOME in native emulationPeter Stephenson1-0/+11
2006-02-0622195: don't set HOME in the shellPeter Stephenson1-4/+1
2005-11-07users/9638: tweaks for FCEDIT etc.Peter Stephenson1-1/+0
2005-11-0221974: memory leak with tied parametersPeter Stephenson1-1/+6
2005-10-1321871: replace INULL() by inull()Peter Stephenson1-6/+6
2005-09-2021736: improve tests for word and identifier characters with multibyte inputPeter Stephenson1-1/+0
2005-09-09adapted from 21719: add some mod_exportsPeter Stephenson1-2/+3
2005-09-0621701: Negative subscripts of scalars before start were brokenPeter Stephenson1-1/+4
2005-08-2221678: Unsetting tied parameters caused various crashesPeter Stephenson1-3/+16
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