.. |
Builtins
|
16197: limit' accepts unlimited'.
|
2001-11-01 15:41:40 +00:00 |
Modules
|
16673: add langinfo module as an interface to locale information.
|
2002-02-19 02:14:08 +00:00 |
Zle
|
remove that -T option to compdef again and instead use comma-separated sub-contexts both for function and style lookup (16819)
|
2002-03-13 09:28:04 +00:00 |
.cvsignore
|
12658: cscope ignorance
|
2000-08-16 10:44:08 +00:00 |
.distfiles
|
unposted: remove ansi2knr from distfiles
|
2002-01-16 23:29:01 +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 |
builtin.c
|
Got rid of unused-variable compiler warning.
|
2002-03-24 07:56:42 +00:00 |
compat.c
|
16094: zopenmax() need only return the highest-numbered open descriptor
|
2001-11-03 23:39:11 +00:00 |
cond.c
|
for caching of compiled patterns: remember that singsub() might modify the string it gets, compare with unmodified string (16041)
|
2001-10-15 11:28:07 +00:00 |
exec.c
|
16353: add += parameter assignments
|
2001-12-17 17:17:38 +00:00 |
glob.c
|
16620, 16697: add a and n parameter expansion flags
|
2002-02-22 17:28:04 +00:00 |
hashtable.c
|
15253 : hash foo together with foo.exe on Cygwin
|
2001-07-05 11:43:10 +00:00 |
hashtable.h
|
add print -f option, %n format specifier and tests for print/printf (15973)
|
2001-10-08 10:47:46 +00:00 |
hist.c
|
Added "savehistsiz" (for the new SAVEHIST special parameter), and used it
|
2002-03-24 23:52:47 +00:00 |
init.c
|
Fix misleading error message.
|
2001-09-20 14:45:07 +00:00 |
input.c
|
16492: add RPROMPT2 variable for right prompts in multi-line commands
|
2002-01-31 14:44:06 +00:00 |
jobs.c
|
16372: allow signal names to be prefixed by `SIG' with kill builtin and fix
|
2001-12-21 16:33:39 +00:00 |
lex.c
|
fix completion after var+= to use value context (16418)
|
2002-01-08 15:33:23 +00:00 |
linklist.c
|
15919: use LinkLists in place of somewhat equivalent code
|
2001-10-02 02:35:00 +00:00 |
loop.c
|
allow nterruption of empty while-loops with ^C (16711)
|
2002-02-25 09:21:14 +00:00 |
main.c
|
Andrej: Dynamic loading on cygwin
|
2000-08-02 18:01:51 +00:00 |
Makefile.in
|
16332: remove ansi2knr.c from our repository due to licence
|
2001-12-20 23:48:38 +00:00 |
Makemod.in.in
|
16332: remove ansi2knr.c from our repository due to licence
|
2001-12-20 23:48:38 +00:00 |
makepro.awk
|
Andrej: Dynamic loading on cygwin
|
2000-08-02 18:01:51 +00:00 |
math.c
|
16448: math assignment bug introduced by 15291, 15292
|
2002-01-14 13:46:30 +00:00 |
mem.c
|
two optimisations
|
2001-03-07 12:58:40 +00:00 |
mkbltnmlst.sh
|
13194: change in module configuration system
|
2000-11-26 20:01:01 +00:00 |
mkmakemod.sh
|
unposted; based on 14679 (me) and 14693 (Bart): Allow processing by both
|
2001-06-06 08:37:21 +00:00 |
modentry.c
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |
module.c
|
fix zmodload -uf for not-yet-loaded function
|
2001-05-18 15:23:08 +00:00 |
options.c
|
16063: add transientrprompt option to remove right prompt from
|
2001-10-24 07:00:49 +00:00 |
params.c
|
Made SAVEHIST a special parameter.
|
2002-03-24 23:52:49 +00:00 |
parse.c
|
Fix parsing of binary infix operators of test builtin.
|
2002-03-07 16:20:00 +00:00 |
pattern.c
|
16486: Doc/Zsh/expn.yo, Src/glob.c, Src/pattern.c: support
|
2002-01-22 12:40:25 +00:00 |
prompt.c
|
16494: extract outermost words with negative arguments to %_ and add %^
|
2002-01-31 15:13:26 +00:00 |
prototypes.h
|
Fix term*.h header file collisions.
|
2001-04-13 16:29:28 +00:00 |
signals.c
|
more handler -> zhandler
|
2001-06-18 09:29:48 +00:00 |
signals.h
|
rename handler() to zhandler() because it's now exported to modules (14951)
|
2001-06-18 07:24:22 +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 |
string.c
|
13280: NewImproved handling of colon modifiers w.r.t. paths
|
2001-02-19 10:26:52 +00:00 |
subst.c
|
16620, 16697: add a and n parameter expansion flags
|
2002-02-22 17:28:04 +00:00 |
system.h
|
BDIGBUFSIZE for binary conversions.
|
2001-04-28 17:38:00 +00:00 |
text.c
|
16353: add += parameter assignments
|
2001-12-17 17:17:38 +00:00 |
utils.c
|
15746: remove (with #if) an incorrect optimization in the maildir version
|
2002-01-06 01:07:23 +00:00 |
watch.c
|
remove 13108 (trap queues); replace with signal queueing to ensure that user signal handlers are only executed when it is safe to run them (13365)
|
2001-01-16 13:44:18 +00:00 |
zsh.h
|
16353: add += parameter assignments
|
2001-12-17 17:17:38 +00:00 |
zsh.ico
|
pws/Andrej: 12594, 12661: Windows resources and icon
|
2000-08-16 13:23:37 +00:00 |
zsh.mdd
|
14077: revert clint's build patches on 19.04.2001
|
2001-04-23 19:59:03 +00:00 |
zsh.rc
|
pws/Andrej: 12594, 12661: Windows resources and icon
|
2000-08-16 13:23:37 +00:00 |
ztype.h
|
Initial revision
|
1999-04-15 18:05:38 +00:00 |