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

692 commits

Author SHA1 Message Date
Paul Ackersviller
a82e0c770f Merge of 23757: suppress correction of command words followed by (). 2007-11-24 22:55:12 +00:00
Paul Ackersviller
cd1b74c303 Merge of 23696: assignment to negative subscripts in scalars before the start was broken; now adds at start. 2007-11-20 03:21:01 +00:00
Paul Ackersviller
a3bff3e4ed Merge of 23693: _match tried to match the quoted form of file names and any completion that did it's own quoting. 2007-11-19 03:41:16 +00:00
Paul Ackersviller
5cceac415d Merge of 23553: retrieving array as number. 2007-11-19 00:52:24 +00:00
Paul Ackersviller
95b4d6a31f Merge of 23460/23461: fix longstanding problem with multios attached to a subshell process. 2007-11-18 21:57:32 +00:00
Paul Ackersviller
083359cd89 Merge of 23450: undefined widget caused crash in in $widgets special parameter. 2007-11-18 21:49:44 +00:00
Paul Ackersviller
3ac18e0b3f Merge of 23408: Peter A. Castro: zftp account handling was broken. 2007-11-18 19:49:23 +00:00
Paul Ackersviller
f17fc04c70 Merge of 23364: fix race in POSIX signal blocking - use local variables as other forms already do. 2007-11-18 19:42:41 +00:00
Paul Ackersviller
d14a675a84 Merge of 23363: fake-files style now takes pattern. 2007-11-18 19:08:14 +00:00
Paul Ackersviller
9894672975 Merge of 23339: make malloc(0) allocate a single byte instead of returning invalid (and unfreeable) memory. 2007-11-15 00:09:23 +00:00
Paul Ackersviller
897dd450e5 Merge of 23326: with no __STDC_ISO_10646__ or HAVE_ICONV but with HAVE_NL_LANGINFO and CODESET the code wouldn't compile. 2007-11-15 00:05:15 +00:00
Paul Ackersviller
66c2b597dc Merge of 23308: stop tindent becoming negative, which causes infinite use of memory;
add debug test to see where it would become negative.
2007-11-14 23:57:51 +00:00
Paul Ackersviller
e7523b6044 Merge of 23312: ensure parse.c is updated when version.h changes in order to
pick up changes to ZWC files; memset() header of wordcode file to normalise unused words.
2007-11-14 23:54:05 +00:00
Paul Ackersviller
7ce7b8137d Merge of 23264: don't add the -pcre-match operator unless the pcre functions are available. 2007-11-13 02:12:41 +00:00
Paul Ackersviller
d0baf75be8 Merge of 23221: Martin Koeppe: don't used XTABS if not available. 2007-11-13 01:30:52 +00:00
Paul Ackersviller
56d34005d5 Merge of 23219: Fix lower casing of option names in some locales. 2007-11-12 04:33:49 +00:00
Paul Ackersviller
41de8626a7 Merge of 23168: error when failing to bind to a port didn't use native byte order. 2007-11-11 22:42:17 +00:00
Paul Ackersviller
d9fa816688 Merge of 23164: when PUSHD_SILENT is set, don't print anything from popd/pushd. 2007-11-11 22:33:23 +00:00
Paul Ackersviller
9c5eb0ee80 Merge of 23144: NULL pointer when ending interactive search in menu select. 2007-11-11 22:14:44 +00:00
Paul Ackersviller
66ae2822dd Merge of 23115: add ";|" at end of case statement to cause testing of later patterns. 2007-11-11 21:51:20 +00:00
Paul Ackersviller
02ea8ff2a4 Merge of 22277, 22281 plus tweaks: standardize behaviour of using wait builtin with trapped signals. 2007-11-11 21:20:37 +00:00
Paul Ackersviller
a2579351a1 Merge of 23101: : ZERR traps had various odd features when combined with function returns. 2007-11-11 20:15:49 +00:00
Paul Ackersviller
68b705eda2 Merge of 23051: using ${(Q)...} on an expression with RCQUOTE handling failed when DEBUG was defined. 2007-11-10 17:35:41 +00:00
Oliver Kiddle
ae624f684c 24048: fix home directory expansion with NIS on Solaris 2007-11-05 11:35:40 +00:00
Paul Ackersviller
f8af0b7ee4 Merge of 22992: make $? available on trap or hook shell exit. 2007-11-05 02:56:15 +00:00
Paul Ackersviller
3cf23604b0 Merge of 22983: exit could loop for ever in two different ways. 2007-11-05 02:38:53 +00:00
Paul Ackersviller
c450d7eb1e Merge of 22950: starting menu completion with reverse-menu-complete used the first match instead of the last. 2007-11-05 01:53:23 +00:00
Paul Ackersviller
2a4f805f8e Merge of 22913: set $! after a "bg", too. 2007-11-05 01:07:14 +00:00
Paul Ackersviller
46be7c895a Merge of 22896: rename Mandrake to Mandriva. 2007-11-05 00:42:07 +00:00
Paul Ackersviller
542b843589 Reverse the merging of 21296 onto 4.2 branch; the builtin.c piece had a merge conflict, and my resolution of it caused test failure in C03. 2007-11-05 00:09:56 +00:00
Paul Ackersviller
52f25ab3d2 Merge of 22780: _arguments -n sets NORMARG to index of first non-option argument (via comparguments -n). 2007-10-29 20:13:58 +00:00
Paul Ackersviller
85ef41cdc8 Merge of 22743: "set - [args]" -> "set -xv [-- args]" hack and limit it to non-native emulation. 2007-10-29 19:32:20 +00:00
Paul Ackersviller
9a4a3d183f Merge 22728 and 22734: $functrace parameter for function backtraces. 2007-10-29 19:25:58 +00:00
Paul Ackersviller
473e48d33e Merge unposted fix to 22718. 2007-10-29 18:39:39 +00:00
Paul Ackersviller
a7933c3c75 Merge of 22718 and 22719: use ulimit -e and -r for RLIMIT_NICE and RLIMIT_RTPRIO respectively. 2007-10-29 18:29:24 +00:00
Paul Ackersviller
4f66ebc25c Merge of 22638 and 22650 related to deleting styles. 2007-10-29 03:28:13 +00:00
Paul Ackersviller
e7e158c642 Merge of 22589: bug in menu selection when displaying long lines. 2007-10-28 00:31:35 +00:00
Paul Ackersviller
fa6f8c609d Merge piece of 22586: minor warnings spotted on Cygwin: unnecessary static declaration. 2007-10-27 21:41:40 +00:00
Paul Ackersviller
1f8f3c6e2f Merge of 22585: makepro.awk: zsh.exports was missing VA_ALIST declarations. 2007-10-27 21:28:58 +00:00
Paul Ackersviller
614e8fb343 Merge of 22542: deoverenthuse cmdpopping. 2007-10-25 00:03:29 +00:00
Paul Ackersviller
0f47e719fa Merge of 22473: modify zsh-users/10343 to print interpreter using nice characters. 2007-10-15 02:02:04 +00:00
Paul Ackersviller
dea45542ea Merge of users/10343: make bad #! interpreters print a more informative message. 2007-10-15 01:20:19 +00:00
Paul Ackersviller
bb06206fff Merge of 22466: cope with autoconf 2.60 config.status syntax. 2007-10-11 02:48:33 +00:00
Paul Ackersviller
8458eee057 Merge of users/10172: read-command reads a key sequence as in normal zle operation but sets REPLY to the result instead of executing it. 2007-10-08 15:44:35 +00:00
Paul Ackersviller
d77e5bfd6c Merge of SF bug #1262954: compilation problem. 2007-09-18 02:38:15 +00:00
Paul Ackersviller
0cdd7c451a Merge of users/10087: "case foo in" didn't turn off aliases. 2007-09-18 02:33:37 +00:00
Paul Ackersviller
485cb95ace Merge of 2237[56]: ${(0)...} splits on null bytes. 2007-09-12 03:12:32 +00:00
Paul Ackersviller
f2f3b86a5f Merge of 21862/21863/21870: GLOB_SUBST shouldn't swallow up backslashes in
parameter substitutions that don't match anything.
2007-06-25 03:11:44 +00:00
Paul Ackersviller
4f4a908c4b Merge of 21822 piece of revision 1.75, fix of infinite loop. 2007-06-20 03:02:40 +00:00
Paul Ackersviller
8c1240bff4 Merge of 21770, 21760: fix test for sequence prefixes in the local keymap in getkeymapcmd(). 2007-06-19 03:16:36 +00:00