about summary refs log tree commit diff
path: root/Src
Commit message (Collapse)AuthorAgeFilesLines
...
* allow multiple lines in option completion lists to share the same ↵Sven Wischnowsky2002-05-231-2/+21
| | | | description, for (hopefully) cleaner displays (17212)
* 17141 plus mods: add `zle -F fd handler' feature.Peter Stephenson2002-05-213-68/+276
|
* fix for file-type-tests in nested quotes and don't count space ↵Sven Wischnowsky2002-05-215-82/+75
| | | | file-type-character (17195)
* improve calculation of used columns for match-max-length (17194)Sven Wischnowsky2002-05-211-15/+37
|
* fix for completion in nested quotes where the sub-word ends in a backslash ↵Sven Wischnowsky2002-05-211-2/+6
| | | | (17192)
* avoid printing in the last screen column when preparing a completion listing ↵Sven Wischnowsky2002-05-211-2/+2
| | | | with compdescribe (17190)
* 17175: Src/math.c: didn't handle parameters before a ternary expressionPeter Stephenson2002-05-171-0/+2
| | | | properly.
* 17171: Src/Modules/tcp.c: ztcp didn't return failurePeter Stephenson2002-05-161-0/+2
| | | | when a connect() failed.
* 17166: Src/Modules/zftp.c: check fileno of zftp controlPeter Stephenson2002-05-151-2/+3
| | | | connection before closing, not after
* follow-up to 17135, backslash-quoted backslashes in double quotes weren't ↵Sven Wischnowsky2002-05-151-5/+16
| | | | right, yet (17163)
* 17162: Src/Modules/tcp.c: prevent warning onPeter Stephenson2002-05-141-2/+2
| | | | gethostbyaddr() arguments.
* 17161: Src/Modules/tcp.c: length parameter to accept()Peter Stephenson2002-05-141-0/+1
| | | | wasn't initialised, causing random failures.
* allow users to give the maximum number of display-columns the matches should ↵Sven Wischnowsky2002-05-141-14/+25
| | | | take up via the style currently named max-match-length (17147)
* 17120, 17121: Src/init.c: work around problem with NIS tying up filePeter Stephenson2002-05-131-4/+47
| | | | descriptors.
* fix for unquoting with `compset -q' with singly and doubly quoted strings ↵Sven Wischnowsky2002-05-132-16/+100
| | | | (17135)
* 17102: looking up TCP sessions by fd returned the wrong pointerPeter Stephenson2002-05-081-1/+1
|
* 17097: closing all TCP sessions referenced freed memory.Peter Stephenson2002-05-081-2/+4
|
* 17095: Bug in setting associative array; remove unused counterPeter Stephenson2002-05-081-8/+5
|
* 17081: New zselect module and documentation.Peter Stephenson2002-05-082-0/+316
|
* 17075, 17076: _urpmi and chkconfig/servicesAndrey Borzenkov2002-05-081-1/+1
|
* Detect variant tgetent() return value and test for it correctly.Bart Schaefer2002-05-061-3/+3
|
* Split tokenize() into shtokenize() and zshtokenize()Bart Schaefer2002-05-063-8/+22
| | | | to improve SH_GLOB handling, particularly in completion
* 17046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2002-04-251-2/+3
| | | | swallowing up too many characters.
* 17040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2002-04-252-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 Wischnowsky2002-04-251-1/+0
|
* fix two memory leaks (found by Felix): pre-compiled patterns when ↵Sven Wischnowsky2002-04-242-0/+2
| | | | re-defining styles and compredirs-copies in comp_wrapper() (17029)
* 17011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson2002-04-182-4/+4
| | | | freehostent() incorrectly removed in 16172.
* Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson2002-04-171-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 Wischnowsky2002-04-171-3/+20
|
* treat backslashed bangs in double quotes specially in get_comp_string(), ↵Sven Wischnowsky2002-04-161-0/+6
| | | | they are more like $s there (16990)
* 16942: Allow zero-length matches in parameter substitutions.Peter Stephenson2002-04-081-2/+2
|
* Made SAVEHIST a special parameter.Wayne Davison2002-03-241-0/+20
|
* Added "savehistsiz" (for the new SAVEHIST special parameter), and used itWayne Davison2002-03-241-5/+9
| | | | in place of getiparam("SAVEHIST").
* Got rid of unused-variable compiler warning.Wayne Davison2002-03-241-2/+2
|
* 16862: allow print's -s and -z options to be used with -fOliver Kiddle2002-03-191-59/+99
|
* remove that -T option to compdef again and instead use comma-separated ↵Sven Wischnowsky2002-03-131-0/+1
| | | | sub-contexts both for function and style lookup (16819)
* Fix parsing of binary infix operators of test builtin.Bart Schaefer2002-03-071-2/+2
|
* don't try to build the redirection string for the loops (for, foreach, ↵Sven Wischnowsky2002-03-071-1/+1
| | | | select) (16776)
* 16767: Src/Zle/zle_hist.c, Doc/Zsh/zle.yo, Doc/Zsh/contrib.yo,Peter Stephenson2002-03-051-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 Stephenson2002-03-041-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 Wischnowsky2002-03-015-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 Wischnowsky2002-02-251-31/+47
|
* make _guard use `_mesage -e'; make `_message -e' use $curtag as a default; ↵Sven Wischnowsky2002-02-251-4/+0
| | | | change uses of _guard (16708)
* Improved the output of the "history" command with a 1-line history buffer,Wayne Davison2002-02-221-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 toWayne Davison2002-02-221-2/+3
| | | | the value we just put on top.
* 16620, 16697: add a and n parameter expansion flagsOliver Kiddle2002-02-222-51/+100
|
* Yet another fix for prepnexthistent().Wayne Davison2002-02-201-1/+2
|
* 16619, 16676: add -c, -l and -p options to the dirs builtinOliver Kiddle2002-02-201-21/+28
|
* 16673: add langinfo module as an interface to locale information.Clint Adams2002-02-193-0/+566
|
* 16635: make sure we display lists in singlelinezle modeGeoff Wing2002-02-191-2/+2
|