Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Made the two ZC_REDIR_*() macros return an int. | Wayne Davison | 2005-10-28 | 1 | -2/+2 |
| | |||||
* | 21943, 21945: ZLE_UNICODE_SUPPORT -> MULTIBYTE_SUPPORT; | Peter Stephenson | 2005-10-28 | 1 | -1/+5 |
| | | | | use multibyte versions of nicechar wherever possible. | ||||
* | 21871: replace INULL() by inull() | Peter Stephenson | 2005-10-13 | 1 | -2/+0 |
| | |||||
* | 21870: bad INULL() definition | Peter Stephenson | 2005-10-13 | 1 | -1/+1 |
| | | | | | 21869: multibyte characters in %-substitutions, invalid multibyte characters in completion listings | ||||
* | 21862/21863: GLOB_SUBST shouldn't swallow up backslashes in parameter | Peter Stephenson | 2005-10-11 | 1 | -4/+25 |
| | | | | substitutions that don't match anything. | ||||
* | 21575 plus unposted: Add WARN_CREATE_GLOBAL option | Peter Stephenson | 2005-08-08 | 1 | -0/+9 |
| | |||||
* | Added the PROMPTSP option plus 3 new termcap defines | Wayne Davison | 2005-07-15 | 1 | -1/+5 |
| | | | | (TCSAVECURSOR, TCRESTRCURSOR, and TCBACKSPACE). | ||||
* | 21296: Add ERR alias for ZERR where possible. | Peter Stephenson | 2005-06-01 | 1 | -1/+2 |
| | | | | "trap" reports alias names. | ||||
* | 21133: New {myfd} syntax for allocating file descriptors | Peter Stephenson | 2005-04-12 | 1 | -3/+14 |
| | |||||
* | 21049: Don't close process substitution file descriptors for external programmes | Peter Stephenson | 2005-03-31 | 1 | -0/+26 |
| | |||||
* | Added HISTSAVEBYCOPY to the options enum. | Wayne Davison | 2005-03-18 | 1 | -0/+1 |
| | |||||
* | 20863: fix history (i)searching for Unicode | Peter Stephenson | 2005-02-25 | 1 | -1/+6 |
| | |||||
* | c.f. 20675: improve zle as a basis for Unicode. | Peter Stephenson | 2005-01-14 | 1 | -8/+2 |
| | | | | unposted: update version to 4.2.3-dev-1 | ||||
* | 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2 | Peter Stephenson | 2005-01-12 | 1 | -3/+8 |
| | |||||
* | 20605: Use separate structure with get/set/unset methods fro parameters. | Peter Stephenson | 2004-12-07 | 1 | -32/+66 |
| | | | | Separate justification width of parameters from base/precision. | ||||
* | 20500: Unmetafy patterns where possible and other minor pattern fixes | Peter Stephenson | 2004-10-18 | 1 | -1/+1 |
| | |||||
* | 20490: Don't assume null termination for test string in pattern matching. | Peter Stephenson | 2004-10-15 | 1 | -0/+1 |
| | |||||
* | 20467: Reintroduce rusage-based escapes for TIMEFMT. | Peter Stephenson | 2004-10-08 | 1 | -4/+1 |
| | |||||
* | 20462: Use getrusage for timing again. | Peter Stephenson | 2004-10-07 | 1 | -1/+10 |
| | | | | Time processes from before rather than after fork. | ||||
* | Changed HFILE_GOT_SIGNAL to HFILE_NO_REWRITE. | Wayne Davison | 2004-10-01 | 1 | -1/+1 |
| | |||||
* | Added HFILE_GOT_SIGNAL. | Wayne Davison | 2004-10-01 | 1 | -0/+1 |
| | |||||
* | 20331: Use internal zlong variables for consistency | Peter Stephenson | 2004-09-09 | 1 | -1/+2 |
| | | | | 20332: Add WIDGETSTYLE zle parameter | ||||
* | 20308: add EVAL_LINENO option | Peter Stephenson | 2004-09-03 | 1 | -0/+1 |
| | |||||
* | 20149: improve prompt-reset code | Peter Stephenson | 2004-07-11 | 1 | -1/+1 |
| | | | | 20150: commit ancient memory leak fix(?) in completion | ||||
* | 20076, 20084: { ... } always { ... } syntax. | Peter Stephenson | 2004-06-22 | 1 | -0/+11 |
| | |||||
* | 19767, 19785: store flags for -z and -k options to autoload allowing the | Oliver Kiddle | 2004-04-20 | 1 | -1/+4 |
| | | | | completion system to be used with ksh_autoload set | ||||
* | zsh-users/7365: new TRAPS_ASYNC option | Peter Stephenson | 2004-04-19 | 1 | -0/+1 |
| | |||||
* | 19595: rename DO to DOLOOP to avoid conflict with curses.h on Tru64 5.1 | Oliver Kiddle | 2004-03-11 | 1 | -1/+1 |
| | |||||
* | zsh-users/7121: NO_CASE_GLOB option for case-insensitive globbing | Peter Stephenson | 2004-03-06 | 1 | -0/+1 |
| | |||||
* | 19295: $CONTEXT zle parameter | Peter Stephenson | 2003-12-15 | 1 | -2/+13 |
| | |||||
* | 19242: Make job table dynamically reallocatable. | Peter Stephenson | 2003-11-13 | 1 | -4/+3 |
| | |||||
* | 19129: extra argument to typeset -T gives character for joining array | Peter Stephenson | 2003-09-24 | 1 | -10/+16 |
| | |||||
* | 19014: add alias -s suf=handler | Peter Stephenson | 2003-09-03 | 1 | -1/+4 |
| | |||||
* | 18559, 18562: make modules use proper option arguments | Peter Stephenson | 2003-05-22 | 1 | -3/+4 |
| | |||||
* | 18536: EMACS and VI compatibility options | Peter Stephenson | 2003-05-14 | 1 | -0/+2 |
| | |||||
* | 18492: Provide partial fix for multios and output process substitution | Peter Stephenson | 2003-05-02 | 1 | -0/+1 |
| | | | | asynchronicity problem. Document workarounds for remaining problems. | ||||
* | 18472: spelling corrections | Oliver Kiddle | 2003-04-25 | 1 | -2/+2 |
| | |||||
* | 18252: pass ignoreeof as flag to zleread | Peter Stephenson | 2003-02-17 | 1 | -0/+1 |
| | |||||
* | 17979: Add ERR_RETURN option. | Peter Stephenson | 2002-12-04 | 1 | -0/+1 |
| | |||||
* | 17602, 17603: Rationalise option handling, in particular for cd, pushd, popd. | Peter Stephenson | 2002-09-03 | 1 | -9/+13 |
| | |||||
* | 17582: Improved option argument handling. | Peter Stephenson | 2002-08-27 | 1 | -18/+56 |
| | | | | unposted: Updated version to 4.1.0-dev-6 because of interface change. | ||||
* | 17503: fix various typos and spelling mistakes in source code comments | Oliver Kiddle | 2002-08-05 | 1 | -4/+4 |
| | |||||
* | add new sepcial context -assign-parameter- for completing the parameter in ↵ | Sven Wischnowsky | 2002-07-01 | 1 | -0/+2 |
| | | | | an assignment (17387) | ||||
* | 17334: TYPESET_SILENT shell option and typeset -p option | Peter Stephenson | 2002-06-20 | 1 | -0/+2 |
| | |||||
* | 17299: Use reference counts in Eprogs so as to be able to free them as soon | Peter Stephenson | 2002-06-07 | 1 | -0/+18 |
| | | | | as finished with. | ||||
* | 16353: add += parameter assignments | Oliver Kiddle | 2001-12-17 | 1 | -2/+8 |
| | |||||
* | 16201: introduce the PM_NAMEDDIR flag | Bart Schaefer | 2001-11-03 | 1 | -0/+1 |
| | |||||
* | 16063: add transientrprompt option to remove right prompt from | Geoff Wing | 2001-10-24 | 1 | -0/+1 |
| | | | | display when accepting commands | ||||
* | 15291, 15292: fix bug setting scalar in math mode | Peter Stephenson | 2001-07-06 | 1 | -0/+1 |
| | |||||
* | add autocontinue option to automatically make stopped jos running when they ↵ | Sven Wischnowsky | 2001-06-27 | 1 | -0/+1 |
| | | | | are being disowned; make that the default for `%job &!' and `%job &|' (15115) |