summaryrefslogtreecommitdiff
path: root/shells/tcsh/patches
AgeCommit message (Collapse)AuthorFilesLines
2005-11-10Also patch host.defs for completeness.joerg1-0/+20
2005-11-10Add DragonFly to the list of BSD derived systems.joerg1-0/+16
2005-09-20Fix build problem under NetBSD-current.tron1-0/+22
2005-07-14fix build on OpenBSD, from Jason Lingohr.grant1-5/+7
2005-03-29Make it compile on 1.6.2, I think. But it seems subtly odd, still...kim2-4/+75
2005-03-25Upgrade to tcsh 6.14.00kim1-13/+0
New Features: * UTF-8 handling for both singe and double width characters * termname builtin for testing whether a terminal type is available in termcap/terminfo
2004-08-27Look for libncurses also.kim1-0/+13
2004-05-19Upgrade to tcsh-6.13.00:kim5-82/+13
36. V6.13.00 - 20040519 35. V6.12.03 - 20040322 34. turn on kanji and dspmbyte by default; add check for utf8 locales, and turn parsing of that automatically based on $LANG. 33. Fix compilation issue under Windows/NT and charset incorrect patch (Yoshiyuki Sakakibara) 32. completion additions (Tom Warzeka) 31. compilation fix (Martin Kraemer) 30. V6.12.02 - 20040221 29. Glob completion listing addition (Tom Warzeka) 28. BS2000 bs2cmd builtin. (Martin Kraemer) 27. Fix interrupt resetting code when /etc startup scripts have syntax errors (Mark A. Grondona) 26. Clarification of kill-ring commands (Per Hedeland) 25. Debian completion additions (Martin Godisch) 24. Japanese character set fixes (Juehiro-san) from debian 23. NLS charset fixes; disabled since they only work with gnu gencat (Martin Godisch) 22. Fix HPUX >= 11 resource (Jack Cummings) 21. Handle breaksw that jumps out of loops. 20. Revert #16. It causes worse problems. 19. Avoid using execl() because the last NULL does not always promoted to a pointer because the function is variadic (Harti Brandt) 18. revert ignoreeof to the 6.11.00 behavior and document it (Martin Godisch) 17. do a case insensitive comparison for the multibyte vars (Martin Godisch) 16. don't sigsuspend() for an already exited job 15. glob all arguments in source (Martin Godisch) 14. various debian fixes (Martin Godisch) 13. setenv syntax check revert (Satoshi I. Nozawa) 12. EAGAIN typo (dan harkless) 11. filec compilation issue on hpux (beebe) 10. win32 compilation fixes for O_LARGEFILE (amol) 9. Don't go into an infinite loop when tcgetpgrp() returns an error. 8. Cygwin fixes (Corinna Vinschen) 7. NLS catclose() bug avoidance (KAJIMOTO Masato) 6. V6.12.01 - 20030208 5. Misc NT cleanup. No more GPL code (amol) 4. use strtol() to detect errors in builtin kill (Peter Jeremy) 3. Recognize linux systems on mips* (Maciej W. Rozycki) 2. Enable complete=igncase on unix (Stephen Krauth) 1. Eliminate maxitems (Todd Miller)
2002-09-15Add utmpx support from the tcsh CVS repo (by christos).kim2-0/+31
2002-08-11Fix Japanese message support, and enable multibyte character sets.kim2-4/+42
Note: users of the meta key may want to "set nokanji" from now on. Based on patches from Jun Yamashiro <yamajun@ofug.net> in PR 15274.
2002-07-24Upgrade to tcsh-6.12.00:kim5-98/+0
New Features: * %j in prompt * utf8 support New Ports: * darwin support Locale Support: * russian locale fixes * polish locale fixes Highlights from Bug Fixes: * Dissallow setting of environment variables that do not contain alphanumeric names * Don't expand path components that don't resolve to path names * Make $ignoreeof agree with the man page * Don't close file descriptors too early because setuid scripts fail
2002-04-11Imagine my surprise when this failed to build on my -current shark.abs8-88/+105
Rather than require that _every_ new port update config.guess, fall back to using `uname -p`-unknown-netbsd on >= 1.4, so we only need to patch for each new machine_arch.
2002-01-31Changes from basesrc/bin/csh/dol.c:1.18-1.19.minoura1-0/+17
> Fix problem where > % echo $20000000000 > Segmentation fault (core dumped) I believe the problem is already known to the maintainer of tcsh (=christos).
2001-12-17Add fix for problems reported in PR kern/14968. The patch was providedtron1-0/+29
by Christos Zoulas in private e-mail.
2001-09-03Upgrade to tcsh-6.11.kim4-48/+33
NOTE: Polish translation is excluded from the package due to broken files. New Features: * kill ring Per Hedeland * bsd style colorls Anand * big5 multi-byte support Yen-Ming Lee * LARGEFILE support on Linux Kimmo Suominen * jobcmd alias Greg Parker New Ports: * concurrent's powermaxos Matt Majka * hpux11 Joshua Weage Locale Support: * estonian translation Toomas Soome * russian translation Ilmar S. Habibulin * polish translation Pawe³ New Complete list of changes: 40. V6.11.00 - 20010902 39. Completion fixes (Tom Warzeka) 38. make c_insert not static so that it can be used from win32 (amol) 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek) 36. V6.10.02 - 20010806 35. polish nls locale (Pawe³ New) 34. Fix a tcsetattr race running background jobs as the last line on an xterm window (Andrew Brown) 33. jobcmd alias (Greg Parker) 32. hpux11 support (Joshua Weage) 31. Fix SHORT_STRINGS compilation (Daniel Trinkle) 30. Add kill -s (Mark Peek) 29. Don't recognize all mips as dec (Bjorn Knutsson) 28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01. 27. Port to concurrent's powermaxos (Matt Majka) 26. New builtin srcfile (Amol) 25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer) 24. %0Xc was broken in the prompt if the user's home directory was '/'. (reported by Edward Glowacki) 23. V6.10.01 - 20010426 22. LARGEFILE support on Linux. 21. Add big5 multibyte support (Yen-Ming Lee) 20. Check the return value of setpriority (Dima Dorfman) 19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich) 18. Russian translation (Ilmar S. Habibulin) 17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov) 16. Add door support in colorls (Shaen) 15. Add BSD_STYLE_COLORLS for FreeBSD (Anand) 14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway) 13. Document stty -tabs problems on compaq (Nelson H. F. Beebe) 12. Fix broken comment, and new versions of config.guess and config.sub (H.Merijn Brand) 11. fix redrawing in the recognize case (Andrew Brown) 10. don't call qsort with 0 items. (Luke Mewburn) 9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov) 8. Fix shell word parsing in dabbrev-expand (Per Hedeland) 7. hpux fixes (Chienting Lin) 6. Implement kill ring (Per Hedeland) 5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway) 4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki) 3. back out symlink=expand path check. 2. Add Estonian translation (Toomas Soome) 1. Accept empty $savedirs to mean infinity.
2001-06-07Recognize mipseb (for NetBSD/sgimips).wiz1-0/+24
Patch from pkg/13132 by Rafal Boni.
2001-05-24Stop the config script from thinking every mips machine is a pmax:hubertf1-0/+15
Before: raqim# echo $version tcsh 6.09.00 (Astron) 1999-08-16 (mipsel-dec-NetBSD) options 8b,nls,dl,al,rh,color ^^^ After: raqim# echo $version tcsh 6.10.00 (Astron) 2000-11-19 (mipsel-mips-NetBSD) options 8b,nls,dl,al,rh,color ^^^^ Patch contributed by rafal@mediaone.net in PR 12993.
2000-11-19update for tcsh-6.10.00christos1-3/+3
2000-11-19adjust to 6.10.00christos2-3/+14
1999-08-17Remove obsolete patch, and regen checksum file.agc1-18/+0
On Solaris, work around a configure script bug - pass the Operating System version to configure.
1999-08-16Upgraded to tcsh 6.09.00kim1-5/+7
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.
1998-10-03Upgrade to tcsh-6.08.00kim7-151/+5
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-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.agc6-0/+12
1998-08-04Use BSD_INSTALL_{PROGRAM,DATA} in the Makefile instead of "chown"ing aftertv7-313/+135
install. Remove patches relevant to FreeBSD but not NetBSD. Split patches up into dsingle files and use kunified diff format.
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-24Initial import of FreeBSD's shells ports category into NetBSD packageagc7-0/+311
system.