Peter Stephenson
6076c474f2
unposted: replace-argument can take negative prefix to count from end
2014-07-24 10:49:50 +01:00
Keerthan jai.c
341d443414
users/18981: improved tmux function completion
2014-07-23 21:13:49 +01:00
Barton E. Schaefer
f33270e879
Merge branch 'master' of git://git.code.sf.net/p/zsh/code
...
Conflicts:
ChangeLog
2014-07-23 08:50:09 -07:00
Barton E. Schaefer
52d4cd2e91
Resolve conflict with origin/master
2014-07-23 08:49:17 -07:00
Barton E. Schaefer
0702cda61b
Resolve conflict with origin/master
2014-07-23 08:47:08 -07:00
Barton E. Schaefer
933a0c45d2
32898 (credit Jun T.): fix offset_start initialization bug in 32891
2014-07-23 08:40:11 -07:00
Ansgar Burchardt
35176b435f
32895: Match more shared library names.
2014-07-23 13:47:38 +02:00
Barton E. Schaefer
4054f1a0e8
force retention of whitespace in "fc" item prototype
2014-07-20 11:44:51 -07:00
Barton E. Schaefer
2693d852f6
32891: CASE_MATCH for =~ when using pcre; fix pcre_match with empty string
2014-07-20 11:42:09 -07:00
Barton E. Schaefer
b63ff19dbf
32882 (cf. Augie Fackler 32879): correct reload of backslash-continuation lines from history, fix bad history write of events ending with backslashes
2014-07-17 19:53:11 -07:00
Koen Wilde
a8a59f9499
32863: missed ChangeLog entry
2014-07-17 19:51:54 +01:00
Oliver Kiddle
c971346445
32849: new completion for Linux ss (netstat alternative)
2014-07-17 17:02:54 +02:00
Oliver Kiddle
fbcf719e28
32848: fix words array before using _normal for script arguments
2014-07-17 16:58:23 +02:00
Peter Stephenson
4e54648add
32866: new replace-argument ZLE function.
...
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-17 09:45:46 +01:00
Koen Wilde
7d5db0d277
32863: completion for mpc insert command
2014-07-15 19:32:05 +01:00
Dominic Hopf
71e094772b
32837: improved installation location support for help directories
2014-07-08 09:42:05 +01:00
Peter Stephenson
f6b322979b
Attempt to improve doc for assignment
2014-07-08 09:38:48 +01:00
Sebastian Ramacher
2abc8530dd
32814: Add some more recent dpkg options
...
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-04 00:50:06 +02:00
Daniel Bolton
d6c759fc80
32815: aptitude completion missing resolver options
...
Expand aptitude completion by two boolean options
Initially submitted to Debian at https://bugs.debian.org/702760
2014-07-04 00:49:00 +02:00
Vincent Lefevre
d5886eb3ed
32818: gzip completion: --rsyncable option is missing
...
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-04 00:48:12 +02:00
Felipe Sateler
0b62bde088
32819: Update for axi-cache completion
...
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-04 00:46:12 +02:00
Mikael Magnusson
8088a453b4
32821: Update _gcc as of GCC 4.8.3 for generic options and x86
2014-07-03 23:57:35 +02:00
Jun T
d13c6dc441
32833: complete Python and Ruby arguments as for Perl
2014-07-03 22:55:42 +01:00
Jun T
c8e5be9d0f
32823: complete file instead of Perl script after -
2014-06-30 20:07:04 +01:00
Jun T
fa4c71b29e
32812: put contents at start of manual
2014-06-26 21:33:45 +01:00
Peter Stephenson
e0dccff13e
32799: resource NTHR not well handled on NetBSD
2014-06-26 10:48:19 +01:00
Peter Stephenson
920db696cb
32789: --enable-zsh-valgrind allows analysis of heap allocation
2014-06-24 18:50:50 +01:00
Jun T
0853bcfdd6
32781: source behaves like . w.r.t. path search
2014-06-16 20:15:35 +01:00
Jun T
522908c7ff
32779: fix a typo in options.yo
2014-06-14 16:14:38 +02:00
Peter Stephenson
b5198b10a1
32768 with further modifications: LOCAL_LOOPS option.
2014-06-13 21:39:44 +01:00
jchaloup
d6698d89a6
32666: shell emulation doc addition
2014-06-13 21:32:58 +01:00
Jun T
e6d7d7b013
32767: another spot to tweak bracechardots()
2014-06-11 10:19:24 -07:00
Barton E. Schaefer
d1da134c63
32766: bracechardots() agrees with xpandbraces() about what constitutes a {C1..C2} pattern, thus preventing crash
2014-06-10 23:52:38 -07:00
Jun T
e1fbf76de0
32765: fix build when not MULTIBYTE_SUPPORT
2014-06-10 23:46:15 -07:00
Peter Stephenson
6336347c9e
fix my own merge conflict with grammar changes
2014-06-09 09:50:37 +01:00
Jun T
2ba4aa275e
32755: move incorrectly placed line in grammar.yo
2014-06-09 09:45:47 +01:00
Nikolas Garofil
4f4d2b8247
32737, 32736 (32741), 32735, 32734, 32733, 32732 (32739): Strict compilation
...
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-07 13:48:40 -07:00
Jun T
37ccdf58c0
32719: minor doc issues
2014-06-06 22:04:08 +01:00
Jun T
d7ca50c872
32715: doc formatting fixes
2014-06-06 22:02:04 +01:00
Peter Stephenson
7f6dc0fe8e
32682 with tweaks: Add INC_APPEND_HISTORY_TIME.
...
Revert INC_APPEND_HISTORY behaviour.
2014-06-06 21:56:47 +01:00
Andrew Magee
605cc1ba57
19939: hg committable files
2014-06-06 21:51:17 +01:00
Barton E. Schaefer
32756f78af
32723: add braces around some if/else branches
2014-06-05 21:10:23 -07:00
Barton E. Schaefer
c41287b318
32716: properly test iconv return values for error conditions
2014-06-05 08:57:40 -07:00
Barton E. Schaefer
92f62fed00
32711: run "continue" test in a new shell
2014-06-04 22:50:48 -07:00
Daniel Shahaf
69378db3c5
32708: glob qualifier (Y) implies (oN)
...
plus incidental patch to avoid adding a meaningless bitvalue to sort-order flags
2014-06-04 22:47:20 -07:00
Daniel Shahaf
9381bb6a2d
32694: the number of matches to find is the suffix argument of (Y) qualifier
2014-06-03 23:46:07 -07:00
Jun T
5cfe18670c
32681: formatting issue in zle doc
2014-06-03 20:26:42 +01:00
Peter Stephenson
4664dad925
unposted: restore cond_match() in case used in add-on module
2014-06-03 09:53:02 +01:00
Barton E. Schaefer
108fc822bd
Numbers transcribed in last commit message: article ID should be 32656.
2014-06-02 07:30:24 -07:00
Barton E. Schaefer
b3e5284f13
36526: when __APPLE__ is defined at compile, normalize Unicode filenames in zreaddir()
2014-06-02 07:26:50 -07:00