1
0
Fork 0
mirror of git://git.code.sf.net/p/zsh/code synced 2025-10-13 11:21:13 +02:00
Commit graph

1251 commits

Author SHA1 Message Date
Oliver Kiddle
dd1818408f add completion for sysctl(8) (15215, 15223) 2001-07-03 16:37:35 +00:00
Bart Schaefer
4b66cd7682 Remove references to FUNCINST_MK. 2001-07-03 05:58:41 +00:00
Oliver Kiddle
3dc6f517f2 fix IRIX 5.3 specific compilation problems and some error messages (15204) 2001-07-02 11:24:39 +00:00
Bart Schaefer
a591ac043b Reset errflag after executing precmd. 2001-06-30 18:30:07 +00:00
Clint Adams
3dd6406442 Bart15083: bash-backward-kill-word 2001-06-29 17:41:32 +00:00
Andrey Borzenkov
7bd0289820 15183: fix DLLD in non-ELF case 2001-06-29 15:48:45 +00:00
Bart Schaefer
c1e68c35a2 Wayne's prepnexthistent fix for HIST_TEMPSTORE. 2001-06-29 05:51:08 +00:00
Clint Adams
80c9e0d083 15079: last(1) completion 2001-06-28 18:03:26 +00:00
Peter Stephenson
5f5b945ae4 15160: install zsh.html if generated 2001-06-28 17:08:19 +00:00
Oliver Kiddle
05f5f66fa6 update from test file renaming and fix typos 2001-06-28 11:19:19 +00:00
Oliver Kiddle
fe1623d5c0 fix for two digit display numbers and -encodings option 2001-06-28 11:14:53 +00:00
Peter Stephenson
b971466643 enable-sitefndir -> enable-site-fndir 2001-06-27 21:59:37 +00:00
Sven Wischnowsky
fbccda6ab4 (user/3946) 2001-06-26 09:06:10 +00:00
Bart Schaefer
563fbed02c More merges: 14973,14976, and some whitespace. 2001-06-26 06:01:47 +00:00
Peter Stephenson
cbf4467015 Updated FAQ.yo from latest posting. 2001-06-25 20:39:40 +00:00
Peter Stephenson
9601d8e35b Version zsh-4.0.2 2001-06-25 16:43:48 +00:00
Peter Stephenson
1aeee2af62 Add _autocd to .distfiles 2001-06-25 16:32:21 +00:00
Bart Schaefer
6e01a977cc Merge a few more dev changes before 4.0.2. 2001-06-25 16:10:59 +00:00
Sven Wischnowsky
19cfee56c9 (users/3940) 2001-06-25 09:33:26 +00:00
Andrey Borzenkov
2e54ff7652 15021: revert old %l; add %y instead 2001-06-22 11:41:32 +00:00
Bart Schaefer
d908792fd4 Completion for AUTO_CD. 2001-06-21 10:11:45 +00:00
Bart Schaefer
c8f71a2dfa Fix exit status of compdef. 2001-06-21 09:24:17 +00:00
Bart Schaefer
d930213c90 Fix "insert-tab pending" zstyle. 2001-06-20 17:41:53 +00:00
Peter Stephenson
7433804f19 14988/14989: avoid name of saved special being trashed 2001-06-20 11:04:22 +00:00
Bart Schaefer
d1fa8106b4 Merge assorted fixes from the development version. 2001-06-18 17:40:52 +00:00
Sven Wischnowsky
619d2d4b64 14962 2001-06-18 09:55:43 +00:00
Peter Stephenson
bf65f3288b more handler -> zhandler 2001-06-18 09:30:52 +00:00
Andrey Borzenkov
82b69811f3 unposted: sh_cv_sys_dynamic_broken -> zsh_cv_shared_environ for AIX
(forgot to change it)
2001-06-18 09:01:17 +00:00
Sven Wischnowsky
b6647cd1f3 14951 2001-06-18 07:38:35 +00:00
Peter Stephenson
449d402a42 autoload zftp helper functions in _zftp if necessary 2001-06-14 20:00:34 +00:00
Oliver Kiddle
8c8f1c166b don't complete read-only parameters on the left side of an assignment (14896) 2001-06-13 17:44:43 +00:00
Sven Wischnowsky
d6629f38e2 *** empty log message *** 2001-06-13 14:05:30 +00:00
Peter Stephenson
4f17e281ba mod_export handler 2001-06-13 11:51:15 +00:00
Sven Wischnowsky
d814470042 *** empty log message *** 2001-06-13 11:08:54 +00:00
Wayne Davison
874a12ae7a 14793 2001-06-13 10:20:42 +00:00
Wayne Davison
1d03e73694 Don't mark a HIST_TMPSTORE entry with HIST_OLD so that the HFILE_FAST
algorithm in savehistfile() will recheck this histnum later.
2001-06-13 10:20:09 +00:00
Andrey Borzenkov
63d5688046 14766: uniform %l substitution 2001-06-13 10:16:31 +00:00
Peter Stephenson
a05f98a687 Fix assignment problems spotted by Bart 2001-06-13 09:28:06 +00:00
Peter Stephenson
33a63ae46c Document PATH_DIRS behaviour 2001-06-11 10:42:52 +00:00
Clint Adams
00cb279277 14830: new config.guess and config.sub 2001-06-10 11:39:07 +00:00
Andrey Borzenkov
4ec7323272 14772: David Lebel <lebel@lebel.org>: patch for dynamic linking on OpenBSD 2001-06-06 17:12:34 +00:00
Andrey Borzenkov
b94aaa20e3 14679, Bart 14693, 14758, 14760: autoconf-2.50 changes 2001-06-06 15:21:42 +00:00
Sven Wischnowsky
ee86ac36a4 14733, 14736 2001-06-06 11:04:48 +00:00
Peter Stephenson
b82223f9f6 Relabel as 4.0.1-dev-0 2001-06-04 09:21:48 +00:00
Tanaka Akira
afe0e139c8 zsh-workers/10250 2000-03-26 07:25:43 +00:00
Tanaka Akira
3a69ea87be zsh-workers/10243 2000-03-25 18:07:38 +00:00
Tanaka Akira
7e2d72fff4 zsh-workers/10242 2000-03-25 18:04:48 +00:00
Tanaka Akira
d8f7030273 zsh-3.1.6-dev-20 2000-03-25 00:21:44 +00:00
Tanaka Akira
d770c43f14 zsh-workers/10236 2000-03-24 18:39:35 +00:00
Tanaka Akira
6e26b4c8b8 zsh-workers/10234 2000-03-24 13:34:17 +00:00