index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
/
hist.c
Age
Commit message (
Expand
)
Author
Files
Lines
2001-06-08
Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FAST
Wayne Davison
1
-1
/
+1
2001-05-19
Don't merge a HIST_TMPSTORE entry with a previous "duplicate" line.
Wayne Davison
1
-3
/
+4
2001-05-15
+ Changed histreduceblanks() to preserve spaces at the start of the
Wayne Davison
1
-14
/
+30
2001-05-10
Fixed an obscure local-history bug that could make the "history"
Wayne Davison
1
-4
/
+3
2001-04-20
Parameter repairs, mostly for subscripting.
Bart Schaefer
1
-1
/
+1
2001-04-10
Slightly optimized should_ignore_line() by using getjobtext() rather
Wayne Davison
1
-9
/
+3
2001-02-26
properly restore noaliases in bufferwords() (13530)
Sven Wischnowsky
1
-1
/
+2
2001-02-19
13280: NewImproved handling of colon modifiers w.r.t. paths
Peter Stephenson
1
-24
/
+51
2001-01-16
remove 13108 (trap queues); replace with signal queueing to ensure that user ...
Sven Wischnowsky
1
-6
/
+22
2000-10-21
Fix "vared -h" in shell scripts.
Bart Schaefer
1
-2
/
+7
2000-10-19
Don't call histreduceblanks() if the line didn't parse right.
Wayne Davison
1
-4
/
+5
2000-07-31
isalpha() -> ialpha(); avoid a compiler warning (12439)
Sven Wischnowsky
1
-1
/
+1
2000-07-20
Renamed shouldIgnoreLine() to should_ignore_line().
Wayne Davison
1
-2
/
+2
2000-07-20
Support "builtin" in the HIST_NO_STORE check.
Wayne Davison
1
-3
/
+6
2000-07-19
Removed remhist() and HA_JUNKED, added an Eprog arg to hend(), and
Wayne Davison
1
-25
/
+47
2000-07-18
+ Got rid of the spaceflag variable.
Wayne Davison
1
-11
/
+8
2000-07-17
Fix the gethistent() function and enhanced the reliability of the
Wayne Davison
1
-9
/
+14
2000-07-16
+ Needed to call unmeta() in a few spots that used the HISTFILE name.
Wayne Davison
1
-20
/
+36
2000-07-13
condition parsing with (z) flag
Sven Wischnowsky
1
-0
/
+4
2000-07-13
slightly improved (z) flag for parsing conditions; recognising glob flags in ...
Sven Wischnowsky
1
-6
/
+9
2000-07-12
fix for (z) flag, don't take # as comment (12228)
Sven Wischnowsky
1
-3
/
+4
2000-05-30
AIX depenency fix (11661)
Oliver Kiddle
1
-1
/
+1
2000-05-30
Wayne: Fix two history bugs that were causing the
Bart Schaefer
1
-20
/
+19
2000-05-23
save and restore more variables in bufferwords(); move gotword() into core (1...
Sven Wischnowsky
1
-1
/
+6
2000-05-05
Wayne: fix for print -s when called from widget; added lines are not immediat...
Sven Wischnowsky
1
-25
/
+44
2000-05-03
fix for the (z) flag: report partial word (like `"foo', without a closing quo...
Sven Wischnowsky
1
-0
/
+5
2000-05-03
new (z) parameter flag to do shell-word splitting on the value (11113)
Sven Wischnowsky
1
-3
/
+25
2000-04-12
new widget copy-prev-shell-word, like copy-prev-word but uses shell parsing t...
Sven Wischnowsky
1
-292
/
+719
1999-04-15
Initial revision
Tanaka Akira
1
-0
/
+1670