| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | 17485?: Incorrect test for TYPESET_SILENT | Peter Stephenson | 2002-07-29 | 1 | -1/+1 |
* | remove qword, it isn't needed anymore (17439) | Sven Wischnowsky | 2002-07-08 | 1 | -12/+1 |
* | improve interactive mode when there are no matches left (alow to go back with... | Sven Wischnowsky | 2002-07-05 | 1 | -10/+30 |
* | 17417: remove unused fluff from datetime.c | Clint Adams | 2002-07-04 | 1 | -3/+1 |
* | 17405: adapt 17390 to reset PREDISPLAY and POSTDISPLAY when zle is entered | Peter Stephenson | 2002-07-04 | 2 | -0/+11 |
* | in menu selection, use copies of comp{pre,suf}fix to make sure they exist; fi... | Sven Wischnowsky | 2002-07-04 | 3 | -19/+42 |
* | fix for interactive mode when menu selection is called via the menu-select wi... | Sven Wischnowsky | 2002-07-03 | 1 | -5/+5 |
* | 17390: new zle parameters $PREDISPLAY, $POSTDISPLAY | Peter Stephenson | 2002-07-01 | 2 | -22/+112 |
* | 17384: new recursive-edit widget. | Peter Stephenson | 2002-07-01 | 2 | -66/+87 |
* | add new sepcial context -assign-parameter- for completing the parameter in an... | Sven Wischnowsky | 2002-07-01 | 3 | -6/+23 |
* | 17357: Predefine autoloads in zsh emulation only. | Bart Schaefer | 2002-06-27 | 1 | -0/+2 |
* | two new modes for menu selection: incremental search and interactive (17366) | Sven Wischnowsky | 2002-06-26 | 3 | -46/+456 |
* | 17360: more lenient accept-line-and-down-history behaviour | Peter Stephenson | 2002-06-24 | 1 | -16/+26 |