1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-04 20:40:57 +02:00
Commit graph

1673 commits

Author SHA1 Message Date
Peter Stephenson
6503964dad John Buddery: 23461: fix race setting up input multios 2007-05-23 11:44:47 +00:00
Peter Stephenson
fcd2c9243f 23460: fix problem with ( stuff ) >multio1 >multio2 2007-05-23 11:21:10 +00:00
Peter Stephenson
31178db2cc Phil Pennock: 23450: $widgets crashed shell on undefined widget 2007-05-22 09:26:01 +00:00
Peter Stephenson
55ca3b0d16 23446: fix typo producing wrong values for alias parameters 2007-05-21 11:00:50 +00:00
Peter Stephenson
faf05be3d2 23440: Make $param[(R)value] substitute the empty string on failure 2007-05-21 09:30:24 +00:00
Peter Stephenson
86ff81f82d 23444: handle multibyte characters in print -c/-C 2007-05-20 17:57:23 +00:00
Peter Stephenson
3be3ca8805 23437: typo noted by Wayne 2007-05-14 09:25:30 +00:00
Peter Stephenson
4bfa5cd421 23435: Nikloai Weibull: bug testing end of string for sorting when ignoring
backslashes
2007-05-13 20:22:01 +00:00
Peter Stephenson
599a7fd7a7 23436: consistency with null strings in local variables
unposted: Phil Pennock: POSIX RE's are extended
2007-05-13 20:18:28 +00:00
Peter Stephenson
b5d4d3d9c1 23433: fix shift for ZMAXTIMEOUT 2007-05-13 19:11:24 +00:00
Andrey Borzenkov
ac1c483496 23409: disable prompt_sp output after ^D was seen and message printed 2007-05-10 11:36:22 +00:00
Peter Stephenson
7d700220cf Peter A. Castro: 23408: zftp account handling was broken 2007-05-10 09:24:09 +00:00
Peter Stephenson
8ce657c2cb Phil Pennock + tweaks: 23398 + more tweaks: exec compatibility options 2007-05-08 10:02:58 +00:00
Peter Stephenson
e4cdad9700 unposted: regex fix-ups: missing doc file plus pointer fixes 2007-05-02 11:13:14 +00:00
Peter Stephenson
7f03c3d851 23375: Phil Pennock: =~, zsh/regex etc. etc. 2007-05-01 22:05:03 +00:00
Peter Stephenson
6e5279f8b4 Guillaume Chazarain: 23364: fix race in POSIX signal blocking
by using local variables
2007-05-01 09:35:04 +00:00
Peter Stephenson
19dccc355a 23363: fake-files now allows patterns 2007-05-01 09:29:35 +00:00
Peter Stephenson
5f13656d7f 23339: make malloc(0) allocate a byte 2007-04-30 09:27:23 +00:00
Peter Stephenson
4b635e7f91 23337: fix unmetafication for stat() of files in compctl 2007-04-27 16:04:47 +00:00
Peter Stephenson
cb01bab6c0 Phil Pennock: 23326: compilation without ICONV broken 2007-04-26 09:27:44 +00:00
Peter Stephenson
eea55e45be unposted: fix error message for short ZWC file 2007-04-23 17:24:22 +00:00
Peter Stephenson
d296535d38 23313: fix test for incorrect version in ZWC file 2007-04-23 17:09:12 +00:00
Peter Stephenson
3db1a442a4 parse.c 2007-04-23 16:55:00 +00:00
Peter Stephenson
e7210e10b0 23312: fix versioning and initialisation of word code headers 2007-04-23 16:44:24 +00:00
Peter Stephenson
24477a7ff4 23308: sanity for tindent in text output 2007-04-23 15:24:00 +00:00
Peter Stephenson
738c305a26 Christoph Bauer: 23309ish: extra #define for hpux 2007-04-23 15:15:13 +00:00
Peter Stephenson
327b666396 Christoph Bauer: 23309ish: extra #define for hpux 2007-04-23 15:11:46 +00:00
Peter Stephenson
c6dfb2999d users/11419: zle copy-region-as-kill <string>
adds text to the kill ring
2007-04-19 14:16:22 +00:00
Peter Stephenson
0e58658d4a users/11421: %{...%} was broken in completion listings 2007-04-17 14:55:15 +00:00
Peter Stephenson
25bb07b80e Christoph Bauer: users/11416: bad use of VARARR() 2007-04-17 11:59:38 +00:00
Peter Stephenson
f48fa9eb9d unposted: prepare for release of 4.3.3 2007-04-16 13:21:24 +00:00
Peter Stephenson
7bb711a3d6 23278: fix NUMERICGLOBSORT, broken by multibyte fixes 2007-04-15 21:42:42 +00:00
Peter Stephenson
f368975eff users/11398: vi-goto-mark broken by multibyte support 2007-04-15 21:09:37 +00:00
Peter Stephenson
9dab5eef01 users/11398: vi-goto-mark broken by multibyte support 2007-04-15 20:04:58 +00:00
Peter Stephenson
05ff4fb3ab 23273: fix bad patterns in reverse array subscripting 2007-04-13 11:54:16 +00:00
Peter Stephenson
fc615adad7 23270: fix strptime() on Solaris 2007-04-12 15:28:49 +00:00
Clint Adams
aeaf47aeeb 23264: don't add the -pcre-match operator unless the pcre functions are available. 2007-04-05 16:20:11 +00:00
Peter Stephenson
54949051da 23258: fix debugging added in 23248 2007-04-02 13:58:19 +00:00
Peter Stephenson
a35302ebd4 23257: buffer too short for multibyte ${(#)...} evalution 2007-04-02 11:00:35 +00:00
Peter Stephenson
56bf25cff9 unposted: better fix for complist line wrap from 23248 2007-03-30 09:32:17 +00:00
Peter Stephenson
af8a88e4f5 23248: Completion listing problem with lines nearly screen width
If compiled with debug send dputs() output to $ZSH_DEBUG_LOG if defined.
2007-03-29 21:35:39 +00:00
Peter Stephenson
299b238297 23246: fix completions of redirections that occur before the command word 2007-03-28 21:33:16 +00:00
Peter Stephenson
38cdf73794 unposted: uninitialized variable in 23238 2007-03-27 15:16:56 +00:00
Peter Stephenson
9fb47cff9d 23238: jobs didn't get deleted if they weren't printed 2007-03-27 10:56:53 +00:00
Peter Stephenson
11bbce3a66 23232: minor tweaks to zmodload 2007-03-23 14:24:33 +00:00
Peter Stephenson
3d6f87fccc fix output of prompt in single line ZLE 2007-03-19 22:27:45 +00:00
Peter Stephenson
3b14a11d1f 23221: Martin Koeppe: don't use XTABS if not defined 2007-03-19 12:21:54 +00:00
Peter Stephenson
ab29ab8b3f Fix lower casing of option names in some locales. 2007-03-15 15:16:57 +00:00
Bart Schaefer
07c5aeeb9a Small fix to 23177: compute *widthp and *swidep after nicechar(). 2007-02-26 18:47:25 +00:00
Bart Schaefer
3fc59a0f09 23176: apply the (X) parameter flag to the (#) flag; fix comment typo. 2007-02-25 23:41:03 +00:00