commit 8c9a7f4f7bd2fbc7b380e2718d2375c1a346959a Author: Tim Horton Date: Fri Jan 22 16:25:38 2010 -0500 Update manpage and --help output with -e, etc. doc/seed.1 | 9 ++++++++- src/args.c | 2 +- 2 files changed, 9 insertions(+), 2 deletions(-) commit f7c089d060eb030a6af4dcaa370e5c6c649db5ef Author: Matt Arsenault Date: Sun Jan 17 01:46:34 2010 -0500 Add -e option to repl. src/args.c | 6 +++++- src/main.c | 50 +++++++++++++++++++++++++++++++++++++++++++------- 2 files changed, 48 insertions(+), 8 deletions(-) commit aec73be07dc64cf77de23ff637f1d568d21299b2 Author: Matt Arsenault Date: Wed Jan 6 14:11:54 2010 -0500 Minor mpfr style change modules/mpfr/seed-mpfr-arithmetic.c | 66 ++++++++++++++-------------- modules/mpfr/seed-mpfr-cmp.c | 30 ++++++------ modules/mpfr/seed-mpfr-trig.c | 82 +++++++++++++++++----------------- modules/mpfr/seed-mpfr.c | 70 +++++++++++++++--------------- 4 files changed, 124 insertions(+), 124 deletions(-) commit 32997f9ee3d2f407125b4d6f1ee4015a750e71f4 Author: Matt Arsenault Date: Wed Jan 6 14:03:33 2010 -0500 Change copyright header of mpfr module I wrote this useless part, not Robb, and it's 2010. modules/mpfr/seed-mpfr-arithmetic.c | 2 +- modules/mpfr/seed-mpfr-cmp.c | 2 +- modules/mpfr/seed-mpfr-trig.c | 2 +- modules/mpfr/seed-mpfr.c | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) commit 59ff5495fb88023a3bcf615cc2e9499b54caec7b Author: Matt Arsenault Date: Wed Jan 6 12:34:59 2010 -0500 Add printerr libseed/seed-builtins.c | 33 +++++++++++++++++++++++++++++++++ libseed/seed-builtins.h | 1 + libseed/seed-engine.c | 10 ++++++---- 3 files changed, 40 insertions(+), 4 deletions(-) commit 46d543e06a32ce4c2ec9dbecbf4eac7c0df28570 Author: Tim Horton Date: Sat Jan 16 05:03:19 2010 -0500 The manpage had completely incorrect command line arguments (triple dashes?!) doc/seed.1 | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) commit 5efce55da01646afdf1c46edefa27d62f04292da Author: Tim Horton Date: Thu Jan 14 23:36:17 2010 -0500 libseed: Properly bubble exceptions raised during class init Before, we were simply catching the exception, printing it, and continuing on happily. This completely defeats the point of exceptions. Now, we pop the exception into the class's qdata (a little ugly) and bubble it up and clear it the first time we encounter it (when the class is created, the first time it's instantiated). libseed/seed-engine.c | 15 +++++++++++++++ libseed/seed-gtype.c | 11 ++++------- .../gtypes/gtype-class-init-exception.js | 9 +-------- 3 files changed, 20 insertions(+), 15 deletions(-) commit f23eef37bae31dc8c39678f5282a089cdafba21a Author: Tim Horton Date: Thu Jan 14 20:37:02 2010 -0500 Revert "tests: make check should test against version in build tree, not installed" This seems to make some things angry, and it doesn't totally make sense (if build tree is elsewhere, or one uses 'clean', or whatever) This reverts commit 018aaa4edbc49f1b1db1ea54417388f857ee3f12. tests/javascript/argv.js | 4 ++-- tests/javascript/array-gtype.js | 2 +- tests/javascript/builtin-argument-length.js | 2 +- tests/javascript/check-syntax.js | 2 +- tests/javascript/closure-finalization.js | 2 +- tests/javascript/compare.js | 2 +- tests/javascript/constructor-args.js | 2 +- tests/javascript/constructor-prototype.js | 2 +- tests/javascript/enum.js | 2 +- tests/javascript/everything.js | 2 +- tests/javascript/fork.js | 2 +- tests/javascript/function-info.js | 2 +- tests/javascript/gdk-event.js | 2 +- tests/javascript/gerror.js | 2 +- tests/javascript/gobject-scope.js | 2 +- .../gtypes/gtype-class-init-exception.js | 2 +- tests/javascript/gtypes/gtype-extraprop.js | 2 +- tests/javascript/gtypes/gtype-gtype-class-init.js | 2 +- tests/javascript/gtypes/gtype-gtype.js | 2 +- .../javascript/gtypes/gtype-property-construct.js | 2 +- tests/javascript/gtypes/gtype-property-nice.js | 2 +- tests/javascript/gtypes/gtype-property.js | 2 +- tests/javascript/gtypes/gtype-self.js | 2 +- tests/javascript/gtypes/gtype-signal-args.js | 2 +- tests/javascript/gtypes/gtype-signal.js | 2 +- tests/javascript/gtypes/gtype-typerror.js | 2 +- tests/javascript/gtypes/gtype.js | 2 +- tests/javascript/gvalue-argument.js | 2 +- tests/javascript/include-syntax.js | 2 +- tests/javascript/include.js | 2 +- tests/javascript/introspect.js | 2 +- tests/javascript/json-constructor.js | 2 +- tests/javascript/json.js | 2 +- tests/javascript/list-test.js | 2 +- tests/javascript/modules-noasserts.js | 2 +- tests/javascript/modules.js | 4 ++-- tests/javascript/native-closure-exception.js | 2 +- tests/javascript/native-closure.js | 2 +- tests/javascript/object-info.js | 2 +- tests/javascript/out-test.js | 2 +- tests/javascript/property-benchmark.js | 2 +- tests/javascript/property-glib-exception.js | 2 +- tests/javascript/quit.js | 2 +- tests/javascript/signals/signal-connect.js | 2 +- tests/javascript/signals/signal-disconnect.js | 2 +- tests/javascript/signals/signal-exception.js | 2 +- tests/javascript/signals/signal-expects.js | 2 +- tests/javascript/signals/signal-invalid.js | 2 +- tests/javascript/signals/signal-nofunc.js | 2 +- tests/javascript/signals/signal-userdata.js | 2 +- tests/javascript/signals/signal.js | 2 +- tests/javascript/sqlite.js | 2 +- tests/javascript/structs/struct-constructor.js | 2 +- tests/javascript/structs/struct-enumerate.js | 2 +- tests/javascript/structs/struct-functions.js | 2 +- tests/javascript/structs/struct-nested-set.js | 2 +- tests/javascript/structs/struct-null.js | 2 +- tests/javascript/structs/struct-offsets.js | 2 +- tests/javascript/structs/struct-set-member.js | 2 +- tests/javascript/structs/struct-union-enumerate.js | 2 +- tests/javascript/syntax-test.js | 2 +- tests/javascript/type-conversion.js | 2 +- 62 files changed, 64 insertions(+), 64 deletions(-) commit 1300996938d77f8ea7e6739b4d912b7f79274831 Author: Tim Horton Date: Tue Jan 12 01:35:35 2010 -0500 libseed: Fix passing a union out to a C function The parent class of seed_union was set to seed_union (undefined at that point); I believe it should be seed_pointer, just like seed_struct libseed/seed-structs.c | 8 +++++++- libseed/seed-structs.h | 1 + libseed/seed-types.c | 9 ++++++--- 3 files changed, 14 insertions(+), 4 deletions(-) commit 4191e15dc1ad76dcbdcab987d9a164a8c95aaaba Author: Tim Horton Date: Mon Jan 11 17:27:44 2010 -0500 Postrelease increment configure.ac | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)