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

1094 Commits

Author SHA1 Message Date
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
Bart Schaefer
465eeb39c5 12617: Use AC_FUNC_MMAP. 2000-08-14 15:46:53 +00:00
Bart Schaefer
0570841e95 Andrej, 12614: DLL is a shared library suffix. 2000-08-14 15:46:17 +00:00
Bart Schaefer
825a1baf7c Andrej, 12614: Clean zpty module after testing. 2000-08-14 15:45:43 +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 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