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