1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-02-25 00:01:30 +01:00
zsh/Src
Wayne Davison 9f9ced8c62 + Changed histreduceblanks() to preserve spaces at the start of the
line when HISTIGNORESPACE is set.
+ Flag a history entry with HIST_TMPSTORE when should_ignore_line()
  returns true (instead of dropping it from the history immediately).
+ Get rid of old HIST_TMPSTORE entries when a new command is entered.
+ The hist-file-reading code now handles destroying a foreign
  duplicate (when marked as duplicate by addhistnode()).
2001-05-15 16:32:25 +00:00
..
Builtins 13777: maxfilelocks limit for glibc2.2 2001-03-26 15:59:37 +00:00
Modules 14314: writing const variable under cygwin 2001-05-11 12:59:50 +00:00
Zle (14350) 2001-05-15 13:52:22 +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 set list_pipe_job only for real pipelines (14327) 2001-05-14 08:51:59 +00:00
glob.c Back off 14140 (tokenize comma) 2001-05-09 09:00:19 +00:00
hashtable.c Changed addhistnode() to not displace an already-hashed command with 2001-05-15 16:32:22 +00:00
hashtable.h
hist.c + Changed histreduceblanks() to preserve spaces at the start of the 2001-05-15 16:32:25 +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 more (|un)queue_signals(), this time for the job control builtins (13509) 2001-02-20 09:16:46 +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 14077: revert clint's build patches on 19.04.2001 2001-04-23 19:59:03 +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 14077: revert clint's build patches on 19.04.2001 2001-04-23 19:59:03 +00:00
modentry.c
module.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
options.c Refuse to setopt noexec when interactive 2001-03-30 16:20:03 +00:00
params.c Use BDIGBUFSIZE in two other places 2001-05-01 09:46:09 +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 Fix problem with traps not runing if shell exec'd final command 2001-03-30 16:51:54 +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 BDIGBUFSIZE for binary conversions. 2001-04-28 17:38:00 +00:00
system.h BDIGBUFSIZE for binary conversions. 2001-04-28 17:38:00 +00:00
text.c
utils.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
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 Subscripting optimization and error checking. 2001-04-24 05:45:16 +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