Add void* userdata support for gobjects
[gnome.seed] / src /
2010-01-22 Tim HortonUpdate manpage and --help output with -e, etc. SEED_2_29_6
2010-01-22 Matt ArsenaultAdd -e option to repl.
2010-01-06 Tim HortonReturn non-zero exit code if an exception occurs
2009-12-30 Tim Hortoninterpreter: display exceptions (if any) when trying...
2009-10-28 Tim Hortoninterpreter: Add --version argument; chain option parsi...
2009-10-28 Tim HortonClean up 'seed' interpreter
2009-08-25 Tim HortonRevert "Clean up 'seed' interpreter"
2009-08-22 Tim HortonClean up 'seed' interpreter
2009-08-06 Tim HortonRelicense main.c as LGPLv3, closes 590810
2009-07-11 Matt ARSENAULT[libseed] Reduced unneccessary libc string functions...
2009-07-01 Matt ARSENAULTRemove trailing whitespace all throughout examples...
2009-05-07 Robert CarrInstall the multiline repl to /seed and change the...
2009-04-28 Maciej Piechotka - Move the pkg-config checks in modules from files...
2009-04-27 Robert CarrRevert "Revert "Fix checking for libffi""
2009-04-27 Robert CarrRevert "Fix checking for libffi"
2009-04-26 Maciej PiechotkaFix checking for libffi
2009-04-17 Tim HortonPatches from Maciej Piechotka, bugs #579220 and #579221.
2009-04-15 Tim HortonMerge branch 'master' of git+ssh://git.gnome.org/git...
2009-04-15 Robert CarrMake the file passed to the seed binary available as...
2009-04-14 Robert CarrFix redundant requirement of GObject typelib
2009-04-14 Robert CarrFix the REPL script in main.c
2009-04-14 Robert CarrRemove some deprecated usage of Seed.import_namespace...
2009-03-23 Robert CarrMerge branch 'master' of ssh://git.gnome.org/git/seed
2009-03-20 Tim HortonPatch from Matt, fixes horrible crash in include path...
2009-02-24 Tim HortonReapply cleaned up version of Matt's patch.
2009-02-24 Tim HortonIndentation.
2009-02-24 Robert CarrRevert "Patch from Matt to add global include paths."
2009-02-24 Robert CarrMerge branch 'master' of ssh://git.gnome.org/git/seed
2009-02-24 Tim HortonPatch from Matt to add global include paths. Can't...
2009-02-22 Tim HortonLong patch from Matt that changes lots of things to...
2009-02-22 Tim HortonStill slightly broken readline detection is now fixed...
2009-02-22 Tim HortonIndent session!
2008-12-20 Tim HortonRemove readline builtin, fix everything everywhere...
2008-12-18 Tim HortonNo more GCC warnings. The one in main was silly, but...
2008-11-29 Tim HortonAdd coverage support with --enable-profile, cleaned...
2008-11-25 Robert CarrNo global context usage in seed-api.c
2008-11-25 Robert CarrException code is global context free. seed_init return...
2008-11-21 Tim HortonAdd debugging framework; don't segfault if given a...
2008-11-08 Robert CarrFix headers in main also.
2008-11-08 Robert CarrFix header path to make make distcheck works.
2008-11-08 Tim HortonCheck for readline, remove some unnecessary files.
2008-11-08 Tim HortonCheck for libffi headers during configure!
2008-11-07 Tim HortonRemove useless automake backups; add make-test.py to...
2008-11-05 Robert CarrMore exceptions and some random cleanup, courtesy of...
2008-11-04 Robert CarrMore builtins work. Call g_thread_init in main. Add...
2008-11-03 Robert CarrSet program name for the interpreter.
2008-11-03 Robert CarrSVN is still being annoying.
2008-11-03 Robert CarrSVN is being a pain.
2008-11-03 Robert CarrTry again at autotools.
2008-11-03 Robert CarrAutotoolize! Huzzah.