about summary refs log tree commit diff
path: root/Src
Commit message (Expand)AuthorAgeFilesLines
* 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
* 17673: Fix bug with &&s and ||s in complex constructsPeter Stephenson2002-09-171-2/+16
* 17678: ignore initial `--' argument to printf to satisfy POSIXOliver Kiddle2002-09-161-3/+7
* 17608: comment on use and abuse of BINF_SKIPINVALIDPeter Stephenson2002-09-031-1/+9
* 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd.Peter Stephenson2002-09-032-170/+163
* 17582: Improved option argument handling.Peter Stephenson2002-08-2735-650/+997
* 17544: implement read -s to suppress tty echoPeter Stephenson2002-08-221-3/+26
* 17570: tweaks to socket modulePeter Stephenson2002-08-221-12/+13
* fix typo in comment (17569)Sven Wischnowsky2002-08-201-1/+1
* fix default completion module loading, use compctl if it hasn't been loaded a...Sven Wischnowsky2002-08-203-1/+13
* 17558: zsh/net/socket , zsocket builtinClint Adams2002-08-183-0/+293
* 17516, 17517: Attempted fixes for memory leaks shown by valgrind.Peter Stephenson2002-08-082-1/+11
* 17503: fix various typos and spelling mistakes in source code commentsOliver Kiddle2002-08-0516-36/+36
* 17497: getopts skipped over zero-length arguments.Peter Stephenson2002-08-011-0/+2
* Dan Nelson: 17492: Quote output from xtracePeter Stephenson2002-08-013-13/+26
* make sure invalidatelist() isn't called hwen we are inside menu selection and...Sven Wischnowsky2002-07-301-1/+1
* 17485?: Incorrect test for TYPESET_SILENTPeter Stephenson2002-07-291-1/+1
* remove qword, it isn't needed anymore (17439)Sven Wischnowsky2002-07-081-12/+1
* improve interactive mode when there are no matches left (alow to go back with...Sven Wischnowsky2002-07-051-10/+30
* 17417: remove unused fluff from datetime.cClint Adams2002-07-041-3/+1
* 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is enteredPeter Stephenson2002-07-042-0/+11
* in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi...Sven Wischnowsky2002-07-043-19/+42
* fix for interactive mode when menu selection is called via the menu-select wi...Sven Wischnowsky2002-07-031-5/+5
* 17390: new zle parameters $PREDISPLAY, $POSTDISPLAYPeter Stephenson2002-07-012-22/+112