1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
zsh/Src
Wayne Davison 2b602a93e6 + Needed to call unmeta() in a few spots that used the HISTFILE name.
+ The non-HAVE_LINK code in lockhistfile() was broken in a number of ways.
+ Added an extra unlink() call to the HAVE_LINK code in lockhistfile()
  since (Linix at least says that) O_EXCL over NFS is broken.
2000-07-16 20:12:19 +00:00
..
Aliases
Builtins 12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms where 2000-07-07 17:12:17 +00:00
Modules shut compiler up 2000-07-04 10:02:26 +00:00
Zle fix for _arguments with single-letter options: recognize option-strings with multiple options; in _main_complete stop trying completers when one called _message, don't display warnings in such cases (12241) 2000-07-13 11:03:59 +00:00
.cvsignore
.distfiles
.exrc
.indent.pro
ansi2knr.c
builtin.c unposted: move poll_read 2000-06-26 21:27:07 +00:00
compat.c
cond.c
exec.c 12222: handle EINTR for multios helper processes 2000-07-11 17:21:26 +00:00
glob.c
hashtable.c
hashtable.h
hist.c + Needed to call unmeta() in a few spots that used the HISTFILE name. 2000-07-16 20:12:19 +00:00
init.c 12247: internal hostnam variable removed in favour of $HOST 2000-07-13 17:06:19 +00:00
input.c
jobs.c
lex.c slightly improved (z) flag for parsing conditions; recognising glob flags in conditions still doesn't work (12237) 2000-07-13 08:42:10 +00:00
linklist.c
loop.c 11956: Fix off-by-one error. 2000-06-17 17:05:53 +00:00
main.c
Makefile.in
Makemod.in.in
makepro.awk
math.c
mem.c
mkbltnmlst.sh
mkmakemod.sh
mkmodindex.sh
modentry.c
module.c
options.c
params.c 12247: internal hostnam variable removed in favour of $HOST 2000-07-13 17:06:19 +00:00
parse.c fix for `foo () print bar' (function definitions without braces) (12125) 2000-06-29 12:08:25 +00:00
pattern.c
prompt.c 12247: internal hostnam variable removed in favour of $HOST 2000-07-13 17:06:19 +00:00
prototypes.h
signals.c
signals.h
signames1.awk
signames2.awk
subst.c Fix parsing of := for magicequalsubst. 2000-06-17 19:51:51 +00:00
system.h
text.c
utils.c 12121: stopmsg in precmd 2000-07-03 08:48:22 +00:00
watch.c
xmods.conf
zsh.h allow subscripts for compadd -[ak]; new style for history completion; better list-colors handling (12029) 2000-06-22 08:42:36 +00:00
zsh.mdd
ztype.h