about summary refs log tree commit diff
path: root/ChangeLog
Commit message (Collapse)AuthorAgeFilesLines
...
* Resolve conflict with origin/masterBarton E. Schaefer2014-07-231-0/+5
|
* 32898 (credit Jun T.): fix offset_start initialization bug in 32891Barton E. Schaefer2014-07-231-0/+4
|
* force retention of whitespace in "fc" item prototypeBarton E. Schaefer2014-07-201-0/+3
|
* 32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty stringBarton E. Schaefer2014-07-201-0/+6
|
* 32882 (cf. Augie Fackler 32879): correct reload of backslash-continuation ↵Barton E. Schaefer2014-07-171-0/+7
| | | | lines from history, fix bad history write of events ending with backslashes
* 32863: missed ChangeLog entryKoen Wilde2014-07-171-0/+5
|
* 32849: new completion for Linux ss (netstat alternative)Oliver Kiddle2014-07-171-0/+2
|
* 32848: fix words array before using _normal for script argumentsOliver Kiddle2014-07-171-0/+6
|
* 32866: new replace-argument ZLE function.Peter Stephenson2014-07-171-0/+9
| | | | | | 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.
* 32837: improved installation location support for help directoriesDominic Hopf2014-07-081-0/+3
|
* Attempt to improve doc for assignmentPeter Stephenson2014-07-081-0/+5
|
* 32814: Add some more recent dpkg optionsSebastian Ramacher2014-07-041-0/+4
| | | | | | | | 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
* 32815: aptitude completion missing resolver optionsDaniel Bolton2014-07-041-0/+3
| | | | | | Expand aptitude completion by two boolean options Initially submitted to Debian at https://bugs.debian.org/702760
* 32818: gzip completion: --rsyncable option is missingVincent Lefevre2014-07-041-0/+3
| | | | | | | | 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
* 32819: Update for axi-cache completionFelipe Sateler2014-07-041-0/+5
| | | | | | | 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
* 32821: Update _gcc as of GCC 4.8.3 for generic options and x86Mikael Magnusson2014-07-031-0/+5
|
* 32833: complete Python and Ruby arguments as for PerlJun T2014-07-031-0/+6
|
* 32823: complete file instead of Perl script after -Jun T2014-06-301-0/+5
|
* 32812: put contents at start of manualJun T2014-06-261-0/+5
|
* 32799: resource NTHR not well handled on NetBSDPeter Stephenson2014-06-261-0/+5
|
* 32789: --enable-zsh-valgrind allows analysis of heap allocationPeter Stephenson2014-06-241-0/+6
|
* 32781: source behaves like . w.r.t. path searchJun T2014-06-161-0/+5
|
* 32779: fix a typo in options.yoJun T2014-06-141-0/+4
|
* 32768 with further modifications: LOCAL_LOOPS option.Peter Stephenson2014-06-131-0/+6
|
* 32666: shell emulation doc additionjchaloup2014-06-131-0/+5
|
* 32767: another spot to tweak bracechardots()Jun T2014-06-111-0/+4
|
* 32766: bracechardots() agrees with xpandbraces() about what constitutes a ↵Barton E. Schaefer2014-06-101-0/+3
| | | | {C1..C2} pattern, thus preventing crash
* 32765: fix build when not MULTIBYTE_SUPPORTJun T2014-06-101-0/+4
|
* fix my own merge conflict with grammar changesPeter Stephenson2014-06-091-0/+37
|\
| * 32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilationNikolas Garofil2014-06-071-0/+16
| | | | | | | | | | | | | | | | | | | | | | 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 issuesJun T2014-06-061-0/+2
| |
| * 32715: doc formatting fixesJun T2014-06-061-0/+3
| |
| * 32682 with tweaks: Add INC_APPEND_HISTORY_TIME.Peter Stephenson2014-06-061-0/+5
| | | | | | | | Revert INC_APPEND_HISTORY behaviour.
| * 19939: hg committable filesAndrew Magee2014-06-061-0/+5
| |
| * 32723: add braces around some if/else branchesBarton E. Schaefer2014-06-051-0/+2
| |
| * 32716: properly test iconv return values for error conditionsBarton E. Schaefer2014-06-051-0/+5
| |
* | 32755: move incorrectly placed line in grammar.yoJun T2014-06-091-0/+5
|/
* 32711: run "continue" test in a new shellBarton E. Schaefer2014-06-041-0/+4
|
* 32708: glob qualifier (Y) implies (oN)Daniel Shahaf2014-06-041-0/+7
| | | | 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) qualifierDaniel Shahaf2014-06-031-0/+6
|
* 32681: formatting issue in zle docJun T2014-06-031-0/+4
|
* unposted: restore cond_match() in case used in add-on modulePeter Stephenson2014-06-031-0/+5
|
* Numbers transcribed in last commit message: article ID should be 32656.Barton E. Schaefer2014-06-021-1/+1
|
* 36526: when __APPLE__ is defined at compile, normalize Unicode filenames in ↵Barton E. Schaefer2014-06-021-1/+6
| | | | zreaddir()
* Fix merge conflictPeter Stephenson2014-06-021-0/+5
|\
| * 32662: vcs_info git: Fix stagedstr for empty reposDaniel Shahaf2014-06-021-0/+5
| | | | | | | | | | | | 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 Shahaf2014-06-021-0/+6
|/ | | | Was causing problems with globs in paths with (Y) glob qualifier
* 32653: complete files with the ".phar" extension as well as ".php"Barton E. Schaefer2014-06-011-0/+4
| | | | Also respect the suffixes zstyle to change the extensions
* 32634: add POSIX_ARGZERO optionBarton E. Schaefer2014-06-011-0/+5
|
* users/18857: add (Y) glob qualifier to generate only one match per patternDaniel Shahaf2014-06-011-0/+5
|