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 7da4cd5e5bf..2e177ecbe7b 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2006-02-19 Richard M. Stallman <rms@gnu.org> | 1 | 2006-02-19 Richard M. Stallman <rms@gnu.org> |
| 2 | 2 | ||
| 3 | * xterm.c (x_catch_errors): Use xmalloc. | ||
| 4 | |||
| 5 | * regex.c (extend_range_table_work_area): Call xmalloc and xrealloc. | ||
| 6 | (regex_compile): Likewise. | ||
| 7 | (regcomp): Use xmalloc. | ||
| 8 | |||
| 9 | * gtkutil.c (malloc_widget_value): Use xmalloc. | ||
| 10 | |||
| 3 | * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h. | 11 | * vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h. |
| 4 | (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit. | 12 | (check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit. |
| 5 | 13 | ||