Add void* userdata support for gobjects
[gnome.seed] / modules / gettext /
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...
2009-09-04 Josselin Mouette[modules] Build as loadable modules, instead of fully...
2009-07-30 Tim HortonUpdate copyright headers and indentation notes.
2009-07-09 Tim Horton[docs] Scan seed-header.h; install seed-header.h; docs...
2009-07-08 Tim Horton[gettext] Don't free the wrong string (causing double...
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-04 Tim Horton[modules] Prefix all module .sos with seed_ (libseed_re...
2009-07-04 Tim Horton[modules] Standardize on seed-{modulename}.c for all...
2009-07-04 Tim Horton[gettext] Forgot to put static functions on gettext ns
2009-07-04 Tim Horton[gettext] Use static class functions to cleanup init
2009-07-04 Tim Horton[modules] Split DEFINE_ENUM_MEMBER into two parts,...
2009-07-04 Tim Horton[gettext] Port gettext to DEFINE_ENUM_MEMBER
2009-07-04 Tim Horton[gettext] Port gettext to new CHECK_ARG_COUNT macro
2009-07-04 Tim Horton[gettext] On some systems, we need to explicitly includ...
2009-07-02 Tim Horton[build] Stylistic updates and bug-fixes to module makefiles
2009-07-02 Matt ARSENAULT[gettext] Various bits of code cleanup
2009-07-02 Matt ARSENAULT[gettext] Added the enums from setlocale
2009-07-02 Tim Horton[gettext] Matt made up some functions, and build failed...
2009-07-02 Tim Horton[gettext] Fix up various indentation problems in gettex...
2009-07-02 Matt ARSENAULT[gettext] Bind the remainder of the gettext functions
2009-07-02 Tim Horton[gettext] Add textdomain binding, rename i18n->gettext...
2009-07-01 Matt ARSENAULTRemove trailing whitespace all throughout examples...
2009-06-24 Tim Horton[gettext] Add a tiny gettext module that provides a...