summaryrefslogtreecommitdiff
path: root/shells
AgeCommit message (Collapse)AuthorFilesLines
2001-01-11Update HOMEPAGE.dent1-2/+2
2000-12-12Unify Makefiles -- mostly headers: remove FreeBSD Ids.wiz1-2/+1
Consistent 4 character indentation of SUBDIR entries.
2000-12-11Install HTML files into share/doc/htmlwiz2-8/+12
2000-12-08Make sure ${PREFIX}/share/emacs/site-lisp directory exists or gets created.jtb5-18/+26
Fixes problem in latest pkgsrc/i386 bulk build.
2000-11-20Add ukrainian...christos1-2/+2
And retroactively say what is new in 6.10: - The most important security fix had to do with temporary file handling for here-documents. You should update tcsh if you are using it as a root shell, and you have malicious users on your system. - The complete list of changes is here: 57. V6.10.00 - 20001119 56. Completion fixes (Tom Warzeka) 55. add missing linux kanji define (Tsuyoshi Kawabe) 54. More WINNT_NATIVE fixes (amol) 53. Fix compile error on winnt (Yoshiyuki Sakakibara) 52. nonstopux configure and makefile fixes (Tom Bates) 51. V6.09.04 - 20001111 50. Order of initialization for multibyte display was wrong (HyunChul Kim) 49. Follow the guideline for linux for japanese locale: http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt (Tomohiro KUBOTA) 48. Ukrainian nls map (Olexander Kunytsa) 47. exit immeditiately if we get an error while we are setting up (Michael Shalayeff) 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden) 45. change winnt to winnt_native (Randolph Fritz) 44. Support home/end in the editor (Andrey A. Chernov) 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott) 42. Alpha ev6 addition (Karen R. McArthur) 41. DSPMBYTE patch from (Issei Suzuki) 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET) 39. Fix resource limit rounding *again* (Johannes Gross) 38. Fix $ expansion in prompt (Takashi Sumiyoshi) 37. V6.09.03 - 20000715 36. cygwin port fixes (Arihiro Yoshida) 35. Add a new "catalog" variable that specifies which NLS catalog to be used (Issei Suzuki) 34. cleanup and addition of page up/down (amol) 33. fix vfork compile problem. 32. use inet_addr instead of inet_aton for portability. 31. V6.09.02 - 20000704 30. lots more completions (George Cox) 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and avoid a potential buffer overflow in sh.dir.c (Volker Schmidt) 28. _MINIX_VMD port (Martijn van Buul) 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO) 26. aix-4 does not need gethostname (Darren Reed) 25. IBM OS/390 Unix Systems Services support (Peter Prymmer) 24. Fix prompt formatting (Andrey A. Chernov) 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme) 22. Handle long and expanded history lines better (Boleslaw Ciesielski) 21. With symlinks=expand expand valid paths only (Martin Kraemer) 20. Make one-byte charsets work with KANJI (Andrey A. Chernov) 19. NT-specific executable detection moved to NT code (amol) 18. New "complete module" (Dan Nicolaescu) 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom) 16. Don't display "unset watch" message when not appropriate (kim) 15. V6.09.01 - 20000114 14. Circumvent IRIX4D ESTALE bug by exiting. 13. IRIS4D de-linting. 12. Finnish nls catalogs (Jukka A. Ukkonen) 11. Even more multibyte fixes (Taga Nayuta) 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson) 9. Manual page typos (R. Bernstein) 8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson) 7. Color-ls fixes (Luis Francisco Gonzalez) 6. Don't re-use time0 to compare to stat's st_mtime, cause it could be the value returned from times(2) which is the ticks since system startup (Frank van der Linden) 5. Time percentage wrap fix (Simon Burge) 4. EUCKR support (HyunChul Kim) 3. Grammar and typo fixes for tcsh.man (Steve Kelem) 2. More multibyte fixes (Rodney Ruddock) 1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
2000-11-19update for tcsh-6.10.00christos4-11/+12
2000-11-19adjust to 6.10.00christos2-3/+14
2000-11-02Add and enable "esh". Fixes PR pkg/11376 Jason Beegan.tron1-1/+2
2000-11-02Initial import of "esh" packge:tron7-0/+84
Unix shell with Lisp-like syntax This package was contributed by Jason Beegan in PR pkg/11376.
2000-10-04Take advantage of bsd.prefs.mk.toshii1-5/+7
2000-08-30Add 'TCSH_STATIC' variable for producing static tcsh binary.abs1-1/+5
If only 'make LDFLAGS+=-static' would work...
2000-08-11Remove (sometimes FreeBSD) packager's (porter's) name from DESCR.wiz1-23/+0
If anywhere, it should be the value of MAINTAINER in the Makefile. Some minor cleanup/reformatting while I'm here.
2000-05-20add -Wl,--export-dynamic to LDFLAGS so the package can correctlydmcmahill3-1/+1561
work on ELF platforms. Fixes recently noted i386-current and pmax problems.
2000-05-12Fix category properly.agc1-2/+2
2000-05-12Move rc package from plan9 to shells categoryagc2-3/+4
2000-03-30remove overlooked obsoleted patchwiz1-16/+0
2000-03-30Update bash to 2.04; also add variable BASH_STATIC for static linking.wiz6-41/+24
Changes: too many to list here, check the CHANGES file.
2000-03-09remove trailing `.'wiz1-1/+1
2000-02-25remove commented out SUBDIR += lines for packages that never gotwiz1-3/+1
converted from FreeBSD, or have been disabled since. Sorted lines alphabetically, added some missing directories.
2000-02-24Fix loading from shared libraries on ELF systems. Patch provided bytron2-7/+10
John Darrow in PR pkg/9481.
2000-02-05reordering for pkglintwiz1-3/+3
2000-01-10whitespace cleanupwiz1-1/+0
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) 'abs6-6/+6
1999-11-27defuzzrh2-23/+15
1999-09-19Make this work on more operating systems with less effort.kim1-3/+2
1999-08-17Be a bit more general when configuring this package on Solaris.agc1-2/+3
1999-08-17Remove obsolete patch, and regen checksum file.agc3-21/+8
On Solaris, work around a configure script bug - pass the Operating System version to configure.
1999-08-16Upgraded to tcsh 6.09.00kim4-13/+15
1999-08-13Substitute for ${PKGNAME} when generating the PLIST files.agc1-2/+2
1999-08-03Regen.agc1-2/+2
1999-08-03Use strerror(3), rather than mucking about with sys_nerr and sys_errlistagc2-8/+31
specifically - makes this work on Solaris again.
1999-07-09Add package patch checksum files.agc5-0/+30
1999-07-09Add package patch checksum files.agc1-0/+3
1999-07-08Solaris 2.6 redefines rlimit to rlimit64, to catch the rlimit() callagc1-0/+18
when function names are re-defined. Unfortunately, it also does that after defining "struct rlimit", and so we lose because it can't find the structure. So we get to redefine it ourselves before <sys/resource.h> is included. Thanks, guys.
1999-06-20sys_errlist gets defined in headers, don't redefinekim1-0/+13
1999-06-04Let this build again; for bonus points, teach it about SIGPWR.sommerfeld3-0/+85
1999-06-03Upgrade to version 1.6 release of rc, the Unix clone of the Plan 9 shell.agc10-189/+10
This version has GNU autoconf support, a new master site, and a home page.
1999-05-24Change {ONLY,NOT}_FOR_{ARCH,OPSYS} format to {ONLY,NOT}_FOR_PLATFORMtv1-12/+12
pattern match format. Minor pkglint along the way.
1999-04-25Instead of always going to the "real" master site first, use one of thetv1-3/+3
GNU mirrors (possibly overridden by the user).
1999-04-14Remove unnecessary slash from master site list.tron1-2/+2
1999-04-13Remove NOPORTDOCS definition - it was useless anyway, as any attempt toagc1-8/+1
build a binary package with this definition would fail as the PLIST is not correct. If a package's documentation is overwhelming, it should arguably be handled in a separate pre-requisite documentation package.
1999-03-22Catch up with MASTER_SITE_GNU reorganization.bad1-2/+2
1999-03-11Simplify the shell scripting here, so that this package works on Solaris.agc1-6/+5
1999-03-02Give a vendor to configure, thanks to Kim & Todd for the inputs!hubertf1-2/+3
1999-02-26Update MASTER_SITES and HOMEPAGE like suggested in pr 7032 by Geoff C. Wing.frueauf1-7/+7
1999-02-21update to 2.03hubertf4-21/+19
1999-02-20Fix CONFLICTS (remove redundancy, mostly)hubertf1-3/+1
1999-02-11Use install-info in $PATH, so that systems with it in base will work too.tv2-6/+6