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
...
*
use unmetafy() to allow writing special characters into a pty (13156)
Sven Wischnowsky
2000-11-13
1
-4
/
+6
*
Sven: 13108: Handle traps synchronously
Peter Stephenson
2000-11-11
13
-54
/
+199
*
Try blocking read() in read_poll() only if select() returns error (or
Bart Schaefer
2000-11-08
1
-1
/
+1
*
*** empty log message ***
Sven Wischnowsky
2000-11-08
1
-1
/
+6
*
Tweak interactiveness of cloned shell.
Bart Schaefer
2000-11-06
1
-1
/
+1
*
Make zpty more like eval.
Bart Schaefer
2000-11-06
2
-58
/
+49
*
Assorted read_poll() and zpty cleanup.
Bart Schaefer
2000-11-05
2
-46
/
+79
*
Better streaming behavior from `zpty -r', plus other cleanup.
Bart Schaefer
2000-11-05
1
-43
/
+20
*
show current/previous job in $jobstates (3503)
Sven Wischnowsky
2000-11-02
2
-6
/
+13
*
make assignament to $nameddirs behave like hash -d (13095)
Sven Wischnowsky
2000-10-30
1
-9
/
+18
*
re-display list for cleanup only if we were in menu selection (13084)
Sven Wischnowsky
2000-10-25
1
-1
/
+6
*
add a counter for invalidatelist() to allow finding out if there is a new lis...
Sven Wischnowsky
2000-10-25
2
-3
/
+15
*
avoid printing file type characters in completion lists for matches ending in...
Sven Wischnowsky
2000-10-24
2
-3
/
+5
*
Fix "vared -e".
Bart Schaefer
2000-10-22
1
-3
/
+5
*
Fix "vared -h" in shell scripts.
Bart Schaefer
2000-10-21
2
-3
/
+8
*
make non-blocking IO on ptys work again; add -t option to test if command is ...
Sven Wischnowsky
2000-10-19
2
-15
/
+42
*
Don't call histreduceblanks() if the line didn't parse right.
Wayne Davison
2000-10-19
1
-4
/
+5
*
*** empty log message ***
Sven Wischnowsky
2000-10-17
1
-1
/
+4
*
two completion matching fixes; wrong (path) prefix matching (removed path com...
Sven Wischnowsky
2000-10-13
1
-5
/
+5
*
add _all_matcher completer and supporting C-code for adding a special match r...
Sven Wischnowsky
2000-10-11
5
-63
/
+195
*
make user defined completion widgets leave menu selection without accepting t...
Sven Wischnowsky
2000-10-11
2
-5
/
+13
*
*** empty log message ***
Sven Wischnowsky
2000-10-10
1
-3
/
+3
*
follow-up to 12930, make it first try exact character matches, but enable it ...
Sven Wischnowsky
2000-10-10
1
-7
/
+30
*
prefer exact character matches over match specs (so that `nom' can match `nom...
Sven Wischnowsky
2000-10-09
1
-1
/
+10
*
don't return invalid Eprog after parse error (12898)
Sven Wischnowsky
2000-10-05
1
-2
/
+3
*
comparguments: don't use rest-argument-specification if it was inactivated (1...
Sven Wischnowsky
2000-10-05
1
-3
/
+6
*
don't stop parsing too early when completing inside a command substitution (1...
Sven Wischnowsky
2000-10-04
1
-0
/
+1
*
don't forget a displayed list when starting menu completion (12884)
Sven Wischnowsky
2000-10-04
1
-1
/
+4
*
Change some zerr to zwarn for consistency.
Bart Schaefer
2000-10-02
5
-23
/
+20
*
unposted: remove unused variable declaration from ztat()
Clint Adams
2000-10-01
1
-2
/
+0
*
12863: remove ztrdupstrip, use VARARR in ztat
Clint Adams
2000-09-27
2
-27
/
+13
*
Tweak to STTY fix.
Bart Schaefer
2000-09-26
1
-0
/
+3
*
Fix STTY parameter.
Bart Schaefer
2000-09-25
1
-7
/
+17
*
12860: don't limit size of pwd in job table
Clint Adams
2000-09-22
1
-7
/
+3
*
12859: dynamically-allocate buffer in ztat(), ztrdupstring()
Clint Adams
2000-09-22
2
-8
/
+26
*
12847: dynamically allocate buf and z in bin_whence()
Clint Adams
2000-09-19
1
-8
/
+6
*
12846: moved simple string manipulation functions to string.c
Clint Adams
2000-09-19
5
-108
/
+137
*
12845: dynamically allocate pbuf in domove()
Clint Adams
2000-09-19
1
-5
/
+13
*
12836: bin_ln now independent of PATH_MAX
Clint Adams
2000-09-18
1
-20
/
+13
*
Back out 12814.
Bart Schaefer
2000-09-18
2
-94
/
+0
*
Improve upon some of the PATH_MAX changes.
Bart Schaefer
2000-09-18
3
-53
/
+68
*
12828: dynamically allocate 'dir' in mailstat
Clint Adams
2000-09-18
1
-31
/
+26
*
12827: dynamically allocate 'file' in mailstat
Clint Adams
2000-09-18
1
-20
/
+18
*
unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefined
Clint Adams
2000-09-18
2
-4
/
+4
*
12823: use zsh heap in lieu of perm. heap in bin_dot
Clint Adams
2000-09-18
2
-4
/
+18
*
12821: bin_dot is now independent of PATH_MAX
Clint Adams
2000-09-17
1
-9
/
+8
*
"typeset +m ..." and "typeset +g -m ..."
Bart Schaefer
2000-09-17
1
-2
/
+11
*
12818: use tricat() in lieu of zasprintf
Clint Adams
2000-09-17
1
-1
/
+1
*
12814: zasprintf
Clint Adams
2000-09-16
3
-2
/
+100
*
12804: Fix "typeset -m".
Bart Schaefer
2000-09-14
1
-0
/
+1
[prev]
[next]