summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2003-03-1018330: save output of setlocale as the pointer it returns gets clobberedOliver Kiddle1-2/+2
2003-03-0718325: options on by default weren't printed correctly by zsh/parameterPeter Stephenson1-1/+8
2003-03-0718319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson3-49/+85
2003-03-05183818: memory leak in zle_params.cPeter Stephenson1-2/+4
2003-02-2718313: NULL pointer dereference if yank-pop after a single yankPeter Stephenson1-1/+1
2003-02-2718306: fix redisplay of rprompt when line shortensGeoff Wing1-1/+1
2003-02-2118264: free job table entries properly in subshellPeter Stephenson1-27/+35
2003-02-2018263: fix saving of glob state so that globs can be used from (e) glob qualOliver Kiddle1-2/+3
2003-02-1718252: pass ignoreeof as flag to zlereadPeter Stephenson4-12/+11
2003-02-1718251: Fix select and make it respect EOFPeter Stephenson2-5/+9
2003-02-1718242: add -d option to read for specifying delimiter to terminate inputOliver Kiddle1-10/+29
2003-02-1418243: Nasty tty poll fix for SolarisPeter Stephenson1-9/+38
2003-02-1318238: bashcompinit was not being installed with --enable-function-subdirsOliver Kiddle1-1/+1
2003-02-1318223: satisfy POSIX requirement for a -v flag to unsetOliver Kiddle1-1/+1
2003-02-0918207: add maxfilelocks to ulimit output.Clint Adams1-0/+6
2003-02-0718204: KSH_ARRAYSPeter Stephenson1-19/+28
2003-02-0618202: New TCP function system plus small error message change in ztcp.Peter Stephenson2-1/+4
2003-02-0618191: from Greg Klanderman: compctl -y didn't respect list arrangementPeter Stephenson1-0/+7
options listpacked and listrowsfirst.
2003-02-0518195: Timeouts for read builtin.Peter Stephenson3-13/+31
2003-02-0518086: I don't know how this got missed out...Peter Stephenson1-0/+4
2003-02-0418188: Output balanced parentheses in case statementsPeter Stephenson1-0/+2
2003-01-2718144: allow %{ %} to put bounds around a prompt truncation.Bart Schaefer1-0/+8
2003-01-2718144: no SIGHUP handler if parent was ignoring.Bart Schaefer1-1/+4
2003-01-2718139: Improve $killring interface; can now change length. EmptyPeter Stephenson5-56/+113
strings in $killring are ignored when yank-popping. Yank-popping is more consistent about looping and using the original cutbuffer.
2003-01-1318059: allow compadd -r and -R with default space suffixPeter Stephenson1-1/+1
2002-12-1818015: empty math parse acts like zeroPeter Stephenson1-1/+4
2002-12-1818013: Handle test of (( float == 0.0)) properlyPeter Stephenson2-6/+8
2002-12-1117996: better formatting for print -CPeter Stephenson1-15/+43
2002-12-1017994: Globbing flags with no effect could hang the shellPeter Stephenson1-1/+4
2002-12-0617983: Added zle LASTSEARCJ parameterFelix Rosencrantz2-2/+20
2002-12-0417979: Add ERR_RETURN option.Peter Stephenson3-7/+19
2002-11-2017940: Add -C and -a options to print builtinPeter Stephenson1-16/+58
2002-11-1317935: beautify bin_whence indentation of () and {} contents.Clint Adams1-4/+8
2002-11-1317931: Philippe: restore blocking of SIGTERM in interactive shellPeter Stephenson1-0/+1
2002-11-0817861 from Philippe Troin: make signal initialisation more consistentPeter Stephenson1-23/+9
2002-11-0417859: Philippe Troin: better handling of process groups interactively.Peter Stephenson1-5/+26
2002-10-31- Use floatsecondsgetfn() and floatsecondssetfn() inside the int* versionWayne Davison1-18/+25
of the functions (for improved accuracy). - Added getrawseconds() and setrawsecodns() to allow the code to save and restore the actual start time of the $SECONDS variable. - Changed the code that was adding in the child's elapsed time into the parent $SECONDS variable to just restore the raw time.
2002-10-31- Save off the raw start-time of the $SECONDS special variable if we'reWayne Davison1-2/+8
creating a local value (avoids rounding problems with elapsed time). - Also changed a line where the newspecial enum was compared to 0 instead of NS_NONE.
2002-10-30Got rid of a gcc-3.2 compiler warning.Wayne Davison1-1/+2
2002-10-2917873: When restoring SECONDS after a function call, included elapsed time.Peter Stephenson1-0/+17
2002-10-2917872: Fix `typeset SECONDS' when creating local parameterPeter Stephenson1-3/+22
2002-10-2917868: Allow $SECONDS to become floating point.Peter Stephenson2-12/+92
2002-10-11* 17810 (Martin Waitz): Src/utils.c: bung up memory leak withClint Adams1-1/+4
POSIX.1e capabilities.
2002-10-1017794: fix bugs with tied parametersOliver Kiddle2-1/+19
2002-10-0717481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson2-18/+33
2002-10-0617760: Fix case-pattern parsing bug in sh emulation.Bart Schaefer2-2/+8
2002-10-0617714: Fix to 17357, add module dependencies even if not adding autoloads.Bart Schaefer1-3/+3
2002-09-1917692: Prevent typeset of a positional parameter before it can do damage,Bart Schaefer1-2/+5
and improve the error message about it.
2002-09-1717673: Fix bug with &&s and ||s in complex constructsPeter Stephenson1-2/+16
2002-09-1617678: ignore initial `--' argument to printf to satisfy POSIXOliver Kiddle1-3/+7