Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-12-03 | Upload to experimental as 5.0.2-test-3-1 | Axel Beckert | 1 | -3/+7 | |
2013-12-03 | A05execution-ztst-setopt-MONITOR.patch: Add second occurrence | Axel Beckert | 1 | -5/+16 | |
Also add references to the patch's origins. | |||||
2013-12-02 | Add patch which hopefully fixes test suite failures on Jenkins builds | Axel Beckert | 2 | -0/+17 | |
2013-12-02 | Fix one test-suite failure on static builds due to non-existent $HOME | Axel Beckert | 1 | -1/+1 | |
Thanks to Bart Schaefer and Peter Stephenson for spotting the cause. | |||||
2013-12-02 | Bump changelog entry date | Axel Beckert | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2013-12-02 | Update changelog for 5.0.2-test-3-1 | Axel Beckert | 1 | -2/+7 | |
2013-12-02 | Add newly generated help files to debian/clean | Axel Beckert | 1 | -0/+2 | |
2013-12-02 | debian/rules: Util/helpfiles now requires parameters, reduce own magic | Axel Beckert | 1 | -2/+2 | |
2013-12-02 | Refresh patch replace-texi2html-with-makeinfo | Axel Beckert | 1 | -3/+3 | |
2013-12-02 | Merge branch 'upstream' into debian | Axel Beckert | 47 | -473/+952 | |
2013-12-02 | Update watch file to also catch release candidates | Axel Beckert | 1 | -0/+1 | |
2013-12-01 | unposted: 5.0.2-test-3 | Peter Stephenson | 2 | -2/+6 | |
2013-11-30 | 32069: completion for "git submodule update --remote" | Hong Xu | 2 | -3/+9 | |
2013-11-29 | 32066: fix %r and %S in vcs_info formats when a repository subdirectory is ↵ | Barton E. Schaefer | 3 | -3/+10 | |
accessed via a symlink 31985 Clemens Hammacher and 32064 Hong Xu | |||||
2013-11-27 | 32061: Fix "use of uninitialized memory" in metafy | Barton E. Schaefer | 2 | -2/+6 | |
2013-11-27 | unposted: fix ChangeLog reference to last test version | Peter Stephenson | 1 | -1/+1 | |
2013-11-27 | unposted, see 32054: Rationalise character encoding. | Peter Stephenson | 10 | -346/+359 | |
Shell functions are strictly ASCII for maximum portability. Other files within the distribution may contain UTF-8 characters. Exception for test files: where they need single character input with the top bit set, ISO-8859-X is used (X doesn't matter as we don't need the Euro). | |||||
2013-11-25 | unposted, see 32050, 32051: remove non-ASCII characters in functions | Peter Stephenson | 3 | -2/+7 | |
2013-11-25 | Merge branch 'master' of ssh://git.code.sf.net/p/zsh/code | Peter Stephenson | 0 | -0/+0 | |
2013-11-25 | unposted: Prepare 5.0.2-test-2. | Peter Stephenson | 3 | -2/+8 | |
2013-11-25 | unposted: Prepare 5.0.3-test-2. | Peter Stephenson | 3 | -2/+8 | |
2013-11-25 | 32045 (adjusted by 32047): use makefile dependencies to determine whether to | Barton E. Schaefer | 4 | -7/+21 | |
rebuild helpfiles | |||||
2013-11-23 | 32031 plus missed _run_help: get helpfiles install path corect in functions | Peter Stephenson | 7 | -6/+31 | |
2013-11-21 | Try real upstream name in debian/changelog despite the dashes | Axel Beckert | 1 | -1/+1 | |
Git-Dch: Ignore | |||||
2013-11-21 | Add changelog entry for a potential 5.0.2+test1-1 | Axel Beckert | 1 | -0/+14 | |
2013-11-20 | 32030: need to revert empty glob qualifier change. | Peter Stephenson | 3 | -1/+14 | |
It failed on an empty expansion that (N) was supposed to remove. Add test for this case. | |||||
2013-11-19 | 32023: better interrupt handling at RM_STAR_WAIT | Barton E. Schaefer | 2 | -0/+6 | |
2013-11-18 | 32008: complete "." and ":" for run-help, clean Doc/help in make | Martin Vaeth | 4 | -3/+10 | |
2013-11-18 | Fix merge of ChangeLog | Peter Stephenson | 2 | -2/+7 | |
2013-11-18 | follow up to 31959: I patched the files to the wrong place. | Peter Stephenson | 3 | -0/+5 | |
2013-11-18 | 31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a ↵ | Barton E. Schaefer | 2 | -2/+7 | |
leading paren means grouping | |||||
2013-11-17 | 32001: fix crash on ${:*} and ${:|} | Peter Stephenson | 3 | -0/+22 | |
2013-11-16 | Another missed bit of 31988. | Barton E. Schaefer | 1 | -4/+1 | |
2013-11-15 | One missed hunk from 31988. | Barton E. Schaefer | 1 | -2/+4 | |
2013-11-15 | Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, ↵ | Barton E. Schaefer | 3 | -34/+7 | |
assure clean environment, force LANG=C | |||||
2013-11-14 | 31984: new df completion | Jun T | 2 | -0/+81 | |
2013-11-14 | 31983: suppress warning from cmp when genering patchlevel.h. | Peter Stephenson | 2 | -1/+4 | |
The warning doesn't indicate a problem, so isn't useful. | |||||
2013-11-14 | 31982: detection of floating point constants was problematic. | Peter Stephenson | 3 | -8/+17 | |
Remove the cause and fix the original problem with floating point numbers with leading zeros (users/17445) a different way. | |||||
2013-11-13 | 31977: It's OK to autoload a feature that's loaded. | Peter Stephenson | 2 | -1/+17 | |
Simply check that the feature is from the same module that's requested. | |||||
2013-11-13 | 31971: locale fix for helpfiles | Jun T | 2 | -5/+7 | |
2013-11-13 | 31959 tweak: put this back again | Peter Stephenson | 1 | -0/+1 | |
2013-11-13 | Merge remote commit | Peter Stephenson | 2 | -2/+9 | |
2013-11-13 | 31959: missed files | Martin Vaeth | 4 | -1/+11 | |
2013-11-12 | 31966: skip introductory paragraphs when processing "man zshbuiltins". | Bart Schaefer | 2 | -2/+9 | |
2013-11-12 | Fix merge conflict amending ChangeLog. | Peter Stephenson | 0 | -0/+0 | |
2013-11-12 | 31959 (plus tweak to .gitignore): make help files during installation | Martin Vaeth | 10 | -25/+172 | |
2013-11-12 | 31959 (plus tweak to .gitignore): make help files during installation | Martin Vaeth | 10 | -25/+171 | |
2013-11-12 | 31961: rationalise fd watching to use structure | Peter Stephenson | 4 | -60/+61 | |
2013-11-08 | unposted: update some incorrect version numbers in ChangeLog | Peter Stephenson | 1 | -1/+3 | |
2013-11-08 | unposted: refer to zle -Fw in NEWS | Peter Stephenson | 2 | -0/+7 | |