summaryrefslogtreecommitdiff
path: root/Src/params.c
AgeCommit message (Expand)AuthorFilesLines
2007-04-1323273: fix bad patterns in reverse array subscriptingPeter Stephenson1-228/+226
2007-02-0823159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson1-3/+10
2007-02-0623152: make ztrcmp() respect MULTIBYTEPeter Stephenson1-1/+1
2006-11-0222952: fix some argument delimiters to work with multibyte charactersPeter Stephenson1-11/+12
2006-09-1122686: unset array if assigning numeric parameterPeter Stephenson1-41/+32
2006-09-1022684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson1-2/+2
2006-08-0222578: ensure HISTCHARS/histchars never contains non-ASCII charactersPeter Stephenson1-4/+15
2006-07-1022544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson1-8/+5
2006-06-2722524: searchable parameter subscripts with multibyte chars,Peter Stephenson1-24/+167
2006-06-2622518: Initial go at making parameter subscriptsPeter Stephenson1-24/+128
2006-06-0522483: add $sysparams to zsh/systemPeter Stephenson1-2/+2
2006-05-3022474: use variable argument lists to improve error message handlingPeter Stephenson1-30/+28
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