Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Detect variant tgetent() return value and test for it correctly. | Bart Schaefer | 2002-05-06 | 1 | -3/+3 |
| | |||||
* | Split tokenize() into shtokenize() and zshtokenize() | Bart Schaefer | 2002-05-06 | 3 | -8/+22 |
| | | | | to improve SH_GLOB handling, particularly in completion | ||||
* | 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own was | Peter Stephenson | 2002-04-25 | 1 | -2/+3 |
| | | | | swallowing up too many characters. | ||||
* | 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into the | Peter Stephenson | 2002-04-25 | 2 | -3/+4 |
| | | | | | | socket structure for IPv6. 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data connection for zftp using IPv6. | ||||
* | remove one half of 17029; the part for zstyle wasn't right (17035) | Sven Wischnowsky | 2002-04-25 | 1 | -1/+0 |
| | |||||
* | fix two memory leaks (found by Felix): pre-compiled patterns when ↵ | Sven Wischnowsky | 2002-04-24 | 2 | -0/+2 |
| | | | | re-defining styles and compredirs-copies in comp_wrapper() (17029) | ||||
* | 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restore | Peter Stephenson | 2002-04-18 | 2 | -4/+4 |
| | | | | freehostent() incorrectly removed in 16172. | ||||
* | Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst: | Peter Stephenson | 2002-04-17 | 1 | -1/+5 |
| | | | | | Careful with long filenames in internal condition test; fix block file test for `-f'. | ||||
* | make compvalues unquote the string from the line like comparguments does (16998) | Sven Wischnowsky | 2002-04-17 | 1 | -3/+20 |
| | |||||
* | treat backslashed bangs in double quotes specially in get_comp_string(), ↵ | Sven Wischnowsky | 2002-04-16 | 1 | -0/+6 |
| | | | | they are more like $s there (16990) | ||||
* | 16942: Allow zero-length matches in parameter substitutions. | Peter Stephenson | 2002-04-08 | 1 | -2/+2 |
| | |||||
* | Made SAVEHIST a special parameter. | Wayne Davison | 2002-03-24 | 1 | -0/+20 |
| | |||||
* | Added "savehistsiz" (for the new SAVEHIST special parameter), and used it | Wayne Davison | 2002-03-24 | 1 | -5/+9 |
| | | | | in place of getiparam("SAVEHIST"). | ||||
* | Got rid of unused-variable compiler warning. | Wayne Davison | 2002-03-24 | 1 | -2/+2 |
| | |||||
* | 16862: allow print's -s and -z options to be used with -f | Oliver Kiddle | 2002-03-19 | 1 | -59/+99 |
| | |||||
* | remove that -T option to compdef again and instead use comma-separated ↵ | Sven Wischnowsky | 2002-03-13 | 1 | -0/+1 |
| | | | | sub-contexts both for function and style lookup (16819) | ||||
* | Fix parsing of binary infix operators of test builtin. | Bart Schaefer | 2002-03-07 | 1 | -2/+2 |
| | |||||
* | don't try to build the redirection string for the loops (for, foreach, ↵ | Sven Wischnowsky | 2002-03-07 | 1 | -1/+1 |
| | | | | select) (16776) | ||||
* | 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo, | Peter Stephenson | 2002-03-05 | 1 | -23/+115 |
| | | | | | | | | | 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 | 1 | -5/+7 |
| | | | | | | cd prints output whenever the target directory is not obvious to the user. This confuses scripts, so restrict it to interactive mode. | ||||
* | add $redirections array to completion system parameters, containing ↵ | Sven Wischnowsky | 2002-03-01 | 5 | -25/+74 |
| | | | | information about all redirections on the line; make this and compstate[redirect] contain the file descriptor number (16751) | ||||
* | allow nterruption of empty while-loops with ^C (16711) | Sven Wischnowsky | 2002-02-25 | 1 | -31/+47 |
| | |||||
* | make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵ | Sven Wischnowsky | 2002-02-25 | 1 | -4/+0 |
| | | | | change uses of _guard (16708) | ||||
* | 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 | 2 | -51/+100 |
| | |||||
* | 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 | 1 | -21/+28 |
| | |||||
* | 16673: add langinfo module as an interface to locale information. | Clint Adams | 2002-02-19 | 3 | -0/+566 |
| | |||||
* | 16635: make sure we display lists in singlelinezle mode | Geoff Wing | 2002-02-19 | 1 | -2/+2 |
| | |||||
* | 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 | 1 | -0/+2 |
| | | | | options to _arguments and specs (16669) | ||||
* | fix group handling nothing should now possibly be added to the wrong group ↵ | Sven Wischnowsky | 2002-02-18 | 1 | -27/+19 |
| | | | | again (16668) | ||||
* | 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). | ||||
* | 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). | ||||
* | Improved resizehistents() so that it honors HISTEXPIREDUPSFIRST. | Wayne Davison | 2002-02-13 | 1 | -25/+33 |
| | |||||
* | 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 |
| | |||||
* | fix for displaying matches in groups via _describe; go back to displaying ↵ | Sven Wischnowsky | 2002-02-07 | 1 | -1/+10 |
| | | | | one match per line when lines get too long (16582) | ||||
* | 16577: don't return a single dot as the path head of a slash. | Clint Adams | 2002-02-06 | 1 | -1/+5 |
| | |||||
* | 16556: No error on `print >&-'. | Bart Schaefer | 2002-02-04 | 1 | -10/+17 |
| | |||||
* | 16494: extract outermost words with negative arguments to %_ and add %^ | Oliver Kiddle | 2002-01-31 | 1 | -7/+46 |
| | |||||
* | 16493: correct typos | Oliver Kiddle | 2002-01-31 | 1 | -7/+7 |
| | |||||
* | 16492: add RPROMPT2 variable for right prompts in multi-line commands | Oliver Kiddle | 2002-01-31 | 2 | -3/+9 |
| | |||||
* | * 16527: Src/Zle/zle_refresh.c: Don't lose the rprompt when | Andrew Main | 2002-01-31 | 1 | -1/+1 |
| | | | | clearing an otherwise-blank line. | ||||
* | 16503: warn on fclose or fflush errors in bin_print. | Clint Adams | 2002-01-27 | 1 | -76/+84 |
| | |||||
* | 16435: Fix core dump in `hash'. | Bart Schaefer | 2002-01-26 | 1 | -1/+1 |
| | |||||
* | 16487: Src/glob.c: bug in 16486 when a qualifier in a set | Peter Stephenson | 2002-01-22 | 1 | -1/+1 |
| | | | | consisted only of flags which were handled globally. | ||||
* | 16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support | Peter Stephenson | 2002-01-22 | 2 | -493/+660 |
| | | | | | (#q...) EXTENDED_GLOB syntax for qualifiers. May be chained, ignored by pattern matching code. | ||||
* | add new generic fake style and changes to the C-code for that (different ↵ | Sven Wischnowsky | 2002-01-22 | 5 | -50/+43 |
| | | | | implementation of compadd -x) (16483) |