index
:
zsh
debian
Debian zsh package experimental fork
root
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
Src
Age
Commit message (
Expand
)
Author
Files
Lines
2015-05-09
35064: rename ISPRINT to ZISPRINT to avoid conflict
Jun-ichi Takimoto
3
-5
/
+5
2015-05-08
35059: fix, document, test readonly -p.
Peter Stephenson
1
-70
/
+108
2015-05-07
35054: readonly -p + POSIXBUILTINS fix.
Peter Stephenson
1
-2
/
+13
2015-05-06
35046: unwind cmdstack when erroring out of lexing a parameter expansion in b...
Barton E. Schaefer
1
-1
/
+4
2015-05-05
35032: Handle SIGCONT for process better.
Peter Stephenson
1
-1
/
+3
2015-05-04
35029: improvements to newline handling for vi-mode word movement
Oliver Kiddle
1
-18
/
+33
2015-05-04
Fix two bugs in typeset_setbase
Mikael Magnusson
1
-3
/
+4
2015-04-29
34992: POSIX fix for readonly variables.
Peter Stephenson
2
-5
/
+38
2015-04-28
34989: AUTO_CD needs to call cd --.
Peter Stephenson
1
-0
/
+1
2015-04-28
34979: Preserve job text when doing shell job fix.
Peter Stephenson
1
-1
/
+14
2015-04-28
34977: more reliable test if preprocessor is GNU
Peter Stephenson
1
-2
/
+2
2015-04-25
34966: "whence -v" for a function reports whether the function is autoloaded ...
Barton E. Schaefer
1
-3
/
+11
2015-04-25
34965: consistent use of zalloc/zrealloc/zfree
Barton E. Schaefer
1
-3
/
+3
2015-04-25
34961: $TZ is implicitly local in builtin strftime (originally workers/34602 ...
Barton E. Schaefer
1
-1
/
+20
2015-04-25
34961: clean up declarations of quote() and quotebreak()
Barton E. Schaefer
1
-3
/
+3
2015-04-25
34961: replace a couple of free() with zfree() for consistency
Barton E. Schaefer
2
-2
/
+2
2015-04-24
34955: save and restore list_pipe_job with its friends
Peter Stephenson
1
-2
/
+4
2015-04-17
34921: handle error in recursive par_event().
Peter Stephenson
1
-0
/
+1
2015-04-17
34919: update interrupt parse error for ZLE cases.
Peter Stephenson
2
-2
/
+2
2015-04-17
34905: no parse error after keyboard interrupt.
Peter Stephenson
3
-6
/
+9
2015-04-15
34900: assignment before an "exec".
Peter Stephenson
1
-7
/
+14
2015-04-15
unposted: rewrite Nularg math handling to be like other cases
Peter Stephenson
1
-2
/
+6
2015-04-15
34892 (slightly tweaked): math evaluation fix
Peter Stephenson
1
-2
/
+2
2015-04-15
34887: Fix POSIX_BUILTINS with assignment.
Peter Stephenson
1
-7
/
+21
2015-04-06
34851: fix thinko from 34093 that short-circuited some "whence -m" searches
Barton E. Schaefer
1
-5
/
+7
2015-04-03
34837: avoid loss of original file path when applying colon-modifiers in glob...
Barton E. Schaefer
1
-2
/
+2
2015-03-29
34817: Catch some errors earlier when reading history.
Peter Stephenson
2
-1
/
+7
2015-03-29
34792: langinfo: Fix pointer type
Theo Buehler
1
-1
/
+2
2015-03-28
34781: add implicit space after alias expansion of tokens that form words wit...
Barton E. Schaefer
1
-0
/
+10
2015-03-28
34804: refine POSIX_ALIAS change to preserve old behavior of [[ ]] conditionals
Barton E. Schaefer
1
-4
/
+1
2015-03-27
34788: refine errflag handling in cmd_or_math()
Barton E. Schaefer
1
-1
/
+1
2015-03-26
34784: fix old bug with history word selection
Peter Stephenson
2
-11
/
+21
2015-03-25
34776: improve suppression of alias expansions from history.
Peter Stephenson
2
-35
/
+12
2015-03-22
34759: improve implementation of last commit
Peter Stephenson
2
-7
/
+8
2015-03-22
34758: fix yet more history / command subst interaction.
Peter Stephenson
2
-1
/
+32
2015-03-20
34752: another fix for history expansion in cmd subst
Peter Stephenson
1
-2
/
+14
2015-03-19
34742: history expansion inside command substitution failed.
Peter Stephenson
1
-2
/
+4
2015-03-18
34734: further aliasing adjustments and doc
Barton E. Schaefer
1
-2
/
+8
2015-03-06
34653: move aborted vared lines to ZLE_VARED_ABORTED
Peter Stephenson
1
-1
/
+3
2015-03-05
34651: Avoid core dump if no lexical token
Peter Stephenson
1
-0
/
+3
2015-03-05
34636: replace broken isprint() on Mac OS X
Jun-ichi Takimoto
4
-3
/
+24
2015-03-04
34641: make it possible to alias tokens
Peter Stephenson
1
-30
/
+41
2015-02-27
34634: avoid infinite recursion on (/)# extendedglob
Barton E. Schaefer
1
-1
/
+2
2015-02-23
34623: free history more often if "remetafying"
Peter Stephenson
1
-2
/
+6
2015-02-23
34615 + 34619: Remeta one frame earlier
Mikael Magnusson
1
-35
/
+30
2015-02-22
34606: fix up nested arithmetic substitution
Peter Stephenson
1
-2
/
+18
2015-02-22
34604: Work around problem with changes in Meta characters.
Peter Stephenson
1
-3
/
+37
2015-02-20
34590: queue_signals() around more scopes that manipulate global state
Barton E. Schaefer
2
-1
/
+18
2015-02-20
34587: ensure multibyte characters don't overflow.
Peter Stephenson
1
-0
/
+8
2015-02-19
34568: use META_HEAPDUP when passing dlerror() string to metafy()
Barton E. Schaefer
1
-1
/
+1
[next]