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

4120 Commits

Author SHA1 Message Date
Peter Stephenson
635b405c55 21678: Unsetting tied parameters caused various crashes 2005-08-22 11:43:36 +00:00
Peter Stephenson
7df83c6a1c 21676: insert-unicode-char now insert-composed-char.
Also uses RFC 1345.
2005-08-22 09:27:57 +00:00
Geoff Wing
5b12bb3827 Note update of mirror site information in Doc/Zsh/metafaq.yo
and Etc/FAQ.yo
2005-08-22 07:03:15 +00:00
Geoff Wing
2b76418036 Small cleanup:
UIUC.edu: archive retired in August 2003
ayamura.org: Ayamura KIKUCHI died 2004
2005-08-22 07:01:13 +00:00
Geoff Wing
492be95de0 From Brett M Hogden @ rge
"After 15 years of providing mirrors of popular software packages and other
 interesting topics of information, the Rochester Gas and Electric Company
 is discontinuing its Internet mirror archive."
2005-08-22 06:55:15 +00:00
Wayne Davison
e8eedf2d9b 21677 2005-08-19 22:10:51 +00:00
Wayne Davison
e3c1629ec5 Filter apostrophes in \fB...\fP headers (since it appears that
yodl is not properly escaping them).
2005-08-19 22:08:54 +00:00
Andrey Borzenkov
a6ebb7bfc3 21664: unmetafy ztat() argument 2005-08-18 18:19:29 +00:00
Andrey Borzenkov
c26b8accb4 21663: check for string overflow 2005-08-18 18:15:44 +00:00
Peter Stephenson
2396eb34e4 unposted: cent is now p % in insert-unicode-char 2005-08-18 16:50:18 +00:00
Peter Stephenson
e987416cdd 21662: new zle widget insert-unicode-char 2005-08-18 16:45:28 +00:00
Peter Stephenson
d551b0f483 21661: fix glob bug introduced in 21655 2005-08-18 10:17:47 +00:00
Peter Stephenson
b0ca393c47 21655: bug in ${..//../${..//../..}} 2005-08-17 23:45:31 +00:00
Wayne Davison
5e803c0fcf Got rid of an empty #ifdef/#else/#endif. 2005-08-17 19:26:03 +00:00
Wayne Davison
28d9c83764 21654 2005-08-17 19:20:42 +00:00
Wayne Davison
610a691e1c Marked some #ifdef ZLE_UNICODE_SUPPORT lines (and their #endif lines)
with /**/ so that they would get copied to the .epro file.
2005-08-17 19:17:40 +00:00
Wayne Davison
307c27e16f Use AC_HELP_STRING macro consistently. 2005-08-17 17:42:07 +00:00
Wayne Davison
1268606f62 Use AC_HELP_STRING macro in all AC_ARG_ENABLE and AC_ARG_WITH macros. 2005-08-17 17:41:34 +00:00
Wayne Davison
036f36af8d Removed superfluous main() from AC_TRY_COMPILE. 2005-08-17 17:21:13 +00:00
Wayne Davison
de215777ed 21629 2005-08-16 23:20:55 +00:00
Wayne Davison
4f7e317503 Now that ZLE_UNICODE_SUPPORT is defined by configure, tweaked the
multibyte #ifdef logic a little here to honor its setting.
2005-08-16 23:18:06 +00:00
Wayne Davison
27c6fd0ad2 Added --enable-/disable-multibyte support, with the default being to
check for multibyte support and define ZLE_UNICODE_SUPPORT accordingly.
2005-08-16 23:16:27 +00:00
Wayne Davison
6a07e4da04 1/2 of 21644 2005-08-16 21:52:57 +00:00
Wayne Davison
9d6048811c Fixed bug in do_comp_vars() when *compprefix is a metified char. 2005-08-16 21:49:33 +00:00
Andrey Borzenkov
11b0963bdc 21642: remove redundant checks 2005-08-16 17:25:48 +00:00
Wayne Davison
fb047b6ffa Moved declaration of char pointer var to comply with
restrictions of standard C.
2005-08-16 01:59:43 +00:00
Clint Adams
3c92ad4b90 21631: make sure an unmetafied string is passed to ztat to determine file type. 2005-08-16 00:51:57 +00:00
Andrey Borzenkov
3073da5dba unposted: fix spelling 2005-08-15 18:29:01 +00:00
Andrey Borzenkov
17e1a3cd0c 21627: fix recursive ZLE from completion call 2005-08-15 18:16:04 +00:00
Andrey Borzenkov
f570dd59e3 21622: fix recursive completion call in zrefresh() 2005-08-15 17:30:58 +00:00
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