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
*
41668: New --emulate option on invocation.
Peter Stephenson
2017-09-11
1
-34
/
+98
*
41590 modified as 41595: make ERR_RETURN more logical.
Peter Stephenson
2017-08-24
1
-2
/
+2
*
40977: "emulate" disallows "--help" and "--version"
Barton E. Schaefer
2017-04-15
1
-2
/
+2
*
40745 + 40753: Fix 'unset ZLE_RPROMPT_INDENT' not restoring the default behav...
Daniel Shahaf
2017-03-08
1
-1
/
+1
*
39545: Add some missing unqueue_signals().
Peter Stephenson
2016-10-03
1
-1
/
+3
*
39167: Make $ENV handling more like POSIX
Teubel György
2016-09-05
1
-11
/
+14
*
38086: shuffle init code to localize a global, add $ZSH_ARGZERO, refine $ZSH_...
Greg Klanderman
2016-03-06
1
-5
/
+8
*
unposted: fix init_io() calls in previous change
Peter Stephenson
2015-12-04
1
-0
/
+2
*
37294: Add ZSH_EXECUTION_STRING.
Peter Stephenson
2015-12-04
1
-13
/
+15
*
37161: Disable the heuristic setting RPROMPT_INDENT to 0
Mikael Magnusson
2015-11-20
1
-2
/
+4
*
36090: keep signals queued for preprompt()
Barton E. Schaefer
2015-08-11
1
-2
/
+0
*
36022 fix bug that some loop constructs could not be interrupted, revise sign...
Barton E. Schaefer
2015-08-09
1
-0
/
+5
*
35826: add getsparam_u() to return unmetafied string, use it for a number of ...
Barton E. Schaefer
2015-07-22
1
-1
/
+1
*
35482: be consistent about how argzero is allocated
Barton E. Schaefer
2015-06-16
1
-2
/
+3
*
34961: replace a couple of free() with zfree() for consistency
Barton E. Schaefer
2015-04-25
1
-1
/
+1
*
34322: bug with interface to parsestr() etc.
Peter Stephenson
2015-01-18
1
-4
/
+7
*
Rearrange context saving.
Peter Stephenson
2015-01-09
1
-2
/
+2
*
Fix command substitutions to parse contents as they are read in.
Peter Stephenson
2015-01-08
1
-1
/
+2
*
33876: etc.: Separate errors and keyboards interrupts
Peter Stephenson
2014-12-11
1
-4
/
+25
*
33531 with additions: retain status of exited background jobs.
Peter Stephenson
2014-10-26
1
-1
/
+0
*
33445: fix handling of -s when combined with -i at shell invocation
Barton E. Schaefer
2014-10-12
1
-4
/
+16
*
33268: interactive shells treat SIGPIPE like SIGHUP if and only if SHTTY is d...
Barton E. Schaefer
2014-09-29
1
-0
/
+1
*
33212: try to put /usr/local/share/zsh/site-functions in default fpath
Peter Stephenson
2014-09-20
1
-11
/
+22
*
33143: POSIX_ARGZERO more closely matches bash et al.
Barton E. Schaefer
2014-09-12
1
-1
/
+2
*
32634: add POSIX_ARGZERO option
Barton E. Schaefer
2014-06-01
1
-2
/
+3
*
32365: another stab at the heuristic for initializing rprompt_indent
Barton E. Schaefer
2014-02-08
1
-2
/
+3
*
32341: heuristic initialization of ZLE_RPROMPT_INDENT
Barton E. Schaefer
2014-02-02
1
-11
/
+1
*
32340: improve error messages for "read -c" / "read -l"
Barton E. Schaefer
2014-02-02
1
-1
/
+1
*
32157: fix extra line feed after prompt, and erased character in completion l...
Barton E. Schaefer
2013-12-18
1
-1
/
+14
*
32099: change pointer declaration to avoid arithmetic on (void *).
Barton E. Schaefer
2013-12-10
1
-1
/
+1
*
31919: fix deadlock when a shell builtin with a multio redirection is used on...
Barton E. Schaefer
2013-10-27
1
-0
/
+1
*
31361: handle negative optno ("no" prefix used)
Bart Schaefer
2013-04-30
1
-3
/
+4
*
31350: block SIGWINCH nearly all the time, except
Bart Schaefer
2013-04-30
1
-0
/
+1
*
30789: Add CONTINUE_ON_ERROR for old behaviour.
Peter Stephenson
2012-11-15
1
-2
/
+7
*
30726: make shell options passed to emulate stick along with the emulation
Peter Stephenson
2012-10-11
1
-7
/
+37
*
30722: fix some cases where emulations or options were not propagated properly
Peter Stephenson
2012-10-07
1
-25
/
+44
*
30715: use enum lextok for variables containing lexical tokens
Peter Stephenson
2012-10-05
1
-1
/
+1
*
add some braces to avoid compiler warnings
Peter Stephenson
2012-03-30
1
-7
/
+9
*
30320: "emulate" accepts invocation-time flags; other small doc tweaks.
Bart Schaefer
2012-03-07
1
-48
/
+71
*
30084: `zle -T tc func' for zle testing of termcap output
Peter Stephenson
2012-01-05
1
-0
/
+13
*
30084: missing zsfree(argzero)
Peter Stephenson
2012-01-04
1
-0
/
+1
*
29165: use term.h globally if needed at all.
Peter Stephenson
2011-05-09
1
-2
/
+2
*
29008, 29012: Add `--enable-additional-fpath' option to add arbitrary directo...
Frank Terbeck
2011-04-18
1
-2
/
+19
*
users/15770 HASH_DIRS tracks INTERACTIVE
Bart Schaefer
2011-02-11
1
-0
/
+3
*
Paul 28538 / me 28540 / couple of unposted casts:
Peter Stephenson
2010-12-20
1
-1
/
+1
*
28073: allow #! scripts to search path if interpreter not found
Peter Stephenson
2010-07-15
1
-19
/
+1
*
28006: make zgetcwd() fall back to pwd,
Peter Stephenson
2010-06-08
1
-1
/
+3
*
27951: Add $ZSH_EVAL_CONTEXT and $zsh_eval_contxt
Peter Stephenson
2010-05-12
1
-3
/
+3
*
27793 and follow ups: add PATH_SCRIPT option to find script using $PATH
Peter Stephenson
2010-03-16
1
-21
/
+83
*
27785: IFS doesn't have a null in it in POSIX
Peter Stephenson
2010-03-11
1
-1
/
+2
[next]