summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-06-1332666: shell emulation doc additionjchaloup2-1/+6
2014-06-1132767: another spot to tweak bracechardots()Jun T2-0/+6
2014-06-1032766: bracechardots() agrees with xpandbraces() about what constitutes a ↵Barton E. Schaefer2-0/+5
{C1..C2} pattern, thus preventing crash
2014-06-1032765: fix build when not MULTIBYTE_SUPPORTJun T2-2/+18
2014-06-09fix my own merge conflict with grammar changesPeter Stephenson17-90/+171
2014-06-0932755: move incorrectly placed line in grammar.yoJun T2-1/+6
2014-06-0732737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilationNikolas Garofil7-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
2014-06-0632719: minor doc issuesJun T2-15/+18
2014-06-0632715: doc formatting fixesJun T4-45/+50
2014-06-0632682 with tweaks: Add INC_APPEND_HISTORY_TIME.Peter Stephenson5-11/+40
Revert INC_APPEND_HISTORY behaviour.
2014-06-0619939: hg committable filesAndrew Magee2-1/+16
2014-06-0532723: add braces around some if/else branchesBarton E. Schaefer2-4/+9
2014-06-0532716: properly test iconv return values for error conditionsBarton E. Schaefer2-4/+8
2014-06-0432711: run "continue" test in a new shellBarton E. Schaefer2-3/+7
2014-06-0432708: glob qualifier (Y) implies (oN)Daniel Shahaf4-5/+18
plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags
2014-06-0332694: the number of matches to find is the suffix argument of (Y) qualifierDaniel Shahaf5-40/+71
2014-06-0332681: formatting issue in zle docJun T2-0/+5
2014-06-03unposted: restore cond_match() in case used in add-on modulePeter Stephenson2-0/+16
2014-06-02Numbers transcribed in last commit message: article ID should be 32656.Barton E. Schaefer1-1/+1
2014-06-0236526: when __APPLE__ is defined at compile, normalize Unicode filenames in ↵Barton E. Schaefer2-1/+37
zreaddir()
2014-06-02Fix merge conflictPeter Stephenson2-4/+15
2014-06-02users/18870: fix glob scanner insert counting check.Daniel Shahaf3-10/+22
Was causing problems with globs in paths with (Y) glob qualifier
2014-06-0232662: vcs_info git: Fix stagedstr for empty reposDaniel Shahaf2-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.
2014-06-0132653: complete files with the ".phar" extension as well as ".php"Barton E. Schaefer2-1/+8
Also respect the suffixes zstyle to change the extensions
2014-06-0132634: add POSIX_ARGZERO optionBarton E. Schaefer7-7/+54
2014-06-01users/18857: add (Y) glob qualifier to generate only one match per patternDaniel Shahaf4-11/+44
2014-06-0132640: (#q) in [[ ... ]] forces globbingPeter Stephenson7-53/+145
2014-05-2932624: use correct scaling factor (clock ticks) for timesPeter Stephenson3-17/+24
2014-05-29users/18860: man -M overrides manpathPeter Stephenson2-1/+4
2014-05-29unposted: use DIGBUFSIZE for pipestatus numeric bufferPeter Stephenson2-1/+6
2014-05-2932620: Typo fix after commit eb4c70dDaniel Shahaf2-1/+3
2014-05-2932621: vcs_info svn: 'Fix set-branch-format' when in subdirsDaniel Shahaf2-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.
2014-05-2932619: vcs_info svn: Use the revision of cwdDaniel Shahaf2-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.
2014-05-1832616: bad printf arguments for limitsJun T3-1/+13
2014-05-16users/18827 plus tweaks to original comments: hg bookmarks extraction ↵Peter Stephenson2-12/+11
improvement
2014-05-1332609: [[ $var ]] behaves as [[ -n $var ]] for bash/ksh compatibilityBarton E. Schaefer3-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.
2014-05-0932603: fix documentation of status after try / alwaysEric Cook2-1/+6
2014-05-0832600: in _arguments, "-" is not an option letter after another "-"m0viefreak2-3/+13
2014-05-0632597: vcs_info git: Describe detached heads symbolically.Daniel Shahaf2-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.
2014-04-2932592: add CORRECT_IGNORE_FILE variableTomoki Sekiyama4-1/+25
2014-04-26Fix merge conflictPeter Stephenson2-15/+39
2014-04-2532580: avoid indefinite wait in lockhistfile() by checking for lock file ↵Barton E. Schaefer2-15/+39
time stamp in the future Also change behavior of HIST_FCNTL_LOCK to use only fcntl() locking, rather than applying both kinds of lock.
2014-04-2332562: updates for bzr completionSebastien Alaiwan2-2/+13
2014-04-2332558: _XOPEN_SOURCE_EXTENDED now OK on OpenBSDJasper Lievisse Adriaanse2-1/+6
2014-04-2032569: lastval ($?) should not be reset between word list substitution and ↵Barton E. Schaefer2-3/+6
loop body execution in for/select Remove one other redundant and therefore confusing assignment to lastval.
2014-04-2032568: consistency in handling of errflag condition during substitutionsBarton E. Schaefer3-4/+27
Affects for/select word lists, function definition name position, and anonymous function argument lists.
2014-04-1832552 (updated by 32560): fix segfault when using process substitution in ↵Andrew Waldron5-11/+33
anonymous function argument list Also disallow process substitution in function name position.
2014-04-1532546: better handling of ignored files with _path_files -W prefixesJun T2-2/+8
2014-04-1332540: in doexpandhist(), discard saved line position data rather than ↵Barton E. Schaefer3-1/+28
restoring from it (updates 32531).
2014-04-07Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer5-0/+37
Conflicts: ChangeLog