summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkim <kim>2004-05-19 17:43:34 +0000
committerkim <kim>2004-05-19 17:43:34 +0000
commit37cb2f0174a327d6a2c336f6937a85e519391fa6 (patch)
tree26eae75f07c7720ed7d27305f5a7930f706d1b61
parent37f53064b2bf24ec4c5d006225f29d4155526c93 (diff)
downloadpkgsrc-37cb2f0174a327d6a2c336f6937a85e519391fa6.tar.gz
Updated tcsh to 6.13.00:
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)
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index b2234d44496..7d030225c71 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.5990 2004/05/19 16:56:51 jmmv Exp $
+$NetBSD: CHANGES,v 1.5991 2004/05/19 17:43:34 kim Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -2599,3 +2599,4 @@ Changes to the packages collection and infrastructure in 2004:
Updated nessus to 2.0.10a [adam 2004-05-19]
Updated subversion to 1.0.3 [epg 2004-05-19]
Updated gnuls to 5.2.1 [jmmv 2004-05-19]
+ Updated tcsh to 6.13.00 [kim 2004-05-19]