1
0
mirror of git://git.code.sf.net/p/zsh/code synced 2024-10-03 17:31:33 +02:00
Commit Graph

1019 Commits

Author SHA1 Message Date
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 zsh-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
5851a32681 add -g option to _parameters to restrict type of parameters completed (12583) 2000-08-10 21:22:25 +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
Peter Stephenson
c66544a86b 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:13:36 +00:00
Bart Schaefer
72f4ec6b76 users/3358: Zero shout when closing SHTTY in subshells. 2000-08-08 02:38:35 +00:00
Peter Stephenson
a021f6329b 12555: fix static linking on cygwin 2000-08-07 17:17:05 +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
aa13d7075f *** empty log message *** 2000-08-01 12:32:27 +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
d109322359 remove tests for kshautoload (use zcompile -z); fix for setting scriptname for functions that redefine themselves 2000-08-01 08:27:18 +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
cd2984fb66 make $compcontext more powerful and easier to use for simple cases 2000-08-01 07:19:15 +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 zsh-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