summaryrefslogtreecommitdiff
path: root/shells/tcsh
AgeCommit message (Collapse)AuthorFilesLines
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-08-30Add 'TCSH_STATIC' variable for producing static tcsh binary.abs1-1/+5
If only 'make LDFLAGS+=-static' would work...
2000-01-05Strip trailing '.', and/or leading '(a|an) 'abs1-1/+1
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-07-09Add package patch checksum files.agc1-0/+5
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-03-11Simplify the shell scripting here, so that this package works on Solaris.agc1-6/+5
1998-11-13Use WRKSRC definition to keep pkglint happy.agc1-7/+9
Simplify PLIST_SRC usage.
1998-10-03Upgrade to tcsh-6.08.00kim10-186/+63
1998-09-13Revert turning off AUTOLOGOUT. It is not good to change known behaviourkim1-10/+1
when it does not break anything or cause security problems (i.e. if it is only a personal preference), especially when the change is configurable during run-time. It will just confuse people who run the program on multiple platforms.
1998-09-09It's not necessary to ${MKDIR} ${PREFIX}/share/nls/el_GR.ISO_8859-7, sinceagc1-2/+1
that will be done by mtree, using NetBSD.pkg.dist.
1998-09-09*** empty log message ***agc1-2/+2
1998-09-09Re-enable REMOTEHOST. Though "autologout" can be set via a `set' command,tv1-10/+1
you lose functionality by disabling REMOTEHOST at compile time.
1998-09-08Create a sane default path if environment variable "PATH" is not set,tron2-0/+29
patches supplied by Jim Bernard in PR pkg/6127.
1998-09-08Disable "AUTOLOGOUT" and "REMOTEHOST".tron1-3/+21
1998-08-07Add NetBSD RCS Ids.agc1-0/+2
1998-08-07Add NetBSD RCS Ids.agc6-0/+12
1998-08-04Use BSD_INSTALL_{PROGRAM,DATA} in the Makefile instead of "chown"ing aftertv8-316/+136
install. Remove patches relevant to FreeBSD but not NetBSD. Split patches up into dsingle files and use kunified diff format.
1998-06-21Automanpage handling.tv1-2/+1
1998-04-20Substitute all obvious FreeBSD ppl as MAINTAINER with packages@netbsd.org.frueauf1-2/+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-03-07Use INSTALL_*_DIR macros.hubertf1-2/+2
1998-03-05Changes for the PLIST to reflect what's actually installed:tv2-17/+12
- use hard links for locale files - note all locale file names in the PLIST
1998-02-04Add a few missing "@unexec" commands to the package list.tron1-1/+6
1998-01-24portlint: fix RCS Id, use cmd macroshubertf1-3/+3
1997-11-27update location of archiveexplorer1-2/+2
1997-11-26 - Update /etc/shells also on "make install", not only on pkg_addhubertf1-1/+5
- Fix greek NLS files
1997-11-06Add a NetBSD RCS Id to all the PLIST files.agc1-0/+1
1997-10-24Add NetBSD support for message catalogs.agc2-1/+12
Add a patch to Makefile.in which substitutes for a hardcoded /usr/local the @prefix@ GNU autoconf variable, set by --prefix=blah in configure.
1997-10-24Add NetBSD RCS Id.agc1-0/+1
1997-10-24Initial import of FreeBSD's shells ports category into NetBSD packageagc12-0/+364
system.