1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-09 12:21:14 +02:00
zsh/Src
2001-10-22 17:18:29 +00:00
..
Builtins Pavel Roskin <proski@gnu.org>: compilation for QNX 2001-10-22 17:18:29 +00:00
Modules 16062: use O_EXCL when opening a temporary file. 2001-10-16 04:13:29 +00:00
Zle hide all but one match with the same string in the list even for unsorted groups (15991) 2001-10-09 09:50:12 +00:00
.cvsignore 12658: cscope ignorance 2000-08-16 10:44:08 +00:00
.distfiles 13194: change in module configuration system 2000-11-26 20:01: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
ansi2knr.c Initial revision 1999-04-15 18:05:38 +00:00
builtin.c allow arguments to be specified in printf format specifications (16080) 2001-10-18 14:22:21 +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 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 Save/restore state around DEBUG trap call. 2001-10-13 17:54:28 +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 Fix HIST_NO_SPACE when INTERACTIVE_COMMENTS is set and we get a 2001-10-15 18:42:52 +00:00
init.c Fix misleading error message. 2001-09-20 14:45:07 +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 15919: use LinkLists in place of somewhat equivalent code 2001-10-02 02:35:00 +00:00
loop.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
main.c Andrej: Dynamic loading on cygwin 2000-08-02 18:01:51 +00:00
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 Andrej: Dynamic loading on cygwin 2000-08-02 18:01:51 +00:00
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 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 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 15765: introduce [:ascii:] class 2001-09-09 06:17:02 +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 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 15931: EXIT traps from exit in subshell; 15965: glob -> zglob 2001-10-08 08:13:11 +00:00
system.h BDIGBUFSIZE for binary conversions. 2001-04-28 17:38:00 +00:00
text.c 15869 2001-09-25 12:50:45 +00:00
utils.c Fix segfault in checkrmall(). 2001-10-20 17:48: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 15291, 15292: fix bug setting scalar in math mode 2001-07-06 18:33:59 +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