diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 991c7648689..f7c5a5895df 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2001-11-14 Andreas Schwab <schwab@suse.de> | ||
| 2 | |||
| 3 | * unexelf.c [!defined MAP_ANON]: Define MAP_ANON to MAP_ANONYMOUS | ||
| 4 | if defined, 0 otherwise. | ||
| 5 | (MAP_FAILED): Define if not defined and use it for testing mmap | ||
| 6 | failure. | ||
| 7 | (unexec) [!MAP_ANON]: Use /dev/zero as file to map. | ||
| 8 | |||
| 1 | 2001-11-19 Richard M. Stallman <rms@gnu.org> | 9 | 2001-11-19 Richard M. Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * indent.c (current_column_1): Fix handling of scan_bytes for mb chars. | 11 | * indent.c (current_column_1): Fix handling of scan_bytes for mb chars. |