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
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Commit message (
Expand
)
Author
Age
Files
Lines
*
25324: Danek Duvall: some Solaris and more general completions
Peter Stephenson
2008-07-21
1
-25
/
+57
*
25322: fix printing of keys.
Clint Adams
2008-07-21
1
-0
/
+1
*
25321: delete gdbm node when corresponding hash entry is unset.
Clint Adams
2008-07-21
1
-1
/
+6
*
25320: fix read and write of elements by key.
Clint Adams
2008-07-21
1
-16
/
+28
*
25319: fix zuntie, add -f option to ztie.
Clint Adams
2008-07-21
2
-0
/
+252
*
25272: add zshaddhistory hook
Peter Stephenson
2008-07-17
6
-40
/
+71
*
users/13036: "." is a valid character in a user name
Peter Stephenson
2008-07-15
1
-1
/
+1
*
25267: ambiguous pattern matching fix: missing log
Peter Stephenson
2008-07-07
1
-1
/
+1
*
25267: fix problem with menu on ambiguous completion without matching
Peter Stephenson
2008-07-06
1
-0
/
+39
*
25266: always use EXTENDED_GLOB for patterns in ZLS_COLORS
Peter Stephenson
2008-07-05
1
-0
/
+6
*
25262: suspicious error checking in braceless function definition
Peter Stephenson
2008-07-01
1
-2
/
+1
*
25259: improve getquery() handling of unhandled characters
Peter Stephenson
2008-07-01
1
-15
/
+29
*
25255: add anonymous function capability
Peter Stephenson
2008-06-30
1
-28
/
+50
*
25242: Mikael V prompt test for contents of psvar
Peter Stephenson
2008-06-24
1
-0
/
+6
*
25167: patch from Petr Salinger to define _GNU_SOURCE (for /dev/ptmx) when gl...
Clint Adams
2008-06-16
1
-1
/
+1
*
25149: add C_PRECEDENCES option to make arithmetic have C/Perl precedence
Peter Stephenson
2008-06-12
3
-117
/
+231
*
25145: make sure XTRACE output is redirected with stderr
Peter Stephenson
2008-06-11
1
-7
/
+8
*
Mikael: 25146: export pattern_match_equivalence()
Peter Stephenson
2008-06-10
1
-1
/
+3
*
Mikael: 25143: spelling corrections
Peter Stephenson
2008-06-10
3
-3
/
+5
*
unposted: silence compiler in pattern_match_restrict()
Peter Stephenson
2008-06-09
1
-1
/
+1
*
25138(? mailing list stuck): rewrite of completion matching.
Peter Stephenson
2008-06-08
6
-287
/
+1468
*
25126: reformatting for 25124
Clint Adams
2008-06-01
1
-3
/
+2
*
25124: work with --(disable|enable)-largefile instead of --(disable|enable)-l...
Clint Adams
2008-06-01
1
-1
/
+2
*
25095: thorough modernization of prompt theme system
Peter Stephenson
2008-05-17
1
-0
/
+2
*
25057: better debug error on memory failure
Peter Stephenson
2008-05-17
2
-1
/
+8
*
25055: remove unnecessary debug test
Peter Stephenson
2008-05-17
1
-1
/
+0
*
25051: add colour sequences to formatting strings in completion
Peter Stephenson
2008-05-16
3
-5
/
+58
*
25040: zpty should display context information more like eval
Peter Stephenson
2008-05-15
3
-3
/
+17
*
25025: check radix for integer constants is between 2 and 36 inclusive
Peter Stephenson
2008-05-14
3
-1
/
+9
*
25006, 25009: fix "or" orphaned symlink highlighting
Peter Stephenson
2008-05-12
1
-33
/
+46
*
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
2008-05-12
10
-55
/
+65
*
24996: improve xtrace output for patterns
Peter Stephenson
2008-05-11
5
-18
/
+90
*
users/12848: return, break, continue in always block override try block
Peter Stephenson
2008-05-11
1
-7
/
+7
*
24994: fix problem with up/down-line-or-search, perhaps
Peter Stephenson
2008-05-11
1
-3
/
+9
*
unposted: fix uninitialised variable
Peter Stephenson
2008-05-09
1
-1
/
+1
*
24986: prompt escapes for colours
Peter Stephenson
2008-05-09
5
-373
/
+598
*
unposted: bad argument to zmodload -F error message
Peter Stephenson
2008-05-08
1
-1
/
+1
*
24980: zmodload -mF
Peter Stephenson
2008-05-08
3
-41
/
+108
*
24972: Phil Pennock: zf_* variants of zsh/files builtins plus extra options
Peter Stephenson
2008-05-08
2
-16
/
+71
*
24959: crash with ^D in compctl
Peter Stephenson
2008-05-07
1
-6
/
+6
*
24957: better sanity checking of colour ranges
Peter Stephenson
2008-05-06
1
-4
/
+31
*
24953: "default" zle_highlight; fix allocation bug in colour sequences
Peter Stephenson
2008-05-06
1
-91
/
+138
*
24951: implement ZLS_COLORS ln=target
Peter Stephenson
2008-05-06
3
-30
/
+73
*
24932: try to fix up code that regularizes attributes after right prompt
Peter Stephenson
2008-05-06
2
-18
/
+35
*
Only call close(flock_fd) if flock_fd is >= 0.
Wayne Davison
2008-05-05
1
-2
/
+4
*
Locking simplification and signed/unsigned fixes.
Wayne Davison
2008-05-05
3
-98
/
+59
*
Mikael Magnusson: 24911 (slightly tweaked):
Peter Stephenson
2008-05-04
1
-0
/
+17
*
24904 + 24916: be more careful definined _XOPEN_SOURCE_EXTENDED on BSD systems
Peter Stephenson
2008-05-04
1
-8
/
+9
*
24915: some more fix-ups for combining characters
Peter Stephenson
2008-05-04
4
-29
/
+78
*
users/12812: fix hang with confusion over process numbers
Peter Stephenson
2008-05-02
3
-46
/
+75
[next]