Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2012-08-08 | Print directly from $terminfo instead of using `echoti' | Frank Terbeck | 1 | -2/+2 | |
The result is the same, plus this protects us from people who feel like messing with the value of $TERM... Suggested-by: Mikael Magnusson <mikachu@gmail.com> Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2012-08-08 | Do not use echoti {smkx,rmkx} unconditionally | Frank Terbeck | 1 | -8/+18 | |
If a terminal - like the linux kernel's virtual console - is missing those terminfo entries, that will cause annoying output like: zle-line-init:echoti:1: no such terminfo capability: rmkx zle-line-init:echoti:1: no such terminfo capability: smkx for each and every prompt. This tests for the features availability and notes missing ones in a new array `$debian_missing_features'. Signed-off-by: Frank Terbeck <ft@bewatermyfriend.org> | |||||
2012-08-01 | Apply wrap-and-sort on the Debian package | Michael Prokop | 1 | -3/+17 | |
Thanks to Axel for forwarding https://bugs.launchpad.net/ubuntu/+source/zsh/+bug/1029337 | |||||
2012-07-25 | [dch-ignore] One more changelog entry date bump to test CIA bot and commit ↵ | Axel Beckert | 1 | -1/+1 | |
mailing list | |||||
2012-07-25 | [dch-ignore] Bump changelog entry to test CIA bot and commit mailing list | Axel Beckert | 1 | -1/+1 | |
2012-07-25 | Prepare upload of 5.0.0-1 to experimental | Axel Beckert | 1 | -2/+6 | |
2012-07-23 | pdfroff needs ghostscript; add b-d | Axel Beckert | 1 | -1/+1 | |
2012-07-23 | Add a preliminary changelog entry for 5.0.0 | Axel Beckert | 1 | -0/+22 | |
... otherwise Jenkins FTBFS due to "upstream changes" because it tries to build against the 4.3.17 upstream source. | |||||
2012-07-22 | debian/*: /bin/zsh4 → /bin/zsh5, etc. | Axel Beckert | 7 | -20/+20 | |
2012-07-22 | Add groff to build-dependencies (for pdfroff) | Axel Beckert | 1 | -1/+1 | |
2012-07-22 | Update autotools patches | Axel Beckert | 2 | -129/+228 | |
2012-07-22 | New upstream release | Axel Beckert | 102 | -1495/+5619 | |
2012-07-21 | update to 5.0.0 release | Peter Stephenson | 2 | -3/+7 | |
2012-07-17 | users/17051: explicit IFS for "read" in compinit | Bart Schaefer | 2 | -6/+11 | |
2012-07-15 | add _mosh to .distfiles | Peter Stephenson | 1 | -0/+1 | |
2012-07-15 | 4.3.17-test-2 | Peter Stephenson | 1 | -2/+2 | |
2012-07-15 | Bart: 30560: unset ordinary array element by setting to null | Peter Stephenson | 2 | -1/+34 | |
2012-07-08 | Danek: 30562: Solaris completion updates | Peter Stephenson | 8 | -33/+134 | |
2012-06-30 | 30540: typeset flag handling with SECONDS | Bart Schaefer | 2 | -3/+9 | |
2012-06-27 | unposted: belated commit of version number updated | Peter Stephenson | 2 | -3/+7 | |
2012-06-27 | 30530,30533: fix problems with COLUMNS or LINES < 1, and related issues | Bart Schaefer | 3 | -3/+16 | |
2012-06-21 | Danek (plus .distfiles): 30520: updated Solaris 11 copmletion | Peter Stephenson | 27 | -291/+2532 | |
2012-06-21 | 30518: attempt to supply tgoto() prototype when missing only. | Peter Stephenson | 3 | -1/+26 | |
For Solaris 10 and earlier. | |||||
2012-06-21 | 30519 plus correction from Danek: try to modernise MACHINES | Peter Stephenson | 2 | -99/+34 | |
2012-06-18 | Dima Kogan: 30515: fix globbing problem with large files: | Peter Stephenson | 2 | -2/+9 | |
failure owing to bad cast with large integers | |||||
2012-06-16 | users/17134: avoid bad math error | Bart Schaefer | 2 | -2/+6 | |
2012-06-16 | ChangeLog for 30513 | Phil Pennock | 1 | -1/+5 | |
2012-06-16 | 30513: zsh/regex metafy fixes for widechar | Phil Pennock | 1 | -7/+16 | |
2012-06-15 | 30509: updates for 5.0.0 | Peter Stephenson | 4 | -27/+22 | |
2012-06-15 | Danek: 30510: bad indentation in params.yo | Peter Stephenson | 2 | -2/+6 | |
2012-06-10 | 30503: rudimentary completion for mosh. | Clint Adams | 2 | -1/+18 | |
2012-06-10 | Jeremy Mates: 30505: Allow multiple --header= in _wget | Mikael Magnusson | 2 | -2/+7 | |
2012-06-06 | unposted: add : to ChangeLog entry | Mikael Magnusson | 1 | -2/+2 | |
2012-06-06 | 30497: xsltproc option completion issue | Peter Stephenson | 2 | -3/+8 | |
2012-06-04 | users/17132: skip-whitespace-first style for compatibility with bash etc. | Peter Stephenson | 4 | -84/+109 | |
in widgets using forward-word-match | |||||
2012-05-31 | Foudil Brétel: _systemctl -> _systemd plus enhancements | Peter Stephenson | 4 | -313/+467 | |
2012-05-23 | unposted: Add x-seq: number of last commit to ChangeLog (30488) | Frank Terbeck | 1 | -2/+2 | |
2012-05-23 | Juliano Ravasi: VCS_INFO_get_data_git: Fix initialisation of `$stgit_unapplied' | Frank Terbeck | 2 | -2/+8 | |
2012-05-22 | Jun T.: 30483: improved completion on MacOS | Peter Stephenson | 2 | -3/+11 | |
2012-05-22 | Danek: 30485: trailing garbage after signal number not recognised in kill | Peter Stephenson | 2 | -4/+14 | |
2012-05-21 | c.f 30482 (Peter Jaros): typo in description. | Peter Stephenson | 2 | -2/+7 | |
2012-05-17 | 30474: add ssh -O cancel completion | Mikael Magnusson | 2 | -3/+5 | |
2012-05-17 | 30473: update _strace completion | Mikael Magnusson | 2 | -18/+28 | |
2012-05-14 | ChangeLog: forgot to mention who reported 30468 | Mikael Magnusson | 1 | -2/+3 | |
2012-05-14 | 30466: Add prompt format and printf format completion. | Mikael Magnusson | 4 | -33/+201 | |
2012-05-14 | 30468: prompt_fade_setup: add missing $ | Mikael Magnusson | 2 | -2/+6 | |
2012-05-08 | Describe differences in -i/-I/-l/-L/-n options from xargs to zargs. | Bart Schaefer | 2 | -1/+14 | |
2012-05-08 | 30469: Src/builtin.c: allow reverse listing of history using | Peter Stephenson | 2 | -6/+14 | |
fc -r, but don't allow reverse execution of commands at all. | |||||
2012-05-08 | unposted: clarify that zargs is different from xargs | Peter Stephenson | 1 | -6/+7 | |
2012-05-03 | unposted, c.f. 30465: add index entries and cross-references | Peter Stephenson | 3 | -1/+28 | |
for match, mbegin, mend, MATCH, MBEGIN, MEND |