Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2013-05-10 | Fix zsh cross-build on NetBSD. | riastradh | 6 | -9/+302 | |
Patch it up to use compile-tests rather than run-tests in autoconf for many of its tests (OS-independently). Teach it about the few remaining properties for NetBSD in particular. ok agc | |||||
2013-04-06 | "Each sed command should appear in an assignment of its own." | rodent | 1 | -6/+5 | |
2013-03-28 | Fix default SunOS packaging. | jperkin | 1 | -2/+2 | |
2013-03-22 | As jperkin@ has used an "ugly hack" to fix solaris packaging, the same | sbd | 1 | -3/+3 | |
ugly hack can be used to fix the same problem on Linux. | |||||
2013-02-22 | Use -shared instead of -G on SunOS. | jperkin | 2 | -3/+12 | |
Fixes 64-bit package. | |||||
2013-02-18 | Ugly hack to fix Solaris packaging. Fixing this properly involves | jperkin | 1 | -2/+2 | |
rewriting this entire package, and I've not yet had time to test my proposed rewrite on enough platforms, so this will do for now. | |||||
2013-01-03 | Update to 5.0.2 | ryoon | 12 | -261/+18 | |
Changelog: Changes since 5.0.0 ------------------- Numeric constants encountered in mathematical expressions (but not other contexts) can contain underscores as separators that will be ignored on evaluation, as allowed in other scripting languages. For example, 0xFFFF_FFFF, or 3.141_592_654. "functions -T" turns on tracing for the specified function(s) only, similar to "functions -t" except that tracing is turned off for any functions called from the specified one(s) that don't also have the -t or -T flag. In file completion, the recursive-files style can be set to an array of patterns to match against "$PWD/". In any matched location, it is possibly to complete files in arbitrarily deep subdirectories without needing to type the directory prefix. See example in the zshcompsys manual. The _user_expand completer now allows expansion functions in the user-expand files to return a string in REPLY that will be used to name the set of expansions returned. | |||||
2012-09-11 | "user-destdir" is default these days | asau | 1 | -3/+1 | |
2012-08-17 | Remove MESSAGE that was NEWS in 2001. | wiz | 1 | -11/+0 | |
2012-08-17 | Fix path to zsh in two more files, which are not installed. | wiz | 1 | -2/+4 | |
Ride PKGREVISION bump. | |||||
2012-08-17 | Better support for socket buffer size limits. | wiz | 4 | -16/+50 | |
Clean up env usage (not needed any longer). Bump PKGREVISION. | |||||
2012-08-17 | Add support for thread limits. | wiz | 8 | -9/+177 | |
From Peter Stephenson <Peter.Stephenson@csr.com> on zsh-workers. Bump PKGREVISION. | |||||
2012-08-17 | Mention that these patches have been integrated upstream. | wiz | 3 | -5/+11 | |
2012-08-16 | Remove unnecessary patches. These patches do not work anything. | ryoon | 3 | -27/+1 | |
Pointed out by wiz@. Thank you. | |||||
2012-08-16 | Add comments to patches. | wiz | 3 | -5/+15 | |
2012-08-16 | Fix build on NetBSD-5.99.40. | wiz | 3 | -1/+45 | |
Patch from Peter Stephenson <Peter.Stephenson@csr.com> on zsh-workers. | |||||
2012-08-16 | pkglint cleanup. | wiz | 2 | -9/+11 | |
2012-07-23 | * Fix PLIST with ZSH_STATIC=yes | ryoon | 1 | -52/+52 | |
Pointed out by tron@ in private e-mail. | |||||
2012-07-22 | Update to 5.0.0 | ryoon | 11 | -121/+328 | |
* PLIST.xattr is moved to Makefile.common * Patches are introduced from zsh-current Tested on NetBSD 6.99.8 and 5.1. Changelog: * Many improvements. In detail, see NEWS | |||||
2011-11-11 | Don't force -Wl,--whole-archive for NetBSD, it breaks the build with | joerg | 2 | -7/+10 | |
clang, which doesn't have a reason to disable it again. | |||||
2011-09-22 | INSTALL_UNSTRIPPED=yes for Darwin. | ryoon | 1 | -2/+3 | |
It is better workaround, I think. | |||||
2011-09-20 | Should be INSTALL_LIB instead of INSTALL_DATA. | ryoon | 1 | -2/+2 | |
It is mistake. | |||||
2011-09-20 | Add workaround to fix broken "make package" on Darwin 11.0.1. | ryoon | 1 | -1/+5 | |
2011-07-30 | Add "used by" lines. | ryoon | 1 | -1/+3 | |
2011-04-06 | * Add workaround for curses detection. | ryoon | 1 | -2/+3 | |
2011-04-05 | * Remove PLIST.DragonFly, now CHECK_BUILTIN.curses is used. | ryoon | 1 | -2/+10 | |
* Disable gdbm support explicitly. | |||||
2010-11-27 | Modify patches to buildable on NetBSD-5.1, NetBSD-5.99.40 and DragonFly-2.8.2. | obache | 3 | -28/+16 | |
2010-05-07 | Bump PKGREVISION to reflect the recent change in pkginstall/shells to use | jmmv | 1 | -2/+2 | |
etcutils to update /etc/shells. | |||||
2010-03-10 | Fix patches to pull in curses.h when needed. | roy | 3 | -65/+27 | |
Fixes PR pkg/42877. | |||||
2010-02-23 | Add $NetBSD$ | roy | 3 | -3/+7 | |
2010-02-09 | update master_sites | zafer | 1 | -2/+1 | |
2010-02-08 | USE > IS for builtins. | roy | 1 | -2/+2 | |
2010-02-07 | Fix compile on NetBSD with terminfo, pkg/42762. | roy | 4 | -12/+90 | |
2010-02-07 | Change HOMEPAGE to sourceforge's one (old one had been retired). | obache | 1 | -2/+2 | |
2009-06-14 | Use @pkgdir. | joerg | 1 | -2/+2 | |
2009-06-14 | Remove @dirrm entries from PLISTs | joerg | 1 | -10/+1 | |
2008-12-30 | DragonFly has ncurses too. | uebayasi | 1 | -2/+2 | |
2008-12-28 | Register extra shared objects used where ncurses exists. Hopefully fix PLIST | uebayasi | 2 | -11/+17 | |
errors reported by Takahiro Kambe (FreeBSD) and Aleksey Cheusov (Linux). No bump because nothing changes on NetBSD. | |||||
2008-12-23 | Fix interpreter paths. Patch provided by David Brownlee, thanks! | uebayasi | 1 | -1/+23 | |
2008-12-23 | zsh-roadmap.1 was missed. | uebayasi | 1 | -1/+2 | |
2008-12-22 | Bad uebayasi didn't know that user-destdir doesn't catch PLIST errors. | uebayasi | 2 | -5/+128 | |
2008-12-22 | - Avoid using lovely :?foo:bar syntax since netbsd-5's make(1) handles it | uebayasi | 2 | -23/+30 | |
oddly. Should fix build errors seen on netbsd-5. - Kill unused variables. | |||||
2008-12-22 | Garbage collect unused code. No functional changes. | uebayasi | 2 | -17/+11 | |
2008-12-21 | Update zsh to 4.2.7. | uebayasi | 12 | -189/+194 | |
Changes are unknown. | |||||
2008-07-25 | Don't needlessly depend on a perl module for a perl script we do not install. | ghen | 2 | -5/+3 | |
Bump PKGREVISION for zsh and zsh-current. | |||||
2008-07-13 | Fix an insecure temp file creation vulnerability in zsh's difflog.pl | tonnerre | 4 | -3/+27 | |
(CVE-2007-6209). | |||||
2008-07-03 | sunsite.dk -> mirrors.dotsrc.org | uebayasi | 1 | -2/+2 | |
2008-06-16 | Make tcsetpgrp the default for all platforms but Interix. | joerg | 1 | -2/+2 | |
Please list exceptions explicitly. | |||||
2007-11-04 | Mark zsh packages as MAKE_JOBS_SAFE=no (from ASau in pkgthon). | agc | 1 | -1/+2 | |
2007-08-24 | Oops, I accidently typed wrong key and commited wrong one. | taca | 1 | -3/+3 | |
This is corrected one. FreeBSD needs PLIST.shlibs as DraonFly. |