Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 20232 with typo corrected: remove zftp directory listing on zfcd | Peter Stephenson | 2004-08-06 | 2 | -2/+8 |
| | |||||
* | unposted: zsh-4.2.1-test-A zsh-4.2.1-test-A | Peter Stephenson | 2004-08-06 | 2 | -2/+6 |
| | |||||
* | * 20230: Completion/Debian/Command/_apt: dumb down apt-get | Clint Adams | 2004-08-01 | 2 | -1/+5 |
| | | | | install completion and always complete from all available packages. | ||||
* | * 20225: Doc/Zsh/mod_clone.yo: add Philippe Troin's explanations | Clint Adams | 2004-08-01 | 2 | -3/+36 |
| | | | | of clone usage. | ||||
* | 20222: turn on max function depth | Peter Stephenson | 2004-07-30 | 6 | -25/+63 |
| | | | | | plus unposted reference to this in README plus unposted neatening of 20219 history-pattern-search | ||||
* | 20221: $LINENO in trap '...' DEBUG was wrong. | Peter Stephenson | 2004-07-29 | 1 | -0/+5 |
| | |||||
* | 20221: $LINENO in trap '...' DEBUG was wrong. | Peter Stephenson | 2004-07-29 | 3 | -6/+13 |
| | |||||
* | 20219: make zle parameter HISTNO writeable | Peter Stephenson | 2004-07-29 | 7 | -3/+124 |
| | | | | add history-pattern-search widget | ||||
* | 20208: ternary path codes in prompt treat / as zero elements | Peter Stephenson | 2004-07-29 | 3 | -3/+13 |
| | |||||
* | 20214: fix debugging test with recursive functions | Peter Stephenson | 2004-07-28 | 2 | -1/+7 |
| | |||||
* | 20204: Motoi Washida: typo in _retrieve_cache | Peter Stephenson | 2004-07-28 | 2 | -1/+4 |
| | |||||
* | 20200 plus unposted: fix MIME stuff, | Peter Stephenson | 2004-07-28 | 3 | -12/+24 |
| | | | | don't let _kfmclient drop through to `no more arguments' unnecessarily | ||||
* | 20199: improve MIME handling. | Peter Stephenson | 2004-07-26 | 9 | -7/+175 |
| | |||||
* | 20198: fix TRAPEXIT. | Peter Stephenson | 2004-07-26 | 6 | -6/+25 |
| | |||||
* | Unposted: documentation for "zargs" | Bart Schaefer | 2004-07-26 | 2 | -0/+47 |
| | |||||
* | 20180 (based on Jean-Baptiste Quenot's 20177): fix to work on BSD systems | Oliver Kiddle | 2004-07-23 | 2 | -3/+6 |
| | |||||
* | Motoi Washida: 20179: new completions for Mac OS X | Oliver Kiddle | 2004-07-23 | 6 | -0/+144 |
| | |||||
* | Jean-Baptiste Quenot: 20167: find targets enclosed in single quotes | Oliver Kiddle | 2004-07-19 | 2 | -1/+6 |
| | |||||
* | 20173: fix crash when reallocating heaps | Peter Stephenson | 2004-07-17 | 2 | -0/+6 |
| | |||||
* | 20153: make zle-line-init run after the first zrefresh() | Peter Stephenson | 2004-07-13 | 2 | -2/+9 |
| | |||||
* | NEWS: more additions from Oliver. | Peter Stephenson | 2004-07-12 | 2 | -0/+13 |
| | |||||
* | NEWS: read through and tidied up | Peter Stephenson | 2004-07-12 | 2 | -7/+9 |
| | |||||
* | 20151: ChangeLog for NEWS | Peter Stephenson | 2004-07-12 | 1 | -0/+2 |
| | |||||
* | unposted: improve 20150 by setting pointer to NULL | Peter Stephenson | 2004-07-12 | 3 | -0/+18 |
| | |||||
* | 20145: Additional arguments to read-from-minibuffer specify initial values | Bart Schaefer | 2004-07-12 | 3 | -5/+19 |
| | | | | of LBUFFER and RBUFFER. | ||||
* | 20149: improve prompt-reset code | Peter Stephenson | 2004-07-11 | 8 | -24/+40 |
| | | | | 20150: commit ancient memory leak fix(?) in completion | ||||
* | 21042: add test for bug fixed in 21041 | Peter Stephenson | 2004-07-07 | 2 | -0/+16 |
| | |||||
* | 20141: Crash restoring exported special parameters | Peter Stephenson | 2004-07-07 | 4 | -63/+66 |
| | |||||
* | 20126: tidy up before 4.2.1 | Peter Stephenson | 2004-07-02 | 16 | -12/+65 |
| | | | | 20127: tweaked version of Wayne's patch to reexand prompts | ||||
* | 20125: say where the output for job notifications goes | Peter Stephenson | 2004-07-02 | 2 | -1/+8 |
| | |||||
* | 7650: new reset-prompt zle widget | Peter Stephenson | 2004-07-01 | 4 | -0/+31 |
| | |||||
* | 20118: improvements to limits builtins | Peter Stephenson | 2004-06-30 | 3 | -156/+362 |
| | |||||
* | 20112: Forgot this bit. | Peter Stephenson | 2004-06-30 | 1 | -0/+24 |
| | |||||
* | 20112 changed c.f. 20113: | Peter Stephenson | 2004-06-28 | 5 | -4/+51 |
| | | | | fix here string and here document expansion and quoting | ||||
* | unposted: fix .distfiles for zed-set-file-name | Peter Stephenson | 2004-06-26 | 2 | -0/+5 |
| | |||||
* | Fix typos in some descriptions. | Bart Schaefer | 2004-06-24 | 2 | -3/+8 |
| | |||||
* | 20089: various zed improvements | Peter Stephenson | 2004-06-23 | 4 | -32/+80 |
| | |||||
* | 20091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings. | Clint Adams | 2004-06-22 | 2 | -6/+10 |
| | |||||
* | 20076: improved function using always | Peter Stephenson | 2004-06-22 | 1 | -98/+99 |
| | |||||
* | 20076, 20084: { ... } always { ... } syntax. | Peter Stephenson | 2004-06-22 | 11 | -8/+300 |
| | |||||
* | Record some uncommitted doc changes and a minor fix to predict-on. | Bart Schaefer | 2004-06-22 | 1 | -0/+11 |
| | |||||
* | Minor update to cooperate with zle-line-init. | Bart Schaefer | 2004-06-22 | 1 | -1/+3 |
| | |||||
* | Document default bindings of copy-prev-shell-word. | Bart Schaefer | 2004-06-22 | 1 | -1/+1 |
| | |||||
* | Previously uncommitted bits of 19785. | Bart Schaefer | 2004-06-22 | 2 | -33/+22 |
| | |||||
* | * 20081: Doc/Zsh/mod_pcre.yo: document -pcre-match condition. | Clint Adams | 2004-06-20 | 2 | -0/+16 |
| | |||||
* | 20077: fix completion of reserved words | Oliver Kiddle | 2004-06-18 | 3 | -2/+7 |
| | |||||
* | _arguments fix for configure, unconfirmed | Peter Stephenson | 2004-06-18 | 2 | -2/+7 |
| | |||||
* | 20069: complete character encodings case-insensitively for GNU iconv | Oliver Kiddle | 2004-06-17 | 2 | -25/+28 |
| | |||||
* | 20059: check for systems using . separator instead of for those using : | Oliver Kiddle | 2004-06-17 | 2 | -3/+8 |
| | |||||
* | users/7553: include zsh version in dump file to avoid problems with upgrades | Oliver Kiddle | 2004-06-16 | 3 | -2/+9 |
| |