summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2002-05-0317072: fix pushdminus handling in completion after directory stack referencesOliver Kiddle2-11/+12
2002-04-3017057: completion for debfosterClint Adams3-1/+99
2002-04-2917055: shared object linkage on the Hurd.Clint Adams2-2/+6
2002-04-29unposted: add missing bracket in _spamassassin.Clint Adams2-1/+6
2002-04-2517046: Src/math.c: OCTAL_ZEROES with a `0' on its own wasPeter Stephenson2-2/+8
swallowing up too many characters.
2002-04-25users/4865: Completion/compinit: need to add NO_octalzeroes toPeter Stephenson2-0/+4
$_comp_options.
2002-04-2517044: complete all files for w3m, not just *.html.Clint Adams2-1/+6
2002-04-25ChangeLog for 17040, 17041Peter Stephenson1-0/+8
2002-04-2517040: Src/Modules/tcp.c: AF_INET6 wasn't copied into thePeter Stephenson2-3/+4
socket structure for IPv6. 17041: Src/Modules/zftp.c: Minor but fatal typos creating a data connection for zftp using IPv6.
2002-04-25remove one half of 17029; the part for zstyle wasn't right (17035)Sven Wischnowsky2-1/+5
2002-04-24fix two memory leaks (found by Felix): pre-compiled patterns when ↵Sven Wischnowsky3-0/+8
re-defining styles and compredirs-copies in comp_wrapper() (17029)
2002-04-23users/4851: Add Functions/Misc/relative.Bart Schaefer1-0/+6
2002-04-23Add "relative".Bart Schaefer1-5/+3
2002-04-23users/4851: Convert a full path to a path relative to a directory.Bart Schaefer1-0/+28
2002-04-18Stupid typo -- :? should be ?:Bart Schaefer1-1/+1
2002-04-1817011: Src/Modules/tcp.c, Src/Modules/zftp.c: restorePeter Stephenson3-4/+9
freehostent() incorrectly removed in 16172.
2002-04-17Diff by article number, not just by attribution line.Bart Schaefer1-10/+40
2002-04-17Alexandre Duret-Lutz: 16930: Src/cond.c, Test/C02cond.ztst:Peter Stephenson3-2/+17
Careful with long filenames in internal condition test; fix block file test for `-f'.
2002-04-17Differentiate the two patches from 16703.Wayne Davison1-2/+2
2002-04-17make compvalues unquote the string from the line like comparguments does (16998)Sven Wischnowsky2-3/+25
2002-04-16Modified _java to use _java_class.Felix Rosencrantz2-14/+10
2002-04-16make _path_files use match specs from the matcher style when calling ↵Sven Wischnowsky2-3/+7
compfiles (users/4836)
2002-04-16make _values not use -Q (16991)Sven Wischnowsky2-1/+4
2002-04-16treat backslashed bangs in double quotes specially in get_comp_string(), ↵Sven Wischnowsky2-0/+10
they are more like $s there (16990)
2002-04-16make more calls to _message use the -e option (16988)Sven Wischnowsky37-72/+97
2002-04-1216973: complete package name argument to apt-cache policy.Clint Adams2-1/+4
2002-04-1216972: complete for aaaa, zone, mx, soa, txt.Clint Adams2-1/+6
2002-04-1016955: _java_classFelix Rosencrantz1-0/+6
2002-04-10New _java_class to find classes on the classpath.Felix Rosencrantz2-0/+16
2002-04-0816942: Allow zero-length matches in parameter substitutions.Peter Stephenson2-2/+7
2002-04-0416935: update options completed for ssh and add sftp completionOliver Kiddle2-193/+207
2002-04-04name tweakClint Adams1-1/+1
2002-04-0416934: complete ssh -1 as well as ssh -2.Clint Adams2-0/+5
2002-04-04add original string as match (like in _approximate)Oliver Kiddle2-3/+17
2002-04-0416933: more sophisticated versions of these functionsOliver Kiddle3-16/+32
2002-04-0416923: add insert style for inserting matches instead of adding them as a matchOliver Kiddle3-2/+16
2002-03-3016927 + a usage-message fix.Wayne Davison1-0/+6
2002-03-30+ Added -W to auto-convert wildcards in both the find and replace strings.Wayne Davison1-17/+43
+ Fixed the usage message to output the '$' args and '\' characters (they were getting eaten).
2002-03-2816895: cross-references to the `|&' and `>(...)' syntax.Bart Schaefer2-0/+18
2002-03-2716913: fix completion after compdef -a and correct typosOliver Kiddle3-17/+20
2002-03-27John Beppu: 16866: new completion for figletOliver Kiddle2-0/+43
2002-03-27alter _generic example to be more robustOliver Kiddle2-3/+7
2002-03-2416890Wayne Davison1-0/+9
2002-03-24Made SAVEHIST a special parameter.Wayne Davison1-0/+20
2002-03-24Added "savehistsiz" (for the new SAVEHIST special parameter), and used itWayne Davison1-5/+9
in place of getiparam("SAVEHIST").
2002-03-24Got rid of unused-variable compiler warning.Wayne Davison1-2/+2
2002-03-2116879: Functions/Zle/up-line-or-beginning-search,Peter Stephenson4-0/+45
Functions/Zle/down-line-or-beginning-search, Doc/Zsh/contrib.yo: originally by Bart --- widgets which combine up-line-or-search and history-beginning-search-backward behaviour.
2002-03-19handle dot files and directories tooOliver Kiddle1-1/+1
2002-03-1916864: fix remote file completion with relative pathsOliver Kiddle2-8/+18
2002-03-19correct my mistake which broke file completion after grepOliver Kiddle2-1/+4