1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-09-25 05:27:12 +02:00
zsh/Src
Peter Stephenson 85b0dd7133 Updates for ksh array element syntax.
Move detection of key/value pairs down into prefork().

Detect normal array assignment and [key]=val array assignemnt
separately.  Mark key / value pairs with Marker and pass up flag.  Deal
with marked triads specially later on.
2017-09-24 17:33:07 +01:00
..
Builtins
Modules 41666: zpty compatibility for OpenBSD 2017-09-11 10:15:15 +01:00
Zle Updates for ksh array element syntax. 2017-09-24 17:33:07 +01:00
.cvsignore
.distfiles
.exrc
.indent.pro
builtin.c First go at var=([key]=value) syntax. 2017-09-13 20:54:00 +01:00
compat.c 41090: Replace iswprint() if unicode9 is enabled. 2017-05-12 12:10:13 +09:00
cond.c 41319: dupstring a possibly readonly string before modifying 2017-06-19 16:18:36 -07:00
context.c
exec.c Updates for ksh array element syntax. 2017-09-24 17:33:07 +01:00
glob.c 41420: "{.." wasn't check for brace expansion properly 2017-07-13 17:20:24 +01:00
hashnameddir.c
hashtable.c 41164: Don't free a history entry if it's curline. 2017-05-30 09:39:32 +01:00
hashtable.h
hist.c 41239: Save and restore default history event on context stack. 2017-06-07 10:03:41 +01:00
init.c 41668: New --emulate option on invocation. 2017-09-11 10:12:17 +01:00
input.c 41322: reduce number of changes in signal queuing/blocking state during shingetline() to improve read speed 2017-06-19 16:14:32 -07:00
jobs.c 41688: builtin wait for all jobs should ignore STAT_NOPRINT 2017-09-13 10:49:06 +01:00
lex.c 41504: make empty strings work in case patterns with no leading parenthesis 2017-08-09 19:57:47 +01:00
linklist.c 41008: Handle expansions for precommand modifiers 2017-04-26 09:44:38 +01:00
loop.c 41723: one more case of 41627 in "while" loops. 2017-09-18 08:40:02 -07:00
main.c
Makefile.in
Makemod.in.in
makepro.awk
math.c 41641: Some math operations shouldn't be lvalues. 2017-09-05 13:15:30 +01:00
mem.c
mkbltnmlst.sh
mkmakemod.sh
modentry.c
module.c 41527 (tweaked for heap memory): fix [[ -<cond> ]] from modules 2017-08-11 15:02:06 +01:00
options.c
params.c Updates for ksh array element syntax. 2017-09-24 17:33:07 +01:00
parse.c 41633: Fix problem backgrounding function definitions. 2017-09-04 21:36:46 +01:00
pattern.c 41090: Replace iswprint() if unicode9 is enabled. 2017-05-12 12:10:13 +09:00
prompt.c 41078: Empty psvar could cause bad dereference in prompt expansion 2017-05-09 09:46:23 +01:00
prototypes.h
signals.c 41590 modified as 41595: make ERR_RETURN more logical. 2017-08-24 19:46:20 +01:00
signals.h
signames1.awk
signames2.awk
sort.c
string.c 41096: Don't assume null termination copying string. 2017-05-11 17:33:30 +01:00
subst.c Updates for ksh array element syntax. 2017-09-24 17:33:07 +01:00
text.c
utils.c unposted (cf. 41672): checkrmall: Record the 41672 bug in a TODO. 2017-09-21 18:17:19 +00:00
watch.c
wcwidth9.h 41090: Replace iswprint() if unicode9 is enabled. 2017-05-12 12:10:13 +09:00
zsh_system.h
zsh.h Updates for ksh array element syntax. 2017-09-24 17:33:07 +01:00
zsh.ico
zsh.mdd
zsh.rc
ztype.h 41090: Replace iswprint() if unicode9 is enabled. 2017-05-12 12:10:13 +09:00