1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-09-02 22:11:54 +02:00
Commit graph

7728 commits

Author SHA1 Message Date
Phil Pennock
626c580148 32143: Fix --enable-custom-patchlevel name in INSTALL 2013-12-17 13:51:19 -05:00
J. Takimoto
b9da4efea7 32137: set pseudo-terminal speed to prevent padding characters 2013-12-16 22:18:01 -08:00
Jun T
feae6af6d2 32131: avoid infinite loop reading pty on platforms that do not buffer output after child exit 2013-12-16 22:15:08 -08:00
Peter Stephenson
db23c63005 32136: fix problem with kshglob.
Non-pattern characters that could be followed by "(" to introduce
a ksh glob but weren't caused failures.
2013-12-16 22:20:06 +00:00
Peter Stephenson
f06851f50d add ZLE_RPROMPT_INDENT to NEWS 2013-12-16 22:17:43 +00:00
Patrick Oscity
977f9ff5c8 32114: ZLE_PROMPT_INDENT allows you to move rprompt flush right 2013-12-16 21:35:21 +00:00
Barton E. Schaefer
71038e31db users/18219: compadd -Q for builtins, aliases, and reserved words 2013-12-15 13:47:09 -08:00
Peter Stephenson
a51b891437 unposted: increment version to 5.0.3-dev-0 2013-12-14 20:38:05 +00:00
Peter Stephenson
b0d29667d3 unposted: release 5.0.3 2013-12-14 19:51:20 +00:00
Martin Vaeth
beb40845d9 32105: support combinations of man or nroff with colcrt or col. 2013-12-13 22:55:05 -08:00
Aaron Peschel
8ffba43be9 32103: parse host:port format in ssh known_hosts files. 2013-12-13 22:51:09 -08:00
Barton E. Schaefer
bcda34a0b3 32099: change pointer declaration to avoid arithmetic on (void *). 2013-12-10 14:22:10 -08:00
Peter Stephenson
65725440aa users/18210: document "print -D" better 2013-12-09 22:26:18 +00:00
Peter Stephenson
4864e3529c 32093: describe the dependency issues fixed by the doc bundle 2013-12-09 21:23:02 +00:00
Jun T
82cf0f5940 32056: Handle completion for different versions of iconv 2013-12-09 10:31:49 +00:00
Daniel Shahaf
b28a6365f6 32091: WARN_CREATE_GLOBAL false positive.
In cases like () { foo=bar =true; }
2013-12-06 09:28:42 +00:00
Daniel Shahaf
c1a15fb152 32089: tweak to detect Subversion repository 2013-12-05 20:06:34 +00:00
Barton E. Schaefer
deccbf31d7 Unposted (see 32085): Another nonessential setopt 2013-12-02 10:32:11 -08:00
Barton E. Schaefer
5a517e9cf4 32080: Suppress error output from nonessential setopt 2013-12-02 10:11:12 -08:00
Peter Stephenson
56aa469d06 unposted: 5.0.2-test-3 2013-12-01 19:06:52 +00:00
Hong Xu
567b494033 32069: completion for "git submodule update --remote" 2013-11-30 12:46:19 -08:00
Barton E. Schaefer
9972fdeead 32066: fix %r and %S in vcs_info formats when a repository subdirectory is accessed via a symlink
31985 Clemens Hammacher and 32064 Hong Xu
2013-11-29 12:32:36 -08:00
Barton E. Schaefer
5618116020 32061: Fix "use of uninitialized memory" in metafy 2013-11-27 22:09:48 -08:00
Peter Stephenson
405b497ffa unposted: fix ChangeLog reference to last test version 2013-11-27 19:02:00 +00:00
Peter Stephenson
4163ebf4c7 unposted, see 32054: Rationalise character encoding.
Shell functions are strictly ASCII for maximum portability.

Other files within the distribution may contain UTF-8 characters.

