Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix misleading error message. | Bart Schaefer | 2001-09-20 | 1 | -1/+1 |
| | |||||
* | Fix crash on re-entry to loop() from preprompt(). | Bart Schaefer | 2001-08-25 | 1 | -1/+6 |
| | |||||
* | Reset errflag after executing precmd. | Bart Schaefer | 2001-06-30 | 1 | -1/+1 |
| | |||||
* | Fixed a bug where the call to function "preexec" might pass the wrong | Wayne Davison | 2001-04-11 | 1 | -1/+9 |
| | | | | | history line. Added two extra args to preexec to give the user more info on the command that is about to be executed. | ||||
* | 13611, 13615: Bind cursor keys using termcap, including in viins. | Peter Stephenson | 2001-03-13 | 1 | -1/+2 |
| | |||||
* | remove 13108 (trap queues); replace with signal queueing to ensure that user ↵ | Sven Wischnowsky | 2001-01-16 | 1 | -1/+3 |
| | | | | signal handlers are only executed when it is safe to run them (13365) | ||||
* | Sven: 13108: Handle traps synchronously | Peter Stephenson | 2000-11-11 | 1 | -1/+2 |
| | | | | pws: 13109, 13111: clear up zle display when output produced in trap. | ||||
* | Improve upon some of the PATH_MAX changes. | Bart Schaefer | 2000-09-18 | 1 | -10/+6 |
| | |||||
* | 12818: use tricat() in lieu of zasprintf | Clint Adams | 2000-09-17 | 1 | -1/+1 |
| | |||||
* | 12814: zasprintf | Clint Adams | 2000-09-16 | 1 | -2/+6 |
| | |||||
* | 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES. | Clint Adams | 2000-08-08 | 1 | -1/+1 |
| | |||||
* | Andrej: Dynamic loading on cygwin | Peter Stephenson | 2000-08-02 | 1 | -0/+94 |
| | |||||
* | 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave like | Andrew Main | 2000-07-30 | 1 | -10/+10 |
| | | | | | | | the csh -b, permitting more options to be stacked after it and take effect. Make -b take effect depending on SH_OPTION_LETTERS, consistent with all the other single-letter options, rather than having a clashing check of emulation type. | ||||
* | 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h, | Andrew Main | 2000-07-30 | 1 | -5/+51 |
| | | | | | | | | Src/zsh.mdd: Allow options to be specified on the zsh command line in the form of GNU-style long options. Also handle --version and --help. Do not permit extra option letters to be stacked after `-whatever-' (they used to be ignored). Exit if the command line specifies an option name that doesn't exist. | ||||
* | Pass the new Eprog argument to hend(). | Wayne Davison | 2000-07-19 | 1 | -2/+2 |
| | |||||
* | 12247: internal hostnam variable removed in favour of $HOST | Peter Stephenson | 2000-07-13 | 1 | -3/+0 |
| | |||||
* | 11606: Propagate parse errors out of parse_list() and parse_event(), and | Bart Schaefer | 2000-05-27 | 1 | -1/+1 |
| | | | | test that it worked. | ||||
* | save and restore more variables in bufferwords(); move gotword() into core ↵ | Sven Wischnowsky | 2000-05-23 | 1 | -3/+0 |
| | | | | (11523) | ||||
* | 11032: Fix signed-ness of a local. | Bart Schaefer | 2000-04-30 | 1 | -1/+1 |
| | |||||
* | use zsh as command name in error messages even with -c | Sven Wischnowsky | 2000-04-06 | 1 | -150/+299 |
| | |||||
* | Initial revision | Tanaka Akira | 1999-04-15 | 1 | -0/+936 |