comparison 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
comparison
equal deleted inserted replaced
995:4575a219af58 996:25e260cb7994
1 2002-08-08 Jerry James <james@xemacs.org>
2
3 * config.values.in: Regenerate.
4 * ellcc.c: A thorough cleanup to eliminate potential buffer
5 overruns and null pointer dereferences, make some global variables
6 local, add braces for clarity, etc., using hints supplied by
7 splint.
8 * ellcc.c (EXEC_GROW_SIZE): New constant for dynamic allocation.
9 * ellcc.c (xrealloc): New function.
10 * ellcc.c (xstrdup): New function.
11 * ellcc.c (fatal): Use varargs for flexibility.
12 * ellcc.c (add_string): New function for abstracting the addition
13 of a string to the exec_argv array.
14 * ellcc.c (add_to_argv): Use add_string. Improve whitespace
15 handling. Recode finite state machine as a clearer while loop.
16 * ellcc.c (do_compile_mode): Use new functions.
17 * ellcc.c (do_link_mode): Ditto.
18 * ellcc.c (do_init_mode): Ditto. Default to in-source
19 make-docfile.
20
1 2002-08-30 Steve Youngs <youngs@xemacs.org> 21 2002-08-30 Steve Youngs <youngs@xemacs.org>
2 22
3 * XEmacs 21.5.9 "brussels sprouts" is released. 23 * XEmacs 21.5.9 "brussels sprouts" is released.
4 24
5 2002-08-21 Jerry James <james@xemacs.org> 25 2002-08-21 Jerry James <james@xemacs.org>