Clint Adams
20866bf154
unposted: fix syntax error in _mencal introduced by recent cleanup.
2005-08-08 01:45:16 +00:00
Wayne Davison
bd3ea046ee
Improved the %d and %g tests.
2005-08-04 20:15:40 +00:00
Wayne Davison
eced9b1156
silence is golden.
2005-08-02 18:33:21 +00:00
Peter Stephenson
15d4118cb9
21557: Thorsten Dahlheimer: BRACE_CCL fix
2005-08-02 09:23:38 +00:00
Wayne Davison
ea0a5b2662
Silenced a compiler warning about a variable that might be used
...
unassigned.
2005-08-01 22:20:36 +00:00
Wayne Davison
d5adfc3f11
A few more improvements for B03print.ztst.
2005-08-01 21:54:52 +00:00
Wayne Davison
b558aa3487
Three more tests based on recent fixes.
2005-08-01 21:51:43 +00:00
Wayne Davison
730b7d8c2f
- Improved how we check the no-newline test cases.
...
- Added a test case for "echo -n".
2005-08-01 21:33:49 +00:00
Oliver Kiddle
ce743b7920
various cleanups: fix indentation and capitalisation of descriptions
2005-08-01 16:26:28 +00:00
Oliver Kiddle
fb81e044f1
21393: add missing local declarations
2005-08-01 16:23:23 +00:00
Peter Stephenson
1f3bd88afb
21552: Thorsten Dahlheimer: various fixes to print builtin
2005-08-01 10:00:38 +00:00
Peter Stephenson
8c095a5169
unposted: Perforce "attribute" command
...
21551: FEATURES description for file<20->
21546: oddities of subscripts when searching arrays
21544: ioctl() prototyping
2005-08-01 09:54:55 +00:00
Peter Stephenson
3d562f576c
21553: improve zsh.pdf and don't distribute .ps
2005-07-31 18:03:59 +00:00
Wayne Davison
d703d86d1b
21548
2005-07-29 19:38:06 +00:00
Wayne Davison
d6e066a573
Reorder the --include/--include-from --exclude/--exclude-from lines
...
so that the completion system will properly complete files after the
...-from options (the completion system is buggy if the shorter
option is first and ends with an '=').
2005-07-29 19:18:01 +00:00
Peter Stephenson
13e4fd6856
add Functions/Exceptions/.distfiles
2005-07-28 14:47:09 +00:00
Peter Stephenson
8665549030
21541: remove some warnings from ZLE_UNICODE_SUPPORT
2005-07-28 14:45:32 +00:00
Peter Stephenson
a680faf050
unposted: updated _perforce for Perforce release 2005.1
2005-07-28 11:40:08 +00:00
Doug Kearns
b45500cdd8
21540: update aap completion for version 1.076
2005-07-28 07:43:22 +00:00
Wayne Davison
4714ce0856
The PROMPT_SP output should be prior to the job notifications too.
2005-07-27 18:44:26 +00:00
Wayne Davison
4c437b4f3e
PROMPT_SP improvement.
2005-07-26 23:01:34 +00:00
Wayne Davison
aa6e6d31ca
21532
2005-07-26 22:57:40 +00:00
Wayne Davison
cbdcd62b38
Moved the PROMPT_SP output into preprompt() so that it takes effect
...
prior to things like precmd(), the mail-check output, etc.
2005-07-26 22:50:49 +00:00
Wayne Davison
b58d161703
Mention the new inverse-hash that is output by PROMPT_SP.
2005-07-26 22:48:43 +00:00
Wayne Davison
d355573c48
Moving the PROMPT_SP code earlier in the scheme of things so that
...
it can take affect prior to things like the mail-check output.
2005-07-26 22:46:10 +00:00
Wayne Davison
d3e176012d
Updated the entry that talks about PROMPT_CR and PROMPT_SP to suggest
...
a better precmd function -- one that includes an inverse hash, and
that outputs all its input in one go so that echoed input can't trip
up the algorithm and cause a wrap when it shouldn't.
2005-07-26 18:48:28 +00:00
Clint Adams
e6fdd78a18
21529: move scriptdir to a scripts subdir, and don't include Scripts in fpath.
2005-07-26 15:01:40 +00:00
Doug Kearns
022758c7c4
unposted: declare expl local in _rake
2005-07-26 14:20:56 +00:00
Peter Stephenson
8534a97e9b
21527: rename zsh-newuser-install and don't run if not loaded
2005-07-26 10:35:22 +00:00
Clint Adams
857c5983f8
21516: handle dhclient V3 as well as V2.
2005-07-26 00:34:10 +00:00
Wayne Davison
046b471eab
21518 (modified)
2005-07-26 00:32:44 +00:00
Wayne Davison
71c4ea95c6
Added tests for \c escape handling.
2005-07-26 00:28:14 +00:00
Wayne Davison
b77b51cda8
Fixed bin_print() to handle \c escapes as per POSIX (truncating the
...
output at the \c). (Based on a patch by Thorsten Dahlheimer.)
2005-07-26 00:07:11 +00:00
Wayne Davison
fa8923e1f9
If getkeystring() finds a \c escape (when looking for such escapes),
...
truncate the returned string at the escape.
2005-07-26 00:07:08 +00:00
Clint Adams
80bf36e074
21523, 21524: Julius Plenz: completions for pump and dhclient.
2005-07-25 23:59:02 +00:00
Doug Kearns
c42ab7adb5
unposted: add missing compset -S call to _php
2005-07-25 10:55:50 +00:00
Wayne Davison
e09dc3c0ed
Some echo/printf improvements for the \c escape.
2005-07-25 01:40:23 +00:00
Clint Adams
9448c686fe
21519: only complete files after baz commit, not archive/version.
2005-07-24 18:13:13 +00:00
Clint Adams
d92e06df5c
21517: complete files after build-config if there's a configs subdir, even if one is not in a project tree.
2005-07-24 14:44:08 +00:00
Wayne Davison
03531ff379
The parsing of \c in $foo[(pws:\c:)1] should treat \c as an unknown
...
escape (resulting in a literal "c"), not remove the sequence (from
a patch by Thorsten Dahlheimer).
2005-07-24 05:37:23 +00:00
Wayne Davison
6e80eb1a4c
Improved the function comment for getkeystring().
2005-07-24 05:19:58 +00:00
Wayne Davison
c71813ef45
Added missing "goto" in handling of 'c' escape (fix from
...
Thorsten Dahlheimer).
2005-07-24 04:54:54 +00:00
Wayne Davison
17b224a549
An install fix for Cygwin from Thorsten Dahlheimer.
2005-07-24 04:47:57 +00:00
Clint Adams
ccea851d9c
21510: use && rather than -a binary test operator.
2005-07-24 03:15:21 +00:00
Clint Adams
2bd556e744
21506: use globbing instead of ls and sed.
2005-07-23 14:23:38 +00:00
Clint Adams
d1f7c438b1
21505: use an array for common arguments rather than an additional function
2005-07-23 14:10:48 +00:00
Clint Adams
f6bec18ea4
215??: move xscreensaver-command completion to the X dir.
2005-07-23 14:02:24 +00:00
Peter Stephenson
625b1dfd74
unposted: bring various .distfiles up to date
2005-07-21 13:45:23 +00:00
Peter Stephenson
3d5bececac
21500: Add script and function as framework for new user stuff.
2005-07-20 18:08:39 +00:00
Clint Adams
a4e534dcbc
21499: Doc/Makefile.in: use newer texi2html syntax.
2005-07-20 16:39:57 +00:00