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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
update some .distfiles
Peter Stephenson
2007-08-01
1
-0
/
+1
*
revert that
Clint Adams
2007-07-12
4
-51
/
+127
*
23670: use getaddrinfo() and getnameinfo() instead of get*by* functions.
Clint Adams
2007-07-12
4
-127
/
+51
*
23665: autoloading of module features and related tweaks
Peter Stephenson
2007-07-06
22
-228
/
+190
*
23670: rationalise some linked list functions
Peter Stephenson
2007-06-27
1
-32
/
+6
*
23578: make standard features autoloadable,
Peter Stephenson
2007-06-20
22
-33
/
+20
*
23575: AIX needs features_() and enables_()
Peter Stephenson
2007-06-19
1
-0
/
+14
*
23562: add KSH_ZERO_SUBSCRIPT option and leave off by default
Peter Stephenson
2007-06-18
2
-6
/
+6
*
23537: make style list a hash table
Peter Stephenson
2007-06-08
1
-122
/
+189
*
23535: autoload saliases and dis_saliases from zsh/parameter
Peter Stephenson
2007-06-07
1
-1
/
+1
*
23488: tidy up module interface and documentation
Peter Stephenson
2007-05-29
1
-1
/
+1
*
23482: more typos
Peter Stephenson
2007-05-29
1
-1
/
+1
*
see 23479: add initial features support for modules
Peter Stephenson
2007-05-28
23
-618
/
+713
*
23446: fix typo producing wrong values for alias parameters
Peter Stephenson
2007-05-21
1
-1
/
+1
*
Peter A. Castro: 23408: zftp account handling was broken
Peter Stephenson
2007-05-10
1
-1
/
+1
*
unposted: regex fix-ups: missing doc file plus pointer fixes
Peter Stephenson
2007-05-02
1
-2
/
+3
*
23375: Phil Pennock: =~, zsh/regex etc. etc.
Peter Stephenson
2007-05-01
3
-39
/
+294
*
23264: don't add the -pcre-match operator unless the pcre functions are avail...
Clint Adams
2007-04-05
1
-5
/
+10
*
23168: fix error message for failed bind
Peter Stephenson
2007-02-13
1
-1
/
+1
*
c.f. 23023: new calendar function system.
Peter Stephenson
2006-12-01
1
-0
/
+1
*
operator precedence fix
Clint Adams
2006-09-18
1
-1
/
+1
*
22728: $functrace parameter for function backtraces.
Clint Adams
2006-09-17
2
-1
/
+33
*
22681: find all error number definitions
Peter Stephenson
2006-09-10
1
-1
/
+2
*
22650: remove now buggy pointer to last added style
Peter Stephenson
2006-08-20
1
-8
/
+5
*
22683: deleting style in context never removed style itself
Peter Stephenson
2006-08-20
1
-14
/
+42
*
22613: add strftime -r to use strptime() if available
Peter Stephenson
2006-08-17
1
-1
/
+65
*
22610: allow zstyle -L to have arguments
Peter Stephenson
2006-08-16
1
-2
/
+34
*
22583: erand48() needs initialisation on Cygwin.
Peter Stephenson
2006-08-04
1
-0
/
+7
*
22483: add $sysparams to zsh/system
Peter Stephenson
2006-06-05
1
-9
/
+88
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
18
-194
/
+185
*
- Got rid of one compiler warning about a clobbered variable.
Wayne Davison
2006-03-13
1
-2
/
+3
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
8
-244
/
+236
*
22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...
Clint Adams
2006-02-19
1
-2
/
+2
*
Added the missing return value to a newly-added "return".
Wayne Davison
2006-02-07
1
-1
/
+1
*
22195: don't set HOME in the shell
Peter Stephenson
2006-02-06
1
-1
/
+4
*
Values being stored in an array or a hash needed to be metafied
Wayne Davison
2006-01-13
1
-5
/
+5
*
If we are saving the ztrftime() value in a variable, we now metafy
Wayne Davison
2006-01-13
1
-1
/
+1
*
22082: print out uid or gid in stat if name not available
Peter Stephenson
2005-12-19
1
-6
/
+18
*
Just-added "return" should have returned a value.
Wayne Davison
2005-12-10
1
-1
/
+1
*
22057: don't use zsh/newuser in emulation
Peter Stephenson
2005-12-09
1
-0
/
+3
*
21978: unmetafy file name
Andrey Borzenkov
2005-11-02
1
-2
/
+2
*
Changed some isdigit() calls to use idigit().
Wayne Davison
2005-11-01
2
-8
/
+7
*
Use idigit() instead of range-checking '0' - '9'.
Wayne Davison
2005-10-31
3
-8
/
+7
*
21912: silence unused parameter compile warnings in cap.c
Clint Adams
2005-10-24
1
-3
/
+3
*
unposted: bring various .distfiles up to date
Peter Stephenson
2005-07-21
1
-0
/
+1
*
21500: Add script and function as framework for new user stuff.
Peter Stephenson
2005-07-20
1
-2
/
+3
*
21498: Add zsh/newuser module
Peter Stephenson
2005-07-20
2
-0
/
+111
*
21466: mkdir -p didn't work with symlinks
Peter Stephenson
2005-07-14
1
-1
/
+1
*
Joerg Sonnenberger: 21252: Dragonfly BSD support
Oliver Kiddle
2005-05-11
1
-5
/
+3
*
21143: more care about special file descriptors
Peter Stephenson
2005-04-15
1
-0
/
+5
[next]