summaryrefslogtreecommitdiff
path: root/shells/zsh
AgeCommit message (Collapse)AuthorFilesLines
2001-09-23Don't hardcode package version number into package lists.tron3-403/+402
2001-09-23Remove redundant "@dirrm" commands from "PLIST.dynamic" and reordertron2-6/+3
multiple package list so that deinstallation works smoothly.
2001-09-23Fix oversights in last commit.tron1-2/+2
2001-09-23Make modifications of "/etc/shells" robust so that they don't fail if thetron1-2/+2
last entry is removed.
2001-09-23Make modifications of "/etc/shells" robust so that they don't fail iftron1-2/+3
"/etc/shells" doesn't exist or is empty after removing entries for cerntain shell. These problems show up e.g. under SunOS.
2001-07-23Update zsh to 4.0.2. PR 13538 by Eric Gillespie Jr.nra6-451/+409
This is a maintenance release for the (stable) 4.0 branch. Most of the changes are bug fixes, including a fix for a bug which caused the test suite to fail. On fully supported systems, all tests should now pass. There is one new feature: the option KSH_TYPESET provides compatibility with other shells for assignment arguments of `typeset', `export' and related builtins.
2001-06-20Add a patch from Rafal Boni <rafal@mediaone.net> to recognize mipsebjtb2-1/+30
as a valid architecture. PR pkg/13200.
2001-06-06compinstall isn't really a builtin function, one needs to autoload it.jtb1-3/+3
2001-06-05Install the NEWS and FAQ files. Add a short message regarding changesjtb3-2/+21
for this version. Based on suggestions by Geoff Wing <gcw@zsh.org> on tech-pkg.
2001-06-05zsh-4.0.1 is a stable release so should be in shells/zsh instead of zsh4.jtb8-90/+465
Pass --disable-dynamic to configure. Correct homepage. Remove a mirror. Addresses some issues by Geoff Wing <gcw@zsh.org> raised on netbsd-bugs.
2001-06-05Update ftp sites URLs. Noted by Geoff Wing.wiz1-7/+6
2001-04-18move to sha1 digests, and add distfile sizes.agc1-1/+2
2001-04-17+ move the distfile digest/checksum value from files/md5 to distinfoagc3-9/+7
+ move the patch digest/checksum values from files/patch-sum to distinfo
2001-04-17Remove dead mirror from master site list.tron1-3/+2
2001-04-16Update zsh to 3.0.8zuntum2-4/+4
Changelog: 2000-05-15 Bart Schaefer <schaefer@zsh.org> * Src/version.h: Version 3.0.8 released. * Etc/MACHINES: Add note for OpenStep 4.2 from Brian Boonstra. * Etc/FAQ: Latest version from PWS. * Src/utils.c: Fix for ${(s::)...} when parameter value has meta-characters; Sven, 11368. 2000-05-12 Bart Schaefer <schaefer@zsh.org> * Etc/BUGS: Make note of the numeric range globbing bug reported by Zefram in 10444 (requires too many other changes to fix now). * Etc/NEWS: Note change in character ranges in globbing. 2000-05-11 Bart Schaefer <schaefer@zsh.org> * Src/builtin.c, Src/params.c: "typeset -U" updates exported colon-arrays; PWS, 11314. * Src/jobs.c: In setprevjob(), skip jobs with either the STAT_NOPRINT or STAT_SUBJOB bits set, as suggested in zsh-workers/10005. 2000-04-30 Bart Schaefer <schaefer@zsh.org> * Src/glob.c: Disable locale-sensitive character ranges; sorting is still done by locale. This is the 3.1.7 behavior. * Src/builtin.c: Since "read -q" always reads from the tty, always write the prompt to the tty. Adapted from Sven, 10727. 2000-03-08 Bart Schaefer <schaefer@zsh.org> * Src/utils.c, configure, configure.in, config.h.in: Silence linker warnings on FreeBSD by using _mktemp() when available. 2000-02-29 Bart Schaefer <schaefer@zsh.org> * Doc/zsh.texi: Silence a couple of warnings. 2000-02-28 Bart Schaefer <schaefer@zsh.org> * Src/init.c, Src/params.c: Silence some harmless compiler warnings; Sven, 9905. * Src/exec.c: Fix problem with handling of errflag that caused push-line-or-edit to fail when used within a here-document; Sven; 9900 and 9903. * Etc/NEWS: Note minor new features and configuration changes. 2000-02-27 Bart Schaefer <schaefer@zsh.org> * Src/builtin.c: Fixes to `vared', particularly when run from a subshell; adapted from PWS, 7308, and Sven, 8591. * configure.in, configure, acconfig.h, config.h.in, Src/prototypes.h: Add test for mknod() prototype, per bug report from Olivier Delemar. * Src/exec.c, Src/globals.h, Src/init.c, Src/builtin.c: Fix improper redirection of xtrace output; unlock terminal device on Solaris as per zsh-workers/5118; misc. insignificant typos. 2000-02-23 Bart Schaefer <schaefer@zsh.org> * config.sub: Handle the latest Alpha hardware type; Sven, 9840. 2000-02-16 Bart Schaefer <schaefer@zsh.org> * Src/subst.c: Better quoting behavior for ${(e)...} substitutions; from Sven, 9763. 2000-02-15 Bart Schaefer <schaefer@zsh.org> * Src/signames.awk: Missing newline. * Src/jobs.c, Src/signames.awk: Wrap signal message array derefs in a macro to avoid segfaults in the event we receive an unrecognized signal. 2000-02-13 Bart Schaefer <schaefer@zsh.org> * configure.in, configure: Import the 3.1.6 signal.h (or equivalent) detection code. * Etc/MACHINES: Mention potential resource.h problem on Linux. 2000-02-12 Bart Schaefer <schaefer@zsh.org> * Src/init.c: Redo the way we attach to the tty in init_io() to avoid competing with our parent on systems that don't prevent TTY ioctl()s from background jobs. 2000-02-06 Bart Schaefer <schaefer@zsh.org> * Src/builtin.c: Clear the PM_UNSET flag from the `pm' structure before setting the parameter; PWS, 9582. 2000-02-03 Bart Schaefer <schaefer@zsh.org> * Src/utils.c: Interrupt read1char() when any of the usual shell loop control flags becomes set (e.g. by a trap handler); Sven, 9522. * Src/exec.c: A different reformulation of 9345; based on Sven, 9503 and 9521. 2000-01-29 Bart Schaefer <schaefer@zsh.org> * Src/globals.h: Add a missing EXTERN. * Src/globals.h, Src/jobs.c, Src/zsh.h, Src/builtin.c, Src/exec.c: Fixes for suspending/restarting subshells; adapted from Sven, 9345. 2000-01-12 Bart Schaefer <schaefer@zsh.org> * Src/loop.c: Fix behavior of "select" loops with respect to reading stdin; adapted from PWS, 9295. 2000-01-08 Bart Schaefer <schaefer@zsh.org> * Src/loop.c: Using a negative count with the "repeat" construct should not loop. Adapted from Sven, 9188. 1999-12-12 Bart Schaefer <schaefer@zsh.org> * Src/exec.c: Don't try to suspend/resume loops and other shell constructs as separate processes when the parent shell is not doing job control in the first place. 1999-11-25 Bart Schaefer <schaefer@zsh.org> * Src/lex.c: Fix off-by-one line number when reporting unmatched cshjunkiequote errors. 1999-11-24 Bart Schaefer <schaefer@zsh.org> * Src/signals.c: Just for sanity, be sure not to SIGHUP ourself when already exiting. 1999-10-25 Bart Schaefer <schaefer@zsh.org> * Src/system.h, Src/hashtable.h, Src/init.c, Src/params.c, INSTALL, acconfig.h, configure.in, configure, config.h.in: Configure option to disable setlocale() support, and also do a linkage test for it rather than simply test for the LC_ALL constant; adapted from Zefram, 8372, by Tatsuo Furukawa. 1999-10-24 Bart Schaefer <schaefer@zsh.org> * Makefile.in: Don't bother trying to enumerate all the files in the ftp-dist tar, just pack up the whole zsh-$(VERSION) directory. The enumeration caused files in subdirectories to be included twice by tar. 1999-10-23 Bart Schaefer <schaefer@zsh.org> * Src/zle_misc.c, Doc/zshparam.man: Add the %L prompt token, for the value of SHLVL, as in 3.1.6; thanks to Phil Pennock <phil@PsiDev.net> for pointing out this inconsistency. 1999-10-22 Bart Schaefer <schaefer@zsh.org> * Src/mem.c: Fix a couple of typos in comments. 1999-10-19 Bart Schaefer <schaefer@zsh.org> * Src/utils.c: Remove redundant variable decls; noted by Albert Chin in 8327. * Src/builtin.c: Tweak whitespace in string constant. * Src/builtin.c: Recognize "maxpthreads" limit as noted by Albert Chin in private mail; also arrange to print the "sockbufsize" limit in "ulimit -a". * Src/rlimits.awk: Recognize "maxpthreads" limit as noted by Albert Chin in private mail.
2001-04-09ZSH_STATIC can be defined in /etc/mk.conf instead of editing the Makefile.jtb1-3/+6
2001-02-17Update to new COMMENT style: COMMENT var in Makefile instead of pkg/COMMENT.wiz2-2/+2
2000-01-08Correct master site list as suggested by Geoff C. Wing in PR pkg/9138.tron1-6/+5
2000-01-06upgrade to 3.0.7, the latest releasewindsor7-44/+35
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc1-2/+2
1999-07-09Add package patch checksum files.agc1-0/+6
1999-02-26Update MASTER_SITES and HOMEPAGE like suggested in pr 7032 by Geoff C. Wing.frueauf1-7/+7
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv1-3/+3
1998-08-20The Grand Homepagification:tsarna1-1/+2
- New, optional Makefile variable HOMEPAGE, specifies a URL for the home page of the software if it has one. - The value of HOMEPAGE is used to add a link from the README.html files. - pkglint updated to know about it. The "correct" location for HOMEPAGE in the Makefile is after MAINTAINER, in that same section.
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc4-0/+8
1998-06-22Update package Makefiles for automatic manual page handling.agc1-3/+1
1998-05-09Mostly cosmetic changes to shut up portlint. Little bugfix for apache.frueauf1-2/+1
1998-04-22Fix INFO_FILES definitions to match the commands in bsd.pkg.mkagc1-2/+2
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+2
1998-04-17Introduce USE_GTEXINFO and INFO_FILES definitions to bsd.pkg.mk, and use them.agc1-11/+2
1998-04-15Use the bsd.pkg.mk and bsd.pkg.subdir.mk files in the pkgsrc tree.agc1-7/+2
Remove redundant (and sometimes erroneous) comments.
1998-04-14Update of "/etc/shells" on "make install" didn't work.tron1-1/+2
1998-02-24"/etc/shells" was updated only by "pkg_add" but not by "make installe".tron1-1/+3
1998-01-24portlint: use our install-infohubertf1-2/+3
1998-01-24portlint: fix RCS Id, move lines, use cmd macroshubertf1-8/+8
1998-01-01Close PR 4760 by Matthias Scheler as suggested.hubertf1-0/+11
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-24Add NetBSD RCS Id.agc1-0/+7
Add NetBSD dependency on gtexinfo
1997-10-24Remove info file munging from PLIST - it's done in the packageagc1-3/+0
Makefile.
1997-10-24Initial import of FreeBSD's shells ports category into NetBSD packageagc8-0/+115
system.