Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 32821: Update _gcc as of GCC 4.8.3 for generic options and x86 | Mikael Magnusson | 2014-07-03 | 2 | -110/+759 |
| | |||||
* | 32833: complete Python and Ruby arguments as for Perl | Jun T | 2014-07-03 | 3 | -13/+40 |
| | |||||
* | 32823: complete file instead of Perl script after - | Jun T | 2014-06-30 | 2 | -1/+18 |
| | |||||
* | 32812: put contents at start of manual | Jun T | 2014-06-26 | 3 | -1/+6 |
| | |||||
* | 32799: resource NTHR not well handled on NetBSD | Peter Stephenson | 2014-06-26 | 3 | -3/+28 |
| | |||||
* | 32789: --enable-zsh-valgrind allows analysis of heap allocation | Peter Stephenson | 2014-06-24 | 5 | -8/+123 |
| | |||||
* | 32781: source behaves like . w.r.t. path search | Jun T | 2014-06-16 | 2 | -1/+6 |
| | |||||
* | 32779: fix a typo in options.yo | Jun T | 2014-06-14 | 2 | -1/+5 |
| | |||||
* | 32768 with further modifications: LOCAL_LOOPS option. | Peter Stephenson | 2014-06-13 | 7 | -8/+90 |
| | |||||
* | 32666: shell emulation doc addition | jchaloup | 2014-06-13 | 2 | -1/+6 |
| | |||||
* | 32767: another spot to tweak bracechardots() | Jun T | 2014-06-11 | 2 | -0/+6 |
| | |||||
* | 32766: bracechardots() agrees with xpandbraces() about what constitutes a ↵ | Barton E. Schaefer | 2014-06-10 | 2 | -0/+5 |
| | | | | {C1..C2} pattern, thus preventing crash | ||||
* | 32765: fix build when not MULTIBYTE_SUPPORT | Jun T | 2014-06-10 | 2 | -2/+18 |
| | |||||
* | fix my own merge conflict with grammar changes | Peter Stephenson | 2014-06-09 | 17 | -90/+171 |
|\ | |||||
| * | 32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilation | Nikolas Garofil | 2014-06-07 | 7 | -10/+31 |
| | | | | | | | | | | | | | | | | | | | | | | fixes Src/utils.c: properly ifdef declarations Src/zsh_system.h: memmove() should return its dest argument Src/signals.c: define ret before use Src/mem.c: remove unused pointers Src/prototypes.h: use size_t in bcopy() Src/compat.c: fix const declaration inconsistency | ||||
| * | 32719: minor doc issues | Jun T | 2014-06-06 | 2 | -15/+18 |
| | | |||||
| * | 32715: doc formatting fixes | Jun T | 2014-06-06 | 4 | -45/+50 |
| | | |||||
| * | 32682 with tweaks: Add INC_APPEND_HISTORY_TIME. | Peter Stephenson | 2014-06-06 | 5 | -11/+40 |
| | | | | | | | | Revert INC_APPEND_HISTORY behaviour. | ||||
| * | 19939: hg committable files | Andrew Magee | 2014-06-06 | 2 | -1/+16 |
| | | |||||
| * | 32723: add braces around some if/else branches | Barton E. Schaefer | 2014-06-05 | 2 | -4/+9 |
| | | |||||
| * | 32716: properly test iconv return values for error conditions | Barton E. Schaefer | 2014-06-05 | 2 | -4/+8 |
| | | |||||
* | | 32755: move incorrectly placed line in grammar.yo | Jun T | 2014-06-09 | 2 | -1/+6 |
|/ | |||||
* | 32711: run "continue" test in a new shell | Barton E. Schaefer | 2014-06-04 | 2 | -3/+7 |
| | |||||
* | 32708: glob qualifier (Y) implies (oN) | Daniel Shahaf | 2014-06-04 | 4 | -5/+18 |
| | | | | plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags | ||||
* | 32694: the number of matches to find is the suffix argument of (Y) qualifier | Daniel Shahaf | 2014-06-03 | 5 | -40/+71 |
| | |||||
* | 32681: formatting issue in zle doc | Jun T | 2014-06-03 | 2 | -0/+5 |
| | |||||
* | unposted: restore cond_match() in case used in add-on module | Peter Stephenson | 2014-06-03 | 2 | -0/+16 |
| | |||||
* | Numbers transcribed in last commit message: article ID should be 32656. | Barton E. Schaefer | 2014-06-02 | 1 | -1/+1 |
| | |||||
* | 36526: when __APPLE__ is defined at compile, normalize Unicode filenames in ↵ | Barton E. Schaefer | 2014-06-02 | 2 | -1/+37 |
| | | | | zreaddir() | ||||
* | Fix merge conflict | Peter Stephenson | 2014-06-02 | 2 | -4/+15 |
|\ | |||||
| * | 32662: vcs_info git: Fix stagedstr for empty repos | Daniel Shahaf | 2014-06-02 | 2 | -4/+15 |
| | | | | | | | | | | | | In empty repositories, HEAD is an unresolvable symbolic ref. Start computing stagedstr/unstagedstr in that case; for the former, use a different method than the non-empty-repository case. | ||||
* | | users/18870: fix glob scanner insert counting check. | Daniel Shahaf | 2014-06-02 | 3 | -10/+22 |
|/ | | | | Was causing problems with globs in paths with (Y) glob qualifier | ||||
* | 32653: complete files with the ".phar" extension as well as ".php" | Barton E. Schaefer | 2014-06-01 | 2 | -1/+8 |
| | | | | Also respect the suffixes zstyle to change the extensions | ||||
* | 32634: add POSIX_ARGZERO option | Barton E. Schaefer | 2014-06-01 | 7 | -7/+54 |
| | |||||
* | users/18857: add (Y) glob qualifier to generate only one match per pattern | Daniel Shahaf | 2014-06-01 | 4 | -11/+44 |
| | |||||
* | 32640: (#q) in [[ ... ]] forces globbing | Peter Stephenson | 2014-06-01 | 7 | -53/+145 |
| | |||||
* | 32624: use correct scaling factor (clock ticks) for times | Peter Stephenson | 2014-05-29 | 3 | -17/+24 |
| | |||||
* | users/18860: man -M overrides manpath | Peter Stephenson | 2014-05-29 | 2 | -1/+4 |
| | |||||
* | unposted: use DIGBUFSIZE for pipestatus numeric buffer | Peter Stephenson | 2014-05-29 | 2 | -1/+6 |
| | |||||
* | 32620: Typo fix after commit eb4c70d | Daniel Shahaf | 2014-05-29 | 2 | -1/+3 |
| | |||||
* | 32621: vcs_info svn: 'Fix set-branch-format' when in subdirs | Daniel Shahaf | 2014-05-29 | 2 | -7/+18 |
| | | | | | | | The previous code would fail to detect the wcroot with Subversion 1.7+ when cwd is at least two levels below the root (i.e., ../../.svn exists and ../.svn doesn't), and would then pass to the hook the revision and basename of cwd rather than of the wcroot. | ||||
* | 32619: vcs_info svn: Use the revision of cwd | Daniel Shahaf | 2014-05-29 | 2 | -3/+10 |
| | | | | | | | Previously, the value of the wc root would be used. In Subversion, it makes more sense to use the revision of cwd, since all commands (e.g., 'svn ci', 'svnversion') operate only on cwd and below, not on wcroot and below. | ||||
* | 32616: bad printf arguments for limits | Jun T | 2014-05-18 | 3 | -1/+13 |
| | |||||
* | users/18827 plus tweaks to original comments: hg bookmarks extraction ↵ | Peter Stephenson | 2014-05-16 | 2 | -12/+11 |
| | | | | improvement | ||||
* | 32609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibility | Barton E. Schaefer | 2014-05-13 | 3 | -13/+44 |
| | | | | | | Also restore ksh [ -t ] compatibility when POSIX_BUILTINS is not set, and allow operators defined by modules to be called with no arguments, although this affects only runtime interpretation, not parsing. | ||||
* | 32603: fix documentation of status after try / always | Eric Cook | 2014-05-09 | 2 | -1/+6 |
| | |||||
* | 32600: in _arguments, "-" is not an option letter after another "-" | m0viefreak | 2014-05-08 | 2 | -3/+13 |
| | |||||
* | 32597: vcs_info git: Describe detached heads symbolically. | Daniel Shahaf | 2014-05-06 | 2 | -1/+6 |
| | | | | | | | This makes %b expand to a refname rather than a sha1 when HEAD is detached but happens to match some ref (branch, tag, etc). The resulting output will typically contain a slash (e.g., "tags/v1.0.2", "heads/mybranch"), which helps distinguish it from the output in the "HEAD is a symbolic ref" case. | ||||
* | 32592: add CORRECT_IGNORE_FILE variable | Tomoki Sekiyama | 2014-04-29 | 4 | -1/+25 |
| | |||||
* | Fix merge conflict | Peter Stephenson | 2014-04-26 | 2 | -15/+39 |
|\ |