index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
init.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-12-11
45004: Fix typos in comments
Martijn Dekker
1
-3
/
+3
2019-05-20
44307: allow for atoi() returning a negative number
Oliver Kiddle
1
-1
/
+4
2019-04-25
44284: Mark SIGQUIT as ignore if ignored on entry to shell.
Peter Stephenson
1
-0
/
+9
2018-11-05
43747: new module to map colours from hex triplets to the nearest matching co...
Oliver Kiddle
1
-0
/
+1
2018-10-10
43669: ensure explicit exit status is used over implicit
Peter Stephenson
1
-1
/
+1
2018-10-09
43660: extend 43653 when final exit is implicit.
Peter Stephenson
1
-4
/
+4
2018-07-31
43219 (except term{cap,info}.c): fix several memory leaks
Jun-ichi Takimoto
1
-1
/
+2
2017-09-11
41668: New --emulate option on invocation.
Peter Stephenson
1
-34
/
+98
2017-08-24
41590 modified as 41595: make ERR_RETURN more logical.
Peter Stephenson
1
-2
/
+2
2017-04-15
40977: "emulate" disallows "--help" and "--version"
Barton E. Schaefer
1
-2
/
+2
2017-03-08
40745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default behav...
Daniel Shahaf
1
-1
/
+1
2016-10-03
39545: Add some missing unqueue_signals().
Peter Stephenson
1
-1
/
+3
2016-09-05
39167: Make $ENV handling more like POSIX
Teubel György
1
-11
/
+14
2016-03-06
38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine $ZSH_...
Greg Klanderman
1
-5
/
+8
2015-12-04
unposted: fix init_io() calls in previous change
Peter Stephenson
1
-0
/
+2
2015-12-04
37294: Add ZSH_EXECUTION_STRING.
Peter Stephenson
1
-13
/
+15
2015-11-20
37161: Disable the heuristic setting RPROMPT_INDENT to 0
Mikael Magnusson
1
-2
/
+4
2015-08-11
36090: keep signals queued for preprompt()
Barton E. Schaefer
1
-2
/
+0
2015-08-09
36022 fix bug that some loop constructs could not be interrupted, revise sign...
Barton E. Schaefer
1
-0
/
+5
2015-07-22
35826: add getsparam_u() to return unmetafied string, use it for a number of ...
Barton E. Schaefer
1
-1
/
+1
2015-06-16
35482: be consistent about how argzero is allocated
Barton E. Schaefer
1
-2
/
+3
2015-04-25
34961: replace a couple of free() with zfree() for consistency
Barton E. Schaefer
1
-1
/
+1
2015-01-18
34322: bug with interface to parsestr() etc.
Peter Stephenson
1
-4
/
+7
2015-01-09
Rearrange context saving.
Peter Stephenson
1
-2
/
+2
2015-01-08
Fix command substitutions to parse contents as they are read in.
Peter Stephenson
1
-1
/
+2
2014-12-11
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
1
-4
/
+25
2014-10-26
33531 with additions: retain status of exited background jobs.
Peter Stephenson
1
-1
/
+0
2014-10-12
33445: fix handling of -s when combined with -i at shell invocation
Barton E. Schaefer
1
-4
/
+16
2014-09-29
33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d...
Barton E. Schaefer
1
-0
/
+1
2014-09-20
33212: try to put /usr/local/share/zsh/site-functions in default fpath
Peter Stephenson
1
-11
/
+22
2014-09-12
33143: POSIX_ARGZERO more closely matches bash et al.
Barton E. Schaefer
1
-1
/
+2
2014-06-01
32634: add POSIX_ARGZERO option
Barton E. Schaefer
1
-2
/
+3
2014-02-08
32365: another stab at the heuristic for initializing rprompt_indent
Barton E. Schaefer
1
-2
/
+3
2014-02-02
32341: heuristic initialization of ZLE_RPROMPT_INDENT
Barton E. Schaefer
1
-11
/
+1
2014-02-02
32340: improve error messages for "read -c" / "read -l"
Barton E. Schaefer
1
-1
/
+1
2013-12-18
32157: fix extra line feed after prompt, and erased character in completion l...
Barton E. Schaefer
1
-1
/
+14
2013-12-10
32099: change pointer declaration to avoid arithmetic on (void *).
Barton E. Schaefer
1
-1
/
+1
2013-10-27
31919: fix deadlock when a shell builtin with a multio redirection is used on...
Barton E. Schaefer
1
-0
/
+1
2013-04-30
31361: handle negative optno ("no" prefix used)
Bart Schaefer
1
-3
/
+4
2013-04-30
31350: block SIGWINCH nearly all the time, except
Bart Schaefer
1
-0
/
+1
2012-11-15
30789: Add CONTINUE_ON_ERROR for old behaviour.
Peter Stephenson
1
-2
/
+7
2012-10-11
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
1
-7
/
+37
2012-10-07
30722: fix some cases where emulations or options were not propagated properly
Peter Stephenson
1
-25
/
+44
2012-10-05
30715: use enum lextok for variables containing lexical tokens
Peter Stephenson
1
-1
/
+1
2012-03-30
add some braces to avoid compiler warnings
Peter Stephenson
1
-7
/
+9
2012-03-07
30320: "emulate" accepts invocation-time flags; other small doc tweaks.
Bart Schaefer
1
-48
/
+71
2012-01-05
30084: `zle -T tc func' for zle testing of termcap output
Peter Stephenson
1
-0
/
+13
2012-01-04
30084: missing zsfree(argzero)
Peter Stephenson
1
-0
/
+1
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
1
-2
/
+2
2011-04-18
29008, 29012: Add `--enable-additional-fpath' option to add arbitrary directo...
Frank Terbeck
1
-2
/
+19
[next]