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

1690 commits

Author SHA1 Message Date
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
Peter Stephenson
910d446ca7 unposted: document some limitations of utils.c 2007-02-18 15:01:29 +00:00
Peter Stephenson
d283709363 23177: better formatting of unprintable multibyte characters under 256 2007-02-14 16:26:41 +00:00
Bart Schaefer
f35ee0d1a0 23169 (tweaked): report error on failure to dup for multios 2007-02-14 08:21:57 +00:00
Peter Stephenson
bd6baa2ede 23172: typo displaying multiline explanation strings 2007-02-13 21:54:41 +00:00
Peter Stephenson
10f36dd29b 23168: fix error message for failed bind 2007-02-13 11:08:12 +00:00
Peter Stephenson
2c92d005d7 23165: fix problems with bases: error if over 36 and don't interpret octal 2007-02-12 16:43:40 +00:00
Felix Rosencrantz
9ed500a1cd 23164: Silence popd when PUSHD_SILENT is set. 2007-02-11 00:40:18 +00:00
Peter Stephenson
0a532a8f7f fix metafication of ${(#)x} 2007-02-10 22:12:58 +00:00
Peter Stephenson
62b671f0d1 23159 plus minor doc tweaks: leave BAUD parameter unset by default 2007-02-08 10:43:28 +00:00
Peter Stephenson
6cf7a3ef11 23153: restore old ztrcmp() and add comment about why 2007-02-07 10:18:30 +00:00
Peter Stephenson
0108088f52 23152: make ztrcmp() respect MULTIBYTE
make sorting of printed hash tables more consistent
2007-02-06 21:47:54 +00:00
Peter Stephenson
bae2ec88e5 unposted: uninitialised variable could result from 23144 2007-02-06 10:12:20 +00:00
Peter Stephenson
b2d709b22e 23144: Felix Eckhofer <felix@tribut.de>: NULL pointer in complist.c 2007-02-02 23:47:47 +00:00
Peter Stephenson
54d692c4b5 23143: make =-expansion with metacharacters more consistent 2007-02-02 21:42:14 +00:00
Peter Stephenson
56085ffebb unposted: we could add checksched() twice to the timed event list 2007-02-01 10:42:30 +00:00
Peter Stephenson
a1476c1ee2 23141: don't zrfresh() after printjob() that didn't print 2007-01-30 19:03:45 +00:00
Peter Stephenson
2b948e6c37 23138: further tweak to backslashes in $'...' 2007-01-27 23:52:13 +00:00
Peter Stephenson
df54eeed2c 23136: handle Bnulls now added in $'...' 2007-01-27 19:01:11 +00:00
Wayne Davison
914364061e Mark an arg as UNUSED(). 2007-01-26 19:18:37 +00:00
Wayne Davison
ecaf124c95 Silenced a compiler warning by making an int unsigned. 2007-01-26 19:18:17 +00:00
Wayne Davison
9abddc0ccf Fixed the error checking of mbrtowc() since its return vlaue can never
be < 0 -- it returns MB_INVALID, (size_t)-1, which is a positive value.
2007-01-26 19:11:48 +00:00
Peter Stephenson
f223e9b4ee unposted: sched deleted timed function twice 2007-01-24 18:32:23 +00:00
Peter Stephenson
61a5c826c8 23126, modified: bug in zle history inside $( and $(( 2007-01-23 16:07:46 +00:00
Peter Stephenson
e4cc61d5c6 23122: bug with new sort stuff 2007-01-22 17:28:15 +00:00
Peter Stephenson
e375d5ee88 23119: lower case in sorting properly 2007-01-22 14:35:12 +00:00
Peter Stephenson
c53aa4adee unposted; typo 2007-01-21 22:49:56 +00:00
Peter Stephenson
553e011320 23118: improve sorting to make it work with locales 2007-01-21 22:47:36 +00:00
Peter Stephenson
de272e0309 23115: ";|" at end of case clause causes later patterns to be tested 2007-01-19 21:36:00 +00:00
Peter Stephenson
481d1b7560 23114: ${foo:s/bar/rod} broken 2007-01-18 17:27:10 +00:00
Peter Stephenson
6dbc34b0d4 23104: fix line numbers for DEBUGBEFORECMD
tidy up some wordcode definitions
2007-01-14 19:22:45 +00:00
Peter Stephenson
b4a7ad8269 23101: various combinations of ZERR with function returns were feature-ridden 2007-01-12 23:10:15 +00:00
Peter Stephenson
e8b56578db users/11111: add DEBUG_BEFORE_CMD option 2007-01-09 21:59:31 +00:00
Peter Stephenson
de815e3d22 23098: printf multibyte character widths 2007-01-09 21:45:45 +00:00