Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2011-03-02 | Adding autotools related patches | Frank Terbeck | 2 | -0/+15194 | |
These create ./configure and ./config.h.in. Usually those are generated using ./Util/preconfig, but for the purpose of building the debian package, the goal is to avoid calling the preconfig script. This commit deliberately keeps the patches out of debian/patches/series, so it doesn't clash with the current .orig tarball which does in fact ship a ./configure script. After the next release that will not be the case anymore and ./debian/at2quilt will automatically add the patches to the series file. | |||||
2011-03-02 | Adding at2quilt script | Frank Terbeck | 1 | -0/+162 | |
This script can be used to create and update autotools related quilt patches, which are required to build the debian zsh package based on the upstream git repository rathre than upstream release tarballs. | |||||
2011-03-02 | Adding _fuser fix from upstream | Frank Terbeck | 2 | -0/+17 | |
2011-03-02 | README.Debian: Add instructions how to use the zsh-dbg package. | Michael Prokop | 1 | -1/+30 | |
2011-03-02 | Initial `debian/' import | Frank Terbeck | 27 | -0/+5280 | |
2010-12-20 | unposted: release 4.3.11 | Peter Stephenson | 2 | -3/+6 | |
2010-12-20 | Paul 28538 / me 28540 / couple of unposted casts: | Peter Stephenson | 7 | -17/+17 | |
use char * for pointer arithmetic rather than void * | |||||
2010-12-19 | 28537: fix word splitting on "((" when it was nested subshells rather than | Peter Stephenson | 3 | -1/+26 | |
arithmetic | |||||
2010-12-18 | Completion/X/Utility/_x_arguments compdef line, Src/Makefile.in "prep". | Bart Schaefer | 1 | -1/+9 | |
2010-12-18 | 27862: handle X11 versions greater than X11R6 in the compdef line | Bart Schaefer | 1 | -1/+1 | |
2010-12-18 | "prep" target depends on Makemod | Bart Schaefer | 1 | -1/+2 | |
2010-12-17 | uncommitted: fix properly | Peter Stephenson | 1 | -1/+1 | |
2010-12-17 | Mikael: 28583: typo | Peter Stephenson | 2 | -2/+6 | |
2010-12-17 | Štěpán Němec: 28533: typos | Peter Stephenson | 10 | -55/+60 | |
2010-12-17 | Mikael: users/15653: zle_highlight=(none) turns off suffix highlighting | Peter Stephenson | 3 | -2/+13 | |
unposted: note suffix highlighting in NEWS | |||||
2010-12-16 | Mikael: 28531: typos | Peter Stephenson | 6 | -6/+10 | |
2010-12-16 | unposted: add notes to NEWS on (Z) parameter flag | Peter Stephenson | 2 | -3/+12 | |
2010-12-16 | unposted: update for 4.3.10-test-3 | Peter Stephenson | 5 | -10/+15 | |
2010-12-15 | 28530: replace (z+opts+) flag with (Z:opts:), add reserved (_:flags:). | Bart Schaefer | 4 | -25/+63 | |
2010-12-14 | unposted: another neatening of lexflags use in ZLE | Peter Stephenson | 2 | -8/+18 | |
2010-12-14 | lexsave/lexrestore lexflags | Peter Stephenson | 7 | -23/+33 | |
add new LEXFLAGS_ZLE | |||||
2010-12-14 | 28528: Rearrange zleparse to lexflags | Peter Stephenson | 10 | -69/+112 | |
Add (z+n+) | |||||
2010-12-13 | 28526: remove bogus newline with stripped comment zplitting | Peter Stephenson | 3 | -2/+22 | |
2010-12-12 | 28510: add (z+c+) and (z+C+) parameter flags | Peter Stephenson | 9 | -17/+159 | |
2010-12-07 | unposted: remove users/15622 _pick_variant change | Peter Stephenson | 2 | -2/+7 | |
2010-12-06 | Mikael: 28480: allow PROMPT_EOL_MARK to be an empty string | Peter Stephenson | 2 | -2/+7 | |
2010-12-06 | users/15621: compdef -p/-P <pat>=<service> | Peter Stephenson | 4 | -4/+31 | |
users/15622: use service with _pick_variant | |||||
2010-12-06 | Mikael: 28487: fix docs to refer to current directory | Peter Stephenson | 5 | -16/+21 | |
rather than $PWD | |||||
2010-12-06 | 28486: $compstate[parameter] needs untokenizing | Peter Stephenson | 2 | -1/+15 | |
2010-12-06 | Mikael: 28484: GNU du completion | Peter Stephenson | 2 | -6/+30 | |
2010-12-05 | unposted: NEWS: mention {START..END..STEP} enhancement. | Peter Stephenson | 2 | -1/+7 | |
2010-12-05 | 28474, 28478: extended {START..END..STEP} syntax | Peter Stephenson | 4 | -14/+122 | |
2010-12-05 | typo | Peter Stephenson | 1 | -2/+2 | |
2010-12-05 | 28476: new set of tests for brace expansion | Peter Stephenson | 3 | -1/+57 | |
2010-12-05 | 28475: test that starting background job resets status | Peter Stephenson | 2 | -1/+11 | |
2010-12-05 | 28469: fix memory leak in anonymous function | Peter Stephenson | 2 | -1/+9 | |
2010-12-04 | Add completion for help subcommand to _git. | Wayne Davison | 2 | -2/+21 | |
2010-12-03 | 28468: allow man page completion for files when / is present | Peter Stephenson | 2 | -3/+21 | |
2010-11-30 | unposted: update and tidy NEWS | Peter Stephenson | 2 | -29/+65 | |
2010-11-27 | workers/28461: flush stderr in PRINT_EXIT_VALUE handling | Bart Schaefer | 1 | -3/+11 | |
users/15583: update sticky-note | |||||
2010-11-27 | users/15583: update with zstyles and for ease of use in zle-line-init. | Bart Schaefer | 1 | -39/+88 | |
2010-11-27 | 28461: flush stderr in PRINT_EXIT_VALUE handling. | Bart Schaefer | 1 | -0/+1 | |
2010-11-27 | 28559: flush shell output in PROMPT_SP handling | Peter Stephenson | 2 | -1/+6 | |
2010-11-26 | Use newer PROMPT_SP behavior for hasxn terms too. | Wayne Davison | 1 | -4/+1 | |
2010-11-25 | Sebastian Stark: users/15581: MacOS has .bundle DLL files. | Peter Stephenson | 2 | -2/+5 | |
2010-11-25 | Overwrite PROMPT_SP string if it should remain invisible, | Wayne Davison | 2 | -4/+10 | |
even with an upcoming newline. | |||||
2010-11-25 | users/15580: fix MIME handler completion on fallthrough | Peter Stephenson | 3 | -3/+21 | |
2010-11-25 | 28434: make ${NAME:OFFSET} always use zero-offset | Peter Stephenson | 4 | -36/+56 | |
2010-11-23 | 28424: missed | Peter Stephenson | 1 | -1/+7 | |
2010-11-22 | 28424: new POSIX_STRINGS option | Peter Stephenson | 5 | -3/+65 | |