1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 01:11:37 +02:00
zsh/Src
2001-05-29 21:41:53 +00:00
..
Builtins 14517: glibc 2.2.3 tweaks revisited 2001-05-28 23:26:23 +00:00
Modules Silence compiler warnings. 2001-05-28 17:39:00 +00:00
Zle 145??: fix thinko 2001-05-29 21:41:53 +00:00
.cvsignore
.distfiles
.exrc
.indent.pro
ansi2knr.c
builtin.c 14348: fix globalexport with typeset -g 2001-05-15 10:02:34 +00:00
compat.c
cond.c
exec.c another attempt at fixing the job problem from 14327; make execpline() reset list_pipe_job to zero if it would be set for a job started in the background (14503) 2001-05-28 09:00:21 +00:00
glob.c Back off 14140 (tokenize comma) 2001-05-09 09:00:19 +00:00
hashtable.c The function addhistnode() is no longer called for a HIST_TMPSTORE 2001-05-19 09:22:07 +00:00
hashtable.h
hist.c Don't merge a HIST_TMPSTORE entry with a previous "duplicate" line. 2001-05-19 09:22:10 +00:00
init.c Fixed a bug where the call to function "preexec" might pass the wrong 2001-04-11 05:26:26 +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 print at least a warning when disowning a stopped job (14524) 2001-05-29 09:49:58 +00:00
lex.c Fix subscripting bug with backslash-double-quote. 2001-04-23 15:30:22 +00:00
linklist.c
loop.c
main.c
Makefile.in 14401: workaround for script execution under Cygwin 2001-05-20 10:59:27 +00:00
Makemod.in.in
makepro.awk
math.c Parameter repairs, mostly for subscripting. 2001-04-20 06:13:35 +00:00
mem.c two optimisations 2001-03-07 12:58:40 +00:00
mkbltnmlst.sh
mkmakemod.sh 14401: workaround for script execution under Cygwin 2001-05-20 10:59:27 +00:00
modentry.c
module.c fix zmodload -uf for not-yet-loaded function 2001-05-18 15:23:08 +00:00
options.c Refuse to setopt noexec when interactive 2001-03-30 16:20:03 +00:00
params.c Added some array-assignment boundary checks. 2001-05-20 09:20:46 +00:00
parse.c calculate the length of the region to map (for mapped zwc files) correctly, including the offset-page-boundary-adjustment (14346) 2001-05-15 08:38:59 +00:00
pattern.c ?## fix from 13497 and site name change from Geoff 2001-02-18 00:58:07 +00:00
prompt.c Don't assume we can change the string for the HOST parameter when used in 2001-03-29 12:06:23 +00:00
prototypes.h Fix term*.h header file collisions. 2001-04-13 16:29:28 +00:00
signals.c add mod_export in a couple of places where it was missing 2001-05-23 08:53:11 +00:00
signals.h 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
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 Fix re-set of integer special params after unset. 2001-05-19 00:31:22 +00:00
system.h BDIGBUFSIZE for binary conversions. 2001-04-28 17:38:00 +00:00
text.c
utils.c 14541: %# with capabilities prompt-expand to # iff Effective set non-empty or euid=0 2001-05-29 15:09:06 +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 Added HIST_TMPSTORE define. 2001-05-15 16:32:28 +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