Merge: doc: fixed some typos and other misc. corrections
[nit.git] / clib / nit_main.c
2013-03-21 Alexis Laferrièreni: fix use of multiple native global refs and accordin...
2013-02-01 Alexis Laferrièreffi/android: display Nit errors on the system log
2013-02-01 Alexis Laferrièreclib: uses a macro to manage error printing, allowing...
2012-08-03 Jean Privatclib: prefix runtime errors with "Runtime error"
2012-06-15 Jean Privatgc: default is always nitgc
2012-04-12 Alexis Laferrièreni: adds global references to Nit objects from C code
2012-03-30 Alexis Laferrièreni: adds system to manage native local references to...
2011-01-05 Jean Privatcompile: factorize abort code in the clib
2010-01-27 Jean Privatgc: new NIT_GC_OPTION 'malloc'
2010-01-11 Jean-Sebastien Gelinastools: add a env. variable to remove runtime stack...
2009-08-28 Jean Privatgc: add 'help' option to list all available GC
2009-08-28 Jean Privatgc: show default GC on warnings
2009-08-28 Jean Privatgc: default to nitgc when boehm is not available
2009-08-18 Jean Privatclib: rename trace_t to stack_frame_t
2009-08-17 Julien Chevaliergc: add Nit GC
2009-08-17 Jean Privatclib: new raw_alloc and register_static_object services
2009-08-17 Julien Chevaliergc: runtime option to handle different GC
2009-08-17 Julien Chevaliercompile: object_id is no more the object pointer
2009-08-17 Jean Privatclib: move files to the clib directory