about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 18343, 18348: handle \u and \U escapes for specifying unicode charactersOliver Kiddle2003-03-141-2/+90
* 18337: use C locale when converting floats to scalars to avoid problems inOliver Kiddle2003-03-111-2/+11
* 18330: save output of setlocale as the pointer it returns gets clobberedOliver Kiddle2003-03-101-2/+2
* 18325: options on by default weren't printed correctly by zsh/parameterPeter Stephenson2003-03-071-1/+8
* 18319: Philippe Troin: fix use of process groups with su and suspendPeter Stephenson2003-03-073-49/+85
* 183818: memory leak in zle_params.cPeter Stephenson2003-03-051-2/+4
* 18313: NULL pointer dereference if yank-pop after a single yankPeter Stephenson2003-02-271-1/+1
* 18306: fix redisplay of rprompt when line shortensGeoff Wing2003-02-271-1/+1
* 18264: free job table entries properly in subshellPeter Stephenson2003-02-211-27/+35
* 18263: fix saving of glob state so that globs can be used from (e) glob qualOliver Kiddle2003-02-201-2/+3
* 18252: pass ignoreeof as flag to zlereadPeter Stephenson2003-02-174-12/+11
* 18251: Fix select and make it respect EOFPeter Stephenson2003-02-172-5/+9
* 18242: add -d option to read for specifying delimiter to terminate inputOliver Kiddle2003-02-171-10/+29
* 18243: Nasty tty poll fix for SolarisPeter Stephenson2003-02-141-9/+38
* 18238: bashcompinit was not being installed with --enable-function-subdirsOliver Kiddle2003-02-131-1/+1
* 18223: satisfy POSIX requirement for a -v flag to unsetOliver Kiddle2003-02-131-1/+1
* 18207: add maxfilelocks to ulimit output.Clint Adams2003-02-091-0/+6
* 18204: KSH_ARRAYSPeter Stephenson2003-02-071-19/+28
* 18202: New TCP function system plus small error message change in ztcp.Peter Stephenson2003-02-062-1/+4
* 18191: from Greg Klanderman: compctl -y didn't respect list arrangementPeter Stephenson2003-02-061-0/+7
* 18195: Timeouts for read builtin.Peter Stephenson2003-02-053-13/+31
* 18086: I don't know how this got missed out...Peter Stephenson2003-02-051-0/+4
* 18188: Output balanced parentheses in case statementsPeter Stephenson2003-02-041-0/+2
* 18144: allow %{ %} to put bounds around a prompt truncation.Bart Schaefer2003-01-271-0/+8
* 18144: no SIGHUP handler if parent was ignoring.Bart Schaefer2003-01-271-1/+4
* 18139: Improve $killring interface; can now change length. EmptyPeter Stephenson2003-01-275-56/+113
* 18059: allow compadd -r and -R with default space suffixPeter Stephenson2003-01-131-1/+1
* 18015: empty math parse acts like zeroPeter Stephenson2002-12-181-1/+4
* 18013: Handle test of (( float == 0.0)) properlyPeter Stephenson2002-12-182-6/+8
* 17996: better formatting for print -CPeter Stephenson2002-12-111-15/+43
* 17994: Globbing flags with no effect could hang the shellPeter Stephenson2002-12-101-1/+4
* 17983: Added zle LASTSEARCJ parameterFelix Rosencrantz2002-12-062-2/+20
* 17979: Add ERR_RETURN option.Peter Stephenson2002-12-043-7/+19
* 17940: Add -C and -a options to print builtinPeter Stephenson2002-11-201-16/+58
* 17935: beautify bin_whence indentation of () and {} contents.Clint Adams2002-11-131-4/+8
* 17931: Philippe: restore blocking of SIGTERM in interactive shellPeter Stephenson2002-11-131-0/+1
* 17861 from Philippe Troin: make signal initialisation more consistentPeter Stephenson2002-11-081-23/+9
* 17859: Philippe Troin: better handling of process groups interactively.Peter Stephenson2002-11-041-5/+26
* - Use floatsecondsgetfn() and floatsecondssetfn() inside the int* versionWayne Davison2002-10-311-18/+25
* - Save off the raw start-time of the $SECONDS special variable if we'reWayne Davison2002-10-311-2/+8
* Got rid of a gcc-3.2 compiler warning.Wayne Davison2002-10-301-1/+2
* 17873: When restoring SECONDS after a function call, included elapsed time.Peter Stephenson2002-10-291-0/+17
* 17872: Fix `typeset SECONDS' when creating local parameterPeter Stephenson2002-10-291-3/+22
* 17868: Allow $SECONDS to become floating point.Peter Stephenson2002-10-292-12/+92
* * 17810 (Martin Waitz): Src/utils.c: bung up memory leak withClint Adams2002-10-111-1/+4
* 17794: fix bugs with tied parametersOliver Kiddle2002-10-102-1/+19
* 17481 (Karl Tomlinson): get/set for terminfo and termcap parametersPeter Stephenson2002-10-072-18/+33
* 17760: Fix case-pattern parsing bug in sh emulation.Bart Schaefer2002-10-062-2/+8
* 17714: Fix to 17357, add module dependencies even if not adding autoloads.Bart Schaefer2002-10-061-3/+3
* 17692: Prevent typeset of a positional parameter before it can do damage,Bart Schaefer2002-09-191-2/+5