Commit Graph

17 Commits

Author SHA1 Message Date
lebel
5f1b5387d0 add http://www.zsh.org/pub/ to the list of MASTER_SITES; from todd@ 2001-12-04 14:43:47 +00:00
lebel
cb2d5a8e87 update zsh/stable to 4.0.4:
--
This is a maintenance release of the stable 4.0 series. A large number
of small bugfixes have been made covering the whole shell. There are
very few user-visible changes, mostly minor enhancements to the
completion function system.
2001-11-18 18:24:19 +00:00
lebel
e75a2bf249 don't use /tmp/zsh for TMPPREFIX in regress. found by fries@ 2001-10-24 15:51:02 +00:00
lebel
d4efe91453 allow target regress w/o being root 2001-10-24 15:25:46 +00:00
naddy
229904c4e2 remove leading "the" from COMMENT 2001-09-09 18:14:51 +00:00
lebel
d20d8b69d1 new patches to zshconfig_ac to build modules under ELF archs.
thanks brad@
2001-09-07 02:11:47 +00:00
lebel
bcac3f2046 only try to remove lib/zsh directories when loadable modules are installed.
thanks wilfried@
2001-09-06 13:02:04 +00:00
lebel
b8a6a03851 fix a small buglet in the OpenBSD-ified version of _find 2001-07-05 17:22:13 +00:00
lebel
bac74c0087 OpenBSD-ify the command completion definition for find;
from Sebastian Stark <seb@todesplanet.de>
2001-07-02 17:09:55 +00:00
lebel
aa66078700 update zsh/stable to 4.0.2:
- there is still a unknown bug on sparc in the way * is expanded; I'm working
  to fix this.
2001-07-01 15:43:40 +00:00
lebel
c8a43ccfe0 some updates to zsh/stable:
- fix Completion/BSD/Command/_bsd_pkg so its more suitable under OpenBSD
- fix linking of .so, since we prefer "${CC} -shared -fPIC" to "ld -Bshareable".
  This patch was sent to zsh authors and it will be part of the next stable
  release.
2001-06-08 14:52:33 +00:00
lebel
6e2440eb8a unbreak FLAVOR=static packaging 2001-06-05 18:46:34 +00:00
lebel
8335840edf remove the sub-package -modules. if it's not installed, basic features wont be
available, like zle, compctl, etc...  It is now part of the main package.
2001-06-05 16:34:41 +00:00
brad
ef4993f2e8 USE_BZIP2 is deprecated, use EXTRACT_SUFX instead. 2001-06-03 15:42:38 +00:00
lebel
c0ba28dd9c update zsh/stable to 4.0.1:
- add two new sub-packages, -modules and -zftp which adds dynamically
  loadable modules and an embedded ftp client to zsh.
- static FLAVOR disable all dynamic modules and link statically zsh.

Otherwise:

Zsh is a UNIX command interpreter (shell) which of the standard shells
most resembles the Korn shell (ksh), although it is not completely
compatible.  It includes enhancements of many types, notably in the
command-line editor, options for customizing its behaviour, filename
globbing, features to make C-shell (csh) users feel more at home and
extra features drawn from tcsh (another custom shell).

checked by naddy@

WWW: http://www.zsh.org/
2001-06-03 01:01:36 +00:00
lebel
0ce449e852 cleanup zsh/stable and snapshot patches. 2001-05-10 19:50:28 +00:00
lebel
e08405c5af - reorg shells/zsh and shells/zsh-devel into zsh/stable and zsh/snapshot.
- update shells/Makefile
- OK'ed by naddy@
2001-05-10 19:42:32 +00:00