diff lib-src/ChangeLog @ 996:25e260cb7994

[xemacs-hg @ 2002-09-10 15:27:02 by james] Enable unloading of dynamic modules. Create the first two internal XEmacs modules: LDAP and postgreSQL. Update the sample directory to contain a sample internal XEmacs module and a sample external XEmacs module. Improve support for autoloading modules. Make internal module code compile into the XEmacs binary if XEmacs is configured without module support. Make the internal module directories self-contained so that they can be distributed separately from XEmacs.
author james
date Tue, 10 Sep 2002 15:27:39 +0000
parents 0205cafe98ff
children 184461bc8de4
line wrap: on
line diff
--- a/lib-src/ChangeLog	Mon Sep 09 21:53:43 2002 +0000
+++ b/lib-src/ChangeLog	Tue Sep 10 15:27:39 2002 +0000
@@ -1,3 +1,23 @@
+2002-08-08  Jerry James  <james@xemacs.org>
+
+	* config.values.in: Regenerate.
+	* ellcc.c: A thorough cleanup to eliminate potential buffer
+	overruns and null pointer dereferences, make some global variables
+	local, add braces for clarity, etc., using hints supplied by
+	splint.
+	* ellcc.c (EXEC_GROW_SIZE): New constant for dynamic allocation.
+	* ellcc.c (xrealloc): New function.
+	* ellcc.c (xstrdup): New function.
+	* ellcc.c (fatal): Use varargs for flexibility.
+	* ellcc.c (add_string): New function for abstracting the addition
+	of a string to the exec_argv array.
+	* ellcc.c (add_to_argv): Use add_string.  Improve whitespace
+	handling.  Recode finite state machine as a clearer while loop.
+	* ellcc.c (do_compile_mode): Use new functions.
+	* ellcc.c (do_link_mode): Ditto.
+	* ellcc.c (do_init_mode): Ditto.  Default to in-source
+	make-docfile.
+
 2002-08-30  Steve Youngs  <youngs@xemacs.org>
 
 	* XEmacs 21.5.9 "brussels sprouts" is released.