summaryrefslogtreecommitdiff
path: root/Src
AgeCommit message (Collapse)AuthorFilesLines
2003-03-28Prevent "print -m" from crashing (complains about missing pattern).Wayne Davison1-1/+5
2003-03-2618392: read with -p and -t and no coprocess crashed.Peter Stephenson1-1/+2
2003-03-25Fixed zjoin() when it returns an empty string that should be allocated.Wayne Davison1-1/+1
2003-03-25users/5986, 18380: arg support for echoti builtin.Clint Adams1-4/+23
2003-03-2418378: fix lots of problems with $killringPeter Stephenson1-19/+24
2003-03-2418376: Fix headers for wchar.h and some related gcc waringningsPeter Stephenson2-3/+13
2003-03-1818359: fix bug where not enough memory was allocated if MB_LEN_MAX < 6Oliver Kiddle1-4/+1
2003-03-1418343, 18348: handle \u and \U escapes for specifying unicode charactersOliver Kiddle1-2/+90
2003-03-1118337: use C locale when converting floats to scalars to avoid problems inOliver Kiddle1-2/+11
locales where `,' is the decimal separator
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