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