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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fixed bug in do_comp_vars() when *compprefix is a metified char.
Wayne Davison
2005-08-16
1
-3
/
+1
*
21642: remove redundant checks
Andrey Borzenkov
2005-08-16
2
-16
/
+9
*
Moved declaration of char pointer var to comply with
Wayne Davison
2005-08-16
1
-2
/
+2
*
21631: make sure an unmetafied string is passed to ztat to determine file type.
Clint Adams
2005-08-16
2
-1
/
+13
*
unposted: fix spelling
Andrey Borzenkov
2005-08-15
1
-1
/
+1
*
21627: fix recursive ZLE from completion call
Andrey Borzenkov
2005-08-15
2
-3
/
+25
*
21622: fix recursive completion call in zrefresh()
Andrey Borzenkov
2005-08-15
2
-1
/
+11
*
21619: define wide versions of zarrdup, zputs, niceztrlen.
Clint Adams
2005-08-15
4
-0
/
+130
*
21565: better handle uncompresed manpages with .[0-9] in their names.
Clint Adams
2005-08-15
2
-2
/
+7
*
21609
Wayne Davison
2005-08-15
1
-0
/
+4
*
21609: fixed a readlink() call in statfullpath().
Wayne Davison
2005-08-15
1
-2
/
+4
*
21616: typo
Peter Stephenson
2005-08-15
2
-1
/
+3
*
21611: Added Firefox completion support.
Felix Rosencrantz
2005-08-15
2
-14
/
+45
*
21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems.
Peter Stephenson
2005-08-15
5
-13
/
+42
*
Several belated commits including workers/21366,21369
Bart Schaefer
2005-08-15
1
-2
/
+13
*
21369: assign to array with "builtin stat"
Bart Schaefer
2005-08-15
1
-2
/
+5
*
More adjustements for PROMPT_SP
Bart Schaefer
2005-08-15
1
-4
/
+7
*
21366: LONG_LIST_JOBS applies to more places where job listings are printed
Bart Schaefer
2005-08-15
1
-8
/
+12
*
21606
Wayne Davison
2005-08-12
1
-0
/
+8
*
For gcc, use static inline functions in place of the ZS_str*
Wayne Davison
2005-08-12
1
-4
/
+16
*
21603: wchar/multibyte conversion of cursor position when at end of line
Peter Stephenson
2005-08-12
2
-2
/
+11
*
21412: Travis Spencer: pkg-config completion
Peter Stephenson
2005-08-12
3
-1
/
+64
*
Some ZWC -> ZWS changes.
Wayne Davison
2005-08-11
1
-0
/
+3
*
Changed several instances of ZWC() used on a string to ZWS().
Wayne Davison
2005-08-11
2
-5
/
+5
*
The last word in B02typeset.ztst fixes (for now).
Wayne Davison
2005-08-11
1
-6
/
+7
*
Third time's a charm: a better fix than using either a subshell or
Wayne Davison
2005-08-11
1
-11
/
+17
*
21598: fix typo that broke svn ci completion and avoid problem if LC_ALL set
Oliver Kiddle
2005-08-11
2
-7
/
+15
*
Improved a sentence.
Wayne Davison
2005-08-11
1
-1
/
+1
*
21596: fix run-help, which-command, accept-and-menu-complete
Peter Stephenson
2005-08-10
3
-6
/
+22
*
/tmp/cvsgx0BlF
Wayne Davison
2005-08-10
1
-0
/
+6
*
A better fix than my last patch is to use "setopt localoptions".
Wayne Davison
2005-08-10
1
-3
/
+3
*
21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORT
Peter Stephenson
2005-08-10
3
-2
/
+5
*
21571: avoid localised translations that break parsing
Oliver Kiddle
2005-08-10
1
-1
/
+1
*
21592: browsing new directory from menu selection crashed
Peter Stephenson
2005-08-10
2
-0
/
+6
*
c.f. 21590: metafy_line()/unmetafy_line() now support wide characters
Peter Stephenson
2005-08-10
17
-553
/
+943
*
21579
Wayne Davison
2005-08-10
1
-0
/
+5
*
Put the last test into a sub-shell so that it doesn't interfere
Wayne Davison
2005-08-10
1
-2
/
+2
*
A couple more minor tweaks to the "trap" section.
Wayne Davison
2005-08-10
1
-2
/
+4
*
Make printf %s handle an embedded null (21579).
Wayne Davison
2005-08-10
1
-7
/
+10
*
Fixes from Thorsten Dahlheimer.
Peter Stephenson
2005-08-09
4
-14
/
+37
*
21577 (adapted): Dan Bullok: improved window resize handling, again
Peter Stephenson
2005-08-09
3
-1
/
+11
*
21580
Wayne Davison
2005-08-09
1
-0
/
+3
*
21580: Thorsten's patch to make sure that no pre-existing traps
Wayne Davison
2005-08-09
1
-1
/
+4
*
21581
Wayne Davison
2005-08-09
1
-0
/
+5
*
Changes based on Thorsten's message #21581.
Wayne Davison
2005-08-09
1
-9
/
+15
*
Got rid of trap call for now.
Wayne Davison
2005-08-09
1
-2
/
+2
*
21581: Thorsten Dahlheimer: Src/builtin.c: fixed error output
Wayne Davison
2005-08-09
1
-5
/
+12
*
21584
Wayne Davison
2005-08-09
1
-0
/
+6
*
Test both %b and %s in the empty-arg test.
Wayne Davison
2005-08-09
1
-1
/
+1
*
Fixed a recently-introduced bug where printf %b with an empty arg
Wayne Davison
2005-08-08
1
-1
/
+1
[next]