Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo, | Peter Stephenson | 2002-03-05 | 5 | -23/+189 |
| | | | | | | | | | Functions/Zle/copy-earlier-word: Enhance insert-last-word to pick different lines from the history (including the current line) and different words from that line. Add copy-earlier-word as suggested by Dominik Vogt to copy words from either the current line, or (following an insert-last-word) a previous history line. | ||||
* | 16759: Src/builtin.c: from Eric Norum <eric.norum@usask.ca>: | Peter Stephenson | 2002-03-04 | 2 | -5/+14 |
| | | | | | | cd prints output whenever the target directory is not obvious to the user. This confuses scripts, so restrict it to interactive mode. | ||||
* | allow different sets of completion definitions selected with option -T to ↵ | Sven Wischnowsky | 2002-03-04 | 22 | -300/+471 |
| | | | | compdef; use this for parameter values and redirections (16755) | ||||
* | add $redirections array to completion system parameters, containing ↵ | Sven Wischnowsky | 2002-03-01 | 6 | -25/+82 |
| | | | | information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) | ||||
* | 16748: Fix infinite loop introduced by 16464. | Bart Schaefer | 2002-03-01 | 2 | -1/+6 |
| | |||||
* | allow nterruption of empty while-loops with ^C (16711) | Sven Wischnowsky | 2002-02-25 | 2 | -31/+50 |
| | |||||
* | make _message inhibit insertion of matches unless there are faked ones (16710) | Sven Wischnowsky | 2002-02-25 | 3 | -1/+7 |
| | |||||
* | make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵ | Sven Wischnowsky | 2002-02-25 | 9 | -32/+34 |
| | | | | change uses of _guard (16708) | ||||
* | 16703 | Wayne Davison | 2002-02-22 | 1 | -0/+9 |
| | |||||
* | Improved the output of the "history" command with a 1-line history buffer, | Wayne Davison | 2002-02-22 | 1 | -10/+15 |
| | | | | | and also improved the error handling of explicitly-specified first/last values. | ||||
* | In putoldhistentryontop(), ensure that we can't return with "next" set to | Wayne Davison | 2002-02-22 | 1 | -2/+3 |
| | | | | the value we just put on top. | ||||
* | 16620, 16697: add a and n parameter expansion flags | Oliver Kiddle | 2002-02-22 | 4 | -51/+114 |
| | |||||
* | 16689: list some things to do. | Clint Adams | 2002-02-21 | 3 | -1/+8 |
| | |||||
* | 16688: clarify the pseudo-randomness of RANDOM. | Clint Adams | 2002-02-21 | 2 | -1/+11 |
| | |||||
* | Fix sed expression to correctly extract option names from ~/.pinerc file. | Bart Schaefer | 2002-02-21 | 2 | -1/+6 |
| | |||||
* | 16678 | Wayne Davison | 2002-02-20 | 1 | -0/+4 |
| | |||||
* | Yet another fix for prepnexthistent(). | Wayne Davison | 2002-02-20 | 1 | -1/+2 |
| | |||||
* | 16619, 16676: add -c, -l and -p options to the dirs builtin | Oliver Kiddle | 2002-02-20 | 6 | -27/+65 |
| | |||||
* | 16673: add langinfo module as an interface to locale information. | Clint Adams | 2002-02-19 | 7 | -2/+613 |
| | |||||
* | unposted: METAFAQ distribution sites fixup | Geoff Wing | 2002-02-19 | 1 | -0/+3 |
| | |||||
* | Remove: France ftp.cenatls.cena.dgac.fr | Geoff Wing | 2002-02-19 | 1 | -3/+3 |
| | | | | Add: Netherlands ftp.demon.nl (Phil Pennock <pdp@nl.demon.net>) | ||||
* | 16635: make sure we display lists in singlelinezle mode | Geoff Wing | 2002-02-19 | 2 | -2/+7 |
| | |||||
* | 16672 | Wayne Davison | 2002-02-18 | 1 | -0/+5 |
| | |||||
* | Fixed a just-introduced bug in prepnexthistent() when curline is in | Wayne Davison | 2002-02-18 | 1 | -4/+5 |
| | | | | the list. | ||||
* | allow an argument containing only a single colon as a separator between ↵ | Sven Wischnowsky | 2002-02-18 | 3 | -2/+11 |
| | | | | options to _arguments and specs (16669) | ||||
* | fix group handling nothing should now possibly be added to the wrong group ↵ | Sven Wischnowsky | 2002-02-18 | 2 | -27/+22 |
| | | | | again (16668) | ||||
* | fix test for prefix-needed (16667) | Sven Wischnowsky | 2002-02-18 | 2 | -3/+7 |
| | |||||
* | 16662: use parameter expansion instead of grep, sed, and seq. | Clint Adams | 2002-02-17 | 2 | -3/+8 |
| | |||||
* | users/4678 | Wayne Davison | 2002-02-16 | 1 | -0/+5 |
| | |||||
* | When savehistfile() rewrites the history file, there was a potential for | Wayne Davison | 2002-02-16 | 1 | -1/+2 |
| | | | | | losing the entire history file if we couldn't lock the file for reading (it timed out) but we could lock the file for write (and wrote nothing). | ||||
* | 16625 | Wayne Davison | 2002-02-16 | 1 | -0/+5 |
| | |||||
* | Optimized putoldhistentryontop() so that when resizehistents() calls it | Wayne Davison | 2002-02-16 | 1 | -14/+24 |
| | | | | | repeatedly while HIST_EXPIRE_DUPS_FIRST is set, it doesn't re-scan the already-checked hist items (avoiding potentially slow operation). | ||||
* | 16618 | Wayne Davison | 2002-02-16 | 1 | -0/+5 |
| | |||||
* | Gergely Nagy, 16644: completion for cdcd. | Clint Adams | 2002-02-14 | 3 | -1/+107 |
| | |||||
* | unposted: METAFAQ distribution sites fixup | Geoff Wing | 2002-02-14 | 1 | -0/+5 |
| | |||||
* | Changed: uiarchive.uiuc.edu path | Geoff Wing | 2002-02-14 | 1 | -1/+1 |
| | |||||
* | Remove: Australia ftp.ips.gov.au | Geoff Wing | 2002-02-14 | 1 | -8/+7 |
| | | | | | | | | | Italy ftp.unina.it Japan ftp.nisiq.net USA FTP foad.org Add: Japan ftp.ayamura.org (Ayamura Kikuchi <ayamura@ayamura.org>) Korea linux.sarang.net (<mirror@linux.sarang.net>) USA HTTP zsh.disillusion.org (Guido Fortunati <zuez@disillusion.org>) | ||||
* | Improved resizehistents() so that it honors HISTEXPIREDUPSFIRST. | Wayne Davison | 2002-02-13 | 1 | -25/+33 |
| | |||||
* | Two unposted tweaks. | Wayne Davison | 2002-02-12 | 1 | -0/+7 |
| | |||||
* | Silenced a compiler warning. | Wayne Davison | 2002-02-12 | 1 | -1/+1 |
| | |||||
* | The minimum size of histsiz (aka HISTSIZE) should be 1, not 2. | Wayne Davison | 2002-02-12 | 1 | -2/+2 |
| | |||||
* | Add a special-dirs example. | Bart Schaefer | 2002-02-12 | 2 | -0/+12 |
| | |||||
* | add -x option (to be passed on to compadd) to _description and friends; make ↵ | Sven Wischnowsky | 2002-02-12 | 8 | -57/+60 |
| | | | | _message respect any -[12VJ] options it gets, adding the message to that group (16609) | ||||
* | unposted: improve apm and screen handling | Clint Adams | 2002-02-09 | 2 | -4/+15 |
| | |||||
* | 16590: use a prefix match instead of a "fuzzy-exact" match. | Clint Adams | 2002-02-08 | 2 | -1/+6 |
| | |||||
* | fix for displaying matches in groups via _describe; go back to displaying ↵ | Sven Wischnowsky | 2002-02-07 | 2 | -1/+16 |
| | | | | one match per line when lines get too long (16582) | ||||
* | unposted: Colin Walters's prompt, adapted for the theme system | Clint Adams | 2002-02-07 | 3 | -0/+32 |
| | |||||
* | 16577: don't return a single dot as the path head of a slash. | Clint Adams | 2002-02-06 | 2 | -2/+11 |
| | |||||
* | 16568: get listing of entire directory for approximation and other purposes. | Clint Adams | 2002-02-05 | 2 | -7/+4 |
| | |||||
* | 16566: show ls -F classifiers as display strings. | Clint Adams | 2002-02-05 | 2 | -8/+21 |
| |