about summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
...
* 32853: redefine VARARR() to use heap rather than stack allocationBarton E. Schaefer2014-07-244-1/+22
| | | | enable old behavior via "configure --with-stack-allocation"
* unposted (see 32892): 'fc -I' is an errorBarton E. Schaefer2014-07-242-0/+6
|
* 32903: new empty (unset) elements in the special parameter hash tables are ↵Barton E. Schaefer2014-07-242-15/+21
| | | | special themselves
* unposted: replace-argument can take negative prefix to count from endPeter Stephenson2014-07-243-7/+16
|
* users/18981: improved tmux function completionKeerthan jai.c2014-07-232-2/+8
|
* Merge branch 'master' of git://git.code.sf.net/p/zsh/codeBarton E. Schaefer2014-07-230-0/+0
|\ | | | | | | | | Conflicts: ChangeLog
| * 32895: Match more shared library names.Ansgar Burchardt2014-07-232-1/+6
| |
* | Resolve conflict with origin/masterBarton E. Schaefer2014-07-231-1/+1
| |
* | 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-232-1/+5
|/
* force retention of whitespace in "fc" item prototypeBarton E. Schaefer2014-07-202-1/+4
|
* 32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty stringBarton E. Schaefer2014-07-203-8/+21
|
* 32882 (cf. Augie Fackler 32879): correct reload of backslash-continuation ↵Barton E. Schaefer2014-07-172-2/+19
| | | | 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-173-0/+101
|
* 32848: fix words array before using _normal for script argumentsOliver Kiddle2014-07-174-65/+120
|
* 32866: new replace-argument ZLE function.Peter Stephenson2014-07-174-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.
* 32863: completion for mpc insert commandKoen Wilde2014-07-151-1/+2
|
* 32837: improved installation location support for help directoriesDominic Hopf2014-07-082-1/+4
|
* Attempt to improve doc for assignmentPeter Stephenson2014-07-083-3/+18
|
* 32814: Add some more recent dpkg optionsSebastian Ramacher2014-07-042-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
* 32815: aptitude completion missing resolver optionsDaniel Bolton2014-07-042-0/+5
| | | | | | 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-042-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
* 32819: Update for axi-cache completionFelipe Sateler2014-07-042-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
* 32821: Update _gcc as of GCC 4.8.3 for generic options and x86Mikael Magnusson2014-07-032-110/+759
|
* 32833: complete Python and Ruby arguments as for PerlJun T2014-07-033-13/+40
|
* 32823: complete file instead of Perl script after -Jun T2014-06-302-1/+18
|
* 32812: put contents at start of manualJun T2014-06-263-1/+6
|
* 32799: resource NTHR not well handled on NetBSDPeter Stephenson2014-06-263-3/+28
|
* 32789: --enable-zsh-valgrind allows analysis of heap allocationPeter Stephenson2014-06-245-8/+123
|
* 32781: source behaves like . w.r.t. path searchJun T2014-06-162-1/+6
|
* 32779: fix a typo in options.yoJun T2014-06-142-1/+5
|
* 32768 with further modifications: LOCAL_LOOPS option.Peter Stephenson2014-06-137-8/+90
|
* 32666: shell emulation doc additionjchaloup2014-06-132-1/+6
|
* 32767: another spot to tweak bracechardots()Jun T2014-06-112-0/+6
|
* 32766: bracechardots() agrees with xpandbraces() about what constitutes a ↵Barton E. Schaefer2014-06-102-0/+5
| | | | {C1..C2} pattern, thus preventing crash
* 32765: fix build when not MULTIBYTE_SUPPORTJun T2014-06-102-2/+18
|
* fix my own merge conflict with grammar changesPeter Stephenson2014-06-0917-90/+171
|\
| * 32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilationNikolas Garofil2014-06-077-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 issuesJun T2014-06-062-15/+18
| |
| * 32715: doc formatting fixesJun T2014-06-064-45/+50
| |
| * 32682 with tweaks: Add INC_APPEND_HISTORY_TIME.Peter Stephenson2014-06-065-11/+40
| | | | | | | | Revert INC_APPEND_HISTORY behaviour.
| * 19939: hg committable filesAndrew Magee2014-06-062-1/+16
| |
| * 32723: add braces around some if/else branchesBarton E. Schaefer2014-06-052-4/+9
| |
| * 32716: properly test iconv return values for error conditionsBarton E. Schaefer2014-06-052-4/+8
| |
* | 32755: move incorrectly placed line in grammar.yoJun T2014-06-092-1/+6
|/
* 32711: run "continue" test in a new shellBarton E. Schaefer2014-06-042-3/+7
|
* 32708: glob qualifier (Y) implies (oN)Daniel Shahaf2014-06-044-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) qualifierDaniel Shahaf2014-06-035-40/+71
|
* 32681: formatting issue in zle docJun T2014-06-032-0/+5
|