summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2015-10-24unposted: small typoPeter Stephenson2-1/+3
2015-10-2436944: extend fd management to zsocketPeter Stephenson5-14/+41
2015-10-2436941: Mark file descripors in ztcp as used.Peter Stephenson4-5/+49
Allow such file descriptors to be either internal and closed on exec or external and so managed explicitly by module.
2015-10-22unposted: vcs_info docs: Typo fix.Daniel Shahaf2-1/+5
2015-10-21unposted: strdup should be ztrdupBarton E. Schaefer2-1/+3
2015-10-2136909: in getargs(), sanity-check the offsets for start and end of the ↵Barton E. Schaefer2-2/+19
requested words, in case of overflow
2015-10-2136871: move initial call to "zle .bracketed-paste-magic" to occur earlier in ↵Barton E. Schaefer2-4/+12
the function Just in case any later initialization might have side-effects.
2015-10-2036900: _git: stash names completion: Display log messagesDaniel Shahaf2-2/+16
The "$@" argument to compadd is removed because (I think) it contains a -J, which conflicts with the -V. Joint with Daniel Hahler.
2015-10-1936642: complete jail/unjail zfs subcommands on freebsdEric Cook2-0/+11
2015-10-1936646: handle solaris/openzfs differences; only use -t share on solarisEric Cook4-4/+14
2015-10-1936889: completion of system specific sockstat optionsEric Cook2-19/+34
2015-10-1936869: use permissions to limit files completed for ssh identity filesMatthew Martin2-1/+6
2015-10-1836888: vcs_info: Prevent warn_create_global warning with '-preinit-' stateFrank Terbeck2-0/+7
This is related to 33405. Turns out that not all other calls to VCS_INFO_set are okay: With recent zsh versions the early call to that function with the '-preinit-' argument causes a warning like this: VCS_INFO_set:9: math parameter maxexports created globally in function VCS_INFO_set This fixes it.
2015-10-1536864: new objdump completion and tweak to nm completionPeter Stephenson3-1/+15
2015-10-1436853: replace pushheap/popheap by NEWHEAPS/OLDHEAPS in doshfunc() to ↵Barton E. Schaefer2-201/+206
optimize memory management Includes re-indentation that was not done in the posted patch.
2015-10-1436856: cdr -p/-P to prune directory listPeter Stephenson3-6/+48
2015-10-11One crucial assignment accidentally lost from 36834 when merging 36836.Barton E. Schaefer1-2/+3
2015-10-1136841: factor out and update the patterns that filter "uninteresting" ↵Barton E. Schaefer2-3/+11
functions out of the $funcstack display
2015-10-1136836: zhalloc() avoids re-scanning all heaps when the last known heap with ↵Barton E. Schaefer2-5/+12
free space does not have enough space This is the second of two performance optimizations for situations where all heap arenas in the list are mostly full.
2015-10-1136834: freeheap preserves last allocated heapBarton E. Schaefer2-13/+56
This is the first of two optimizations to improve heap performance when there are a large number of mostly-filled heap arenas.
2015-10-1136832: vcs_info: Remove dependency on "seq"Frank Terbeck2-2/+6
The "seq" utility is usually available on GNU systems only. This exchanges calls to seq with pure zsh features. Also: Less forks are good.
2015-10-1136830: vcs_info: Silence an error message with new git versionsFrank Terbeck2-12/+27
Mikael informs me on IRC, that in new versions of git (he used 2.6.1) where the "am" subcommand is now a builtin, a file that is used by the git backend of vcs_info (namely .git/rebase-apply/msg-clean) is not available anymore, leading to an annoying error message: VCS_INFO_get_data_git:232: no such file or directory: .git/rebase-apply/msg-clean This patch checks for the availabiliy of the file before using it, and adjusts the value of the dependant values accordingly.
2015-10-0636780: Fix crash in ksh mode with -n and $HOME.Peter Stephenson2-6/+12
If home variable is NULL ensure HOME is unset.
2015-10-0436773: limit CORRECT / CORRECT_ALL to directory names in cases where it is ↵Barton E. Schaefer2-19/+35
obvious that a directory is expected
2015-10-03unposted: back out 36707, add test case for 36766Barton E. Schaefer4-7/+21
2015-10-0336766: fix incorrect reset of noerrexit during "if" conditionsBarton E. Schaefer2-1/+7
2015-10-0336760: more care with already unmetafied pattern trial stringsPeter Stephenson2-15/+45
2015-10-0336754: Functions/TCP: Tweak some usage output in the tcp_* functionsMikael Magnusson5-5/+11
2015-10-02unposted: define zle_usable before using it (reported in 36741)Mikael Magnusson1-17/+17
2015-10-0236732: _zsh now complets script args; also support -s, -bJun-ichi Takimoto2-1/+21
2015-10-01unposted: zle_thingy: return a value in bin_zle_flagsMikael Magnusson1-1/+5
2015-10-01unposted: bracketed-paste-url-magic: actually do what the comment saysMikael Magnusson1-4/+6
2015-10-0136737: Ensure we don't dreference unterminated zero-length stringPeter Stephenson2-3/+10
2015-10-0136735: add ~/.zcalcrc handling to zcalcPeter Stephenson3-0/+14
2015-10-0136729: fix some typos in distro docsAndrew Janke4-7/+9
2015-10-0136722: allow git range to complete after ^.Peter Stephenson2-1/+13
Take account of backslash quoting.
2015-10-01Merge branch 'master' of https://git.code.sf.net/p/zsh/codePeter Stephenson12-41/+204
2015-09-30users/20672: missing "do" in gettext2() for "select"Barton E. Schaefer2-1/+5
2015-09-3036707: distinguish ERR_RETURN value of retflag so that execif() can ignore ↵Barton E. Schaefer3-3/+10
it in the test sublist
2015-09-30remove sentence fragmentBarton E. Schaefer2-2/+5
2015-10-0136692: bracketed-paste-url-magic: simpler alternative for handling pasted urlsMikael Magnusson2-0/+45
2015-10-0136709: zle -f from inside widget to set flags and make yank start/end zle ↵Mikael Magnusson5-12/+92
params writable
2015-09-3036725: vcs_info git: Compute %b correctly when "git am"-ing onto detached heads.Daniel Shahaf2-0/+5
Before this patch, $gitbranch would be set to empty, which caused VCS_INFO_get_data_git to early out with a failure status¹, consequently $vcs_info_msg_0_ would be empty. ¹ via the 'if [[ -z ]]' block around line 170.
2015-09-3036725: vcs_info git: Compute %b correctly when rebasing detached heads.Daniel Shahaf2-0/+7
This sets the %b expando to the hash of the before-the-merge HEAD, rather than to the literal string "detached HEAD". That hash is already available via the gen-applied-string hook.
2015-09-3036725: vcs_info git: Compute %b correctly when merging to detached heads.Daniel Shahaf2-1/+7
The %b expando should be the hash prior to the merge. The hash of the merge result is available as the %i expando and via the gen-applied-string hook.
2015-09-3036697: handle options of _arguments correctlyJun-ichi Takimoto2-22/+28
2015-09-3036693: arithmetic rounds towards zero, documentMatthew Martin2-5/+8
2015-09-3036711: Allocate unmetafied pattern trial string on the heapPeter Stephenson3-52/+12
2015-09-29unposted: fix typo in comment.Barton E. Schaefer1-1/+1
2015-09-2936700: unmetafy early for parameter matchPeter Stephenson3-188/+294