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

3946 Commits

Author SHA1 Message Date
Peter Stephenson
3a5c9827a1 20811: Use the cpp trick to find the file with resource names 2005-02-14 13:56:12 +00:00
Wayne Davison
5dc7bc1ea1 _yodl tweak. 2005-02-10 11:49:02 +00:00
Wayne Davison
db51fbe679 Added missing closing double-quote. 2005-02-10 08:10:04 +00:00
Bart Schaefer
8acdfd2981 Kris Shannon: 20801: fix missing $ in expression to parse script 2005-02-09 16:26:03 +00:00
Peter Stephenson
aaec0ef0ad 20798: propagate an #ifdef to prototypes 2005-02-07 15:53:13 +00:00
Peter Stephenson
6ab69b60c9 20794: Change version to 4.3.0-dev-1
Don't compile in a static in init.c unless needed.
2005-02-07 12:33:48 +00:00
Peter Stephenson
05b06b1c08 fix autoloaded trap bug; rejig use of trapfuncs
(now traplists); improve trap tests
2005-02-06 20:36:09 +00:00
Peter Stephenson
64c2db0ca2 Generated PDF from zsh.texi using pdfetex 2005-02-04 16:59:23 +00:00
Peter Stephenson
8326508234 Motoi Washida: libiconv test needed on Mac OS X 2005-02-04 10:32:05 +00:00
Peter Stephenson
3fc610c59f Test -nt and FOO=BAR BAR=FOO echo bugs 2005-02-02 17:03:50 +00:00
Bart Schaefer
facf0309bb 20774: fix e.g. "FOO=BAR BAR=FOO echo" failure to unset FOO after finishing. 2005-02-02 04:51:13 +00:00
Clint Adams
bac7c055c7 * 20773: Completion/Unix/Command/_getconf: additional variables from confstr(). 2005-02-01 20:40:39 +00:00
Peter Stephenson
d1d6742848 20759, 20760, 20765: Improve Cygwin configuration 2005-02-01 10:52:50 +00:00
Wayne Davison
8b53cc45bd Updated _rsync. 2005-01-28 10:18:59 +00:00
Wayne Davison
11dda3ab9a - Added new options for impending 2.6.4 release.
- Improved the descriptions of several old options.
- Got rid of the "-- ..." options to _arguments (so that we
  don't try to use the output of "rsync --help").
2005-01-28 10:15:05 +00:00
Peter Stephenson
82e24bad6a users/8433: fix hang in configure on latest Cygwin 2005-01-27 12:00:57 +00:00
Clint Adams
efab849310 * 20753: use ZS_memmove instead of memmove. 2005-01-26 18:37:28 +00:00
Peter Stephenson
85e0b5f377 20752: fix access to ZLE parameters 2005-01-26 18:12:08 +00:00
Clint Adams
3934f7a402 * 20751: Src/Zle/zle_refresh.c: use '?' for character conversion error 2005-01-26 14:29:12 +00:00
Clint Adams
9453ea957e * 20747: some wide char support in the zle refresh code. 2005-01-26 13:39:46 +00:00
Peter Stephenson
77bd05014d 20750: fix hang with 20742 2005-01-26 12:34:31 +00:00
Peter Stephenson
efd03cf9e8 20742: More Unicode conversion stuff. 2005-01-25 16:40:41 +00:00
Peter Stephenson
b80c6b0863 users/8422: [[ ... -nt ... ]] with bad stat caused
mayhem in initialisation files, functions, etc.
2005-01-24 11:02:59 +00:00
Bart Schaefer
95a65e1581 Fix email address on some log entries. 2005-01-24 04:33:50 +00:00
Clint Adams
6f7d6e541f 20739: change LANG to LC_MESSAGES in subversion completion 2005-01-23 19:56:09 +00:00
Clint Adams
c42a46f6e8 * 20737: Completion/Unix/Command/_subversion: run svn commands with LANG=C. 2005-01-23 19:50:46 +00:00
Clint Adams
8ae8a91b8b * 20736: Src/Zle/zle_utils.c: change zlegetline() to return a metafied string. 2005-01-22 16:26:32 +00:00
Clint Adams
92a3a28769 getzleline stuff is 20735 2005-01-22 05:41:21 +00:00
Clint Adams
0038b1a682 * 2073x: Src/Zle/zle_utils.c, Src/hist.c: modify zlegetline() and zlegetline
caller so that the octet-based and wide-character versions should return
   the same string.
2005-01-22 04:03:05 +00:00
Clint Adams
d94e9817ce * unposted (cf. zsh-users/8412): Config/version.mk: fix year typo. 2005-01-22 03:46:40 +00:00
Bart Schaefer
42a89b3cd6 "keeper" function suite 2005-01-21 19:58:30 +00:00
Wayne Davison
2fb65d215f Fixed compiler warning about a missing initializer. 2005-01-21 11:16:34 +00:00
Wayne Davison
e63e45ae62 Got rid of "unused parameter" compiler warning for nullsethashfn(). 2005-01-21 11:15:36 +00:00
Oliver Kiddle
c19e5516f4 remove larch completion, it has been superceded by tla 2005-01-21 10:59:46 +00:00
Oliver Kiddle
2e4a4ea952 20734: rewrite to handle version 2.2.0 of valgrind 2005-01-21 09:42:11 +00:00
Oliver Kiddle
96427ce997 20730: fix suffix style to regard quoted special characters as not special 2005-01-21 09:32:39 +00:00
Peter Stephenson
f8d74c1aab 20728: add RLIMIT_SIGPENDING and RLIMIT_MSGQUEUE,
also use ulimit -x for RLIMIT_LOCK
2005-01-19 13:03:33 +00:00
Peter Stephenson
10199323ef FAQ updates from Bart 2005-01-17 10:49:49 +00:00
Oliver Kiddle
1735ba7918 Motoi Washida: users/8380: complete plist files 2005-01-17 09:39:17 +00:00
Clint Adams
7c2424d022 * 20718: Src/Zle/zle_utils.c: minor cleanup for proto-Unicode stuff. 2005-01-16 16:24:28 +00:00
Peter Stephenson
88a37cc187 c.f. 20675: improve zle as a basis for Unicode.
unposted: update version to 4.2.3-dev-1
2005-01-14 13:04:47 +00:00
Peter Stephenson
e38389d83e 20708: enhance replace-string 2005-01-13 15:31:31 +00:00
Peter Stephenson
54f2a2480f unposted: release 4.2.3 zsh-4.2.3 2005-01-13 11:16:31 +00:00
Peter Stephenson
ec4aa9f409 20698: Fix tail for POSIX conformance 2005-01-13 10:34:17 +00:00
Peter Stephenson
81b9354238 users/8359: add Darwin completion directories by default 2005-01-12 17:28:58 +00:00
Oliver Kiddle
df7ffd2999 20701: fix compilation on Mac OS X: define is __APPLE__, not APPLE 2005-01-12 16:34:31 +00:00
Peter Stephenson
21c0b27613 users/8354: Document limitation of glob_complete and matching control 2005-01-12 13:42:00 +00:00
Peter Stephenson
77166e259e 20695: Fix Cygwin problem with initialising from pointer to imported variable zsh-4.2.2 2005-01-12 12:18:58 +00:00
Peter Stephenson
43ac170305 Fix .distfiles and .cvsignore 2005-01-12 10:53:06 +00:00
Peter Stephenson
25bca6c67c Unposted: release zsh version 4.2.2 2005-01-12 10:42:48 +00:00