Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2004-10-01 | 20427: Fix problem with _oldlist and custom completer. | Peter Stephenson | 1 | -0/+6 | |
20339: show-completer style | |||||
2004-09-30 | * 20358: Completion/Unix/Command/_make: avoid potential gawk locale bug by ↵ | Clint Adams | 1 | -0/+5 | |
not using awk. | |||||
2004-09-28 | 20414: Completion/Unix/Type/_diff_options: correct missing minus in ↵ | Clint Adams | 1 | -0/+5 | |
--unified, spotted by Paul Wagland. | |||||
2004-09-27 | unposted: improve p4 add to ignore files being added already | Peter Stephenson | 1 | -0/+6 | |
2004-09-25 | 20409 | Wayne Davison | 1 | -0/+6 | |
2004-09-22 | 20397: Fix places where texinfo changes "--" to "-" | Bart Schaefer | 1 | -0/+5 | |
2004-09-21 | Unposted: update _perforce for release 2004.2 | Peter Stephenson | 1 | -0/+3 | |
2004-09-21 | 20398: allow clean exit from within widget function | Peter Stephenson | 1 | -0/+5 | |
2004-09-20 | 20391: SHLVL wasn't updated in environment | Peter Stephenson | 1 | -0/+5 | |
2004-09-20 | 20388: tweak ignoreeof behavior on user-defined widgets to match docs. | Bart Schaefer | 1 | -1/+6 | |
2004-09-20 | 20387: revised algorithm for the fix in 20363. | Bart Schaefer | 1 | -1/+9 | |
2004-09-17 | 20378: Matthias B.: fix bugs joining with metafied chars. | Peter Stephenson | 1 | -0/+6 | |
2004-09-16 | 20364: use $WIDGETSTYLE in _oldlist | Peter Stephenson | 1 | -0/+4 | |
2004-09-13 | 20363: Src/init.c, Src/Zle/zle_main.c | Peter Stephenson | 1 | -0/+5 | |
2004-09-10 | 20348: rejig WIDGETSTYLE and add WIDGETFUNC | Peter Stephenson | 1 | -0/+5 | |
2004-09-09 | 20331: Use internal zlong variables for consistency | Peter Stephenson | 1 | -0/+10 | |
20332: Add WIDGETSTYLE zle parameter | |||||
2004-09-08 | 20330: rationalise zle return statuses | Peter Stephenson | 1 | -0/+6 | |
2004-09-08 | 20320, 20325: improved EVAL_LINENO + XTRACE fix, plus EVAL_LINENO test; | Bart Schaefer | 1 | -0/+9 | |
fix and test for "command -v" crash with POSIX_BUILTINS. | |||||
2004-09-04 | 20318: Fix xtrace output bug introduced by 20308. | Bart Schaefer | 1 | -0/+5 | |
2004-09-03 | 20308: add EVAL_LINENO option | Peter Stephenson | 1 | -0/+8 | |
2004-09-02 | 20303: zle -I test and running zle widgets in traps | Peter Stephenson | 1 | -0/+4 | |
2004-09-02 | 20300: fix spurious EOF from ^C | Peter Stephenson | 1 | -0/+5 | |
2004-09-02 | Previously-forgotten entry corresponding to zed fix from workers/20244. | Bart Schaefer | 1 | -0/+5 | |
2004-08-24 | 20283 | Wayne Davison | 1 | -0/+5 | |
2004-08-24 | 20282 | Wayne Davison | 1 | -0/+6 | |
2004-08-18 | 02070 | Wayne Davison | 1 | -2/+3 | |
2004-08-18 | 20269 | Wayne Davison | 1 | -0/+5 | |
2004-08-16 | 20251: integer conversion truncation | Peter Stephenson | 1 | -0/+14 | |
20258: save command status in prompt substitution update FAQ rename version to 4.2.1-dev-1 | |||||
2004-08-13 | unposted: config.guess, config.sub: update to 2004-07-19 and 2004-06-24, ↵ | Clint Adams | 1 | -0/+5 | |
respectively. | |||||
2004-08-13 | Version 4.2.1 | Peter Stephenson | 1 | -0/+4 | |
2004-08-11 | Changed an entry that was space-indented to being tab-indented like | Wayne Davison | 1 | -1/+1 | |
all the others. | |||||
2004-08-11 | 20254: restrict scope of the default tag-order to fix a problem with cdrecord | Oliver Kiddle | 1 | -0/+5 | |
completion. Ideally the tag-order should go but _arguments currently needs it. | |||||
2004-08-07 | 20237: handle mysqlimport, more mysql options. Redo screen session completion | Oliver Kiddle | 1 | -0/+6 | |
2004-08-07 | 20236: fix problem with keep-prefix style where a modifier removes the prefix | Oliver Kiddle | 1 | -0/+3 | |
2004-08-07 | 20235: sync remote file completion against _ssh to fix bug with quote handling | Oliver Kiddle | 1 | -0/+5 | |
2004-08-07 | still allow user specified text modifiers with a short terminal. | Geoff Wing | 1 | -0/+7 | |
Only disallow if the terminal is really unknown or without sufficient capabilities or if SINGLE_LINE_ZLE option is given | |||||
2004-08-06 | 20232 with typo corrected: remove zftp directory listing on zfcd | Peter Stephenson | 1 | -0/+3 | |
2004-08-06 | unposted: zsh-4.2.1-test-A | Peter Stephenson | 1 | -0/+4 | |
2004-08-01 | * 20230: Completion/Debian/Command/_apt: dumb down apt-get | Clint Adams | 1 | -0/+4 | |
install completion and always complete from all available packages. | |||||
2004-08-01 | * 20225: Doc/Zsh/mod_clone.yo: add Philippe Troin's explanations | Clint Adams | 1 | -0/+5 | |
of clone usage. | |||||
2004-07-30 | 20222: turn on max function depth | Peter Stephenson | 1 | -0/+10 | |
plus unposted reference to this in README plus unposted neatening of 20219 history-pattern-search | |||||
2004-07-29 | 20221: $LINENO in trap '...' DEBUG was wrong. | Peter Stephenson | 1 | -0/+5 | |
2004-07-29 | 20219: make zle parameter HISTNO writeable | Peter Stephenson | 1 | -0/+5 | |
add history-pattern-search widget | |||||
2004-07-29 | 20208: ternary path codes in prompt treat / as zero elements | Peter Stephenson | 1 | -0/+5 | |
2004-07-28 | 20214: fix debugging test with recursive functions | Peter Stephenson | 1 | -0/+3 | |
2004-07-28 | 20204: Motoi Washida: typo in _retrieve_cache | Peter Stephenson | 1 | -0/+3 | |
2004-07-28 | 20200 plus unposted: fix MIME stuff, | Peter Stephenson | 1 | -0/+7 | |
don't let _kfmclient drop through to `no more arguments' unnecessarily | |||||
2004-07-26 | 20199: improve MIME handling. | Peter Stephenson | 1 | -0/+8 | |
2004-07-26 | 20198: fix TRAPEXIT. | Peter Stephenson | 1 | -0/+6 | |
2004-07-26 | Unposted: documentation for "zargs" | Bart Schaefer | 1 | -0/+4 | |