Exception for test files: where they need single character input
with the top bit set, ISO-8859-X is used (X doesn't matter as
we don't need the Euro).
2013-11-27 15:56:44 +00:00
Peter Stephenson
7423ac14e5 unposted, see 32050, 32051: remove non-ASCII characters in functions 2013-11-25 16:11:10 +00:00
Peter Stephenson
24c37d86ad Merge branch 'master' of ssh://git.code.sf.net/p/zsh/code 2013-11-25 11:08:12 +00:00
Peter Stephenson
412116e02b unposted: Prepare 5.0.2-test-2. 2013-11-25 11:07:47 +00:00
Peter Stephenson
f9fdaff161 unposted: Prepare 5.0.3-test-2. 2013-11-25 11:06:21 +00:00
Barton E. Schaefer
7b0ea6e00d 32045 (adjusted by 32047): use makefile dependencies to determine whether to
rebuild helpfiles
2013-11-25 00:11:36 -08:00
Peter Stephenson
9503b161ab 32031 plus missed _run_help: get helpfiles install path corect in functions 2013-11-23 17:44:12 +00:00
Peter Stephenson
8e2d4c2cf7 32030: need to revert empty glob qualifier change.
It failed on an empty expansion that (N) was supposed to remove.
Add test for this case.
2013-11-20 17:35:57 +00:00
Barton E. Schaefer
b514fbe110 32023: better interrupt handling at RM_STAR_WAIT 2013-11-19 08:30:10 -08:00
Martin Vaeth
49959a35df 32008: complete "." and ":" for run-help, clean Doc/help in make 2013-11-18 10:06:33 -08:00
Peter Stephenson
7560ed59f9 Fix merge of ChangeLog 2013-11-18 16:28:22 +00:00
Peter Stephenson
8426fc6639 follow up to 31959: I patched the files to the wrong place. 2013-11-18 16:26:33 +00:00
Barton E. Schaefer
12fb09c336 31995: Han Pingtian: glob qualifiers cannot follow an empty pattern, so a leading paren means grouping 2013-11-18 08:24:54 -08:00
Peter Stephenson
bd919f30ae 32001: fix crash on ${:*} and ${:|} 2013-11-17 20:33:57 +00:00
Barton E. Schaefer
412eb07885 Another missed bit of 31988. 2013-11-16 10:05:30 -08:00
Barton E. Schaefer
17465686af One missed hunk from 31988. 2013-11-15 22:19:02 -08:00
Barton E. Schaefer
e7fa65ffae Martin Vaeth: 31988 (plus missing semicolon): remove LC_CTYPE heuristics, assure clean environment, force LANG=C 2013-11-15 21:48:45 -08:00
Jun T
42fabadc35 31984: new df completion 2013-11-14 15:10:57 +00:00
Peter Stephenson
11d8781a3f 31983: suppress warning from cmp when genering patchlevel.h.
The warning doesn't indicate a problem, so isn't useful.
2013-11-14 11:59:35 +00:00
Peter Stephenson
4c611f9323 31982: detection of floating point constants was problematic.
Remove the cause and fix the original problem with floating point
numbers with leading zeros (users/17445) a different way.
2013-11-14 11:49:22 +00:00
Peter Stephenson
7a94960957 31977: It's OK to autoload a feature that's loaded.
Simply check that the feature is from the same module that's requested.
2013-11-13 22:14:27 +00:00
Jun T
128034e211 31971: locale fix for helpfiles 2013-11-13 19:46:33 +00:00
Peter Stephenson
299738c056 31959 tweak: put this back again 2013-11-13 19:44:25 +00:00
Peter Stephenson
0e7bdd1e16 Merge remote commit 2013-11-13 19:43:40 +00:00
Martin Vaeth
d3630bcd0c 31959: missed files 2013-11-13 19:42:54 +00:00
Bart Schaefer
48539541f6 31966: skip introductory paragraphs when processing "man zshbuiltins". 2013-11-12 22:38:16 -08:00