seed 2.29.6



       Module: seed
      Version: 2.29.6
  Uploaded by: Tim Horton

http://download.gnome.org/sources/seed/2.29/seed-2.29.6.tar.gz
 sha256sum: 429875e4e8e5852d8b588cb3efa3e0991a6544a6c5ed862c25de292c04970c89
      size: 1016K

http://download.gnome.org/sources/seed/2.29/seed-2.29.6.tar.bz2
 sha256sum: 7c7b1adf0152a2a38a3f7ba4260cadcdccb82f997e5f525cdfc214ab3c326284
      size: 744K

ChangeLog
---------

commit 8c9a7f4f7bd2fbc7b380e2718d2375c1a346959a
Author: Tim Horton <hortont424 gmail com>
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 <arsenm2 rpi edu>
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 <arsenm2 rpi edu>
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 <arsenm2 rpi edu>
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 <arsenm2 rpi edu>
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 <hortont424 gmail com>
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 <hortont424 gmail com>
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 <hortont424 gmail com>
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 <hortont424 gmail com>
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 <hortont424 gmail com>
Date:   Mon Jan 11 17:27:44 2010 -0500

    Postrelease increment

 configure.ac |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

-- 
An RSS 2.0 feed of ftp-release-list is available at:
http://download.gnome.org/LATEST.xml


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]