gnome.seed
2009-07-11 Tim Horton[examples] Note to the user that calculator-mpfr isn... SEED_0_8_5
2009-07-11 Tim HortonRevert "[docs] Try to keep html directory around (empty...
2009-07-11 Tim HortonRevert "[docs] Missed part of the last commit"
2009-07-11 Tim Horton[docs] Missed part of the last commit
2009-07-11 Tim Horton[docs] Try to keep html directory around (empty file...
2009-07-11 Tim Horton[docs] Make sure to distribute contact documentation...
2009-07-11 Tim Horton[tools] Use public git repo for check-release, not...
2009-07-11 Tim Horton[build] Clean up configure output surrounding mpfr...
2009-07-10 Tim Horton[build] Distribute manpage
2009-07-10 Tim Horton[docs] Add empty seed.types back so make dist doesn...
2009-07-10 Tim Horton[modules] Fix last remaining minor warnings in canvas...
2009-07-10 Tim Horton[docs] Don't scan seed-debug or seed-path, as they...
2009-07-10 Tim Horton[docs] Include module references in big Seed Reference
2009-07-10 Tim HortonUpdate version to 0.8.5
2009-07-10 Tim HortonAdd changelog data for 0.8.5
2009-07-10 Tim HortonRepair changelog (0.8 didn't conform to 80 chars, doubl...
2009-07-10 Tim Horton[docs] Move webkit minimum revision details to deps...
2009-07-09 Tim Horton[docs] Significantly updated exception documentation
2009-07-09 Tim Horton[docs] Remove import_namespace and include from runtime...
2009-07-09 Tim Horton[docs] Add exception names to reference
2009-07-09 Tim Horton[docs] Scan seed-header.h; install seed-header.h; docs...
2009-07-09 Tim Horton[docs] Fix incorrect argument name in prepare_global_co...
2009-07-09 Tim Horton[docs] Add context sample code
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 Tim Horton[docs] Add a bit of SeedContext documentation
2009-07-08 Tim Horton[docs] Use   to make empty lines not disappear...
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-08 Tim Horton[docs] Expand "Initialization" docs
2009-07-08 Tim Horton[docs] Add a few simple examples for writing modules...
2009-07-08 Tim Horton[libseed] Fix spelling error in SeedFunctionCallback
2009-07-08 Tim Horton[docs] Add simple "Hello world" to docs
2009-07-08 Tim Horton[docs] Add overrides for some of the structs which...
2009-07-08 Tim Horton[docs] Fix numerous gtk-doc warnings
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[libseed] Make seed_make_pointer public; libxml module...
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 Tim Horton[docs] Add seed_empty_class to classes doc, needs to...
2009-07-06 Tim Horton[docs] Update wording of module deps
2009-07-06 Tim Horton[docs] Add bugzilla to contact page
2009-07-06 Tim Horton[docs] Apparently, keeping the generated sgml files...
2009-07-06 Tim Horton[docs] Add manpage (seed.1)
2009-07-06 Tim Horton[docs] Set namespace to "seed" so reference index is...
2009-07-06 Tim Horton[docs] Only list seed/seed.html once in sections
2009-07-06 Tim Horton[docs] Update makefile (put static sgml files in the...
2009-07-06 Tim Horton[docs] Continuing reorg; break into new sections, name...
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-06 Tim Horton[docs] Update contact docs to have Git repo and email...
2009-07-06 Tim Horton[docs] Add contact information to docs
2009-07-06 Tim Horton[docs] Add the rest of the sgml templates
2009-07-05 Tim Horton[docs] Move SeedContext section annotation to doc dir...
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 Tim Horton[build] Turn -Wall on globally (was just in libseed)
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
next