1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
zsh/Src
2001-09-08 21:09:55 +00:00
..
Builtins 15675: Src/Builtins/rlimits.awk: handle case where RLIM_NLIMITS is set to a number within an enum. 2001-08-21 20:05:33 +00:00
Modules 15762: introduce ztcp builtin 2001-09-08 21:09:55 +00:00
Zle 15734: zle -K option to select a keymap, and zle KEYMAP parameter to 2001-09-03 01:39:19 +00:00
.cvsignore
.distfiles 13194: change in module configuration system 2000-11-26 20:01:01 +00:00
.exrc
.indent.pro
ansi2knr.c
builtin.c Fix and regression tests for crash on typeset of local array elements. 2001-08-13 17:43:04 +00:00
compat.c fix IRIX 5.3 specific compilation problems and some error messages (15204) 2001-07-02 11:33:26 +00:00
cond.c
exec.c Fix exit status of zsh -fc '! command' 2001-08-19 04:23:46 +00:00
glob.c 15327: always use local LINENOs in parse_string(). 2001-07-09 16:05:13 +00:00
hashtable.c 15253 : hash foo together with foo.exe on Cygwin 2001-07-05 11:43:10 +00:00
hashtable.h
hist.c When rewriting the history file, set histactive to 0 and restore it 2001-08-07 19:53:19 +00:00
init.c Fix crash on re-entry to loop() from preprompt(). 2001-08-25 16:44:15 +00:00
input.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
jobs.c add autocontinue option to automatically make stopped jos running when they are being disowned; make that the default for %job &!' and %job &|' (15115) 2001-06-27 11:22:04 +00:00
lex.c Fix PS2 for dquote nested in braceparam. 2001-08-27 07:31:37 +00:00
linklist.c
loop.c 15030: multi-parameter `for' loops 2001-06-25 16:07:51 +00:00
main.c
Makefile.in 14401: workaround for script execution under Cygwin 2001-05-20 10:59:27 +00:00
Makemod.in.in 13194: change in module configuration system 2000-11-26 20:01:01 +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 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
module.c fix zmodload -uf for not-yet-loaded function 2001-05-18 15:23:08 +00:00
options.c add autocontinue option to automatically make stopped jos running when they are being disowned; make that the default for %job &!' and %job &|' (15115) 2001-06-27 11:22:04 +00:00
params.c fix IRIX 5.3 specific compilation problems and some error messages (15204) 2001-07-02 11:33:26 +00:00
parse.c increment zwc fie version (which means changing the magic number) (15584) 2001-08-07 09:07:12 +00:00
pattern.c ?## fix from 13497 and site name change from Geoff 2001-02-18 00:58:07 +00:00
prompt.c 15021: new %y character; %l semantic back 2001-06-22 09:44:06 +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 13280: NewImproved handling of colon modifiers w.r.t. paths 2001-02-19 10:26:52 +00:00
subst.c handle possible NULL pointer returned from bufferwords() (15717) 2001-08-28 08:41:51 +00:00
system.h BDIGBUFSIZE for binary conversions. 2001-04-28 17:38:00 +00:00
text.c 15639 2001-08-16 08:48:27 +00:00
utils.c Removed bogus mkstemp() code. 2001-06-15 23:55:08 +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 15291, 15292: fix bug setting scalar in math mode 2001-07-06 18:33:59 +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