| .. |
|
Aliases
|
Initial revision
|
1999-12-16 14:31:35 +00:00 |
|
Builtins
|
12193: Rather than replace @RLIMITS_INC_H@ with /dev/null on platforms where
|
2000-07-07 17:12:17 +00:00 |
|
Modules
|
12547: Handle ENOENT and ENOTDIR in zpathmax().
|
2000-08-05 05:59:53 +00:00 |
|
Zle
|
make binding of ^D be used in first column if ignoreeof is set and ^D is bound to a shell function widget (12494)
|
2000-08-03 07:51:53 +00:00 |
|
.cvsignore
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
.distfiles
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
.exrc
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
.indent.pro
|
Initial revision
|
1999-10-17 18:01:49 +00:00 |
|
ansi2knr.c
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
builtin.c
|
12411, 12419: Andrej: environment handling with fewer assumptions
|
2000-07-28 09:10:35 +00:00 |
|
compat.c
|
12548: Tweak 12547.
|
2000-08-05 06:52:14 +00:00 |
|
cond.c
|
Updated from list as far as 10376
|
2000-04-01 20:49:47 +00:00 |
|
exec.c
|
remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves
|
2000-08-01 08:27:18 +00:00 |
|
glob.c
|
quoting
|
2000-08-03 13:35:43 +00:00 |
|
hashtable.c
|
Add -L option to the hash builtin
|
2000-05-15 00:31:20 +00:00 |
|
hashtable.h
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
hist.c
|
isalpha() -> ialpha(); avoid a compiler warning (12439)
|
2000-07-31 08:12:16 +00:00 |
|
init.c
|
Andrej: Dynamic loading on cygwin
|
2000-08-02 18:01:51 +00:00 |
|
input.c
|
Removed the spaceflag variable.
|
2000-07-18 07:49:16 +00:00 |
|
jobs.c
|
The `wait' builtin accepts only PIDs it can find in the job table.
|
2000-07-28 16:35:47 +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
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
loop.c
|
11956: Fix off-by-one error.
|
2000-06-17 17:05:53 +00:00 |
|
main.c
|
Andrej: Dynamic loading on cygwin
|
2000-08-02 18:01:51 +00:00 |
|
Makefile.in
|
Andrej: Dynamic loading on cygwin
|
2000-08-02 18:01:51 +00:00 |
|
Makemod.in.in
|
12421: extra tab in Makemod.in.in
|
2000-07-28 10:13:25 +00:00 |
|
makepro.awk
|
Andrej: Dynamic loading on cygwin
|
2000-08-02 18:01:51 +00:00 |
|
math.c
|
11467: [#<base>] syntax for output base
|
2000-05-19 18:22:50 +00:00 |
|
mem.c
|
12411, 12419: Andrej: environment handling with fewer assumptions
|
2000-07-28 09:10:35 +00:00 |
|
mkbltnmlst.sh
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
mkmakemod.sh
|
Andrej: Dynamic loading on cygwin
|
2000-08-02 18:01:51 +00:00 |
|
mkmodindex.sh
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
modentry.c
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
module.c
|
remove (wrong) test for linked-in modules in require_module() (12525)
|
2000-08-04 07:53:25 +00:00 |
|
options.c
|
12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,
|
2000-07-30 17:03:52 +00:00 |
|
params.c
|
12501: Andrej: use zgetenv, zputenv
|
2000-08-03 13:10:11 +00:00 |
|
parse.c
|
Andrej: Dynamic loading on cygwin
|
2000-08-02 18:01:51 +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
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
signals.c
|
Delete stray whitespace.
|
2000-06-15 08:48:42 +00:00 |
|
signals.h
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
signames1.awk
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
signames2.awk
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
subst.c
|
Fix parsing of := for magicequalsubst.
|
2000-06-17 19:51:51 +00:00 |
|
system.h
|
12549: Typo in 12547.
|
2000-08-05 09:51:19 +00:00 |
|
text.c
|
fix to get newlines in non-job-texts (I'm sooo stupid)
|
2000-04-18 07:12:32 +00:00 |
|
utils.c
|
12415: fix bug in last patch when quoting metafied field separator.
|
2000-07-27 22:02:45 +00:00 |
|
watch.c
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
xmods.conf
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
|
zsh.h
|
Andrej: Dynamic loading on cygwin
|
2000-08-02 18:01:51 +00:00 |
|
zsh.mdd
|
12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,
|
2000-07-30 17:03:52 +00:00 |
|
ztype.h
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |