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
/
init.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
25002: only ZLE should update attributes resulting from prompt expansion
Peter Stephenson
2008-05-12
1
-1
/
+2
*
24986: prompt escapes for colours
Peter Stephenson
2008-05-09
1
-0
/
+3
*
24894: enable colouring of highlighted text in editor
Peter Stephenson
2008-04-29
1
-1
/
+7
*
24869: Marc Chantreux: make default readnullcmd configurable
Peter Stephenson
2008-04-26
1
-1
/
+1
*
24786: handle read -t properly in zle via getbyte()
Peter Stephenson
2008-04-03
1
-1
/
+1
*
users/12305: option output not well documented
Peter Stephenson
2007-12-12
1
-2
/
+1
*
24120: termcap string memory allocation was screwy
Peter Stephenson
2007-11-26
1
-1
/
+5
*
users/11883: return at top level caused following precommand functions
Peter Stephenson
2007-09-26
1
-2
/
+4
*
23702: fix installing executable scripts
Peter Stephenson
2007-07-26
1
-1
/
+1
*
23665: autoloading of module features and related tweaks
Peter Stephenson
2007-07-06
1
-2
/
+2
*
23488: tidy up module interface and documentation
Peter Stephenson
2007-05-29
1
-6
/
+6
*
see 23479: add initial features support for modules
Peter Stephenson
2007-05-28
1
-5
/
+5
*
23409: disable prompt_sp output after ^D was seen and message printed
Andrey Borzenkov
2007-05-10
1
-1
/
+1
*
22983: exit could loop for ever
Peter Stephenson
2006-11-08
1
-0
/
+9
*
22981: Zvi Har'el: bad call from 22952
Peter Stephenson
2006-11-08
1
-13
/
+17
*
Vin Shelton: 22789: 22783 broke .zshenv
Peter Stephenson
2006-09-29
1
-8
/
+10
*
22783: Frank Terbeck: don't load zsh/newuser unless interactive
Peter Stephenson
2006-09-28
1
-1
/
+1
*
22727: "use 'exit' to exit" was suboptimal
Peter Stephenson
2006-09-17
1
-2
/
+16
*
22676, 22678: extend sched and make it able to run events when waiting for
Peter Stephenson
2006-09-10
1
-1
/
+0
*
22474: use variable argument lists to improve error message handling
Peter Stephenson
2006-05-30
1
-11
/
+10
*
Changed some structures to avoid gcc's type-punned warnings.
Wayne Davison
2006-03-07
1
-1
/
+1
*
22284: add --disable-dynamic-nss configure switch to disable use of getpw*(),...
Clint Adams
2006-02-19
1
-3
/
+3
*
22198: do always set HOME in native emulation
Peter Stephenson
2006-02-07
1
-5
/
+14
*
22195: don't set HOME in the shell
Peter Stephenson
2006-02-06
1
-8
/
+12
*
22049: bug exiting from sourced file within function
Peter Stephenson
2005-12-03
1
-1
/
+2
*
Changed two zle functions to each return a char pointer, not an
Wayne Davison
2005-11-15
1
-3
/
+3
*
21736: improve tests for word and identifier characters with multibyte input
Peter Stephenson
2005-09-20
1
-3
/
+0
*
adapted from 21719: add some mod_exports
Peter Stephenson
2005-09-09
1
-1
/
+1
*
21709 plus tweaks: use $KEYTIMEOUT for multibyte chars.Reset input state on i...
Peter Stephenson
2005-09-09
1
-1
/
+1
*
21577 (adapted): Dan Bullok: improved window resize handling, again
Peter Stephenson
2005-08-09
1
-0
/
+3
*
21498: Add zsh/newuser module
Peter Stephenson
2005-07-20
1
-0
/
+12
*
Reference 4 extra termcap items: save-cursor, restore-cursor, the
Wayne Davison
2005-07-15
1
-5
/
+18
*
Prevent double precmd during "fc -e -"
Bart Schaefer
2005-06-13
1
-1
/
+1
*
21131: exit with status 127 when script not found
Peter Stephenson
2005-04-11
1
-4
/
+4
*
* 21124: Src/Zle/zle_main.c, Src/init.c, Src/params.c: have zle cache a
Clint Adams
2005-04-08
1
-0
/
+3
*
21078: parse errors didn't cause non-zero exit status
Peter Stephenson
2005-04-01
1
-0
/
+5
*
21049: Don't close process substitution file descriptors for external programmes
Peter Stephenson
2005-03-31
1
-2
/
+2
*
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
*
c.f. 20675: improve zle as a basis for Unicode.
Peter Stephenson
2005-01-14
1
-5
/
+8
*
20462: Use getrusage for timing again.
Peter Stephenson
2004-10-07
1
-1
/
+1
*
20387: revised algorithm for the fix in 20363.
Bart Schaefer
2004-09-20
1
-1
/
+1
*
20363: Src/init.c, Src/Zle/zle_main.c
Peter Stephenson
2004-09-13
1
-1
/
+1
*
20149: improve prompt-reset code
Peter Stephenson
2004-07-11
1
-3
/
+3
*
Marked unused parameters with the new UNUSED() macro.
Wayne Davison
2004-06-02
1
-4
/
+4
*
19505: compilation with NTTYDISC defined was broken.
Peter Stephenson
2004-03-01
1
-2
/
+4
*
19295: $CONTEXT zle parameter
Peter Stephenson
2003-12-15
1
-3
/
+3
*
19242: Make job table dynamically reallocatable.
Peter Stephenson
2003-11-13
1
-1
/
+8
*
a la 19209: zcalloc -> zshcalloc
Peter Stephenson
2003-10-29
1
-2
/
+2
*
19105: Set shout to stderr if interative with no tty
Peter Stephenson
2003-09-22
1
-3
/
+17
[next]