1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-11 10:41:12 +02:00
Commit graph

6921 commits

Author SHA1 Message Date
Peter Stephenson
67ce57d609 29341, corrected: go programming language 2011-05-23 12:44:14 +00:00
Mikael Magnusson
533f3c9d91 unposted: quote a -e with tt(), fix some of my changelog entries. 2011-05-22 13:31:44 +00:00
Mikael Magnusson
59a0b52e61 29328: Another missing backslash in _git, remove some not needed backslashes in array definitions. 2011-05-22 02:13:55 +00:00
Mikael Magnusson
0198b8423d 29224: Support negative LEN in ${VAR:OFFSET:LEN} like bash. 2011-05-19 16:24:38 +00:00
Mikael Magnusson
6a29bc80d0 29261: Add g:: flag. 2011-05-19 16:16:28 +00:00
Mikael Magnusson
72cb7cfc6f 29307, 29308 + replies: Fix some doubled words in docs and comments. 2011-05-19 16:10:46 +00:00
Wayne Davison
a88f38b2c4 29315: add a missing backslash. 2011-05-18 22:12:18 +00:00
Bart Schaefer
c439c742e8 unposted: Minor clarification in doc for -l option 2011-05-18 01:54:36 +00:00
Bart Schaefer
f32c60347f 29312, users/16032: add "zparseopts -M" 2011-05-18 01:50:59 +00:00
Bart Schaefer
6699851bcb 29313: better sh emulation with SHWORDPLIT and empty $IFS 2011-05-18 01:49:15 +00:00
Bart Schaefer
86b900ad97 29312, users/16032: add "zparseopts -M" 2011-05-18 00:23:00 +00:00
Clint Adams
dd1cc2a14f 29306: typo fix from Laurent Fousse. 2011-05-17 18:54:32 +00:00
Frank Terbeck
c02d14eae3 Nikolai Weibull: 29166: _git: Speed improvements for file completion. 2011-05-17 18:42:57 +00:00
Nikolai Weibull
62444c9bfc 29273: Completion/Unix/Command/_git: Fix __git_guard_number 2011-05-17 17:15:13 +00:00
Bart Schaefer
cfebfe68b5 29278: Completion/Unix/Type/_path_files: fix use of the $skips 2011-05-15 00:06:31 +00:00
Mikael Magnusson
7aefbdb937 29271: document _alternative -O name. 2011-05-14 18:16:44 +00:00
Peter Stephenson
ad30100e09 29282: hide prototypes for ZSH_HEAP_DEBUG with #ifdef's 2011-05-14 17:23:23 +00:00
Bart Schaefer
fdb4a83213 29276: always typedef Heapid for use by auto-generated header files. 2011-05-14 04:10:07 +00:00
Peter Stephenson
f61ae85acf 29268: extra dupstring() for value to be used in completion match group 2011-05-14 00:36:06 +00:00
Peter Stephenson
68457252ea fix typo (heap debug, not hash debug) 2011-05-14 00:10:10 +00:00
Peter Stephenson
506615ff94 29267: add -enable-zsh-debug and use for debugging completion matcher groups 2011-05-14 00:07:41 +00:00
Peter Stephenson
9c0a19669b Danek: 29254: fix some compiler warnings 2011-05-13 18:12:05 +00:00
Peter Stephenson
a5ff5b61a4 Jérémie Roquet: 29258: mark a couple more functions for export. 2011-05-13 11:59:05 +00:00
Peter Stephenson
23a057a4fa unposted (late commit): updates for 4.3.11-dev-3 2011-05-13 11:56:40 +00:00
Mikael Magnusson
faa39d45a3 29245: _xset: pass -O instead of -o to _describe. 2011-05-12 17:43:53 +00:00
Mikael Magnusson
9a5fcb3c31 Nikolai Weibull: 29124: Fix -l option in _git. 2011-05-12 16:01:19 +00:00
Mikael Magnusson
5ef22d41c4 29205: don't sort processes in _pids 2011-05-12 15:57:01 +00:00
Mikael Magnusson
1ac8412d6f 29208: make vimatchbracket more useful in emacs mode 2011-05-12 15:55:12 +00:00
Mikael Magnusson
3b4fcfe797 29206: fix formatting 2011-05-11 10:02:00 +00:00
Peter Stephenson
7fc9a4414d 29217: main shell now depends on zshcurses.h and zshterm.h 2011-05-11 08:59:55 +00:00
Peter Stephenson
d770d2554b rename system.h to zsh_system.h 2011-05-10 16:44:38 +00:00
Peter Stephenson
de06c83334 29214: use -I rather than explicit path to find headers 2011-05-10 16:40:27 +00:00
Peter Stephenson
c59e19cd77 29191 (Danek) and 29203 (with fixes): make TERMINFO variable special. 2011-05-10 15:40:32 +00:00
Peter Stephenson
bafa15955d 29195: Separate nameddir hash to avoid clash of
"bool" type on Solaris
2011-05-09 10:38:02 +00:00
Peter Stephenson
ae4a0ab46c 29193: badly placed variable declaration 2011-05-09 10:27:32 +00:00
Peter Stephenson
d89361739a 29165: use term.h globally if needed at all. 2011-05-09 09:49:08 +00:00
Bart Schaefer
70fd751a82 users/15986: handle EINTR in zccmd_input 2011-05-08 23:19:11 +00:00
Wayne Davison
15180bc0ec 29187: add a missing backslash. 2011-05-08 21:19:29 +00:00
Bart Schaefer
6150565494 29175: optimize freeheap 2011-05-07 19:32:57 +00:00
Frank Terbeck
0ba32c9130 unposted: Add missing word ("style") spotted by Bart. 2011-05-07 18:39:35 +00:00
Frank Terbeck
e1be101682 29170: vcs_info: Clarify check-for-changes style behaviour with the mercurial backend. 2011-05-07 07:05:35 +00:00
Peter Stephenson
7674da90d0 29163: update latest version claimed to 4.3.12 2011-05-06 13:16:18 +00:00
Bart Schaefer
e880604f02 29140: hide the "words" special variable so that it may be used as an
ordinary variable by bash completions.
2011-05-04 23:31:39 +00:00
Peter Stephenson
2e25dfb8fd Rocky Bernstein: 29135 (plus tweaks): compgen -W in bash completion 2011-05-04 08:53:53 +00:00
Peter Stephenson
3355155e82 unposted: some NEWS for next release 2011-05-04 08:51:58 +00:00
Peter Stephenson
9893f864ba Haakon: 29137: handling of flags in _ffmpeg 2011-05-03 18:38:56 +00:00
Peter Stephenson
8e0a5b0aa0 29134: change termcap prototypes locally for AIX 2011-05-03 12:03:46 +00:00
Peter Stephenson
17e3f742f1 29129: reading of end of fd array 2011-05-02 12:32:41 +00:00
Peter Stephenson
f16ab40c06 Haakon: more ffmpeg tweaks 2011-05-01 15:46:46 +00:00
Peter Stephenson
8ad025098f tidy up 2011-04-30 22:24:07 +00:00