1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 09:21:19 +02:00
Commit Graph

848 Commits

Author SHA1 Message Date
Sven Wischnowsky
6c4dfc3228 don't stop parsing too early when completing inside a command substitution (12885) 2000-10-04 13:54:00 +00:00
Sven Wischnowsky
213a453d08 don't forget a displayed list when starting menu completion (12884) 2000-10-04 13:24:45 +00:00
Tanaka Akira
bca563a699 * 12872: Completion/User/_cvs: Fix modules completion when a cvsroot
specified in a command line begins with tilde.  Generate subcommand
list from `cvs --help-commands' and `cvs --help-synonyms'.  Complete
remote modules. Complete vendor branch for a second argument of
`cvs import'.  Use _call.
2000-10-04 05:10:18 +00:00
Bart Schaefer
5ca1864f94 Change some zerr to zwarn for consistency. 2000-10-02 18:40:35 +00:00
Clint Adams
8e628ac624 unposted: remove unused variable declaration from ztat() 2000-10-01 23:43:55 +00:00
Clint Adams
f42bd3a3f9 12863: remove ztrdupstrip, use VARARR in ztat 2000-09-27 19:31:44 +00:00
Bart Schaefer
74ff6d6dbe Tweak to STTY fix. 2000-09-26 15:08:35 +00:00
Bart Schaefer
756f8186f2 Fix STTY parameter. 2000-09-25 16:57:05 +00:00
Clint Adams
4225207e4c 12860: don't limit size of pwd in job table 2000-09-22 22:28:05 +00:00
Clint Adams
2a625db39d 12859: dynamically-allocate buffer in ztat(), ztrdupstring() 2000-09-22 22:16:15 +00:00
Bart Schaefer
430e294795 Fiddle with _expand_word and its doc. 2000-09-21 05:16:21 +00:00
Andrey Borzenkov
5637f95bc0 12848: Doc/Zsh/zle.yo: Alphabetize list of parameters 2000-09-20 06:58:54 +00:00
Andrey Borzenkov
1254055f09 12842 with corrections of Bart: Doc/Zsh/contrib.yo: Clarify digest file usage. 2000-09-20 06:33:29 +00:00
Clint Adams
9f012ce7c9 12847: dynamically allocate buf and z in bin_whence() 2000-09-19 16:47:38 +00:00
Clint Adams
946085efa5 12846: moved simple string manipulation functions to string.c 2000-09-19 15:54:30 +00:00
Clint Adams
3ce3caeec6 12845: dynamically allocate pbuf in domove() 2000-09-19 15:26:08 +00:00
Andrey Borzenkov
b7e4f61e6f 12835: Alphabetize special parameters list
Unposted: correct article number in Clint's patch
2000-09-18 17:36:27 +00:00
Clint Adams
7c7e1f97cb 12836: bin_ln now independent of PATH_MAX 2000-09-18 17:29:07 +00:00
Bart Schaefer
f77ca8b839 Back out 12814. 2000-09-18 17:15:10 +00:00
Bart Schaefer
fcaa17f396 Improve upon some of the PATH_MAX changes. 2000-09-18 06:50:54 +00:00
Clint Adams
25747f7d59 12828: dynamically allocate 'dir' in mailstat 2000-09-18 04:11:27 +00:00
Clint Adams
64d591dbac 12827: dynamically allocate 'file' in mailstat 2000-09-18 03:52:59 +00:00
Clint Adams
2d9e68f3cb unposted: define mailstat as a macro if MAILDIR_SUPPORT is undefined 2000-09-18 03:36:22 +00:00
Clint Adams
04bf2c822f 12823: use zsh heap in lieu of perm. heap in bin_dot 2000-09-18 03:31:31 +00:00
Clint Adams
2abf9db381 12821: bin_dot is now independent of PATH_MAX 2000-09-17 16:24:05 +00:00
Bart Schaefer
bd7969bfa5 "typeset +m ..." and "typeset +g -m ..." 2000-09-17 05:38:36 +00:00
Clint Adams
abd9b6d820 12818: use tricat() in lieu of zasprintf 2000-09-17 04:28:50 +00:00
Clint Adams
2742cb14ce 12814: zasprintf 2000-09-16 18:57:45 +00:00
Bart Schaefer
6dee55ed9c Fix email addresses, mention change to contrib.yo. 2000-09-15 15:31:37 +00:00
Bart Schaefer
a12ff424b6 12804: Fix "typeset -m". 2000-09-14 15:54:54 +00:00
Bart Schaefer
9e9457f30e Redo _zle using _arguments; fix typos. 2000-09-11 07:08:27 +00:00
Andrey Borzenkov
5c7a14857a 12779: remove sinix special case. Too lazy to add prototype check for
gettimeofday as it is not needed with currently supported versions of
ReliantUNIX
2000-09-08 12:51:10 +00:00
Bart Schaefer
75d4d74093 Add smart-insert-last-word. 2000-09-08 04:15:44 +00:00
Sven Wischnowsky
7ab68d2d29 more sensible value (12769) 2000-09-07 09:14:22 +00:00
Sven Wischnowsky
0fe98894a8 stick some `N's into glob patterns (12768) 2000-09-07 08:39:20 +00:00
Bart Schaefer
cceb4703de No "wordcode". 2000-09-06 15:56:28 +00:00
Andrey Borzenkov
27be824ed0 unposted: Remove patch from 12686 that was accidentally commited 2000-09-06 15:50:16 +00:00
Bart Schaefer
fe992fe5a9 No "wordcode". 2000-09-06 15:47:39 +00:00
Peter Stephenson
6f94a972a9 12762: Akinori MUSHA: changes for new FreeBSD releases. 2000-09-06 15:15:30 +00:00
Andrey Borzenkov
2ea89bc8f1 12761: ` is converted into " by makeinfo; use @: instead; use {}` for tex 2000-09-06 14:46:48 +00:00
Bart Schaefer
14c13bcbb9 Add a cross reference and some completer hints. 2000-09-05 16:34:45 +00:00
Sven Wischnowsky
f2d7665d98 change context for i-c-w styles, update docs (12744) 2000-09-05 08:35:48 +00:00
Bart Schaefer
79528535fb Fix typo. 2000-09-05 06:04:08 +00:00
Bart Schaefer
dc1f7c5a34 Create "User Contributions" doc and make some assoctiated changes. 2000-09-04 21:10:29 +00:00
Peter Stephenson
88b886e603 12741: outputradix was stomped on by nested matheval 2000-09-04 15:52:16 +00:00
Andrey Borzenkov
f9b7929289 12736: fix `make install' dependency for Cygwin static build 2000-09-04 14:05:07 +00:00
Peter Stephenson
372e84dc5b 3.1.9-dev-6 2000-09-04 10:52:02 +00:00
Bart Schaefer
3669415d56 Fix colors. 2000-09-04 10:15:25 +00:00
Bart Schaefer
07c0b1a306 Fix 12722. 2000-09-04 07:21:57 +00:00
Bart Schaefer
f23e444392 Fix zrecompile. 2000-09-03 22:14:26 +00:00
Clint Adams
6dd5fc9cef 12728: man -l / --local-file completes _files 2000-09-03 21:45:37 +00:00
Bart Schaefer
f1135dfd5f Fix helpfiles. 2000-09-03 05:22:59 +00:00
Bart Schaefer
ac9d17a597 Fix reporter. 2000-09-02 21:17:40 +00:00
Andrew Main
960728aad2 12722: [##base] for output base selection without a base prefix 2000-09-02 17:09:28 +00:00
Bart Schaefer
8a34b7be69 Fix allopt. 2000-09-02 04:50:07 +00:00
Clint Adams
91914bdd49 12720: replace _files with _path_files for two instances in _dpkg 2000-08-31 06:12:58 +00:00
Peter Stephenson
942009eb9f 12719: quoting arrays in vared with real backslashes 2000-08-29 20:27:47 +00:00
Sven Wischnowsky
f4f38507e5 fix for unbalanced calls to {push,pop}heap in docomplete()/get_comp_string() (12717) 2000-08-29 08:20:59 +00:00
Bart Schaefer
84fd4cb6e6 Fix email address 2000-08-29 06:36:43 +00:00
Bart Schaefer
968c9f5f99 12716: Document and index REPLY/reply paramters properly. 2000-08-29 06:35:39 +00:00
Sven Wischnowsky
a8c7d3c0ee fix for `function' without names (12710) 2000-08-28 07:04:34 +00:00
Oliver Kiddle
b8d2c8e6de new AIX specific completion function (12708) 2000-08-27 16:55:59 +00:00
Sven Wischnowsky
989faba588 complete compressed files for gv; improve results from _pspdf (12692) 2000-08-23 08:27:01 +00:00
Sven Wischnowsky
0992bff14c use return value (12682) 2000-08-21 08:01:45 +00:00
Oliver Kiddle
99c105df9e enhance _zmodload to use _arguments (12677) 2000-08-18 17:21:57 +00:00
Peter Stephenson
f008eb8531 Src/.cvsignore fix for Windows resources and icon 2000-08-16 13:34:54 +00:00
Peter Stephenson
c0ab630768 pws/Andrej: 12594, 12661: Windows resources and icon 2000-08-16 13:23:37 +00:00
Peter Stephenson
505a3e3a30 12658: cscope ignorance 2000-08-16 10:44:08 +00:00
Sven Wischnowsky
5821e7ef16 make $modules report aliases correctly (12654) 2000-08-16 09:25:39 +00:00
Sven Wischnowsky
00eb6e8a25 remove unnecessary local 2000-08-16 07:16:12 +00:00
Peter Stephenson
7ffa89ea7d 12650: don't show aliased modules if there aren't any 2000-08-15 17:06:09 +00:00
Bart Schaefer
934dd1c694 12652: Variable scoping problem. 2000-08-15 16:53:08 +00:00
Sven Wischnowsky
0352b80797 call ps only once and be more intelligent when finding the PIDs (12640) 2000-08-15 09:31:18 +00:00
Sven Wischnowsky
a070f9bb56 small improvement to allow lists where the pid is not in the first column (12635) 2000-08-15 08:32:25 +00:00
Bart Schaefer
c88d3a57cf Andrej, 12623: Fix dynamic linking for cygwin. 2000-08-15 05:13:40 +00:00
Bart Schaefer
7a38b670a7 12621: Avoid bad free. 2000-08-14 16:54:04 +00:00
Bart Schaefer
ba14d4e1ee Andrej, 12620: Fix up mmap tests. 2000-08-14 16:46:18 +00:00
Bart Schaefer
a36e56b5e1 12614 and 12617. 2000-08-14 15:47:24 +00:00
Sven Wischnowsky
b97dd45909 missing mod_export (12613) 2000-08-14 12:53:17 +00:00
Sven Wischnowsky
90c6d73b56 make all builtins in computil test if they were called from a completion function (12610) 2000-08-14 08:16:45 +00:00
Bart Schaefer
135b181aa6 12604: Remove calls to zpathmax(), minor fixes to zopenmax(). 2000-08-14 07:30:28 +00:00
Bart Schaefer
f9cda7964f 12601: Tweak --enable-cflags et al. 2000-08-14 04:46:28 +00:00
Peter Stephenson
7102a4696c 12598: configure takes --enable-cflags=... etc. arguments 2000-08-11 18:27:04 +00:00
Bart Schaefer
78526bb0c7 12596: Update INSTALL for module aliasing changes. 2000-08-11 17:53:44 +00:00
Sven Wischnowsky
4f13bbd654 fixes for completion in math contexts (12592) 2000-08-11 12:19:35 +00:00
Peter Stephenson
1fbdfe14e7 3.1.9-dev-5 2000-08-11 10:17:44 +00:00
Oliver Kiddle
29255612ee Minor documentation fixes (12585) 2000-08-10 23:06:42 +00:00
Oliver Kiddle
5b04efd73c add -g option to _parameters to restrict type of parameters completed (12583) 2000-08-10 21:12:03 +00:00
Peter Stephenson
432c0af097 12582: improved first argument for is-at-least 2000-08-10 16:53:00 +00:00
Peter Stephenson
f6ecbb7f4d 12581: C_BASES option 2000-08-10 16:19:11 +00:00
Oliver Kiddle
4239b1243a new completion for read builtin (12578) 2000-08-09 21:20:37 +00:00
Clint Adams
cb89544d32 12568: check sysconf(_SC_OPEN_MAX) if available instead of OPEN_MAX/NOFILES. 2000-08-08 14:57:02 +00:00
Sven Wischnowsky
3bca186819 handle the right option in strings with multiple single-letter options (and correctly handle its argument) (12567) 2000-08-08 12:11:42 +00:00
Sven Wischnowsky
5c90cf1a51 more fixes for completion of special characters (quoting) (12565) 2000-08-08 10:32:47 +00:00
Peter Stephenson
40e4f4c40b unposted: Remove Src/Aliases stuff and remove aliased modules from xmods.conf 2000-08-08 09:28:26 +00:00
Peter Stephenson
33d4db61ca 12561: Completion/Builtins/_zmodload, Doc/Zsh/builtins.yo,
Src/builtin.c, Src/module.c, Src/zsh.h: aliases for modules
done internally via `zmodload -[AR]'
2000-08-08 09:20:44 +00:00
Bart Schaefer
72f4ec6b76 users/3358: Zero shout when closing SHTTY in subshells. 2000-08-08 02:38:35 +00:00
Bart Schaefer
1d2948c2da 12549: Typo in 12547. 2000-08-05 09:51:19 +00:00
Bart Schaefer
1859bb2d0a 12548: Tweak 12547. 2000-08-05 06:52:14 +00:00
Bart Schaefer
1ff8518b16 12547: Handle ENOENT and ENOTDIR in zpathmax(). 2000-08-05 05:59:53 +00:00
Clint Adams
45ffc3b6c8 12541: zrealpath wrapper around realpath() 2000-08-05 01:30:19 +00:00
Clint Adams
971f7c0a19 12533: pathconf() without tail in mkdir 2000-08-04 14:58:05 +00:00
Sven Wischnowsky
8e740b7044 remove (wrong) test for linked-in modules in require_module() (12525) 2000-08-04 07:53:25 +00:00
Bart Schaefer
22cbf1b271 15216: Rewrite pathconf() support. 2000-08-04 07:09:12 +00:00
Sven Wischnowsky
55b07cb525 quoting 2000-08-03 13:35:43 +00:00
Peter Stephenson
5d0ef3096c 12501: Andrej: use zgetenv, zputenv 2000-08-03 13:10:11 +00:00
Sven Wischnowsky
d86e25ef2e small fix for `read -r' doc (12497) 2000-08-03 11:34:01 +00:00
Sven Wischnowsky
7bf1f0292d one more problem with quoting of glob characters in filename completion (12496) 2000-08-03 11:12:30 +00:00
Sven Wischnowsky
a23d39ce38 make binding of ^D be used in first column if ignoreeof is set and ^D is bound to a shell function widget (12494) 2000-08-03 07:51:53 +00:00
Peter Stephenson
4f1aa826f5 Andrej: Dynamic loading on cygwin 2000-08-02 18:01:51 +00:00
Clint Adams
de7b6730bc 12489: pathconf for unlimited fs 2000-08-02 14:20:41 +00:00
Clint Adams
30e35ee2ed 12472: limited pathconf support 2000-08-02 13:54:17 +00:00
Adam Spiers
fd15ea0fb5 12486: new completion caching layer 2000-08-02 13:45:51 +00:00
Sven Wischnowsky
b2aebcad02 if compcontext is an assoc, the keys are the completions and the values are their descriptions (12483) 2000-08-02 10:36:19 +00:00
Sven Wischnowsky
eabfc368bd prefer user-defined specs over ones derived from --help output (12475) 2000-08-02 09:09:54 +00:00
Sven Wischnowsky
3bcf15bf23 new completion function for slrn (12463) 2000-08-01 12:31:36 +00:00
Sven Wischnowsky
81fc1bf26c fix for automatically recognised options, don't expect an argument after each of them (12462) 2000-08-01 11:20:59 +00:00
Sven Wischnowsky
18772af412 remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves (12453) 2000-08-01 08:26:39 +00:00
Sven Wischnowsky
3896f72f4d make $compcontext more powerful and easier to use for simple cases (12449) 2000-08-01 07:18:43 +00:00
Peter Stephenson
4f9ff8206b Add compaudit to .distfiles; 3.1.9-dev-4 2000-07-31 09:34:37 +00:00
Sven Wischnowsky
9bc05a5aa5 isalpha() -> ialpha(); avoid a compiler warning (12439) 2000-07-31 08:12:16 +00:00
Sven Wischnowsky
a2f2ae4f5a clarify manual for menu style; select= and yes= may be given both a number and one of the long* values at the same time (12438) 2000-07-31 08:06:37 +00:00
Andrew Main
84b04a8728 12436: Doc/Zsh/invoke.yo, Src/init.c: Make -b behave like
the csh -b, permitting more options to be stacked after it and
take effect.  Make -b take effect depending on SH_OPTION_LETTERS,
consistent with all the other single-letter options, rather than
having a clashing check of emulation type.
2000-07-30 19:18:13 +00:00
Andrew Main
9743c19d61 12434: Doc/Zsh/invoke.yo, Src/init.c, Src/options.c, Src/zsh.h,
Src/zsh.mdd: Allow options to be specified on the zsh command line
in the form of GNU-style long options.  Also handle --version
and --help.  Do not permit extra option letters to be stacked
after `-whatever-' (they used to be ignored).  Exit if the
command line specifies an option name that doesn't exist.
2000-07-30 17:03:52 +00:00
Bart Schaefer
b7c6421796 The `wait' builtin accepts only PIDs it can find in the job table. 2000-07-28 16:35:47 +00:00
Peter Stephenson
7697f6134f 12421: extra tab in Makemod.in.in 2000-07-28 10:13:25 +00:00
Peter Stephenson
4a5882eeb3 12411, 12419: Andrej: environment handling with fewer assumptions 2000-07-28 09:10:35 +00:00
Peter Stephenson
19b4ca246a 12415: fix bug in last patch when quoting metafied field separator. 2000-07-27 22:02:45 +00:00
Peter Stephenson
0aee5e1bb4 12414: vared quotes separators when editing arrays 2000-07-27 17:48:47 +00:00
Sven Wischnowsky
31862868fa fix completion test (55*) because of 12394 (12408) 2000-07-27 13:06:18 +00:00
Sven Wischnowsky
3343c75efd fix a bug that started menu selection too often; fix bug for `yes=long' and document it (12405) 2000-07-27 10:59:43 +00:00
Sven Wischnowsky
d3ceb5e0eb compdescribe shouldn't use the sets after failed initialisation 2000-07-27 08:32:02 +00:00
Bart Schaefer
8ffa3c17cf Detect autoloadable functions properly in zed. 2000-07-27 08:14:54 +00:00
Sven Wischnowsky
97a345de50 don't hide possible completions if there is only one and at the same time messages are shown (12394) 2000-07-27 07:25:07 +00:00
Adam Spiers
07f5680abb -e, -I, -m and -M parameters can be specified multiple times 2000-07-26 19:48:34 +00:00
Peter Stephenson
dbf48f330a Andrej/pws: 12381: tgetent accepts NULL test, cygwin, Windows 2000 2000-07-26 10:09:47 +00:00
Bart Schaefer
79208f1d01 Fix an incorrect article attribution. 2000-07-26 09:48:02 +00:00
Bart Schaefer
714efe5ff9 Enable the insert-tab style in zed. 2000-07-26 09:24:24 +00:00
Bart Schaefer
f303f2ea63 Belatedly fold in 12162, to replace command subst with eval. 2000-07-26 09:16:13 +00:00
Bart Schaefer
04aaf1cd7f Move compinit security checks into compaudit. 2000-07-26 08:54:58 +00:00
Sven Wischnowsky
e7f9104711 make _arguments --' use specs after the --' even for options not described in the help output to get arguments (12378) 2000-07-26 08:44:13 +00:00
Sven Wischnowsky
f90992ec31 allow _value:<assoc> functions to override completion for all keys of an assoc (3337) 2000-07-26 08:16:39 +00:00
Oliver Kiddle
b758c10726 use mhpath and mhparams commands instead of guessing directories (12356) 2000-07-24 20:32:56 +00:00
Sven Wischnowsky
0e8c318b8e optimisations for _multi_parts (12354) 2000-07-24 12:52:41 +00:00
Clint Adams
36052b318b 12347: 3 mutt options are repeatable 2000-07-22 04:39:46 +00:00
Sven Wischnowsky
6585bea1fb fix parsing of `time' without a command (12337) 2000-07-21 07:50:07 +00:00
Wayne Davison
ea8d99e102 Tweaked a function name in hist.c. 2000-07-20 17:06:56 +00:00
Wayne Davison
fb4e11bb15 Put reordered log entry back and corrected the date. 2000-07-20 16:56:02 +00:00
Chmouel Boudjnah
0ebef10483 Reorder the changelog. 2000-07-20 16:21:47 +00:00
Peter Stephenson
100f25b97f 12239: prefer curses to termcap on solaris 2000-07-20 16:17:57 +00:00