| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 18223: satisfy POSIX requirement for a -v flag to unset | Oliver Kiddle | 2003-02-13 | 1 | -1/+1 |
* | 18207: add maxfilelocks to ulimit output. | Clint Adams | 2003-02-09 | 1 | -0/+6 |
* | 18204: KSH_ARRAYS | Peter Stephenson | 2003-02-07 | 1 | -19/+28 |
* | 18202: New TCP function system plus small error message change in ztcp. | Peter Stephenson | 2003-02-06 | 2 | -1/+4 |
* | 18191: from Greg Klanderman: compctl -y didn't respect list arrangement | Peter Stephenson | 2003-02-06 | 1 | -0/+7 |
* | 18195: Timeouts for read builtin. | Peter Stephenson | 2003-02-05 | 3 | -13/+31 |
* | 18086: I don't know how this got missed out... | Peter Stephenson | 2003-02-05 | 1 | -0/+4 |
* | 18188: Output balanced parentheses in case statements | Peter Stephenson | 2003-02-04 | 1 | -0/+2 |
* | 18144: allow %{ %} to put bounds around a prompt truncation. | Bart Schaefer | 2003-01-27 | 1 | -0/+8 |
* | 18144: no SIGHUP handler if parent was ignoring. | Bart Schaefer | 2003-01-27 | 1 | -1/+4 |
* | 18139: Improve $killring interface; can now change length. Empty | Peter Stephenson | 2003-01-27 | 5 | -56/+113 |
* | 18059: allow compadd -r and -R with default space suffix | Peter Stephenson | 2003-01-13 | 1 | -1/+1 |
* | 18015: empty math parse acts like zero | Peter Stephenson | 2002-12-18 | 1 | -1/+4 |
* | 18013: Handle test of (( float == 0.0)) properly | Peter Stephenson | 2002-12-18 | 2 | -6/+8 |
* | 17996: better formatting for print -C | Peter Stephenson | 2002-12-11 | 1 | -15/+43 |
* | 17994: Globbing flags with no effect could hang the shell | Peter Stephenson | 2002-12-10 | 1 | -1/+4 |
* | 17983: Added zle LASTSEARCJ parameter | Felix Rosencrantz | 2002-12-06 | 2 | -2/+20 |
* | 17979: Add ERR_RETURN option. | Peter Stephenson | 2002-12-04 | 3 | -7/+19 |
* | 17940: Add -C and -a options to print builtin | Peter Stephenson | 2002-11-20 | 1 | -16/+58 |
* | 17935: beautify bin_whence indentation of () and {} contents. | Clint Adams | 2002-11-13 | 1 | -4/+8 |
* | 17931: Philippe: restore blocking of SIGTERM in interactive shell | Peter Stephenson | 2002-11-13 | 1 | -0/+1 |
* | 17861 from Philippe Troin: make signal initialisation more consistent | Peter Stephenson | 2002-11-08 | 1 | -23/+9 |
* | 17859: Philippe Troin: better handling of process groups interactively. | Peter Stephenson | 2002-11-04 | 1 | -5/+26 |
* | - Use floatsecondsgetfn() and floatsecondssetfn() inside the int* version | Wayne Davison | 2002-10-31 | 1 | -18/+25 |
* | - Save off the raw start-time of the $SECONDS special variable if we're | Wayne Davison | 2002-10-31 | 1 | -2/+8 |
* | Got rid of a gcc-3.2 compiler warning. | Wayne Davison | 2002-10-30 | 1 | -1/+2 |
* | 17873: When restoring SECONDS after a function call, included elapsed time. | Peter Stephenson | 2002-10-29 | 1 | -0/+17 |
* | 17872: Fix `typeset SECONDS' when creating local parameter | Peter Stephenson | 2002-10-29 | 1 | -3/+22 |
* | 17868: Allow $SECONDS to become floating point. | Peter Stephenson | 2002-10-29 | 2 | -12/+92 |
* | * 17810 (Martin Waitz): Src/utils.c: bung up memory leak with | Clint Adams | 2002-10-11 | 1 | -1/+4 |
* | 17794: fix bugs with tied parameters | Oliver Kiddle | 2002-10-10 | 2 | -1/+19 |
* | 17481 (Karl Tomlinson): get/set for terminfo and termcap parameters | Peter Stephenson | 2002-10-07 | 2 | -18/+33 |
* | 17760: Fix case-pattern parsing bug in sh emulation. | Bart Schaefer | 2002-10-06 | 2 | -2/+8 |
* | 17714: Fix to 17357, add module dependencies even if not adding autoloads. | Bart Schaefer | 2002-10-06 | 1 | -3/+3 |
* | 17692: Prevent typeset of a positional parameter before it can do damage, | Bart Schaefer | 2002-09-19 | 1 | -2/+5 |
* | 17673: Fix bug with &&s and ||s in complex constructs | Peter Stephenson | 2002-09-17 | 1 | -2/+16 |
* | 17678: ignore initial `--' argument to printf to satisfy POSIX | Oliver Kiddle | 2002-09-16 | 1 | -3/+7 |
* | 17608: comment on use and abuse of BINF_SKIPINVALID | Peter Stephenson | 2002-09-03 | 1 | -1/+9 |
* | 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd. | Peter Stephenson | 2002-09-03 | 2 | -170/+163 |
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 35 | -650/+997 |
* | 17544: implement read -s to suppress tty echo | Peter Stephenson | 2002-08-22 | 1 | -3/+26 |
* | 17570: tweaks to socket module | Peter Stephenson | 2002-08-22 | 1 | -12/+13 |
* | fix typo in comment (17569) | Sven Wischnowsky | 2002-08-20 | 1 | -1/+1 |
* | fix default completion module loading, use compctl if it hasn't been loaded a... | Sven Wischnowsky | 2002-08-20 | 3 | -1/+13 |
* | 17558: zsh/net/socket , zsocket builtin | Clint Adams | 2002-08-18 | 3 | -0/+293 |
* | 17516, 17517: Attempted fixes for memory leaks shown by valgrind. | Peter Stephenson | 2002-08-08 | 2 | -1/+11 |
* | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 2002-08-05 | 16 | -36/+36 |
* | 17497: getopts skipped over zero-length arguments. | Peter Stephenson | 2002-08-01 | 1 | -0/+2 |
* | Dan Nelson: 17492: Quote output from xtrace | Peter Stephenson | 2002-08-01 | 3 | -13/+26 |
* | make sure invalidatelist() isn't called hwen we are inside menu selection and... | Sven Wischnowsky | 2002-07-30 | 1 | -1/+1 |