Deleted Added
full compact
Fixes (167466) Fixes (195609)
1 21. V6.17.00 - 20090710
2 20. Fix dataroot autoconf issue.
3 19. Fix directory stuff for unit tests.
4 18. Fix small bug in history in loops.
5 17. Provide newer config.{guess,sub}
6 16. Fix gcc 4 warnings.
7 15. Fix memory trashing bug introduced in 10.
8 14. V6.16.01 - 20090624
9 13. add missing sigemptyset in goodbye()
10 12. add rlimit swapsize from FreeBSD.
11 11. restore behavior where a[n-] never prints an error.
12 10. always save the whole command, not just the first 80 chars of it.
13 9. fix short2str/short2qstr length adjustment in wide chars
14 (Vitezslav Crhonek)
15 8. set histfile=/tmp/history.temp; set savehist=(100 merge);
16 alias precmd history -S. After that justpr is not restored and commands
17 don't execute. (Andriy Gapon)
18 7. Fix "as" $ modifier from corrupting memory.
19 set t=demfonsftraftionf; echo $t:as/f//
20 6. Make $% work with environment variable (Ron Johnston)
21 5. Dragonfly script support (Matthias Schmidt, m65)
22 4. Add autoexpand=onlyhistory (Don Estabrook, m66)
23 3. Add history in loops (Laurence Darby, m48)
24 2. Add missing colorls "rs" variable (Shlomi Fish, m70)
25 1. Fix pts detection issue (Ruslan Ermilov)
26
27 33. V6.16.00 - 20080930
28 32. longjmp clobbered variable fixes.
29 31. __GNX__ addition
30 30. Windows fork fixes
31 28. V6.15.02 - 20080830
32 27. Fix an eval free'ing botch (Per Hedeland)
33 26. /bin/echo "`" coredumped because stderror() calls longjmp corrupting
34 the stack (Mark Davies). We should vet the code for all stderror()
35 calls that cleanup local stack variables.
36 25. foo > ${undef} caused coredumps because of vfork() child corrupting
37 the state of the parent stack.
38 24. $x[A-B] did not complain for A out of range. (Cai Xianchao)
39 23. rename setp -> tcsh_setp to avoid conflict with mach (Javier Vasquez)
40 22. Fix degree handling by defining __XPG4_CHAR_CLASS__ for solaris
41 (Mike Sullivan)
42 21. Change 'od' to 'od -c' in tests so that they work on big endian machines.
43 (Martin Kraemer)
44 20. Add environment variable COMMAND_LINE to be available in completions
45 (Marcin Konarski)
46 19. V6.15.01 - 20070928
47 18. Evaluate expressions in the proper order (Li Zefan), controlled by
48 compat_expr.
49 17. Don't need to flush() if we are silent. Prevents recursive error issue.
50 (joshua stein)
51 16. Don't execute the jobcmd if the output is not a tty (Charles Ross)
52 15. Quote the history in the examples (Johann 'Myrkraverk' Oskarsson)
53 14. Mismatch clarification patch (Per Hedeland)
54 13. Fix 'repeat n cmd &' abort() (Mike Sullivan)
55 12. Fix octal parsing (Li Zefan)
56 11. Fix pty detection for autologout setting (Kris Kennaway, Giorgos Keramidas)
57 10. kill `foo` got stuck because sigchld was disabled too soon (Mark Peek)
58 9. Avoid null pointer dereference in proc cwd (Kurt Miller)
59 8. eval "foreach a b c" exits (Anthony Menasse)
60 7. Quoting was broken in substitutions (Joe Wells)
61 6. QNX patches via pkgsrc
62 5. cd - twice from a directory that contained a glob pattern,
63 expands the glob twice (Mark Santcroos)
64 4. MidnightBsd support (Lucas Holt)
65 3. Fix history substitution core-dump with no history entries
66 2. Merge two character tables that are the same (Martin Kraemer)
67 1. On ancient 7 bit locales, punctuation characters are used to
68 denote special characters such as umlaut, adiaresis, etc.
69 These characters return true for isalpha/isalnum. Ignore them
70 because they break parsing (Martin Kraemer)
71
1 74. V6.15.00 - 20070303
2 73. fix extension eating windows code (christos)
3 72. fix loop in %R history expansion (christos)
4 71. sched +X source file disables interrupts (Mike Sullivan)
5 70. One off copying macro buffers (Jean-Luc Leger)
6 69. Avoid infinite loops in :ga modifiers when the LHS is a substring of the
7 RHS.
8 68. Automatically disable WIDE_STRINGS with --disable-nls (Miloslav Trmac)

--- 1836 unchanged lines hidden ---
72 74. V6.15.00 - 20070303
73 73. fix extension eating windows code (christos)
74 72. fix loop in %R history expansion (christos)
75 71. sched +X source file disables interrupts (Mike Sullivan)
76 70. One off copying macro buffers (Jean-Luc Leger)
77 69. Avoid infinite loops in :ga modifiers when the LHS is a substring of the
78 RHS.
79 68. Automatically disable WIDE_STRINGS with --disable-nls (Miloslav Trmac)

--- 1836 unchanged lines hidden ---