summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-07-2032891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty stringBarton E. Schaefer3-8/+21
2014-07-1732882 (cf. Augie Fackler 32879): correct reload of backslash-continuation ↵Barton E. Schaefer2-2/+19
lines from history, fix bad history write of events ending with backslashes
2014-07-1732863: missed ChangeLog entryKoen Wilde1-0/+5
2014-07-1732849: new completion for Linux ss (netstat alternative)Oliver Kiddle3-0/+101
2014-07-1732848: fix words array before using _normal for script argumentsOliver Kiddle4-65/+120
2014-07-1732866: new replace-argument ZLE function.Peter Stephenson4-0/+89
Also a couple of read-from-minibuffer fixes: don't pass numeric argument to recursive edit, and hide the minibuffer edit from the undo history.
2014-07-1532863: completion for mpc insert commandKoen Wilde1-1/+2
2014-07-0832837: improved installation location support for help directoriesDominic Hopf2-1/+4
2014-07-08Attempt to improve doc for assignmentPeter Stephenson3-3/+18
2014-07-0432814: Add some more recent dpkg optionsSebastian Ramacher2-0/+16
Expands dpkg completion by adding the --add-architecture, --remove-architecture, and --print-foreign-architectures options. Initially submitted to Debian at https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=681518#13
2014-07-0432815: aptitude completion missing resolver optionsDaniel Bolton2-0/+5
Expand aptitude completion by two boolean options Initially submitted to Debian at https://bugs.debian.org/702760
2014-07-0432818: gzip completion: --rsyncable option is missingVincent Lefevre2-0/+4
Debian's gzip version has a --rsyncable option (see "gzip --help" output, the man page not being currently up to date). It should be supported by "/usr/share/zsh/functions/Completion/Unix/_gzip". Initially submitted to Debian at https://bugs.debian.org/702000
2014-07-0432819: Update for axi-cache completionFelipe Sateler2-2/+11
Add some subcommands and to disable file name completion for the subcommands info and help. Initially submitted to Debian at https://bugs.debian.org/729921
2014-07-0332821: Update _gcc as of GCC 4.8.3 for generic options and x86Mikael Magnusson2-110/+759
2014-07-0332833: complete Python and Ruby arguments as for PerlJun T3-13/+40
2014-06-3032823: complete file instead of Perl script after -Jun T2-1/+18
2014-06-2632812: put contents at start of manualJun T3-1/+6
2014-06-2632799: resource NTHR not well handled on NetBSDPeter Stephenson3-3/+28
2014-06-2432789: --enable-zsh-valgrind allows analysis of heap allocationPeter Stephenson5-8/+123
2014-06-1632781: source behaves like . w.r.t. path searchJun T2-1/+6
2014-06-1432779: fix a typo in options.yoJun T2-1/+5
2014-06-1332768 with further modifications: LOCAL_LOOPS option.Peter Stephenson7-8/+90
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