Add null sentinels to the end of seed_static_function and seed_static_value
[gnome.seed] / modules / sqlite / seed-sqlite.c
2010-01-08 Tim HortonAdd null sentinels to the end of seed_static_function...
2009-07-30 Tim HortonUpdate copyright headers and indentation notes.
2009-07-01 Matt ARSENAULTRemove trailing whitespace all throughout examples...
2009-04-29 Robert CarrUpdate modules to use pformat strings for exceptions
2009-04-12 Robert CarrImporter supports native modules
2009-01-14 Tim HortonIndentation update.
2009-01-05 Tim HortonPut errors back into sqlite.
2008-12-05 Robert CarrBeginnings of a toy canvas implementation.
2008-12-05 Robert CarrI'm very sick so I don't remember all the API changes...
2008-12-05 Robert CarrAdd seed_object_call to API. some more fleshing out...
2008-12-05 Robert CarrLots more API...flesh out sqlite bindings. a little.
2008-11-27 Robert CarrAll the type conversion uses a local context now...
2008-11-27 Robert CarrModule build shouldn't use installed seed header for...
2008-11-25 Robert CarrNo global context usage in seed-api.c
2008-11-25 Robert CarrAdd seed-api.c to have functions that don't map to...
2008-11-25 Robert CarrAdd skeleton SQLite C extension module...will serve...