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
Commit message (
Expand
)
Author
Age
Files
Lines
*
20862: attempt to fix configure scripts to detect iconv properly
Oliver Kiddle
2005-02-24
2
-7
/
+7
*
20861: Fix statusline in Unicode, apart from isearch
Peter Stephenson
2005-02-24
8
-57
/
+99
*
20857: rewrite zle_refresh to use wide characters.
Andrey Borzenkov
2005-02-23
2
-169
/
+224
*
20856: use VARARR for multibyte string.
Peter Stephenson
2005-02-23
1
-1
/
+2
*
20854: more Unicode stuff.
Peter Stephenson
2005-02-23
11
-164
/
+192
*
20845: fix mbstate_t usage in getrestchar
Andrey Borzenkov
2005-02-22
2
-13
/
+8
*
20844: prune trailing slashes from named directory
Peter Stephenson
2005-02-22
1
-1
/
+13
*
Andrej: 20838: get ZLE_UNICODE_SUPPORT basically working
Peter Stephenson
2005-02-22
6
-16
/
+26
*
20833: typo: int_t -> wint_t
Peter Stephenson
2005-02-21
1
-1
/
+1
*
20828: typos in 20822
Peter Stephenson
2005-02-18
2
-2
/
+2
*
20822: Initial code for Unicode/multibyte input
Peter Stephenson
2005-02-18
14
-161
/
+468
*
20816: update rlimits for new glibc
Peter Stephenson
2005-02-16
1
-3
/
+7
*
20812: Add functions for exception handling
Peter Stephenson
2005-02-15
1
-1
/
+1
*
20798: propagate an #ifdef to prototypes
Peter Stephenson
2005-02-07
1
-0
/
+2
*
20794: Change version to 4.3.0-dev-1
Peter Stephenson
2005-02-07
1
-0
/
+3
*
fix autoloaded trap bug; rejig use of trapfuncs
Peter Stephenson
2005-02-06
7
-39
/
+88
*
20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing.
Bart Schaefer
2005-02-02
1
-2
/
+2
*
20759, 20760, 20765: Improve Cygwin configuration
Peter Stephenson
2005-02-01
2
-3
/
+3
*
* 20753: use ZS_memmove instead of memmove.
Clint Adams
2005-01-26
2
-2
/
+3
*
20752: fix access to ZLE parameters
Peter Stephenson
2005-01-26
7
-34
/
+48
*
* 20751: Src/Zle/zle_refresh.c: use '?' for character conversion error
Clint Adams
2005-01-26
1
-2
/
+2
*
* 20747: some wide char support in the zle refresh code.
Clint Adams
2005-01-26
2
-16
/
+42
*
20750: fix hang with 20742
Peter Stephenson
2005-01-26
1
-2
/
+9
*
20742: More Unicode conversion stuff.
Peter Stephenson
2005-01-25
6
-112
/
+281
*
users/8422: [[ ... -nt ... ]] with bad stat caused
Peter Stephenson
2005-01-24
1
-1
/
+1
*
* 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string.
Clint Adams
2005-01-22
1
-7
/
+2
*
* 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetline
Clint Adams
2005-01-22
2
-2
/
+28
*
Fixed compiler warning about a missing initializer.
Wayne Davison
2005-01-21
1
-2
/
+2
*
Got rid of "unused parameter" compiler warning for nullsethashfn().
Wayne Davison
2005-01-21
1
-1
/
+1
*
20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,
Peter Stephenson
2005-01-19
2
-43
/
+76
*
* 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff.
Clint Adams
2005-01-16
1
-6
/
+1
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
29
-1109
/
+1187
*
users/8359: add Darwin completion directories by default
Peter Stephenson
2005-01-12
1
-1
/
+1
*
20701: fix compilation on Mac OS X: define is __APPLE__, not APPLE
Oliver Kiddle
2005-01-12
1
-1
/
+1
*
20695: Fix Cygwin problem with initialising from pointer to imported variable
zsh-4.2.2
Peter Stephenson
2005-01-12
4
-6
/
+49
*
Fix .distfiles and .cvsignore
Peter Stephenson
2005-01-12
1
-1
/
+1
*
* 20657: Src/Zle/zle_tricky.c: sort completions partially based on LC_COLLAT...
Clint Adams
2005-01-11
1
-0
/
+4
*
20666: Avoid creating unnecessary multios when a descriptor is closed and
Bart Schaefer
2005-01-11
1
-1
/
+2
*
20661: *(+func) = *(e:func:)
Peter Stephenson
2005-01-10
1
-5
/
+26
*
20632: incorrect propagation of signals to process group
Peter Stephenson
2005-01-05
1
-1
/
+2
*
20605: Use separate structure with get/set/unset methods fro parameters.
Peter Stephenson
2004-12-07
19
-800
/
+912
*
A few minor style tweaks (as discussed in 20595 and 20596).
Wayne Davison
2004-12-01
1
-6
/
+7
*
Corrected the error-return comment for zchdir() and optimized the
Wayne Davison
2004-11-29
1
-9
/
+8
*
20591: Stephane Chazelas: use of fchdir in zchdir leaked fd's
Peter Stephenson
2004-11-29
1
-3
/
+7
*
20592: Debian bug#283358: $((##)) failed erratically
Peter Stephenson
2004-11-29
1
-0
/
+4
*
20576: fix core dump on TRAPEXIT
Peter Stephenson
2004-11-23
1
-1
/
+13
*
20572: Allow alternative signal names
Peter Stephenson
2004-11-22
5
-36
/
+153
*
20568: debug test in pattern.c was out of date
Peter Stephenson
2004-11-19
1
-1
/
+1
*
20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIO
Peter Stephenson
2004-11-19
1
-0
/
+2
*
users/8219: add $HISTCMD
Peter Stephenson
2004-11-16
1
-0
/
+1
[next]