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
2011-06-15
29481: always return a matching job in findproc() but scan the whole list
Bart Schaefer
2
-5
/
+6
2011-06-12
29472: findproc() needs at least to also return stopped jobs.
Bart Schaefer
1
-1
/
+2
2011-06-06
29462: fix warning
Peter Stephenson
1
-1
/
+1
2011-06-04
29459: Further fixes for parameter flag completion,
Peter Stephenson
1
-2
/
+4
2011-06-03
29452: allow completion of parameter flags
Peter Stephenson
1
-3
/
+13
2011-06-03
29451: ${##stuff} removes stuff from the head of $#
Peter Stephenson
1
-1
/
+10
2011-06-03
29413: "print -S" for saving to history with lexical word split
Peter Stephenson
2
-113
/
+170
2011-05-27
histlexwords splitting of ";;" in case
Peter Stephenson
1
-0
/
+7
2011-05-27
29382: apply 29374 to zccmd_input too.
Bart Schaefer
1
-2
/
+2
2011-05-27
29329: fix undefined behaviour in math.c
Mikael Magnusson
1
-1
/
+2
2011-05-26
29374: exit ZLE immediately if exit pending when keypress expected
Peter Stephenson
1
-2
/
+2
2011-05-24
29367, 29368: avoid redirecting the xtrace of simple commands along with
Bart Schaefer
1
-1
/
+1
2011-05-23
29351: casts needed to pass integers through stdarg
Peter Stephenson
1
-2
/
+3
2011-05-19
29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash.
Mikael Magnusson
1
-9
/
+31
2011-05-19
29261: Add g:: flag.
Mikael Magnusson
1
-0
/
+56
2011-05-19
29307, 29308 + replies: Fix some doubled words in docs and comments.
Mikael Magnusson
9
-10
/
+10
2011-05-18
29313: better sh emulation with SHWORDPLIT and empty $IFS
Bart Schaefer
1
-13
/
+18
2011-05-18
29312, users/16032: add "zparseopts -M"
Bart Schaefer
1
-3
/
+68
2011-05-14
29282: hide prototypes for ZSH_HEAP_DEBUG with #ifdef's
Peter Stephenson
1
-0
/
+5
2011-05-14
29276: always typedef Heapid for use by auto-generated header files.
Bart Schaefer
1
-1
/
+2
2011-05-14
29268: extra dupstring() for value to be used in completion match group
Peter Stephenson
1
-1
/
+1
2011-05-14
29267: add -enable-zsh-debug and use for debugging completion matcher groups
Peter Stephenson
7
-6
/
+386
2011-05-13
Danek: 29254: fix some compiler warnings
Peter Stephenson
5
-4
/
+2
2011-05-13
Jérémie Roquet: 29258: mark a couple more functions for export.
Peter Stephenson
1
-2
/
+2
2011-05-12
29208: make vimatchbracket more useful in emacs mode
Mikael Magnusson
1
-0
/
+3
2011-05-11
29217: main shell now depends on zshcurses.h and zshterm.h
Peter Stephenson
1
-3
/
+1
2011-05-10
rename system.h to zsh_system.h
Peter Stephenson
3
-2
/
+2
2011-05-10
29214: use -I rather than explicit path to find headers
Peter Stephenson
3
-8
/
+4
2011-05-10
29191 (Danek) and 29203 (with fixes): make TERMINFO variable special.
Peter Stephenson
1
-5
/
+44
2011-05-09
29195: Separate nameddir hash to avoid clash of
Peter Stephenson
5
-279
/
+360
2011-05-09
29193: badly placed variable declaration
Peter Stephenson
1
-2
/
+2
2011-05-09
29165: use term.h globally if needed at all.
Peter Stephenson
22
-227
/
+241
2011-05-08
users/15986: handle EINTR in zccmd_input
Bart Schaefer
1
-4
/
+44
2011-05-07
29175: optimize freeheap
Bart Schaefer
1
-2
/
+22
2011-05-03
29134: change termcap prototypes locally for AIX
Peter Stephenson
1
-6
/
+18
2011-05-02
29129: reading of end of fd array
Peter Stephenson
1
-4
/
+5
2011-04-29
29107: replace overlapping strcpy with memmove
Bart Schaefer
1
-4
/
+4
2011-04-26
Use "const" qualifier in termcap prototypes.
Wayne Davison
1
-6
/
+6
2011-04-24
Jun T.: 29031: increment global minfo state when inserting characters
Bart Schaefer
1
-0
/
+2
2011-04-18
29008, 29012: Add `--enable-additional-fpath' option to add arbitrary directo...
Frank Terbeck
2
-2
/
+23
2011-04-15
Fix compiler warning due to state.doff duplication.
Wayne Davison
1
-1
/
+1
2011-04-14
28997: make --enable-libc-musl explicit
Peter Stephenson
1
-0
/
+4
2011-04-12
Valentin Ochs: 28990: more changes needed for signals.
Peter Stephenson
1
-2
/
+1
2011-04-11
users/15953: handle EINTR when using read -k or -q with -u or -p
Peter Stephenson
1
-3
/
+10
2011-04-06
28977: fix copying of uninitialized memory when trying to
Wayne Davison
1
-0
/
+2
2011-04-01
Stef van Vlierberghe: 28965 (as posted in 28967):
Peter Stephenson
1
-1
/
+18
2011-03-28
28926: No newline after the last line in listlist() when printing the list
Bart Schaefer
1
-1
/
+3
2011-03-27
Mikael: 28941: fix $CURSOR access when metafied
Peter Stephenson
1
-1
/
+3
2011-03-21
28936: ${#$} and ${#?} also didn't work
Peter Stephenson
1
-0
/
+2
2011-03-11
28889: ${##} should return the length of $#
Peter Stephenson
1
-0
/
+1
[next]