index
:
mirror/zsh
this commit
#CVSPS.NO.BRANCH
5.9
declarednull
dot-zsh-3.1.5-pws-14
dot-zsh-3.1.5-pws-17
dot-zsh-3.1.5-pws-19
fork_early
interrupt_abort
job_control_debug
job_control_debug2
master
mikachu/badarrays
mikachu/redrawhook
schaefer/badarrays
typeset-array
zsh
zsh-3.1.5-pws-16-patches
zsh-4.0-patches
zsh-4.2-patches
zsh-5.8-patches
mirror of git://git.code.sf.net/p/zsh/code
Leah Neukirchen
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
Zle
/
computil.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
27218: don't unquote $line generated in comparguments for _arguments
Peter Stephenson
2009-08-17
1
-2
/
+16
*
27211: handle Cygwin device files & drives specially in compfiles
Peter Stephenson
2009-08-05
1
-8
/
+66
*
26047: convert lower levels of completion matching to use
Peter Stephenson
2008-11-15
1
-2
/
+2
*
25989: fix crash in matching
Peter Stephenson
2008-11-02
1
-36
/
+27
*
25940: delay !multi memory allocation until after possibility to error out an...
Clint Adams
2008-10-29
1
-7
/
+7
*
25912: fix another metafication bug in completion
Peter Stephenson
2008-10-18
1
-19
/
+39
*
25897: remove small bit of dead code in cfp_opt_pats.
Clint Adams
2008-10-14
1
-2
/
+2
*
25737: remove dead code in ca_parse_line.
Clint Adams
2008-09-23
1
-3
/
+0
*
25666: free memory allocated for an xor if the argument number is invalid.
Clint Adams
2008-09-14
1
-0
/
+2
*
25138(? mailing list stuck): rewrite of completion matching.
Peter Stephenson
2008-06-08
1
-58
/
+235
*
users/12699: don't complete normal arguments where we're completing the
Peter Stephenson
2008-03-07
1
-4
/
+41
*
23665: autoloading of module features and related tweaks
Peter Stephenson
2007-07-06
1
-7
/
+7
*
23670: rationalise some linked list functions
Peter Stephenson
2007-06-27
1
-16
/
+3
*
see 23479: add initial features support for modules
Peter Stephenson
2007-05-28
1
-3
/
+25
*
23363: fake-files now allows patterns
Peter Stephenson
2007-05-01
1
-2
/
+11
*
unposted; typo
Peter Stephenson
2007-01-21
1
-1
/
+1
*
23118: improve sorting to make it work with locales
Peter Stephenson
2007-01-21
1
-1
/
+1
*
22831: use CM_SPACE in compdescribe
Andrey Borzenkov
2006-10-07
1
-12
/
+5
*
22819: improved internal use of string quotation,
Peter Stephenson
2006-10-05
1
-4
/
+3
*
22780: add _arguments/comparguments -n to set index of first non-option arg
Peter Stephenson
2006-09-27
1
-0
/
+15
*
22761: fix compdescrie for multibyte characters
Andrey Borzenkov
2006-09-23
1
-57
/
+129
*
22729: trunction in computil.c did't handle multibyte characters
Peter Stephenson
2006-09-17
1
-2
/
+16
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-63
/
+63
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-1
/
+1
*
Replaced a flawed look-behind algorithm for backslash detection
Wayne Davison
2006-02-13
1
-8
/
+8
*
In parse_cadef(), the variable name oargs was re-defined in an inner
Wayne Davison
2005-10-31
1
-2
/
+2
*
Use idigit() instead of range-checking '0' - '9'.
Wayne Davison
2005-10-31
1
-1
/
+1
*
21428: Travis: fix crash on bad compvalues call
Bart Schaefer
2005-07-12
1
-1
/
+2
*
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
2004-12-07
1
-1
/
+1
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-11
/
+11
*
Silenced three signed/unsigned comparison compiler warnings.
Wayne Davison
2004-05-28
1
-3
/
+3
*
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
2003-10-29
1
-1
/
+1
*
18477: Null pointer dereferenced in _arguments "*-+bar"
Peter Stephenson
2003-04-23
1
-1
/
+1
*
17582: Improved option argument handling.
Peter Stephenson
2002-08-27
1
-10
/
+11
*
report option arguments to _arguments in the original form (17196)
Sven Wischnowsky
2002-05-23
1
-4
/
+34
*
allow multiple lines in option completion lists to share the same description...
Sven Wischnowsky
2002-05-23
1
-2
/
+21
*
improve calculation of used columns for match-max-length (17194)
Sven Wischnowsky
2002-05-21
1
-15
/
+37
*
avoid printing in the last screen column when preparing a completion listing ...
Sven Wischnowsky
2002-05-21
1
-2
/
+2
*
allow users to give the maximum number of display-columns the matches should ...
Sven Wischnowsky
2002-05-14
1
-14
/
+25
*
make compvalues unquote the string from the line like comparguments does (16998)
Sven Wischnowsky
2002-04-17
1
-3
/
+20
*
allow an argument containing only a single colon as a separator between optio...
Sven Wischnowsky
2002-02-18
1
-0
/
+2
*
fix for displaying matches in groups via _describe; go back to displaying one...
Sven Wischnowsky
2002-02-07
1
-1
/
+10
*
don't report _arguments-specs more than once (not even shared options with mu...
Sven Wischnowsky
2002-01-08
1
-1
/
+8
*
Silence "might be used uninitialized" warnings.
Wayne Davison
2001-08-08
1
-0
/
+1
*
follow-up to 15588; add -w option to _values (look at all words); change _dd ...
Sven Wischnowsky
2001-08-08
1
-5
/
+41
*
(15526)
Sven Wischnowsky
2001-07-30
1
-4
/
+4
*
(15509)
Sven Wischnowsky
2001-07-27
1
-35
/
+93
*
another fix for 15477 (separator strings); add list-separator style (15484)
Sven Wischnowsky
2001-07-25
1
-3
/
+4
*
fixlet for 15477, don't let it remove consecutive dummy matches (15482)
Sven Wischnowsky
2001-07-25
1
-2
/
+4
*
make display for groups in _describe nicer; improve packing with list_packed;...
Sven Wischnowsky
2001-07-25
1
-92
/
+364
[next]