about summary refs log tree commit diff
path: root/Src/params.c
Commit message (Expand)AuthorAgeFilesLines
* 24384 plus extra check: care with scanprogPeter Stephenson2008-01-101-0/+4
* Silenced a signed/unsigned compiler warning.Wayne Davison2007-12-271-1/+1
* 24264: restrict effect of 24234 to parameter substitution code and documentPeter Stephenson2007-12-161-115/+117
* 24234: apply typeset parameter flags consistentlyPeter Stephenson2007-12-131-1/+124
* 24113: createparamtable() was still messing withBart Schaefer2007-11-231-0/+4
* 24045: fix memory leak where old value of an environment variable isn't freedOliver Kiddle2007-10-311-0/+2
* 23730: improve preprocessor and regression tests for 23725Peter Stephenson2007-07-311-10/+8
* 23725: use setenv()/unsetenv() for environment memory managementPeter Stephenson2007-07-301-6/+63
* 23696: x=x; x[-10]=y did bad thingsPeter Stephenson2007-07-251-1/+4
* 23665: autoloading of module features and related tweaksPeter Stephenson2007-07-061-6/+10
* 23562: add KSH_ZERO_SUBSCRIPT option and leave off by defaultPeter Stephenson2007-06-181-36/+53
* 23553: unsubscripted array inside math eval behaves more rationallyPeter Stephenson2007-06-121-2/+18
* 23485: feature completion and autoloadingPeter Stephenson2007-05-291-1/+1
* see 23479: add initial features support for modulesPeter Stephenson2007-05-281-2/+43
* 23440: Make $param[(R)value] substitute the empty string on failurePeter Stephenson2007-05-211-1/+20
* 23437: typo noted by WaynePeter Stephenson2007-05-141-1/+1
* 23436: consistency with null strings in local variablesPeter Stephenson2007-05-131-10/+38
* 23273: fix bad patterns in reverse array subscriptingPeter Stephenson2007-04-131-228/+226
* 23159 plus minor doc tweaks: leave BAUD parameter unset by defaultPeter Stephenson2007-02-081-3/+10
* 23152: make ztrcmp() respect MULTIBYTEPeter Stephenson2007-02-061-1/+1
* 22952: fix some argument delimiters to work with multibyte charactersPeter Stephenson2006-11-021-11/+12
* 22686: unset array if assigning numeric parameterPeter Stephenson2006-09-111-41/+32
* 22684: improve getkeystring() interface and make printf do octal escapesPeter Stephenson2006-09-101-2/+2
* 22578: ensure HISTCHARS/histchars never contains non-ASCII charactersPeter Stephenson2006-08-021-4/+15
* 22544: Improve use of ztype tests for multibyte characters. AddPeter Stephenson2006-07-101-8/+5
* 22524: searchable parameter subscripts with multibyte chars,Peter Stephenson2006-06-271-24/+167
* 22518: Initial go at making parameter subscriptsPeter Stephenson2006-06-261-24/+128
* 22483: add $sysparams to zsh/systemPeter Stephenson2006-06-051-2/+2
* 22474: use variable argument lists to improve error message handlingPeter Stephenson2006-05-301-30/+28
* Changed some structures to avoid gcc's type-punned warnings.Wayne Davison2006-03-071-179/+179
* 22321: optimize 22318.Bart Schaefer2006-03-061-14/+15
* 22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...Clint Adams2006-02-191-1/+1
* 22198: do always set HOME in native emulationPeter Stephenson2006-02-071-0/+11
* 22195: don't set HOME in the shellPeter Stephenson2006-02-061-4/+1
* users/9638: tweaks for FCEDIT etc.Peter Stephenson2005-11-071-1/+0
* 21974: memory leak with tied parametersPeter Stephenson2005-11-021-1/+6
* 21871: replace INULL() by inull()Peter Stephenson2005-10-131-6/+6
* 21736: improve tests for word and identifier characters with multibyte inputPeter Stephenson2005-09-201-1/+0
* adapted from 21719: add some mod_exportsPeter Stephenson2005-09-091-2/+3
* 21701: Negative subscripts of scalars before start were brokenPeter Stephenson2005-09-061-1/+4
* 21678: Unsetting tied parameters caused various crashesPeter Stephenson2005-08-221-3/+16
* 21575 plus unposted: Add WARN_CREATE_GLOBAL optionPeter Stephenson2005-08-081-7/+20
* The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknownWayne Davison2005-07-241-1/+1
* * 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache aClint Adams2005-04-081-0/+1
* 20959: fix crash unloading zsh/parameter and test the fixPeter Stephenson2005-03-101-1/+6
* Got rid of "unused parameter" compiler warning for nullsethashfn().Wayne Davison2005-01-211-1/+1
* c.f. 20675: improve zle as a basis for Unicode.Peter Stephenson2005-01-141-1/+1
* 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