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
2014-02-14
32361: don't reset lastline before completion
Oliver Kiddle
1
-1
/
+0
2014-02-08
32365: another stab at the heuristic for initializing rprompt_indent
Barton E. Schaefer
2
-3
/
+4
2014-02-05
32342: fix overstrike for vi mode and use varying vi commands at line start
Oliver Kiddle
2
-10
/
+12
2014-02-05
32334 (modified so KEEPSUFFIX is unchanged for vi-cmd-mode; based on
Oliver Kiddle
4
-8
/
+29
2014-02-02
32341: heuristic initialization of ZLE_RPROMPT_INDENT
Barton E. Schaefer
1
-11
/
+1
2014-02-02
Fix leading whitespace in a comment
Barton E. Schaefer
1
-1
/
+1
2014-02-02
32340: improve error messages for "read -c" / "read -l"
Barton E. Schaefer
2
-2
/
+2
2014-02-02
32337: change initialization of some special parameters for emulation compati...
Barton E. Schaefer
1
-8
/
+9
2014-01-31
32314: merge undo events corresponding to vi change in the vi-cmd-mode widget...
Oliver Kiddle
4
-12
/
+19
2014-01-28
32303: simplistic completion after $x:
Peter Stephenson
1
-0
/
+14
2014-01-28
32308: Improve initialising of vi change.
Peter Stephenson
2
-3
/
+26
2014-01-27
unposted: update 31983 to suppress stdout from cmp, too.
Peter Stephenson
1
-1
/
+1
2014-01-23
32299: add use of underscores on arithmetic output for spacing
Peter Stephenson
3
-18
/
+176
2014-01-22
unposted: reformulate 32285 to lift the fheap->sp test out of the loop, impro...
Barton E. Schaefer
1
-15
/
+9
2014-01-19
32294: prevent buffer overflow when scanning very long directory paths for sy...
Barton E. Schaefer
1
-13
/
+18
2014-01-18
32285: restart the fheap search in freeheap if the current fheap arena is abo...
Barton E. Schaefer
1
-0
/
+9
2014-01-18
32283: fix crash in menu selection when number of terminal lines is small
Barton E. Schaefer
1
-1
/
+1
2014-01-11
32246: option "shift -p" pops arguments from end of array
Peter Stephenson
1
-6
/
+25
2014-01-09
users/18298 (tidied up): add {<char>..<char>} expansion
Peter Stephenson
1
-3
/
+98
2014-01-02
32196: copy-prev-shell-word needs a lexer flag
Carl Drougge
1
-1
/
+1
2013-12-30
32208: always reset pathchecked when the path array is modified
Barton E. Schaefer
1
-2
/
+6
2013-12-25
32182: re-enable command completion after a separator
Barton E. Schaefer
1
-4
/
+7
2013-12-25
32178: fix another acquire_pgrp() infinite loop
Barton E. Schaefer
1
-0
/
+4
2013-12-21
32176: plug additional deadlock-inducing pipe descriptor leaks
Peter Stephenson
2
-14
/
+29
2013-12-20
32171: close pipe descriptor in parent when left side is a shell construct to
Barton E. Schaefer
1
-0
/
+4
2013-12-18
32157: fix extra line feed after prompt, and erased character in completion l...
Barton E. Schaefer
3
-24
/
+41
2013-12-16
32131: avoid infinite loop reading pty on platforms that do not buffer output...
Jun T
1
-2
/
+2
2013-12-16
32136: fix problem with kshglob.
Peter Stephenson
2
-5
/
+15
2013-12-16
32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right
Patrick Oscity
2
-7
/
+31
2013-12-10
32099: change pointer declaration to avoid arithmetic on (void *).
Barton E. Schaefer
1
-1
/
+1
2013-12-06
32091: WARN_CREATE_GLOBAL false positive.
Daniel Shahaf
1
-1
/
+4
2013-11-27
32061: Fix "use of uninitialized memory" in metafy
Barton E. Schaefer
1
-2
/
+2
2013-11-27
unposted, see 32054: Rationalise character encoding.
Peter Stephenson
3
-15
/
+15
2013-11-20
32030: need to revert empty glob qualifier change.
Peter Stephenson
1
-1
/
+1
2013-11-19
32023: better interrupt handling at RM_STAR_WAIT
Barton E. Schaefer
1
-0
/
+2
2013-11-18
31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a lea...
Barton E. Schaefer
1
-1
/
+1
2013-11-17
32001: fix crash on ${:*} and ${:|}
Peter Stephenson
1
-0
/
+8
2013-11-14
31983: suppress warning from cmp when genering patchlevel.h.
Peter Stephenson
1
-1
/
+1
2013-11-14
31982: detection of floating point constants was problematic.
Peter Stephenson
1
-8
/
+3
2013-11-13
31977: It's OK to autoload a feature that's loaded.
Peter Stephenson
1
-1
/
+14
2013-11-12
31961: rationalise fd watching to use structure
Peter Stephenson
3
-60
/
+56
2013-11-07
31937: zle -Fw uses widget semantics for file descriptor handler
Peter Stephenson
4
-23
/
+61
2013-11-06
unposted: updates for 4.0.2-test-1.
Peter Stephenson
2
-5
/
+7
2013-11-03
31936: Rationalise limits for threads
Stefan Neudorf
2
-13
/
+6
2013-11-03
31935: further updates to limits for BSD
Stefan Neudorf
2
-13
/
+6
2013-10-31
31930 / 31934: New limits from BSD.
Stefan Neudorf
2
-0
/
+50
2013-10-29
31929: Src/jobs.c: fix DPUTS3() test condition from 31906.
Barton E. Schaefer
1
-1
/
+1
2013-10-28
31922: zlecharasstring missed flip of bit 5 after Meta
Peter Stephenson
1
-0
/
+1
2013-10-27
31919: fix deadlock when a shell builtin with a multio redirection is used on...
Barton E. Schaefer
2
-2
/
+3
2013-10-27
31912: in closemn(), distinguish closing for >&- from closing for a real redi...
Barton E. Schaefer
1
-5
/
+5
[next]