diff options
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> | ||
| 2 | |||
| 3 | * configure.in: Don't check for index and rindex, check for strchr | ||
| 4 | and strrchr. Define strchr and strrchr as index and rindex, | ||
| 5 | resp., in src/config.h if not available. | ||
| 6 | |||
| 1 | 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu> | 7 | 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 8 | ||
| 3 | * configure.in: Use -Wold-style-definition if available. | 9 | * configure.in: Use -Wold-style-definition if available. |
| @@ -55,6 +61,10 @@ | |||
| 55 | 61 | ||
| 56 | * config.bat: Remove white space around "+" in COPY commands. | 62 | * config.bat: Remove white space around "+" in COPY commands. |
| 57 | 63 | ||
| 64 | 2010-06-23 Glenn Morris <rgm@gnu.org> | ||
| 65 | |||
| 66 | * info/dir: Start descriptions in column 32, per Texinfo convention. | ||
| 67 | |||
| 58 | 2010-06-16 Chong Yidong <cyd@stupidchicken.com> | 68 | 2010-06-16 Chong Yidong <cyd@stupidchicken.com> |
| 59 | 69 | ||
| 60 | * INSTALL: Update font information (Bug#6389). | 70 | * INSTALL: Update font information (Bug#6389). |