diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f3cb107438e..e121a7625f0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,15 @@ | |||
| 1 | 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu> | 1 | 2008-07-16 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 2 | ||
| 3 | * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove | ||
| 4 | if 0-ed code. | ||
| 5 | (baud_convert): Don't depend on BAUD_CONVERT, all definitions the | ||
| 6 | were the same as the default. | ||
| 7 | * s/vms.h (BAUD_CONVERT): Remove, same as the default. | ||
| 8 | Remove boilerplate comments. | ||
| 9 | * s/hpux10-20.h (BAUD_CONVERT): Remove, same as the default. | ||
| 10 | (HAVE_SYSVIPC): Remove, unused. | ||
| 11 | (LD_SWITCH_SYSTEM_TEMACS): Simplify, hp9000s700 not supported anymore. | ||
| 12 | |||
| 3 | * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. | 13 | * m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. |
| 4 | Remove boilerplate comments. | 14 | Remove boilerplate comments. |
| 5 | * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. | 15 | * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. |
| @@ -8,11 +18,6 @@ | |||
| 8 | Remove boilerplate comments. | 18 | Remove boilerplate comments. |
| 9 | * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally. | 19 | * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally. |
| 10 | 20 | ||
| 11 | * sysdep.c: Remove code depending on NEED_PTEM_H, unused. Remove | ||
| 12 | if 0-ed code. | ||
| 13 | (baud_convert): Don't depend on BAUD_CONVERT, all definitions the | ||
| 14 | were the same as the default. | ||
| 15 | |||
| 16 | * m/ibms390.h: | 21 | * m/ibms390.h: |
| 17 | * m/intel386.h: | 22 | * m/intel386.h: |
| 18 | * m/m68k.h: | 23 | * m/m68k.h: |