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 1ad69e3d44 Removed remhist() and HA_JUNKED, added an Eprog arg to hend(), and
added the shouldIgnoreLine() function that hend() now calls to figure
out if it needs to save the line or not.
2000-07-19 21:12:06 +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 Call hend() with a NULL arg. 2000-07-19 21:10:18 +00:00
.cvsignore
.distfiles
.exrc
.indent.pro
ansi2knr.c
builtin.c Removed call to remhist(). 2000-07-19 20:43:51 +00:00
compat.c
cond.c
exec.c Removed call to remhist(). 2000-07-19 20:43:51 +00:00
glob.c Fixed glob array indexing. 2000-06-02 10:09:13 +00:00
hashtable.c Add -L option to the hash builtin 2000-05-15 00:31:20 +00:00
hashtable.h
hist.c Removed remhist() and HA_JUNKED, added an Eprog arg to hend(), and 2000-07-19 21:12:06 +00:00
init.c Pass the new Eprog argument to hend(). 2000-07-19 21:09:40 +00:00
input.c Removed the spaceflag variable. 2000-07-18 07:49:16 +00:00
jobs.c fix for jobs -l -d, check if directory of job is already set (11170) 2000-05-05 07:18:59 +00:00
lex.c If an alias starts with a space, set aliasspaceflag to 1 instead of 2000-07-19 20:42:37 +00:00
linklist.c
loop.c 11956: Fix off-by-one error. 2000-06-17 17:05:53 +00:00
main.c 11820: metafication of command line arguments 2000-06-08 09:59:00 +00:00
Makefile.in 11737: Avoid excessive Makefile rebuilding during "make clean". 2000-06-04 04:06:57 +00:00
Makemod.in.in zefram103: Src/Makemod.in.in: make sure .{e,}pro files are 2000-05-02 13:42:42 +00:00
makepro.awk
math.c 11467: [#<base>] syntax for output base 2000-05-19 18:22:50 +00:00
mem.c
mkbltnmlst.sh
mkmakemod.sh
mkmodindex.sh
modentry.c
module.c Felix: fix for memory leak (11718) 2000-06-02 08:28:42 +00:00
options.c 11387: OCTAL_ZEROES option 2000-05-15 18:48:21 +00:00
params.c 12247: internal hostnam variable removed in favour of $HOST 2000-07-13 17:06:19 +00:00
parse.c Define aliasspaceflag, and init it in parse_event(). 2000-07-19 20:40:18 +00:00
pattern.c Wayne: pattern.c unitialised var 2000-05-31 08:56:23 +00:00
prompt.c 12247: internal hostnam variable removed in favour of $HOST 2000-07-13 17:06:19 +00:00
prototypes.h
signals.c Delete stray whitespace. 2000-06-15 08:48:42 +00:00
signals.h
signames1.awk
signames2.awk
subst.c Fix parsing of := for magicequalsubst. 2000-06-17 19:51:51 +00:00
system.h 11455: Completion/Core/_oldlist: old-menu defaults on 2000-05-18 08:59:29 +00:00
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