summaryrefslogtreecommitdiff
path: root/Src/params.c
AgeCommit message (Expand)AuthorFilesLines
2008-01-1024384 plus extra check: care with scanprogPeter Stephenson1-0/+4
2007-12-27Silenced a signed/unsigned compiler warning.Wayne Davison1-1/+1
2007-12-1624264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson1-115/+117
2007-12-1324234: apply typeset parameter flags consistentlyPeter Stephenson1-1/+124
2007-11-2324113: createparamtable() was still messing withBart Schaefer1-0/+4
2007-10-3124045: fix memory leak where old value of an environment variable isn't freedOliver Kiddle1-0/+2
2007-07-3123730: improve preprocessor and regression tests for 23725Peter Stephenson1-10/+8
2007-07-3023725: use setenv()/unsetenv() for environment memory managementPeter Stephenson1-6/+63
2007-07-2523696: x=x; x[-10]=y did bad thingsPeter Stephenson1-1/+4
2007-07-0623665: autoloading of module features and related tweaksPeter Stephenson1-6/+10
2007-06-1823562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson1-36/+53
2007-06-1223553: unsubscripted array inside math eval behaves more rationallyPeter Stephenson1-2/+18
2007-05-2923485: feature completion and autoloadingPeter Stephenson1-1/+1
2007-05-28see 23479: add initial features support for modulesPeter Stephenson1-2/+43
2007-05-2123440: Make $param[(R)value] substitute the empty string on failurePeter Stephenson1-1/+20
2007-05-1423437: typo noted by WaynePeter Stephenson1-1/+1
2007-05-1323436: consistency with null strings in local variablesPeter Stephenson1-10/+38
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