changeset 69029:9021ca41a840

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Mon, 20 Feb 2006 01:19:15 +0000
parents 9121701fb79d
children 0c3b91a536ab
files src/ChangeLog
diffstat 1 files changed, 8 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/ChangeLog	Mon Feb 20 01:19:08 2006 +0000
+++ b/src/ChangeLog	Mon Feb 20 01:19:15 2006 +0000
@@ -1,5 +1,13 @@
 2006-02-19  Richard M. Stallman  <rms@gnu.org>
 
+	* xterm.c (x_catch_errors): Use xmalloc.
+
+	* regex.c (extend_range_table_work_area): Call xmalloc and xrealloc.
+	(regex_compile): Likewise.
+	(regcomp): Use xmalloc.
+
+	* gtkutil.c (malloc_widget_value): Use xmalloc.
+
 	* vm-limit.c [HAVE_GETRLIMIT]: Include sys/resource.h.
 	(check_memory_limits) [HAVE_GETRLIMIT]: Use getrlimit.