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
/
Modules
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
20959: fix crash unloading zsh/parameter and test the fix
Peter Stephenson
2005-03-10
1
-1
/
+1
*
* 20911: Src/Modules/termcap.c: and set affcnt to 1 unconditionally
Clint Adams
2005-03-02
1
-1
/
+2
*
* 20909: Src/Modules/termcap.c: reverse row and col arguments to tgoto.
Clint Adams
2005-03-02
1
-1
/
+1
*
20822: Initial code for Unicode/multibyte input
Peter Stephenson
2005-02-18
1
-2
/
+2
*
fix autoloaded trap bug; rejig use of trapfuncs
Peter Stephenson
2005-02-06
2
-4
/
+4
*
Fixed compiler warning about a missing initializer.
Wayne Davison
2005-01-21
1
-2
/
+2
*
20695: Fix Cygwin problem with initialising from pointer to imported variable
zsh-4.2.2
Peter Stephenson
2005-01-12
1
-1
/
+8
*
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
2004-12-07
8
-398
/
+222
*
20556: change SOCKLEN_T to ZSOCKLEN_T to avoid clash
Peter Stephenson
2004-11-16
3
-5
/
+5
*
Use the new gettempfile() function.
Wayne Davison
2004-10-21
1
-2
/
+1
*
Call gettempname() with its new args.
Wayne Davison
2004-10-18
1
-1
/
+1
*
We can't use "%d" on a histent number (which is a zlong these days).
Wayne Davison
2004-10-01
1
-1
/
+1
*
20091: Src/Modules/pcre.c: silence gcc "unused parameter" warnings.
Clint Adams
2004-06-22
1
-5
/
+5
*
20029: fix randomness of mathfunc rand48(seed)
Peter Stephenson
2004-06-08
1
-1
/
+1
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
20
-151
/
+151
*
Silenced one signed/unsigned comparison compiler warning.
Wayne Davison
2004-05-28
1
-1
/
+1
*
Silenced one signed/unsigned comparison compiler warning.
Wayne Davison
2004-05-28
1
-1
/
+1
[next]