commit e53256d65a8b53d5edb19cac1a838f06baccc91a Author: Tim Horton Date: Mon Jan 11 17:24:33 2010 -0500 Add 2.29.5.3 NEWS, and fix 2009->2010 problems NEWS | 13 +++++++++++-- 1 files changed, 11 insertions(+), 2 deletions(-) commit 707c97582d337de732d404ad6575712827f9f636 Author: Tim Horton Date: Mon Jan 11 17:15:26 2010 -0500 tests: add test for null struct return values tests/javascript/structs/Makefile.am | 2 ++ tests/javascript/structs/struct-null.js | 14 ++++++++++++++ 2 files changed, 16 insertions(+), 0 deletions(-) commit 22c6df348844cb1e56bf9389fb1cdd51865b1a46 Author: Ryan Brown Date: Sun Jan 10 21:46:09 2010 -0600 Allow null struct return values libseed/seed-structs.c | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) commit c5bc24848ce30ba79b463b1440d12ad330fb8ea0 Author: Tim Horton Date: Fri Jan 8 19:12:58 2010 -0500 Revert "Fix incorrect type assumption" We'll have to revisit this; it breaks things on Linux, and is all mired in my lack of understanding This reverts commit 07db8b4966ca85a256137d32eeca2a634f473825. libseed/seed-types.c | 42 +----------------------------------------- 1 files changed, 1 insertions(+), 41 deletions(-) commit 38ef8720434aff3447a442c31549d46d72e330e8 Author: Tim Horton Date: Thu Jan 7 20:40:05 2010 -0500 modules: Use NULL instead of 0 to ensure type safety modules/cairo/seed-cairo.c | 6 +- modules/canvas/seed-canvas.c | 4 +- modules/dbus/module.c | 16 ++--- modules/ffi/seed-ffi.c | 2 +- modules/gettext/seed-gettext.c | 2 +- modules/libxml/seed-libxml.c | 72 ++++++++++++------------ modules/mpfr/seed-mpfr.c | 4 +- modules/multiprocessing/seed-multiprocessing.c | 2 +- modules/os/seed-os.c | 2 +- modules/readline/seed-readline.c | 2 +- modules/sandbox/seed-sandbox.c | 2 +- modules/sqlite/seed-sqlite.c | 2 +- 12 files changed, 57 insertions(+), 59 deletions(-) commit 98394c7c42068eec85e52f0166a9e054978ef1fb Author: Tim Horton Date: Thu Jan 7 19:17:09 2010 -0500 Add null sentinels to the end of seed_static_function and seed_static_value arrays in all modules; fixes BGO #592585 modules/gettext/seed-gettext.c | 3 ++- modules/libxml/seed-libxml.c | 3 ++- modules/multiprocessing/seed-multiprocessing.c | 3 ++- modules/os/seed-os.c | 3 ++- modules/readline/seed-readline.c | 3 ++- modules/sqlite/seed-sqlite.c | 6 ++---- 6 files changed, 12 insertions(+), 9 deletions(-) commit 71603e62d177324f8c3db281229be45919846385 Author: Tim Horton Date: Thu Jan 7 19:11:30 2010 -0500 Post-release increment. configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)