1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-01-27 02:01:09 +01:00
zsh/Src
Oliver Kiddle 1b608e1b9a 16372: allow signal names to be prefixed by `SIG' with kill builtin and fix
problem with no argument to kill -n and -s options
2001-12-21 16:33:39 +00:00
..
Builtins 16197: limit' accepts unlimited'. 2001-11-01 15:41:40 +00:00
Modules 16241: new rand48(param) math function 2001-11-15 12:10:22 +00:00
Zle 16269: Fix crash on reserved-word completion. 2001-11-28 18:30:51 +00:00
.cvsignore
.distfiles
.exrc
.indent.pro
builtin.c unposted: back out idiotic patch 2001-12-18 01:24:23 +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 15931: EXIT traps from exit in subshell; 15965: glob -> zglob 2001-10-08 08:13:11 +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 Improved readhistline() to reject binary data better. (16184) 2001-10-26 23:47:10 +00:00
init.c Fix misleading error message. 2001-09-20 14:45:07 +00:00
input.c 16361: include <stdio.h> to avoid implicit declarations. 2001-12-18 01:13:22 +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 16353: add += parameter assignments 2001-12-17 17:17:38 +00:00
linklist.c 15919: use LinkLists in place of somewhat equivalent code 2001-10-02 02:35:00 +00:00
loop.c Fix infinite loop on `case' with xtrace. 2001-10-23 16:17:03 +00:00
main.c
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
math.c Don't always coerce to float when assigning to an unset parameter. 2001-07-08 00:30:43 +00:00
mem.c two optimisations 2001-03-07 12:58:40 +00:00
mkbltnmlst.sh
mkmakemod.sh unposted; based on 14679 (me) and 14693 (Bart): Allow processing by both 2001-06-06 08:37:21 +00:00
modentry.c
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 16364: further to 16351, except specials from having their value cleared 2001-12-18 14:51:30 +00:00
parse.c 16353: add += parameter assignments 2001-12-17 17:17:38 +00:00
pattern.c 15765: introduce [:ascii:] class 2001-09-09 06:17:02 +00:00
prompt.c 16198: add %j prompt expansion and j test character for no. of jobs in prompt 2001-11-02 12:35:32 +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
signames2.awk
string.c
subst.c 16357: change (n) to (u) so (n) can be reserved. for numeric sorting. 2001-12-17 14:06:27 +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 16158: interpret TAB as "yes" only in spckword() 2001-11-03 23:35:25 +00:00
watch.c
zsh.h 16353: add += parameter assignments 2001-12-17 17:17:38 +00:00
zsh.ico
zsh.mdd 14077: revert clint's build patches on 19.04.2001 2001-04-23 19:59:03 +00:00
zsh.rc
ztype.h