Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32089: tweak to detect Subversion repository | Daniel Shahaf | 2013-12-05 | 1 | -0/+6 |
| | |||||
* | Unposted (see 32085): Another nonessential setopt | Barton E. Schaefer | 2013-12-02 | 1 | -1/+2 |
| | |||||
* | 32080: Suppress error output from nonessential setopt | Barton E. Schaefer | 2013-12-02 | 1 | -0/+5 |
| | |||||
* | unposted: 5.0.2-test-3 zsh-5.0.2-test-3 | Peter Stephenson | 2013-12-01 | 1 | -0/+4 |
| | |||||
* | 32069: completion for "git submodule update --remote" | Hong Xu | 2013-11-30 | 1 | -3/+8 |
| | |||||
* | 32066: fix %r and %S in vcs_info formats when a repository subdirectory is ↵ | Barton E. Schaefer | 2013-11-29 | 1 | -0/+7 |
| | | | | | | accessed via a symlink 31985 Clemens Hammacher and 32064 Hong Xu | ||||
* | 32061: Fix "use of uninitialized memory" in metafy | Barton E. Schaefer | 2013-11-27 | 1 | -0/+4 |
| | |||||
* | unposted: fix ChangeLog reference to last test version | Peter Stephenson | 2013-11-27 | 1 | -1/+1 |
| | |||||
* | unposted, see 32054: Rationalise character encoding. | Peter Stephenson | 2013-11-27 | 1 | -0/+13 |
| | | | | | | | | | | 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). | ||||
* | unposted, see 32050, 32051: remove non-ASCII characters in functions | Peter Stephenson | 2013-11-25 | 1 | -0/+5 |
| | |||||
* | unposted: Prepare 5.0.2-test-2. | Peter Stephenson | 2013-11-25 | 1 | -0/+5 |
| | |||||
* | 32045 (adjusted by 32047): use makefile dependencies to determine whether to | Barton E. Schaefer | 2013-11-25 | 1 | -0/+6 |
| | | | | rebuild helpfiles | ||||
* | 32031 plus missed _run_help: get helpfiles install path corect in functions | Peter Stephenson | 2013-11-23 | 1 | -0/+7 |
| | |||||
* | 32030: need to revert empty glob qualifier change. | Peter Stephenson | 2013-11-20 | 1 | -0/+5 |
| | | | | | It failed on an empty expansion that (N) was supposed to remove. Add test for this case. | ||||
* | 32023: better interrupt handling at RM_STAR_WAIT | Barton E. Schaefer | 2013-11-19 | 1 | -0/+4 |
| | |||||
* | 32008: complete "." and ":" for run-help, clean Doc/help in make | Martin Vaeth | 2013-11-18 | 1 | -0/+5 |
| | |||||
* | Fix merge of ChangeLog | Peter Stephenson | 2013-11-18 | 1 | -1/+6 |
|\ | |||||
| * | 31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a ↵ | Barton E. Schaefer | 2013-11-18 | 1 | -1/+6 |
| | | | | | | | | leading paren means grouping | ||||
* | | follow up to 31959: I patched the files to the wrong place. | Peter Stephenson | 2013-11-18 | 1 | -0/+5 |
|/ | |||||
* | 32001: fix crash on ${:*} and ${:|} | Peter Stephenson | 2013-11-17 | 1 | -0/+5 |
| | |||||
* | Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, ↵ | Barton E. Schaefer | 2013-11-15 | 1 | -0/+5 |
| | | | | assure clean environment, force LANG=C | ||||
* | 31984: new df completion | Jun T | 2013-11-14 | 1 | -0/+2 |
| | |||||
* | 31983: suppress warning from cmp when genering patchlevel.h. | Peter Stephenson | 2013-11-14 | 1 | -0/+3 |
| | | | | The warning doesn't indicate a problem, so isn't useful. | ||||
* | 31982: detection of floating point constants was problematic. | Peter Stephenson | 2013-11-14 | 1 | -0/+6 |
| | | | | | Remove the cause and fix the original problem with floating point numbers with leading zeros (users/17445) a different way. | ||||
* | 31977: It's OK to autoload a feature that's loaded. | Peter Stephenson | 2013-11-13 | 1 | -0/+3 |
| | | | | Simply check that the feature is from the same module that's requested. | ||||
* | 31971: locale fix for helpfiles | Jun T | 2013-11-13 | 1 | -0/+2 |
| | |||||
* | Merge remote commit | Peter Stephenson | 2013-11-13 | 1 | -0/+7 |
|\ | |||||
| * | 31966: skip introductory paragraphs when processing "man zshbuiltins". | Bart Schaefer | 2013-11-12 | 1 | -0/+7 |
| | | |||||
* | | 31959: missed files | Martin Vaeth | 2013-11-13 | 1 | -0/+5 |
|/ | |||||
* | 31959 (plus tweak to .gitignore): make help files during installation | Martin Vaeth | 2013-11-12 | 1 | -0/+6 |
| | |||||
* | 31961: rationalise fd watching to use structure | Peter Stephenson | 2013-11-12 | 1 | -0/+5 |
| | |||||
* | unposted: update some incorrect version numbers in ChangeLog | Peter Stephenson | 2013-11-08 | 1 | -1/+3 |
| | |||||
* | unposted: refer to zle -Fw in NEWS | Peter Stephenson | 2013-11-08 | 1 | -0/+2 |
| | |||||
* | 31940: zcalc -e uses arguments as input | Peter Stephenson | 2013-11-08 | 1 | -0/+5 |
| | |||||
* | 31937: zle -Fw uses widget semantics for file descriptor handler | Peter Stephenson | 2013-11-07 | 1 | -0/+7 |
| | |||||
* | unposted: updates for 4.0.2-test-1. zsh-5.0.2-test-1 | Peter Stephenson | 2013-11-06 | 1 | -0/+8 |
| | | | | | | Update references to 4.0.2 to 4.0.3. Additional mod_export declarations. Additions to .distfiles. | ||||
* | 31936: Rationalise limits for threads | Stefan Neudorf | 2013-11-03 | 1 | -0/+4 |
| | |||||
* | 31935: further updates to limits for BSD | Stefan Neudorf | 2013-11-03 | 1 | -0/+6 |
| | |||||
* | 31930 / 31934: New limits from BSD. | Stefan Neudorf | 2013-10-31 | 1 | -0/+7 |
| | | | | Avoid clash of uses for ulimit -k. | ||||
* | 31929: Src/jobs.c: fix DPUTS3() test condition from 31906. | Barton E. Schaefer | 2013-10-29 | 1 | -0/+4 |
| | |||||
* | Mention HISTORY_IGNORE | Bart Schaefer | 2013-10-28 | 1 | -0/+4 |
| | |||||
* | 31922: zlecharasstring missed flip of bit 5 after Meta | Peter Stephenson | 2013-10-28 | 1 | -0/+5 |
| | |||||
* | 31919: fix deadlock when a shell builtin with a multio redirection is used ↵ | Barton E. Schaefer | 2013-10-27 | 1 | -5/+12 |
| | | | | | | | | | on the left side of a pipeline Make sure stdin/out/err file descriptors are closed for the multio copy process, which means not re-using those descriptors after they are closed and marked FDT_UNUSED in fdtable[]. For completeness, initialize their fdtable[] state to FDT_EXTERNAL. | ||||
* | Some syntax adjustments in _expand_word_and_keep. Add a working URL. | Barton E. Schaefer | 2013-10-27 | 1 | -0/+3 |
| | |||||
* | 31912: in closemn(), distinguish closing for >&- from closing for a real ↵ | Barton E. Schaefer | 2013-10-27 | 1 | -0/+6 |
| | | | | | | redirect Fixes knock-on multios bug introduced by workers/20666 way back in 2005. | ||||
* | 31909: new cat completion | Jun T | 2013-10-27 | 1 | -0/+4 |
| | |||||
* | Merge overlapping ChangeLog entries | Barton E. Schaefer | 2013-10-26 | 1 | -0/+5 |
|\ | |||||
| * | 31902: rationalise use of gamma function. | Jun T | 2013-10-27 | 1 | -0/+5 |
| | | | | | | | | | | Make zsh/mathfunc consistent across systems and use tgamma() where available | ||||
* | | 31906: fix race-condition interaction of $pipestatus with job control | Barton E. Schaefer | 2013-10-26 | 1 | -0/+11 |
|/ | | | | printjob() should not reference oldjobtab for job numbers unless it is being called from bin_fg(). printjob() also must not attempt to update pipestats when called from bin_fg(). acquire_pgrp() should not loop infintely if the shell is not interactive. Update the $pipestatus stress test so that it also exercises the oldjobtab repair. | ||||
* | 31890 + 31891: Add NEWS for new features since 5.0.2 | Peter Stephenson | 2013-10-25 | 1 | -0/+5 |
| |