Add void* userdata support for gobjects
[gnome.seed] / modules /
2010-03-11 Alan KnowlesAllow access to global object of sandbox
2010-02-06 Rob TaylorFix subtle crashed when a dbus reply has no message...
2010-01-22 Matt ArsenaultMinor mpfr style change
2010-01-22 Matt ArsenaultChange copyright header of mpfr module
2010-01-08 Tim Hortonmodules: Use NULL instead of 0 to ensure type safety
2010-01-08 Tim HortonAdd null sentinels to the end of seed_static_function...
2010-01-06 Tim HortonRemove extraneous space in output
2010-01-01 Tim HortonFix some 'duplicate symbol' errors on other platforms
2009-12-31 Tim Hortonos module: oops! other GNU extensions were in use;...
2009-12-31 Tim HortonUse realpath() instead of the GNU libc extension canoni...
2009-09-04 Josselin Mouette[modules] Build as loadable modules, instead of fully...
2009-08-21 Xan LopezUse LDFLAGS instead of CFLAGS when appropriate SEED_2_27_91
2009-08-10 Tim Horton[ffi] Use size_t format flag
2009-08-10 Tim HortonDistribute various assorted files which we were missing
2009-08-10 Tim HortonMove ChangeLog to NEWS, autogenerate ChangeLog, to...
2009-08-10 Tim Horton[ffi] Include ffi flags when building ffi module for...
2009-08-03 Robert Carr[ffi] Add support for pointer types to FFI. Also avoid...
2009-08-03 Robert Carr[libxml] getAttribute would only work for the first...
2009-08-03 Robert Carr[ffi] Hey, ffi actually works now. Add tests to prove...
2009-08-02 Robert Carr[ffi] Calling functions works now...
2009-08-01 Robert Carr[ffi] Start implementing the calling bits...
2009-08-01 Robert Carrffi: Implement signature reading/building of internal...
2009-08-01 Robert CarrMerge branch 'master' into ffi
2009-08-01 Robert CarrImplement getting functions from libraries...sort of...
2009-08-01 Robert CarrAdd ffi.Library constructor
2009-08-01 Robert CarrInitial add of ffi module
2009-07-30 Tim HortonUpdate copyright headers and indentation notes.
2009-07-16 Tim Horton[os] Also use canonicalize_file_name in os.realpath
2009-07-15 Tim Horton[libseed] [os] Make __script_path__ canonical and absol...
2009-07-14 Tim Horton[gtkbuilder] Override Gtk.Builder.add_from_string to...
2009-07-10 Tim Horton[modules] Fix last remaining minor warnings in canvas...
2009-07-09 Tim Horton[docs] Scan seed-header.h; install seed-header.h; docs...
2009-07-09 Matt ARSENAULT[mpfr] Made mpfr.zeta support mpfr_zeta_ui
2009-07-09 Matt ARSENAULT[mpfr] Added mpfr.cmp_si_2exp
2009-07-09 Matt ARSENAULT[mpfr] Added mpfr.div_2si
2009-07-09 Matt ARSENAULT[mpfr] Added mpfr.mul_2si
2009-07-09 Matt ARSENAULT[mpfr] Added mpfr.pow
2009-07-09 Matt ARSENAULT[mpfr] Added mpfr.root
2009-07-09 Matt ARSENAULT[mpfr] Added mpfr.sqr
2009-07-09 Matt ARSENAULT[mpfr] Added mpfr.div
2009-07-09 Matt ARSENAULT[mpfr] Added mpfr.sub
2009-07-09 Matt ARSENAULT[mpfr] Added mpfr.mul
2009-07-09 Matt ARSENAULT[mpfr] mpfr.check_range
2009-07-09 Matt ARSENAULT[mpfr] Added mpfr.subnormalize
2009-07-08 Matt ARSENAULTAdded mpfr.clear_flags()
2009-07-08 Matt ARSENAULTAdded other flags
2009-07-08 Matt ARSENAULTUnderflow flag
2009-07-08 Matt ARSENAULTAdded emin_min, emin_max, emax_min, emax_max
2009-07-08 Matt ARSENAULTMade mpfr.cmp work with doubles
2009-07-08 Tim Horton[gettext] Don't free the wrong string (causing double...
2009-07-07 Tim Horton[os] Fix a few more warnings
2009-07-07 Tim Horton[modules] Fix many warnings
2009-07-07 Tim Horton[libxml] Fix many warnings now that -Wall is on
2009-07-07 Tim Horton[example module] Fix warnings (include glib, etc)
2009-07-07 Tim Horton[gettext] Fix missing return from dcgettext
2009-07-06 Matt ARSENAULT[mpfr] Put stuff on mpfr namespace that belongs there
2009-07-06 Matt ARSENAULT[mpfr] get/set emin/emax
2009-07-06 Matt ARSENAULT[mpfr] Added mpfr.get_version and get_patches
2009-07-06 Matt ARSENAULT[mpfr] Added mpfr.setsign mpfr.signbit, mpfr.copysign
2009-07-06 Matt ARSENAULT[mpfr] Add mpfr.can_round and other fixes
2009-07-06 Matt ARSENAULT[mpfr] get/set default rounding mode
2009-07-06 Matt ARSENAULT[mpfr] Added mpfr.prec_round
2009-07-06 Matt ARSENAULT[mpfr] Added mpfr.min, mpfr.max
2009-07-06 Matt ARSENAULT[mpfr] Added nexttoward, nextabove, nextbelow
2009-07-06 Matt ARSENAULT[mpfr] Fixed wrong function name in exception
2009-07-06 Matt ARSENAULT[mpfr] More rounding related functions
2009-07-05 Matt ARSENAULTMore rounding functions
2009-07-05 Matt ARSENAULTAdded rounding functions
2009-07-05 Matt ARSENAULTAdded mpfr.print as sort of fake printf
2009-07-05 Matt ARSENAULT[mpfr] Fixed various problems / cleaned up warnings
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.dim
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.abs and mpfr.neg
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.free_cache
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.hypot
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.agm
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.fma and mpfr.fms
2009-07-05 Matt ARSENAULT[mpfr] Added bessel functions
2009-07-05 Matt ARSENAULT[mpfr] Added various special functions
2009-07-05 Matt ARSENAULT[mpfr] Added various comparison functions
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.greater_p
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.nan_p, inf_p, number_p, zero_p
2009-07-05 Matt ARSENAULT[mpfr] Added mfpr.cmpabs
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.cmp, and new file for comparsion...
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.cbrt
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.rec_sqrt
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.sqrt
2009-07-05 Matt ARSENAULT[mpfr] mpfr fits functions
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.get_d
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.swap
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.set_nan
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.set_inf
2009-07-05 Matt ARSENAULT[mpfr] Added asinh, acosh, atanh
2009-07-05 Matt ARSENAULT[mpfr] Added sech, csch, coth
2009-07-05 Matt ARSENAULT[mpfr] Implement sinh, cosh, tanh
2009-07-05 Matt ARSENAULT[mpfr] log functions
2009-07-05 Matt ARSENAULT[mpfr] Forgot to add functions from last commit to...
2009-07-05 Matt ARSENAULT[mpfr] Implement inverse trig functions
2009-07-05 Matt ARSENAULT[mpfr] Implement csc, sec, cot
2009-07-05 Matt ARSENAULT[mpfr] Added mpfr.cos and mpfr.tan
2009-07-05 Matt ARSENAULT[mpfr] More fixes to the mpfr multi-file build.
next