1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-06 06:51:33 +01:00
zsh/Src
Barton E. Schaefer 2d14c085b7 33445: fix handling of -s when combined with -i at shell invocation
Fixes a long-standing (25+ years) bug where using -i -s together did have
the documented effect of disabling command line script files but also had
the side-effect of invoking ZLE, thereby ignoring the redirected input.
2014-10-12 11:18:30 -07:00
..
Builtins 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
Modules 33294: $functions[func_with_redir] plus extra tests 2014-09-30 12:58:52 +01:00
Zle 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion 2014-10-02 08:39:43 -07:00
.cvsignore unposted: .cvsignore patchlevel.h 2009-02-18 17:11:16 +00:00
.distfiles 33047: use git to simplify massively source distribution file selection 2014-08-23 21:01:58 +01:00
.exrc Initial revision 1999-04-15 18:05:38 +00:00
.indent.pro Initial revision 1999-10-17 18:01:49 +00:00
builtin.c 33429: disallow non-integer values for HISTSIZE and SAVEHIST of "fc -p", and fix crash on zero values for same 2014-10-10 23:12:57 -07:00
compat.c 32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilation 2014-06-07 13:48:40 -07:00
cond.c 32954 plus new test: [[ ... = ...(#q...) ]] shouldn't force a glob. 2014-08-04 19:52:50 +01:00
exec.c 33365: avoid buffer overflow for very long fds in >& fd syntax 2014-10-06 20:34:28 +02:00
glob.c users/19143: fix depth glob search with trailing slashes 2014-09-25 19:12:34 +01:00
hashnameddir.c 29195: Separate nameddir hash to avoid clash of 2011-05-09 10:38:02 +00:00
hashtable.c 33285: apply function definition redirections at execution 2014-09-29 21:02:59 +01:00
hashtable.h 19059: add -v, -V and -p flags required by POSIX to the command builtin 2003-09-11 07:00:05 +00:00
hist.c 33429: disallow non-integer values for HISTSIZE and SAVEHIST of "fc -p", and fix crash on zero values for same 2014-10-10 23:12:57 -07:00
init.c 33445: fix handling of -s when combined with -i at shell invocation 2014-10-12 11:18:30 -07:00
input.c 31869: reduce WINCH-twaddling in shingetline() 2013-10-21 08:36:52 -07:00
jobs.c 33354: when backgrounding a pipeline, close all pipe descriptors in the parent 2014-10-04 21:08:56 -07:00
lex.c 33298: make lexrestore() more signal-safe 2014-09-30 20:34:58 -07:00
linklist.c Michael Hwang: 27773: document how linked lists are joined together 2010-03-07 21:48:26 +00:00
loop.c 32569: lastval ($?) should not be reset between word list substitution and loop body execution in for/select 2014-04-20 11:09:51 -07:00
main.c Peter Castro: Cygwin improvements for dynamic libraries, text/binary, paths 2004-04-06 09:25:17 +00:00
Makefile.in gi1242+zsh@gmail.com: 28594: 2011-01-09 16:57:01 +00:00
Makemod.in.in 29214: use -I rather than explicit path to find headers 2011-05-10 16:40:27 +00:00
makepro.awk 22585: fix zsh.exports 2006-08-04 11:42:20 +00:00
math.c 32299: add use of underscores on arithmetic output for spacing 2014-01-23 10:32:59 +00:00
mem.c 32853: redefine VARARR() to use heap rather than stack allocation 2014-07-24 08:45:16 -07:00
mkbltnmlst.sh 27648, 267650/1, unposted README change: 2010-02-03 18:34:32 +00:00
mkmakemod.sh 32910: quiet update of timestamp files 2014-07-26 09:58:00 -07:00
modentry.c 23571 + unposted; AIX compilation fixes 2007-06-19 20:21:52 +00:00
module.c unposted, see 32054: Rationalise character encoding. 2013-11-27 15:56:44 +00:00
options.c 32768 with further modifications: LOCAL_LOOPS option. 2014-06-13 21:39:44 +01:00
params.c 33276: safer import of numerical variables from environment 2014-09-29 17:15:56 +01:00
parse.c 33346: another bit of the 33345 repair 2014-10-03 08:50:25 -07:00
pattern.c users/19059 based on users/19058: remove ineffiency with multiple * matches 2014-09-08 16:38:51 +01:00
prompt.c 33256: fix prompttrunc() counting of %{ %} spans 2014-09-27 09:26:21 -07:00
prototypes.h 32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilation 2014-06-07 13:48:40 -07:00
signals.c Merge branch 'master' of git://git.code.sf.net/p/zsh/code 2014-09-29 17:52:33 -07:00
signals.h 31350: block SIGWINCH nearly all the time, except 2013-04-30 00:08:49 -07:00
signames1.awk Initial revision 1999-04-15 18:05:38 +00:00
signames2.awk 20566++: prefer SIGCHLD to SIGCLD and SIGPOLL to SIGIO 2004-11-19 09:57:22 +00:00
sort.c 23660: fix numerical sorting of parameters + tests + documentation 2007-07-06 13:10:43 +00:00
string.c Frank, 28812 as modified in 28813: 2011-02-28 12:05:31 +00:00
subst.c 33423: expand ${(p)...} to allow ${(ps.$param.)...} 2014-10-12 17:52:11 +01:00
text.c 29492: add argument handling to anonymous functions 2011-06-19 20:12:00 +00:00
utils.c 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion 2014-10-02 08:39:43 -07:00
watch.c 32918: add %. to ztrftime for use in prompts 2014-07-30 12:10:15 +01:00
zsh.h 33285: apply function definition redirections at execution 2014-09-29 21:02:59 +01:00
zsh.ico pws/Andrej: 12594, 12661: Windows resources and icon 2000-08-16 13:23:37 +00:00
zsh.mdd 33212: try to put /usr/local/share/zsh/site-functions in default fpath 2014-09-20 20:14:09 +01:00
zsh.rc pws/Andrej: 12594, 12661: Windows resources and icon 2000-08-16 13:23:37 +00:00
zsh_system.h 32853: redefine VARARR() to use heap rather than stack allocation 2014-07-24 08:45:16 -07:00
ztype.h 33320 (cf. PWS 33311): revert 33069, fix lexing of bangchar during completion 2014-10-02 08:39:43 -07:00