1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-02 00:41:44 +02:00
Commit Graph

4090 Commits

Author SHA1 Message Date
Clint Adams
987033eaf9 21619: define wide versions of zarrdup, zputs, niceztrlen. 2005-08-15 17:19:16 +00:00
Clint Adams
b9d42d6a59 21565: better handle uncompresed manpages with .[0-9] in their names. 2005-08-15 17:11:17 +00:00
Wayne Davison
bce534d957 21609 2005-08-15 16:05:42 +00:00
Wayne Davison
ed370a901a 21609: fixed a readlink() call in statfullpath(). 2005-08-15 16:04:32 +00:00
Peter Stephenson
8b3558c5ed 21616: typo 2005-08-15 15:47:53 +00:00
Felix Rosencrantz
821c0fd80d 21611: Added Firefox completion support. 2005-08-15 14:39:54 +00:00
Peter Stephenson
243539fa30 21610: Turn on ZLE_UNICODE_SUPPORT and fix a few related problems. 2005-08-15 10:01:47 +00:00
Bart Schaefer
76364d3119 Several belated commits including workers/21366,21369 2005-08-15 03:33:04 +00:00
Bart Schaefer
0763d76e2d 21369: assign to array with "builtin stat"
rather than parsing its stdout
2005-08-15 03:30:22 +00:00
Bart Schaefer
27efdc8dab More adjustements for PROMPT_SP 2005-08-15 03:29:10 +00:00
Bart Schaefer
495f177f3a 21366: LONG_LIST_JOBS applies to more places where job listings are printed 2005-08-15 03:28:39 +00:00
Wayne Davison
0cb28507d3 21606 2005-08-12 13:37:57 +00:00
Wayne Davison
6e9f6bc7d1 For gcc, use static inline functions in place of the ZS_str*
macros so that we get type-checking without pointer-signedness
warnings.
2005-08-12 13:12:37 +00:00
Peter Stephenson
7f09a15a83 21603: wchar/multibyte conversion of cursor position when at end of line 2005-08-12 10:24:23 +00:00
Peter Stephenson
3da1974d5c 21412: Travis Spencer: pkg-config completion 2005-08-12 10:03:57 +00:00
Wayne Davison
9b6339a082 Some ZWC -> ZWS changes. 2005-08-11 19:03:56 +00:00
Wayne Davison
68f073faa2 Changed several instances of ZWC() used on a string to ZWS(). 2005-08-11 18:40:53 +00:00
Wayne Davison
3f89eb7c09 The last word in B02typeset.ztst fixes (for now). 2005-08-11 16:33:41 +00:00
Wayne Davison
5aa648a5f2 Third time's a charm: a better fix than using either a subshell or
"setopt localoptions" is to use a function for the final test (since
it destroys all the variables in the environment).  This allows us to
directly test that the environment was properly restored after the
function call, and ensures that the caller (ZTST_execchunk, which
directly exec'ed the test code) still has all the vars that it expects
in the environment (such as ZTST_verbose, options, and ZTST_mainopts).
2005-08-11 16:25:10 +00:00
Oliver Kiddle
0e57f6ebe8 21598: fix typo that broke svn ci completion and avoid problem if LC_ALL set 2005-08-11 14:56:16 +00:00
Wayne Davison
ea30ed100f Improved a sentence. 2005-08-11 09:10:35 +00:00
Peter Stephenson
817e59cf19 21596: fix run-help, which-command, accept-and-menu-complete 2005-08-10 19:51:30 +00:00
Wayne Davison
87ea1e9307 /tmp/cvsgx0BlF 2005-08-10 19:02:30 +00:00
Wayne Davison
a97e3fda33 A better fix than my last patch is to use "setopt localoptions". 2005-08-10 18:57:23 +00:00
Peter Stephenson
eb09406787 21593: character arrays wrongly declared with ZLE_UNICODE_SUPPORT 2005-08-10 13:21:15 +00:00
Oliver Kiddle
4fe6b1a1fc 21571: avoid localised translations that break parsing 2005-08-10 12:08:56 +00:00
Peter Stephenson
0c301a8af6 21592: browsing new directory from menu selection crashed 2005-08-10 11:59:28 +00:00
Peter Stephenson
2a888b3d5a c.f. 21590: metafy_line()/unmetafy_line() now support wide characters 2005-08-10 10:56:40 +00:00
Wayne Davison
ef91328340 21579 2005-08-10 08:54:16 +00:00
Wayne Davison
a5d84c393a Put the last test into a sub-shell so that it doesn't interfere
with the temp-file cleanup.
2005-08-10 07:50:07 +00:00
Wayne Davison
e7ff1931ea A couple more minor tweaks to the "trap" section. 2005-08-10 07:47:49 +00:00
Wayne Davison
b97ff864af Make printf %s handle an embedded null (21579). 2005-08-10 07:45:17 +00:00
Peter Stephenson
c73dd46019 Fixes from Thorsten Dahlheimer.
21578: mkmakemod.sh didn't exit on cleanup.
21582: fix failure status of zmodload -R.
21583: fix circularity test of zmodload -A.
2005-08-09 10:02:08 +00:00
Peter Stephenson
aa638fec26 21577 (adapted): Dan Bullok: improved window resize handling, again 2005-08-09 09:33:37 +00:00
Wayne Davison
e8cb997013 21580 2005-08-09 07:59:59 +00:00
Wayne Davison
5cba05a3be 21580: Thorsten's patch to make sure that no pre-existing traps
interfere with the tests.
2005-08-09 07:53:49 +00:00
Wayne Davison
4cbd1fddfd 21581 2005-08-09 07:41:36 +00:00
Wayne Davison
2d97a73417 Changes based on Thorsten's message #21581. 2005-08-09 07:08:45 +00:00
Wayne Davison
e0d0d9bfac Got rid of trap call for now. 2005-08-09 06:51:40 +00:00
Wayne Davison
9937c30ba3 21581: Thorsten Dahlheimer: Src/builtin.c: fixed error output
for unknown signal names when using "trap -".
2005-08-09 05:41:55 +00:00
Wayne Davison
e041d77fbc 21584 2005-08-09 00:58:05 +00:00
Wayne Davison
bcf2770d44 Test both %b and %s in the empty-arg test. 2005-08-09 00:32:58 +00:00
Wayne Davison
756bea5ffa Fixed a recently-introduced bug where printf %b with an empty arg
would output a single space instead of nothing.
2005-08-08 23:06:20 +00:00
Peter Stephenson
6c79be71af 21576: test for 21575 2005-08-08 17:19:57 +00:00
Peter Stephenson
5587d05958 unposted: unnecessary variable in 21575 2005-08-08 17:01:17 +00:00
Peter Stephenson
d307660dee 21575 plus unposted: Add WARN_CREATE_GLOBAL option 2005-08-08 16:48:52 +00:00
Peter Stephenson
d7902f6bad 21567: Dan Bullok: trashzle on updating window size 2005-08-08 10:36:51 +00:00
Oliver Kiddle
a6c11584cf 21570: complete for the help sub-command 2005-08-08 08:54:12 +00:00
Oliver Kiddle
9d30797e4a new brctl completion 2005-08-08 08:02:39 +00:00
Oliver Kiddle
b1aa9f874e 21566: Tobias Gruetzmacher: fix to list all repositories 2005-08-08 07:59:36 +00:00