/contrib/tcsh/Fixes

https://bitbucket.org/freebsd/freebsd-head/ · #! · 2059 lines · 2022 code · 37 blank · 0 comment · 0 complexity · 53f7d001c429346fe40cbd364416aee7 MD5 · raw file

Large files are truncated click here to view the full file

  1. 6. V6.18.01 - 20120214
  2. 5. fix interruptible wait again
  3. 4. ignore bogus compiler overflow message
  4. 3. cleanup ifdefs in utmp code, and provide default array entries
  5. 2. Ignore #machine entries in host.defs
  6. 1. Detect missing ) in gethost.c (Corinna Vinschen)
  7. 104. V6.18.00 - 20120114
  8. 103. remove unused variables.
  9. 102. Make gethost use definitions for x __x__ and __x automatically.
  10. 101. More utmp fixes
  11. 100. V6.17.10 - 20120105
  12. 99. Add more FreeBSD/NetBSD machines
  13. 98. Add portability wrapper for gencat
  14. 97. Fix warning for write in SYSMALLOC systems.
  15. 96. V6.17.09 - 20120102
  16. 95. revert gencat handling to pre-cygwin fixes (without the env settings)
  17. 94. remove stray endutent()
  18. 93. V6.17.08 - 20111230
  19. 92. Remove - from gencat
  20. 91. Provide support for malloc_usable_size() so that linux works again
  21. without SYSMALLOC
  22. 90. Add support for FreeBSD's utmpx.
  23. 89. V6.17.07 - 20111227
  24. 88. Fix debian bug #645238: tcsh segfaults when prompt includes %j and
  25. there are more than 10 jobs.
  26. 87. PR/155: Default $anyerror to set for backward compatibility
  27. 86. PR/149: Don't print -1 in %j (Vojtech Vitek)
  28. 85. handle -- on chdir commands as the end of options processing so that
  29. they can process a directory like -x without resorting to ./-x
  30. (Andrew Stevenson)
  31. 84. Handle write(2) returning ENOENT from SoFS, thanks ++HAL (Robert Byrnes)
  32. 83. PR/38: Null check for jobs (Kurt Miller)
  33. 82. Fix spelling correction correcting ./foo -> ../foo2 (jean-luc leger)
  34. 81. PR/120: string0 in filetest does not have enough space.
  35. 80. V6.17.06 - 20110415
  36. 79. PR/110: Add $anyerror to select behavior. Default to the new one.
  37. 78. Don't try to spell commands that are correct (Rouben Rostamian)
  38. [./tcsh -f; set path=($path 2); mkdir foo2; cd foo2; touch foo;
  39. chmod +x foo; set correct=cmd; ./foo -> ../foo]
  40. 77. Don't push the syntax struct on the cleanup stack, because on foo;bar
  41. if foo fails, we will free bar prematurely (Ben Miller)
  42. 76. Avoid infinite loop while trying to print the pid of a dying process
  43. to a closed file (Bob Arendt)
  44. 75. Handle completion of ${ variables (Anthony Mallet)
  45. 74. Add --disable-nls-catalogs (Corinna Vinschen)
  46. 73. convert message catalogs to UTF-8 (Werner Fink)
  47. 72. check that the NLS path works before setting $NLSPATH.
  48. 71. use SYSMALLOC for GLIBC (Werner Fink)
  49. 70. use mallinfo for SYSMALLOC (Corinna Vinschen)
  50. 69. V6.17.05 - 20110201
  51. 68. Use mkstemp() if there for here docs (Werner Fink)
  52. 67. Fix handling of errors and exit values in builtins (Werner Fink)
  53. 66. Better pty name detection (Werner Fink)
  54. 65. Enable NLS catalogs on Cygwin (Corinna Vinschen)
  55. 64. NLSPATH handling fixes (Corinna Vinschen)
  56. 63. Avoid infrequent exit when tcsh cd's into a non-existent directory
  57. https://bugzilla.novell.com/show_bug.cgi?id=293395 (Werner Fink)
  58. 62. Don't try to spell check full path binaries that are correct because
  59. they can cause hangs when other nfs partitions are hung. (Werner Fink)
  60. 61. Avoid nested interrupts when exiting causing history writing to fail
  61. https://bugzilla.novell.com/show_bug.cgi?id=331627 (Werner Fink)
  62. 60. Instead of giving an error or ignoring lines with missing eol at eof,
  63. process them.
  64. 59. Avoid leaking fd's in mail check (Werner Fink)
  65. 58. Add cygwin_xcrypt() (Corinna Vinschen)
  66. 57. Recognize i686 (Corinna Vinschen)
  67. 56. Rename cygwin32 to cygwin and bring it up-to-date with modern cygwin
  68. settings (Corinna Vinschen)
  69. 55. Avoid double slashes in cdpath (Corinna Vinschen)
  70. 54. V6.17.04 - 20110118
  71. 53. Revert PR/110, breaks the test suite.
  72. 52. V6.17.03 - 20110117
  73. 51. PR/102: Complain on input files with missing trailing \n
  74. 50. PR/104: If atime == mtime we don't have new mail.
  75. 49. PR/113: Don't allow illegal variable names to be set.
  76. 48. PR/112: don't set $REMOTEHOST on the local machine.
  77. 47. PR/110: exit status of the pipeline should be the status of the last
  78. command.
  79. 46. Android support (Corinna Vinschen)
  80. 45. Add AUTOSET_KANJI which works around the Shift-JIS encoding that
  81. translates unshifted 7 bit ASCII (Werner Fink)
  82. 44. Handle mb{r,}towc() returning 0 by setting the return value to NUL
  83. (Jean-Luc Leger)
  84. 43. PR/109: make wait interruptible (Vojtech Vitek)
  85. 42. resource limit fixes: signed vs. unsigned, megabyte issue, doc issues
  86. (Robert Byrnes)
  87. 41. remove .bat and .cmd handling for executables on cygwin (Corinna Vinschen)
  88. 40. Don't echo history while history -L or history -M
  89. 39. Check for EOS before ** from Greg Dionne
  90. 38. Don't fork in backeval from Bryan Mason
  91. 37. Better globstar support from Greg Dionne
  92. 36. Error out when processing the last incomplete line instead of silently
  93. ignoring it (Anders Kaseorg)
  94. 35. Fix SEGV from echo ``
  95. 34. Better fixes for histchars and promptchars (nargs)
  96. 33. Fix win32 issue calling fmalloc/ffree from non-thread-safe context.
  97. (Fabio Fabbri)
  98. 32. V6.17.02 - 20100512
  99. 31. PR/79: nargs: Better handling for promptchars.
  100. 30. PR/97: Add parseoctal to retain compatibility with previous versions (Jim
  101. Zajkowski)
  102. 29. PR/84: Performance fixes for large history merges (add
  103. hashtable (Ted Anderson)
  104. 28. Revert previous #23; people should use $histlit if they want this
  105. feature.
  106. 27. Don't kill "hup" background jobs when a child of the shell exits.
  107. From Debian.
  108. 26. Ignore \r\n in the command line options for OS's that don't strip
  109. these from #!; from Debian
  110. 25. Fix enhanced missing patch (Greg Dionne)
  111. 24. Callers of rt_mbtowc don't grok -2 as a return. Return -1 for now.
  112. (Corinna Vinschen)
  113. 23. Turn HistLit on while recording history to avoid \!\! losing its \.
  114. From Debian
  115. 22. set autoexpand; set histchars="";\n<tab> crash. From Debian
  116. 21. V6.17.01 - 20100506
  117. 20. unset verbose while we are reading the history file to avoid echoing
  118. to the terminal. (Jeffrey Bastian)
  119. 19. globstar addition, Enhance addition, euid, euser, gid variables
  120. (Greg Dionne)
  121. 18. Make 'e' in vi mode work like 'b' - use wordchars (Alistair Crooks)
  122. 17. Handle UTF-16 surrogates (Corinna Vinschen)
  123. 16. Make tcsh work on systems where sizeof(wchar_t) == 2 (Corinna Vinschen)
  124. 15. Better support for Solaris >= 2.9 (Thomas Uhle)
  125. 14. Change internal expression calculations to long long so that we can
  126. deal with > 32 bit time, inodes, uids, file sizes etc.
  127. 13. Add new linux resource limits.
  128. 12. Don't print 'Exit X' when printexitvalue is set in `` expressions
  129. (Jeff Bastian)
  130. 11. Add more LS_COLORS vars (M.H. Anderson)
  131. 10. Reduce whitespace in Makefile (Don Estabrook)
  132. 9. Manual page fixes (Alan R. S. Bueno)
  133. 8. Remove history in loops bug from the documentation (Holger Weiss)
  134. 7. Add autorehash (Holger Weiss)
  135. 6. Add history.at (Ted Anderson)
  136. 5. Better NLSPATH handling (Norm Jacobs)
  137. 4. Fix hostname building from utmp (Cyrus Rahman)
  138. 3. Handle pending signals before flush so that the the history file does
  139. not get truncated. (Ted Anderson)
  140. 2. Fix AsciiOnly setting that broke 8 bit input. (Juergen Keil)
  141. 1. remember to closedir in mailchk (from Werner Fink, reported by
  142. David Binderman)
  143. 21. V6.17.00 - 20090710
  144. 20. Fix dataroot autoconf issue.
  145. 19. Fix directory stuff for unit tests.
  146. 18. Fix small bug in history in loops.
  147. 17. Provide newer config.{guess,sub}
  148. 16. Fix gcc 4 warnings.
  149. 15. Fix memory trashing bug introduced in 10.
  150. 14. V6.16.01 - 20090624
  151. 13. add missing sigemptyset in goodbye()
  152. 12. add rlimit swapsize from FreeBSD.
  153. 11. restore behavior where a[n-] never prints an error.
  154. 10. always save the whole command, not just the first 80 chars of it.
  155. 9. fix short2str/short2qstr length adjustment in wide chars
  156. (Vitezslav Crhonek)
  157. 8. set histfile=/tmp/history.temp; set savehist=(100 merge);
  158. alias precmd history -S. After that justpr is not restored and commands
  159. don't execute. (Andriy Gapon)
  160. 7. Fix "as" $ modifier from corrupting memory.
  161. set t=demfonsftraftionf; echo $t:as/f//
  162. 6. Make $% work with environment variable (Ron Johnston)
  163. 5. Dragonfly script support (Matthias Schmidt, m65)
  164. 4. Add autoexpand=onlyhistory (Don Estabrook, m66)
  165. 3. Add history in loops (Laurence Darby, m48)
  166. 2. Add missing colorls "rs" variable (Shlomi Fish, m70)
  167. 1. Fix pts detection issue (Ruslan Ermilov)
  168. 33. V6.16.00 - 20080930
  169. 32. longjmp clobbered variable fixes.
  170. 31. __GNX__ addition
  171. 30. Windows fork fixes
  172. 28. V6.15.02 - 20080830
  173. 27. Fix an eval free'ing botch (Per Hedeland)
  174. 26. /bin/echo "`" coredumped because stderror() calls longjmp corrupting
  175. the stack (Mark Davies). We should vet the code for all stderror()
  176. calls that cleanup local stack variables.
  177. 25. foo > ${undef} caused coredumps because of vfork() child corrupting
  178. the state of the parent stack.
  179. 24. $x[A-B] did not complain for A out of range. (Cai Xianchao)
  180. 23. rename setp -> tcsh_setp to avoid conflict with mach (Javier Vasquez)
  181. 22. Fix degree handling by defining __XPG4_CHAR_CLASS__ for solaris
  182. (Mike Sullivan)
  183. 21. Change 'od' to 'od -c' in tests so that they work on big endian machines.
  184. (Martin Kraemer)
  185. 20. Add environment variable COMMAND_LINE to be available in completions
  186. (Marcin Konarski)
  187. 19. V6.15.01 - 20070928
  188. 18. Evaluate expressions in the proper order (Li Zefan), controlled by
  189. compat_expr.
  190. 17. Don't need to flush() if we are silent. Prevents recursive error issue.
  191. (joshua stein)
  192. 16. Don't execute the jobcmd if the output is not a tty (Charles Ross)
  193. 15. Quote the history in the examples (Johann 'Myrkraverk' Oskarsson)
  194. 14. Mismatch clarification patch (Per Hedeland)
  195. 13. Fix 'repeat n cmd &' abort() (Mike Sullivan)
  196. 12. Fix octal parsing (Li Zefan)
  197. 11. Fix pty detection for autologout setting (Kris Kennaway, Giorgos Keramidas)
  198. 10. kill `foo` got stuck because sigchld was disabled too soon (Mark Peek)
  199. 9. Avoid null pointer dereference in proc cwd (Kurt Miller)
  200. 8. eval "foreach a b c" exits (Anthony Menasse)
  201. 7. Quoting was broken in substitutions (Joe Wells)
  202. 6. QNX patches via pkgsrc
  203. 5. cd - twice from a directory that contained a glob pattern,
  204. expands the glob twice (Mark Santcroos)
  205. 4. MidnightBsd support (Lucas Holt)
  206. 3. Fix history substitution core-dump with no history entries
  207. 2. Merge two character tables that are the same (Martin Kraemer)
  208. 1. On ancient 7 bit locales, punctuation characters are used to
  209. denote special characters such as umlaut, adiaresis, etc.
  210. These characters return true for isalpha/isalnum. Ignore them
  211. because they break parsing (Martin Kraemer)
  212. 74. V6.15.00 - 20070303
  213. 73. fix extension eating windows code (christos)
  214. 72. fix loop in %R history expansion (christos)
  215. 71. sched +X source file disables interrupts (Mike Sullivan)
  216. 70. One off copying macro buffers (Jean-Luc Leger)
  217. 69. Avoid infinite loops in :ga modifiers when the LHS is a substring of the
  218. RHS.
  219. 68. Automatically disable WIDE_STRINGS with --disable-nls (Miloslav Trmac)
  220. 67. V6.14.07 - 20060825
  221. 66. rename set to setv to avoid clashes (christos)
  222. 65. Eliminate sighold/sigrelse (christos)
  223. 64. Compilation cleanups. (Martin Kraemer)
  224. 63. Don't rebuild needlessly when generated files are unchanged
  225. (Martin Kraemer)
  226. 62. Fix confusion between Char and eChar (Martin Kraemer)
  227. 61. V6.14.06 - 20060824
  228. 60. set PROGRAM_ENVIRONMENT for OSD_POSIX (Martin Kraemer)
  229. 59. EBCDIC patch (Martin Kraemer)
  230. 58. Remove globbing support in history rearches (Ryan Barrett)
  231. 57. Highlighting patch (Ryan Barrett)
  232. 56. Mark-Cursor exchange emacs editing fix (Martin Kraemer)
  233. 55. V6.14.05 - 20060304
  234. 54. don't limit termcap strings to 1K (Alan Ferrency)
  235. 53. protect against null path.
  236. 52. Be more conservative in wide_read PR#29
  237. 51. remove HAVE_STRCOLL; not needed anymore (Miloslav Trmac)
  238. 50. remove imake support and make nls configurable by configure
  239. (Miloslav Trmac)
  240. 49. V6.14.04 - 20060214
  241. 48. Fixes build failure with !SHORT_STRINGS (Miloslav Trmac)
  242. 47. Fixes constness warnings with !SHORT_STRINGS: short2str is "strip()",
  243. which modifies its argument. Rather than verify this is safe in all
  244. callers, I have added caching_strip() to mirror the behavior of other
  245. modes. (Miloslav Trmac)
  246. 46. Fixes some constness warnings with SHORT_STRINGS; this is orthogonal
  247. to both build errors with SHORT_STRINGS in 6.14.03, and
  248. short_strings.patch. (Miloslav Trmac)
  249. 45. config-catalogs.patch: Autodetect catalog support (#14). (Miloslav Trmac)
  250. 44. auth.patch: Handle false positives in getauthid() detection,
  251. IIRC on FreeBSD. (Miloslav Trmac)
  252. 43. crypt.patch: Autodetect whether <crypt.h> is available. (Miloslav Trmac)
  253. 42. sigint.patch: Block SIGINT while waiting on children.
  254. This is necessary, but I'll still have to look on the older
  255. releases to find out why it was not necessary before
  256. ("before" = 6.13 on Linux). (Miloslav Trmac)
  257. 41. config-package.patch: Readd package version to configure.in,
  258. the testsuite uses it.
  259. (TODO: a better integration with package.h) (Miloslav Trmac)
  260. 40. item_len.patch: Truncate item.len when truncating the string,
  261. just to be sure. (Miloslav Trmac)
  262. 39. va_list.patch: Add missing va_end(). (Miloslav Trmac)
  263. 38. Use va_copy in xvasprintf(); emulate va_copy as suggested in
  264. Autoconf manual if it is not available. (Miloslav Trmac)
  265. 37. declarations.patch: Replace some #ifdef nests by autodetecting
  266. whether the guarded declaration is necessary.
  267. I'm only guessing this is the intent of the #ifdefs, though.
  268. Declare environ unconditionally, it is a bit hard to detect
  269. and the declaration is correct for Linux, anyway. (Miloslav Trmac)
  270. 36. warning.patch: Fix a const warning.
  271. 35. More color-ls variables (Jean-Luc Leger)
  272. 34. V6.14.03 - 20060212
  273. 33. Signal related changes (Miloslav Trmac)
  274. 32. Misc cast cleanups and code clarification (Miloslav Trmac)
  275. 31. Use dynamically allocated buffers everywhere (Miloslav Trmac)
  276. 30. Fix reading of invalid byte sequences (Miloslav Trmac)
  277. 29. read should only increment count when it succeeds (Miloslav Trmac)
  278. 28. testsuiteadditions (Miloslav Trmac)
  279. 27. -n fixes (Miloslav Trmac)
  280. 26. signness warnings (Miloslav Trmac)
  281. 25. Prevent infinite recursion in catclose (Gerhard Niklasch)
  282. 24. Add Dragonfly (Joerg Sonnenberger)
  283. 23. Check for wcwidth returning a negative number (TOMITA Yoshinori)
  284. 22. recognize "li" and "co" in echotc (Martin Kraemer) [PR/7]
  285. 21. Don't use T_Cols for wrapping purposes; use TermH consistently
  286. (Martin Kraemer) [PR/8]
  287. 20. Don't display duplicate utmp records (Miloslav Trmac) [PR/17]
  288. 19. Clarify hashing and -f sections of man page (Volker Quetschke) [PR/20]
  289. 18. Dave Yearke: configure did not recognize solaris 10 [PR/18]
  290. 17. CYGWIN: Don't lowercase commands and allow foo.exe on command line.
  291. (Corinna Vinschen) [PR/19]
  292. 16. CYGWIN: cd /foo && cd .. ends up erroneously in // for systems that
  293. HAVE_SLASHSLASH [PR/21]
  294. 15. %j was broken (Peter Kruse)
  295. 14. Extend // handling in pathnames from being apollo specific to also
  296. cygwin (Corinna Vinschen)
  297. 13. Fix uppercase/lowercase transformations (Jean-Luc Leger)
  298. 12. Fix symlink expansion (revert from 6.10.00) (Jean-Luc Leger and Christos)
  299. 11. Fix literal sequence in prompt (Miloslav Trmac)
  300. 10. V6.14.02 - 20050412
  301. 9. Prototype fixes (Miloslav Trmac and Jean-Luc Leger)
  302. 8. V6.14.01 - 20050411
  303. 7. Make =- refer to $owd (H.Merijn Brand)
  304. 6. Use prototypes (almost) everywhere (Miloslav Trmac) (issue #5)
  305. 5. Fix doc path in Cygwin installation (Corinna Vinschen)
  306. 4. Fix column size calculation (Martin Kraemer)
  307. 3. Implement newline-and-hold and newline-and-down-history (Per Hedeland)
  308. 2. Messages fixes for the ja (Japanese) locale (NAKAMURA Takeshi) (issue #4)
  309. 1. Enable charset conversion in nls (Miloslav Trmac) (issue #3)
  310. 76. V6.14.00 - 20050325
  311. 75. Additional messages for the ja (Japanese) locale (NAKAMURA Takeshi)
  312. 74. V6.13.10 - 20050321
  313. 73. Implement --help (Tom Warzeka)
  314. 72. Clamp solaris autologout time
  315. 71. Add support for "limit heapsize" (Martin Kraemer)
  316. 70. Improved autoconf for utmp/utmpx (Miloslav Trmac)
  317. 69. V6.13.09 - 20050303
  318. 68. Autoconf additions (Miloslav Trmac and Jean-Luc Leger)
  319. 67. Fix erroneous sign extension when printing huge numbers (Martin Kraemer)
  320. 66. Handle delay in termcap entries (Martin Kraemer)
  321. 65. EBCDIC and BS2000 fixes (Martin Kraemer)
  322. 64. Avoid the SCCS percent-S-percent sequence differently (Kimmo Suominen)
  323. 63. Mark position update fixes (Martin Kraemer)
  324. 62. Define BSDLIMIT and BSDTIMES for Cygwin (Corinna Vinschen)
  325. 61. Fix NLSFrom prototype (Martin Kraemer)
  326. 60. V6.13.08 - 20050303
  327. 59. Add test for socklen_t in autoconf
  328. 58. Fix problems with NLSFrom prototype
  329. 57. Deal with AIX's utmpx lossage
  330. 56. V6.13.07 - 20050118
  331. 55. constifications, XXX: duplicate prototype on setpgrp().
  332. 54. iconv fixes (Miloslav Trmac)
  333. 53. literal code cleanups (Miloslav Trmac)
  334. 52. move intptr_t definition to sh.h and include both stdint.h and inttypes.h
  335. 51. Fix dup2() issues, and introduce FSAFE as the highest file descriptor
  336. to be left untouched. This is to avoid closing hesiod/nis etc file
  337. descriptors behind their backs. I need to really fix file descriptor
  338. handling one day.
  339. 50. forward<->reverse char conversion verification (Miloslav Trmac)
  340. 49. japanese locale additions (Yoshiyuki Sakakibara)
  341. 48. wide character/utf 8 cleanups (Michael Schroeder)
  342. 47. V6.13.06 - 20050105
  343. 46. autoconf cleanup (Miloslav Trmac)
  344. 45. Fix literal refresh code (Michael Schroeder)
  345. 44. Fix history printing bug with WIDE_STRINGS
  346. 43. V6.13.05 - 20041121
  347. 42. deal with not having intptr_t
  348. 41. get rid of bool.
  349. 40. Protect HAVE_ICONV with NLS_CATALOGS
  350. 39. Deal with wchar_t being unsigned.
  351. 38. If we HAVEUTMPX redefine some utmp functions in terms of utmpx ones.
  352. 37. V6.13.04 - 20041120
  353. 36. Fix display problems with two-column characters when using WIDE_STRINGS.
  354. (Miloslav Trmac)
  355. 35. Change charset declarations for some of the translations.
  356. (Miloslav Trmac)
  357. 34. Set O_LARGEFILE properly (Miloslav Trmac)
  358. 33. Use libc functions to access utmp data (Miloslav Trmac)
  359. 32. t_pmatch() was not really case-insensitive when cs == 8
  360. (Miloslav Trmac)
  361. 31. Fix escaping of "control" bytes 0x80..0x9F when they are actually
  362. parts of UTF-8 character representation. (Miloslav Trmac)
  363. 30. V6.13.03 - 20041120
  364. 29. More close_on_exec fixes (Miloslav Trmac)
  365. 28. SUSE dspmbyte fixes (via Harald)
  366. 27. Newline handling in command substitution controlled by csubstnonl
  367. (Miloslav Trmac)
  368. 26. Fix UNC prompt expansion (WIN32) (Yasuhiro Matsumoto)
  369. 25. Fix incorrect xprintf() usage (Miloslav Trmac)
  370. 24. Additional architectures support for $HOSTTYPE and $MACHTYPE
  371. (Miloslav Trmac)
  372. 23. Use nl_langinfo(CODESET) to determine $dspmbyte (Miloslav Trmac)
  373. 22. Complete arguments that contant a # (Steven Grady)
  374. 21. Set close-on-exec in subshells
  375. 20. Compilation fixes (Miloslav Trmac)
  376. 19. V6.13.02 - 20040804
  377. 18. de-register, de-extern, de-shadow, and const poison.
  378. 17. WIDE_STRINGS support (Miloslav Trmac)
  379. 16. warning cleanups (Miloslav Trmac)
  380. 15. nlsclose() arg passing, exp2 is now a gcc builtin (Mark Peek)
  381. 14. iconv malloc portability fix.
  382. 13. make automatic dspmbyte determination case insensitive
  383. 12. V6.13.01 - 20040724
  384. 11. bug fix in automatic dspmbyte setting (Miloslav Trmac)
  385. 10. iconv patches (Miloslav Trmac)
  386. 9. cygwin signal fixes; only init 32 signals, don't set bit flag on error;
  387. breaks SIGHUP. (Corinna Vinschen)
  388. 8. Make sure terminal size change takes effect immediately.
  389. 7. Obey $printexitvalue for builtins.
  390. 6. FreeBSD PR/66420: Allow history parsing to be special so that it
  391. can handle inline # characters (Oliver Eikemeier)
  392. 5. new termname builtin from (Andrew Stevenson)
  393. 4. if ($var =~ *[^0-9]*) echo not numeric, fix (Andrew Stevenson)
  394. 3. completion fix to avoid dup hosts from ssh_known_hosts
  395. (Eric D. Hendrickson)
  396. 2. vc++ 7.1 compilation fix (Steve Schockley)
  397. 1. UTF-8 handling for both single and double width characters, but
  398. no combining character support. (Michael Schroeder)
  399. 36. V6.13.00 - 20040519
  400. 35. V6.12.03 - 20040322
  401. 34. turn on kanji and dspmbyte by default; add check for utf8 locales,
  402. and turn parsing of that automatically based on $LANG.
  403. 33. Fix compilation issue under Windows/NT and charset incorrect patch
  404. (Yoshiyuki Sakakibara)
  405. 32. completion additions (Tom Warzeka)
  406. 31. compilation fix (Martin Kraemer)
  407. 30. V6.12.02 - 20040221
  408. 29. Glob completion listing addition (Tom Warzeka)
  409. 28. BS2000 bs2cmd builtin. (Martin Kraemer)
  410. 27. Fix interrupt resetting code when /etc startup scripts have syntax errors
  411. (Mark A. Grondona)
  412. 26. Clarification of kill-ring commands (Per Hedeland)
  413. 25. Debian completion additions (Martin Godisch)
  414. 24. Japanese character set fixes (Juehiro-san) from debian
  415. 23. NLS charset fixes; disabled since they only work with gnu gencat
  416. (Martin Godisch)
  417. 22. Fix HPUX >= 11 resource (Jack Cummings)
  418. 21. Handle breaksw that jumps out of loops.
  419. 20. Revert #16. It causes worse problems.
  420. 19. Avoid using execl() because the last NULL does not always promoted to
  421. a pointer because the function is variadic (Harti Brandt)
  422. 18. revert ignoreeof to the 6.11.00 behavior and document it (Martin Godisch)
  423. 17. do a case insensitive comparison for the multibyte vars (Martin Godisch)
  424. 16. don't sigsuspend() for an already exited job
  425. 15. glob all arguments in source (Martin Godisch)
  426. 14. various debian fixes (Martin Godisch)
  427. 13. setenv syntax check revert (Satoshi I. Nozawa)
  428. 12. EAGAIN typo (dan harkless)
  429. 11. filec compilation issue on hpux (beebe)
  430. 10. win32 compilation fixes for O_LARGEFILE (amol)
  431. 9. Don't go into an infinite loop when tcgetpgrp() returns an error.
  432. 8. Cygwin fixes (Corinna Vinschen)
  433. 7. NLS catclose() bug avoidance (KAJIMOTO Masato)
  434. 6. V6.12.01 - 20030208
  435. 5. Misc NT cleanup. No more GPL code (amol)
  436. 4. use strtol() to detect errors in builtin kill (Peter Jeremy)
  437. 3. Recognize linux systems on mips* (Maciej W. Rozycki)
  438. 2. Enable complete=igncase on unix (Stephen Krauth)
  439. 1. Eliminate maxitems (Todd Miller)
  440. 58. V6.12.00 - 20020732
  441. 57. misc cleanups.
  442. 56. V6.11.05 - 20020712
  443. 55. We should have socklen_t in the INET6 case, but we leave int otherwise.
  444. 54. Fixed for Darwin/Rhapsody (Mark Peek)
  445. 53. provide new config.sub and config.guess from ftp://ftp.gnu.org/gnu/config/
  446. (Nelson Beebe)
  447. 52. V6.11.04 - 20020709
  448. 51. Dissallow setting of environment variables that do not contain
  449. alphanumeric names (Ton Voon)
  450. 50. Don't expand path components that don't resolve to path names (Jonathan
  451. Chen)
  452. 49. Make $ignoreeof agree with the man page (Matias Moreno Meringer)
  453. 48. Fix argument passing in tc.prompt.c expdollar (Nelson Beebe)
  454. 47. Completion fixes from FreeBSD (Mark Peek)
  455. 46. FreeBSD's sbsize limit (Mark Peek)
  456. 45. Fix repeat 3 repeat 2 echo foo
  457. 44. Fix I/O redirection in scripts (Ian D Allen)
  458. 43. Fix ` \\\n ` evaluation (Jean-Luc Leger)
  459. 42. add --version (Nelson Beebe)
  460. 41. portability fixes for sed (Nelson Beebe)
  461. 40. undef sv_handler for AIX's benefit. (Nelson Beebe)
  462. 39. Add a test for ss_family that disables IPV6 (linux/ppc, osf/1 have
  463. problems) (Nelson Beebe)
  464. 38. Disable ipv6 for Apple (Nelson Beebe)
  465. 37. Fix darwin configure entry (Nelson Beebe)
  466. 36. V6.11.03 - 20020701
  467. 35. Add Ian D. Allen's bug list.
  468. 34. If we are invoked as csh, default to bsd echo (Matej Vela)
  469. 33. Don't close file descriptors too early because setuid scripts fail.
  470. (Jill Pryse-Davies)
  471. 32. Completion updates (Tom Warzeka)
  472. 31. Fix compilation issue on SunOS4 with _POSIX_VDISABLE (Tom Warzeka)
  473. 30. ukrainian update (Olexander Kunytsa)
  474. 29. DSPMBYTE=utf8 patch (Jean-Luc Leger)
  475. 28. fix ipv4 only compilation, remove extra sigsetmask() call (Takayuki Nakao)
  476. 27. window change can cause free to be re-entered causing abort (Mark Peek)
  477. 26. vp->vec vetting, suggested by Ian Dall.
  478. 25. V6.11.02 - 20020516
  479. 24. Fix prompt bugs in $var and %c0n (TAKAI Kousuke)
  480. 23. Add Cray SV2 config (Rafal Maszkowski)
  481. 22. Add pdf manual page (Warren Ferguson)
  482. 21. Fix REMOTEHOST lossage in with AF_LOCAL sockets (Tom Mander)
  483. 20. Fix win32 break because of TIOCSTI (Amol)
  484. 19. Fix TIOCSTI for hpux 11 (Igor Schein)
  485. 18. Avoid collapsing paths that refer to non-existent components
  486. (Martin Kraemer)
  487. 17. Make -shell invocations always treated as a login shell.
  488. 16. V6.11.01 - 20020308
  489. 15. Fixes to polish nls locale (Paweł Niewiadomski)
  490. 14. russian locale fixes (Alexey Dokuchaev)
  491. 13. document door support (Shaen)
  492. 12. tcsh euc handling extensions (Alexey Zelkin)
  493. 11. Make sure that jobcmd does not clobber the current job (Rob McMahon)
  494. 10. Make sure that the output of verbose and echo do not end up in the
  495. command output (Victor I. Pasko)
  496. 9. Add %j in prompt [needs more work; is not right the first time
  497. after proclist changes] (Hr. Peter Kruse)
  498. 8. `` commands with embedded newlines would ignore commands following
  499. the new line (Victor I. Pasko)
  500. 7. Re-initialize nls if NLSPATH is changed (Naoki Wakamatsu)
  501. 6. Fix 64 bit compilation with linux and resource limits.
  502. 5. Avoid double globbing when ls-F needs to fork (Joe Townsend)
  503. 4. put back csh filec compatible support.
  504. 3. add support for quads in xprintf in the presence of gcc.
  505. 2. unlimit should set rlim.rlim_max to rlim.rlim_cur if max < cur.
  506. 1. Make ~user work again when the home directory is '/'.
  507. 40. V6.11.00 - 20010902
  508. 39. Completion fixes (Tom Warzeka)
  509. 38. make c_insert not static so that it can be used from win32 (amol)
  510. 37. Fix rmstar not to corrupt memory when we say no. (Mark Peek)
  511. 36. V6.10.02 - 20010806
  512. 35. polish nls locale (Paweł Niewiadomski))
  513. 34. Fix a tcsetattr race running background jobs as the last line on an xterm
  514. window (Andrew Brown)
  515. 33. jobcmd alias (Greg Parker)
  516. 32. hpux11 support (Joshua Weage)
  517. 31. Fix SHORT_STRINGS compilation (Daniel Trinkle)
  518. 30. Add kill -s (Mark Peek)
  519. 29. Don't recognize all mips as dec (Bjorn Knutsson)
  520. 28. Fix GLOB_QUOTE problem (noted by Per) I introduced in 6.10.01.
  521. 27. Port to concurrent's powermaxos (Matt Majka)
  522. 26. New builtin srcfile (Amol)
  523. 25. Fix bindkey "\\" cmd (reported by Ismail H. Tuncer)
  524. 24. %0Xc was broken in the prompt if the user's home directory was '/'.
  525. (reported by Edward Glowacki)
  526. 23. V6.10.01 - 20010426
  527. 22. LARGEFILE support on Linux.
  528. 21. Add big5 multibyte support (Yen-Ming Lee)
  529. 20. Check the return value of setpriority (Dima Dorfman)
  530. 19. Avoid constructing paths with // on DomainOS (Nickolai Zeldovich)
  531. 18. Russian translation (Ilmar S. Habibulin)
  532. 17. Fix hostdefs for alpha support in FreeBSD (Andrey A. Chernov)
  533. 16. Add door support in colorls (Shaen)
  534. 15. Add BSD_STYLE_COLORLS for FreeBSD (Anand)
  535. 14. MAXHOSTNAMELEN needs to be 256 (Kris Kennaway)
  536. 13. Document stty -tabs problems on compaq (Nelson H. F. Beebe)
  537. 12. Fix broken comment, and new versions of config.guess and config.sub
  538. (H.Merijn Brand)
  539. 11. fix redrawing in the recognize case (Andrew Brown)
  540. 10. don't call qsort with 0 items. (Luke Mewburn)
  541. 9. fix echo;echo;echo; not outputing anything (Andrey A. Chernov)
  542. 8. Fix shell word parsing in dabbrev-expand (Per Hedeland)
  543. 7. hpux fixes (Chienting Lin)
  544. 6. Implement kill ring (Per Hedeland)
  545. 5. Avoid core-dumping when a very long $HOME gets passed in (Kris Kennaway)
  546. 4. Add rlimit_vmem for linux based on rlimit_as (N KomaZaki)
  547. 3. back out symlink=expand path check.
  548. 2. Add Estonian translation (Toomas Soome)
  549. 1. Accept empty $savedirs to mean infinity.
  550. 57. V6.10.00 - 20001119
  551. 56. Completion fixes (Tom Warzeka)
  552. 55. add missing linux kanji define (Tsuyoshi Kawabe)
  553. 54. More WINNT_NATIVE fixes (amol)
  554. 53. Fix compile error on winnt (Yoshiyuki Sakakibara)
  555. 52. nonstopux configure and makefile fixes (Tom Bates)
  556. 51. V6.09.04 - 20001111
  557. 50. Order of initialization for multibyte display was wrong
  558. (HyunChul Kim)
  559. 49. Follow the guideline for linux for japanese locale:
  560. http://www.linux.or.jp/JF/JFdocs/Japanese-Locale-Policy.txt
  561. (Tomohiro KUBOTA)
  562. 48. Ukrainian nls map (Olexander Kunytsa)
  563. 47. exit immeditiately if we get an error while we are setting up
  564. (Michael Shalayeff)
  565. 46. (unset path; unsetenv PATH; rehash) -> crash (Kent Vander Velden)
  566. 45. change winnt to winnt_native (Randolph Fritz)
  567. 44. Support home/end in the editor (Andrey A. Chernov)
  568. 43. Typo s/gycwin/cygwin/ in tc.os.h (Andreas Schott)
  569. 42. Alpha ev6 addition (Karen R. McArthur)
  570. 41. DSPMBYTE patch from (Issei Suzuki)
  571. 40. Security fix for here-doc tmp files (proton@ENERGYMECH.NET)
  572. 39. Fix resource limit rounding *again* (Johannes Gross)
  573. 38. Fix $ expansion in prompt (Takashi Sumiyoshi)
  574. 37. V6.09.03 - 20000715
  575. 36. cygwin port fixes (Arihiro Yoshida)
  576. 35. Add a new "catalog" variable that specifies which NLS catalog
  577. to be used (Issei Suzuki)
  578. 34. cleanup and addition of page up/down (amol)
  579. 33. fix vfork compile problem.
  580. 32. use inet_addr instead of inet_aton for portability.
  581. 31. V6.09.02 - 20000704
  582. 30. lots more completions (George Cox)
  583. 29. change FILSIZ to BUFSIZE [now that BUFSIZE >> MAXPATHLEN] and
  584. avoid a potential buffer overflow in sh.dir.c (Volker Schmidt)
  585. 28. _MINIX_VMD port (Martijn van Buul)
  586. 27. inet6 handling for remotehost and configure (Hajimu UMEMOTO)
  587. 26. aix-4 does not need gethostname (Darren Reed)
  588. 25. IBM OS/390 Unix Systems Services support (Peter Prymmer)
  589. 24. Fix prompt formatting (Andrey A. Chernov)
  590. 23. Use HostType from Imakefile correctly (Kjetil Torgrim Homme)
  591. 22. Handle long and expanded history lines better (Boleslaw Ciesielski)
  592. 21. With symlinks=expand expand valid paths only (Martin Kraemer)
  593. 20. Make one-byte charsets work with KANJI (Andrey A. Chernov)
  594. 19. NT-specific executable detection moved to NT code (amol)
  595. 18. New "complete module" (Dan Nicolaescu)
  596. 17. Correctly display scaling string in limit error messages (Nathan Ahlstrom)
  597. 16. Don't display "unset watch" message when not appropriate (kim)
  598. 15. V6.09.01 - 20000114
  599. 14. Circumvent IRIX4D ESTALE bug by exiting.
  600. 13. IRIS4D de-linting.
  601. 12. Finnish nls catalogs (Jukka A. Ukkonen)
  602. 11. Even more multibyte fixes (Taga Nayuta)
  603. 10. Patches to statically link tcsh under solaris-2.6 (John Hawkinson)
  604. 9. Manual page typos (R. Bernstein)
  605. 8. HP/UX-11 (9000/800) HP/UX-10.20 (9000/820) (Haflidi Sigtryggur Magnusson)
  606. 7. Color-ls fixes (Luis Francisco Gonzalez)
  607. 6. Don't re-use time0 to compare to stat's st_mtime, cause it could be
  608. the value returned from times(2) which is the ticks since system
  609. startup (Frank van der Linden)
  610. 5. Time percentage wrap fix (Simon Burge)
  611. 4. EUCKR support (HyunChul Kim)
  612. 3. Grammar and typo fixes for tcsh.man (Steve Kelem)
  613. 2. More multibyte fixes (Rodney Ruddock)
  614. 1. Change 6.08 -> 6.09 where I missed it; update for utlrix 4.5 (Simon Burge)
  615. 65. V6.09.00 - 19990816
  616. 64. Add csh emacs mode (Dan Harkless)
  617. 63. Make sure the the glob buffer matches the word buffer size (Brian Biswas)
  618. 62. Fix periodic to work without tperiod set (Kenny McCormack)
  619. 61. V6.08.07 - 19990813
  620. 60. Fix e_dabbrev_expand (Bjorn Knutsson)
  621. 59. Make \builtin work again (by calling the command not the builtin)
  622. 58. Add NLS_BUGS for OS's that keep file descriptors open for NLS (Ian Dowse)
  623. 57. Make NONLSREBIND work after tcsh starts up.
  624. 56. Fix AIX stupid exit bug. (Dan Harkless)
  625. 55. More irix fixes (Kaveh)
  626. 54. V6.08.06 - 19990701
  627. 53. module command completion (Dan Nicolaescu)
  628. 52. Man command completion enhancement (Tom)
  629. 51. Fixes for irix configuration (Kaveh)
  630. 50. Support \a and \e in echo command. From (Keith Thompson)
  631. 49. Alpha configure nit from Kaveh
  632. 48. V6.08.05 - 19990511
  633. 47. In some system, when a builtin fails immediately after we start
  634. tcsh and before we print any messages, NLS messages fail (some
  635. descriptor might be closed) [FreeBSD, HP/UX?]. So we force reading
  636. the NLS catalogs in errinit() (Yoshiyuki Sakakibara)
  637. 46. typos in ja/set1 and ja/set29 (Yoshiyuki Sakakibara)
  638. 45. "dspmbyte autoset trap" support to HP-UX 10.20. (Yoshiyuki Sakakibara)
  639. 44. misnumbered NLS message in tw.help.c (Yoshiyuki Sakakibara)
  640. 43. colorcat variable for NLS color messages (Yoshiyuki Sakakibara)
  641. 42. autoconf fixes from Kaveh (and if it broke, me)
  642. 41. SGI irix fixes from Glenn Coombs.
  643. 40. Don't spin writing the history file when quota is exceeded (Rob McMahon)
  644. 39. V6.08.04 - 19990419
  645. 38. complete additions (John Gotts)
  646. 37. Port to amiga with geek gadgets (Arto Huusko)
  647. 36. Ignore case in setenv for windows (amol)
  648. 35. Bug fixes for NT unc stuff (amol)
  649. 34. Hash spell check (amol)
  650. 33. V6.08.03 - 19990211
  651. 32. Helpcommand documentation (Vladimir Alexiev)
  652. 31. small Y2K fix [%y in prompt would be formatted as 10 not 00 at year 2000],
  653. and new Itoa() code (Chris Torek)
  654. 30. OpenBSD m68k patches (Paul DuBois)
  655. 29. Avoid redefinition of getpeername on Solaris-2.7
  656. 28. fix problems with savedups=erase, savehist=merge (Randy Gobbel)
  657. 27. Don't set $shell to csh, if we were invoked as tcsh (Tomas Persson)
  658. 26. added $_
  659. 25. added postcmd
  660. 24. V6.08.02 - 19981124
  661. 23. document continue and continue_args
  662. 22. wrong test in slowexec made NT optimization a noop (Amol)
  663. 21. Rhapsody fixes + separate CFLAGS/CPPFLAGS (Wilfredo Sanchez)
  664. 20. literals in both prompt at rprompt did not work properly (Taga Nayuta)
  665. 19. multibyte deletion fixes (Yoshiyuki.Sakakibara)
  666. 18. clean up key binding stuff for NT by moving the nt dependent code to
  667. the NT source (amol)
  668. 17. dspmbyte fixes for AIX, typos in man page and nls (Yoshiyuki Sakakibara)
  669. 16. Convex fixes (Ron Echeverri)
  670. 15. V6.08.01 - 19981025
  671. 14. SX4 port; this adds many casts for machines where ptrdiff_t is 64 bits.
  672. (Andreas Schott)
  673. 13. U/Win port; does not work properly with U/Win 1.6, wait for the next
  674. version (Chris Jones)
  675. 12. Sgi does not need gethostname prototype (John Bogan)
  676. 11. Logic in sh.dir.c was wrong for NT (Amol)
  677. 10. HP_CXD_SPP stat64 fixes (Scott Garee)
  678. 9. Documentation spelling fixes (Keith Thompson)
  679. 8. Documentation fix for savedirs (Amol)
  680. 7. Siemens OSD_POSIX fixes (Martin Kraemer)
  681. 6. include <errno.h> for all the BSD's (Trevor Johnson)
  682. 5. Multibyte display fixes for gnu ls (Taga Nayuta)
  683. 4. Configure/Makefile hesiod and bindir fixes (Dan Winship)
  684. 3. Use winnt not win32 in tc.os.h (Amol)
  685. 2. Cygwin32 port (Raj Menon)
  686. 1. Ported Fixes (Tom)
  687. 95. V6.08.00 - 19981002
  688. 94. where builtin nt fix (Amol)
  689. 93. V6.07.13 - 19980926
  690. 96. NT multibyte fixes (Amol)
  691. 95. NeXT needs getcwd.
  692. 94. fix new bug introduced by strncpy'fication in sh.dir.c (Taga Nayuta)
  693. 93. V6.07.12 - 19980918
  694. 92. add cray in configure script (Tom)
  695. 91. nls fixes
  696. 90. Avoid buffer overflows in directory code (kim)
  697. 89. Add multibyte character display support (Yoshiyuki Sakakibara)
  698. 88. Make tcsh use getcwd instead of getwd and supply a getcwd.
  699. 87. Fix remotehost again (kim)
  700. 86. V6.07.11 - 19980913
  701. 85. Leave remotehost ip addresses alone (don't try to resolve them) (Kim)
  702. 84. Read vs. force_read fixes (Amol)
  703. 83. Make colorls if color is set before the first LS_COLORS setenv
  704. (Taga Nayuta)
  705. 82. Use _PATH_DEFPATH on BSD4_4 systems. (Jim Bernard)
  706. 81. Cursor bounds checks (Michael Schroeder)
  707. 80. Syntax error nits (Michael Schroeder)
  708. 79. configure fixes (Michael Schroeder)
  709. 78. V6.07.10 - 19980904
  710. 77. Off by one error in NO_ERRORS...
  711. 76. Japanese NLS messages (Yoshiyuki Sakakibara)
  712. 75. Add ENXIO and EBADF in the test for write failures for Irix Zombies
  713. (Ralf W. Grosse-Kunstleve)
  714. 74. Missed a test for NOSTRCOLL in glob.c (Michael Liepelt)
  715. 73. Another ABSOLUTEP change (Amol)
  716. 72. Italian NLS messages (Massimo Bertozzi)
  717. 71. WIN32 fixes for ntslowexec and color_ls literal printing in prompt (Amol)
  718. 70. a few missed WIN32 merges (Amol)
  719. 69. defined YPBUGS for sgi (Kaveh)
  720. 68. V6.07.09 - 19980707
  721. 67. Separate the nt builtins (Amol)
  722. 66. completion fixes (Tom)
  723. 65. color ls fixes (Taga Nayuta)
  724. 64. V6.07.08 - 19980629
  725. 63. add config.h.in (Kaveh)
  726. 62. win32 updates (Amol)
  727. 61. warning and portability cleanups on the new changes (Kaveh)
  728. 60. V6.07.07 - 19980628
  729. 59. Fast execute by-pass for win32 (Amol Deshpande)
  730. 58. Clean up const usage a bit, and fix gcc 2.8.1 warnings.
  731. 57. Use @bindir@ for DESTBIN in Makefile.in (Edgar Hoch)
  732. 56. Avoid overflow in time builtin computation (Nobue Adachi)
  733. 55. Color ls additions (Taga Nayuta)
  734. 54. unsigned char vs. char warning fixes (Kaveh)
  735. 53. Solaris 64 bit fixes (fix directory offset bug) (Thomas-Martin Kruel)
  736. 52. More win32 patches (Amol)
  737. 51. autoconf lossage from (Kaveh)
  738. 50. V6.07.06 - 04/08/98
  739. 49. Collation fix for globbing (Andrey A. Chernov)
  740. 48. We might have NLS_CATALOGS and not LC_MESSAGES (Andrey A. Chernov)
  741. 47. 4.4BSD header fixes (Andrey A. Chernov)
  742. 46. Signed char prompt fixes (Andrey A. Chernov)
  743. 45. Pattern match fix for directory searches (Mike Patnode)
  744. 44. Pentium DGUX fixes (Miko Nahum)
  745. 43. Spanish nls message catalogs (Luis Francisco Gonzalez)
  746. 42. Fix trailing whitespace parsing in HASHBANG code (Martin Kraemer)
  747. 41. Remove stray debuggin message from unmatched substitutions.
  748. (from Amol Deshpande)
  749. 40. Fix reversed arguments in Usagae message. (from Amol Deshpande)
  750. 39. Fix bug introduced at tcsh-7.06.03 [expdollar] that affected %.n prompt
  751. format.
  752. 38. Fix typos introduced in last batch of changes.
  753. 37. Fix interrupted script using onintr, exiting parent shell problem.
  754. 36. Cleanup prototypes.
  755. 35. V6.07.05 - 10/28/97
  756. 34. Integrate Amol Deshpande's WINNT fixes to the tcsh source. Note that
  757. this is not complete yet; we are missing the NT glue code and the message
  758. catalogs.
  759. 33. Fix ^T at the first character in the line (Chuck Silvers)
  760. 32. Eliminate xsprintf and xvsprintf
  761. 31. Qmail patch from (Matthew Zahorik)
  762. 30. Added missing linux signals (Vadim Vygonets)
  763. 29. fixed problem where complete complete 'p/*/t:*.txt/' would not honor
  764. the pattern.
  765. 28. Port to an EBCDIC machine: BS2000 by Siemens Nixdorf that has an
  766. IBM/390 compatible processor (Martin.Kraemer)
  767. 27. Detect when we have errors writing to stdout (Vadim Vygonets)
  768. 26. Ignore quotes in the comparisons for builtins, so that \builtin works
  769. (Amol Deshpande).
  770. 25. HPUX, portability fixes; make sure that we have the right config file
  771. (Jonathan Kamens)
  772. 24. Don't do lookups for x displays and figure out ttys properly
  773. (Leonard N. Zubkoff)
  774. 23. make print_by_columns print in a single column when the output is not a tty
  775. 22. use rlim_t for Solaris2 (Casper Dik)
  776. 21. V6.07.04 - 05/04/97
  777. 20. set -f -l patch (Michael Veksler)
  778. 19. SGI patches (Tomasz J. Cholewo). Also fix completion code to take into
  779. account aliases that start with a period.
  780. 18. SCO patches (Boyd Lynn Gerber)
  781. 17. Fujitsu patches (Toshiaki Nomura)
  782. 16. autoconf patches (Kaveh Ghazi)
  783. 15. BSDI patches (Paul Vixie)
  784. 14. %Q formatting character addition.
  785. 13. Fix set=#123; echo $i:s/#// (Quoting problem)
  786. 12. V6.07.03 - 02/23/97
  787. 11. Understand %$variable in the prompt.
  788. 10. Quote directory names properly in .cshdirs
  789. 9. USE_ACCESS and autoconfig patches from (Larry Schwimmer)
  790. 8. Pyramid att config file (Andrew Lister)
  791. 7. $rprompt code (Luke Mewburn)
  792. 6. Kanji patches (Huw Rogers)
  793. 5. Cray T3E port (Jorn Amundsen)
  794. 4. Avoid html redirects in tcsh.man2html (from Kimmo)
  795. 3. HP/UX 10.0 fix for filesize resource limit; don't scale by 512 anymore.
  796. 2. Workaround for TIOCSTAT for NetBSD from lukem@netbsd.org
  797. 1. Return exit status from 0..255 not -128...127, as POSIX mandates.
  798. V6.07.02, 10/27/96
  799. 58. More configure fixes from Kaveh.
  800. 57. Fix histdup=erase again: Don't renumber events, or access uninitialized
  801. storage.
  802. 56. 6.07.01 - 10/19/96
  803. 55. Fix histdup=erase, where after some repetitions, we would get negative
  804. history events (kim@gw.com)
  805. 54. NLS fixes and typo in sh.err.c (Martin.Kraemer@deejai.mch.sni.de)
  806. 53. Output history in raw format in the history file (mveksler@VNET.IBM.COM)
  807. 52. Fix possible core dump when !:<tab> in autoexpand mode (rbrown@ERA.COM)
  808. 51. 6.07.00 - 10/11/96
  809. 50. Avoid stdio.h inclusion problem in SCO (gethost.c).
  810. 49. A bit of housekeeping in host.defs
  811. 48. 6.06.04 - 10/05/96
  812. 47. Fix tellmewhat() code to return true if found.
  813. 46. Change register foo to register int foo to avoid compiler warnings.
  814. 45. Fix problem with sticky non editing mode from Casper Dik.
  815. 44. history lex fix from Martin Kraemer; history events that ended with 0
  816. were not properly parsed.
  817. 43. SNI fixes from Martin Kraemer.
  818. 42. SGI fixes from Ralf W. Grosse-Kunstleve.
  819. 41. BSDI2.1 fixes from Paul Vixie.
  820. 40. 6.06.03 - 09/24/96
  821. 39. undef TIOCGLTC for HP/UX 10.0 from Michael Shroeder
  822. 38. Sinix fixes
  823. 37. 6.06.02 - 06/22/96
  824. 36. Added implicitcd
  825. 35. Added configure.in and Makefile.in from Kaveh.
  826. 34. unset path, unsetenv PATH, ./foo did not work.
  827. 33. Add VAR_NOGLOB, and use it to avoid globbing directory names when
  828. cd'ing into them.
  829. 32. Fix bug introduced in the new tty parsing code.
  830. 31. Avoid pushing string back to the parsing string in ${ errors.
  831. 30. Patches for the manual page from Dave.
  832. 29. 6.06.01 - 05/24/96
  833. 28. Use sysconf to get NCARGS if available Robert Daniel Kennedy
  834. <kennedy@b0ru01.fnal.gov>
  835. 27. Grab the program name and use that instead of tcsh in error messages.
  836. 26. Fix histdup, so that it does not leave gaps in the event sequence.
  837. 25. HP/UX v10.0 fixes: Don't use bsdtty.h and avoid clobbering memory
  838. since SIGRT??? is defined as -1.
  839. 24. Avoid coredumps when $TERMCAP exceeds 1024 characters
  840. Michael Schroeder <Michael.Schroeder@informatik.uni-erlangen.de>
  841. 23. Fix memory clobbering when SHORT_STRINGS is not defined.
  842. Todd J Derr <infidel+@pitt.edu>
  843. 22. Only restart stopped editors. Robert Webb <robertw@wormald.com.au>
  844. 21. Recognize pts sysv ptys when checking to set autologout Bob Myers
  845. <bob@intelenet.net>
  846. 20. Magic space incomplete modified core dump fix. Chris Metcalf
  847. <metcalf@catfish.lcs.mit.edu>, Bradley White <bww@fore.com>
  848. 19. Linux nls fixes Rik Faith <faith@cs.unc.edu>
  849. 18. SGI RS8000, Ported notes. Ralf W. Grosse-Kunstleve
  850. <rwgk@laplace.csb.yale.edu>
  851. 17. Greek nls messages. Aggelos P. Varvitsiotis <avarvit@cc.ece.ntua.gr>
  852. 16. Imakefile linux and libcrypt fixes. Jonathan Kamens <jik@cam.ov.com>
  853. 15. FreeBSD fixes Jukka Ukkonen <jau@jau.csc.fi>
  854. 14. Expand the environment space for path Steve Kelem <steve.kelem@xilinx.com>
  855. 13. Don't overwrite the environment randomly Steve Kelem
  856. <steve.kelem@xilinx.com>
  857. 12. Don't turn the editor on when we have dumb or unknown terminals. This
  858. breaks emacs when compiled with terminfo Jonathan Kamens <jik@cam.ov.com>
  859. 11. Fix F- parsing in tc.bind.c <bob@intelnet.net> (Bob Meyers)
  860. 10. Added -T option in history to force timestamp printing. -h alone does
  861. not print timestamps anymore for compatibility with csh.
  862. 9. Typo in tc.bind.c [with -DOBSOLETE] (misplaced parenthesis)
  863. 8. Recognize convex models properly.
  864. 7. suppress the DING! option using the noding variable.
  865. 6. negative nice values did not work.
  866. 5. Harris CX/UX 7.x support.
  867. 4. ERR_DMMODE was used on the crays but not defined. I changed the error
  868. messages in tc.os.c to use ERR_STRING instead, and fixed a missing error
  869. message in the catalogs. Someone will need to retranslate #30 and #31
  870. in set23.
  871. 3. Bug setting listflags... Workaround: set listflags=(A /bin/ls)
  872. 2. Typo in Imakefile (# comment instead of c comment)
  873. 1. Typo in ma.setp.c (missing parenthesis)
  874. V6.06.00, 05/13/95
  875. 88. Cleanup off-by-one error ed.defns.c.
  876. 87. 6.05.09 - 05/06/95
  877. 86. Small memory leak in dosetenv()
  878. 85. Make sure that the number of editing functions defined is correct
  879. and abort otherwise.
  880. 84. Completion Fixes from Tom
  881. 83. Don't add yp stuff in the tilde cache [names that start with + or -]
  882. 82. Don't let children catclose() in xexit(), because the parent will lose
  883. access to the nls catalogs. From Michael.
  884. 81. 6.05.08 - 04/29/95
  885. 80. Update to the newest csh sh.file.c
  886. 79. More completions from Tom.
  887. 78. Fix the Imakefile to use XCOMM
  888. 77. Update for AIX 3.2.
  889. 76. French catalog from J.M.Vansteene@frcl.bull.fr (fwd Michael Schmidt)
  890. 75. Nls fixes and small typos from Michael
  891. 74. PDP11 BSD type fixes.
  892. 73. More manual page fixes.
  893. 72. 6.05.07 - 04/19/95
  894. 71. More NLS catalog fixes.
  895. 70. Bruce's jumbo patch.
  896. 69. 6.05.06 - 03/15/95
  897. 68. make clean does not clobber config.h if Makefile.std is used.
  898. make veryclean does.
  899. 67. New config define NISPLUS. Reportedly fixes vanishing output of ~expansion
  900. on solaris 2.4.
  901. 66. showdots has been removed; use listflags instead. [handles -x too]
  902. 65. more nls catalog fixes.
  903. 64. set histchars=,. did not have any effect in .cshrc
  904. 63. fix "-c command" new core dump.
  905. 62. more completions from Tom
  906. 61. call catclose() before exiting, so that svr4 cleans up the symlinks before
  907. exiting.
  908. 60. Per's fix for insert-last-word
  909. 59. Per's emacs abbreviation mode.
  910. 58. Makefile fixes for catalog stuff.
  911. 57. fixed again complete-word-raw and list-word-raw
  912. 56. 6.05.05 - 03/11/95
  913. 55. Made %?str work again
  914. 54. IRIX sigalarm problem should be fixed
  915. 53. complete-word-raw and list-word-raw should work
  916. 52. nls catalogs complete reworking.
  917. 51. sh.init.c: Signal complete rewrite.
  918. 50. Signal fixes from Bruce.
  919. 49. Added promptchars, like histchars; affect %# in the prompt. The first
  920. char is for the user and the second is for root.
  921. 48. 6.05.04 - 03/03/95
  922. 47. Add NODOT config, $command [that holds the command passed with -c]
  923. $GROUP and $group
  924. 46. AFS fixes from Larry Schwimmer <rosebud@cyclone.Stanford.EDU>
  925. 45. Real NLS catalogs from Michael Schmidt <michael@muc.de>
  926. 44. patch to allow ^? binding.
  927. 43. completion patch from Paul DuBois.
  928. 42. Don't spell check in here docs.
  929. 41. Incorrect normalization of usec in sh.time.c
  930. 40. directory printing and option parsing fixes [from Paul DuBois]
  931. 39. realloc_searchlen should be static to avoid conflicts with OS's that
  932. use the same malloc package.
  933. 38. LOGINFIRST now applies to /etc/csh.login
  934. 37. Fixes in bind compatibility code to bindkey.
  935. 36. 6.05.03 - 01/17/95
  936. 35. Don't print the whole watchlist on startup. One can use explicitly
  937. the log builtin for that.
  938. 34. Don't display the $watch value in the log command.
  939. 33. Don't delete the unmatched portion if we try to complete a spelling error.
  940. 32. Solaris 2.4 workaround for isprint('\t') lossage (From Casper)
  941. 31. Fixed csh bug: [Reported by Jaap]
  942. set test="one\
  943. two\
  944. three"
  945. echo "$test:q"
  946. 30. Fixed the lossage in setting the looking mode in tw.parse.c before
  947. calling t_search; $x/$y will not append the right suffix.
  948. 29. Another attempt at the gethost timeout code.
  949. 28. Cray dmmode and filetests -m -k [need documentation!]
  950. 27. More manual patches.
  951. 26. Don't glob the path; security problem and core-dump. [from beto]
  952. 25. Avoid waiting for jobs that failed to restart, thus hanging the shell.
  953. eg, run job in background, attach to debugger; kill it inside the
  954. debugger. Get out of the debugger and you are stuck if you fg that job.
  955. 24. 6.05.02 - 09/04/94
  956. 23. remhost code could pass the wrong length to getpeername()
  957. 22. too eager sed'ing broke convex getwarpbyvalue() to getwarpbyvarval()
  958. 21. Fixed new bindings bug.
  959. 20. Fixed bug in newgrp code; execv was called incorrectly.
  960. 19. Take into account programmable completion hints when spell checking.
  961. 18. Unconditionally change stty modes in Rawmode()
  962. 17. Change date in $version to be ISO 8601 per Keith's suggestion
  963. 16. Fixed portability problems in the new counted-strings codes (From Kaveh)
  964. 15. Fixed binding problem with the new counted-strings code [all key bindings
  965. ended up in the extended map]
  966. 14. 6.05.01 - 07/08/94
  967. 13. Changed key bindings to use counted strings instead of Null terminated
  968. strings, so that binding ^@ works.
  969. 12. Fix parsing bug, where words that contained keywords caused incorrect
  970. word breaks:
  971. switch (iftagd)
  972. case iftagd:
  973. echo It works
  974. breaksw
  975. default:
  976. echo It is broken.
  977. endsw
  978. 11. Fix sh.c for systems with no job control. [the new hup builtin sends
  979. SIGCONT].
  980. 10. Don't add the suffix character when all completions fail, from michael
  981. 9. Added histdup=erase, that deletes the oldest duplicate instead of
  982. the newest.
  983. 8. Don't call .logout recursively if we receive more than one hup,
  984. and don't process hangups when we execute the .logout.
  985. 7. $logout was set to a static string.
  986. 6. Non printable binding listing was broken.
  987. 5. Recursive sourced scripts would get mangled up because of input buffer
  988. confusion (thanks michael)
  989. 4. M-space should not be counted as a space. Leads to infinite loop in
  990. word splitting.
  991. 3. Pyramid fixes.
  992. 2. Fixed '\' in sysv echo (from Mika)
  993. 1. Missed fix_yp_bugs() when setting REMOTEHOST (From Casper)
  994. V6.05.00, 06/19/94
  995. 113. 6.04.17 06/18/94
  996. 112. Realloc debug fix from John.
  997. 111. Completion fixes from Bruce.
  998. 110. Added -b option to bind.
  999. 109. Added tcsh.man2html from Dave. Looks great!
  1000. 108. 6.04.16 06/06/94
  1001. 107. Allow multi word glob in "`foo`" expressions.
  1002. > if ("`ls`" == "a b c") then
  1003. 106. Michaels lex() buffer patch version 2.
  1004. the previous version core-dumped with
  1005. > sleep | echo
  1006. 105. Fix seg fault in find_cmd, when path is unset.
  1007. 104. 6.04.15 05/28/94
  1008. 103. the previous =~ fix, was a bit broken.
  1009. 102. 6.04.14 05/25/94
  1010. 101. expression parser fix for !~ and =~.
  1011. if (foo =~ *) echo ok
  1012. the * was taken for a multiply and parsed as 0 * 0 returning 0.
  1013. and asked to match "foo" with "0"
  1014. 100. Michael's lex() buffer patch.
  1015. 99. Bruce's Jumbo cleanup
  1016. 98. fixed Imakefile for X11R6
  1017. 97. fixed argument parsing in source command.
  1018. 96. added $sched to format scheduled events.
  1019. 95. 6.04.13 05/07/94
  1020. 94. added expand-command
  1021. 93. Alpha OSF-2.0 fixes
  1022. 92. 6.04.12 04/28/94
  1023. 91. Ignoreeof patch from Bruce.
  1024. 90. Dan's comple…