Merge: doc: fixed some typos and other misc. corrections
[nit.git] / clib /
2018-05-28 olivierschirmadd destruction traces, add lttng channel configuration...
2018-05-11 olivierschirmadd the trace system with a first test which is instanc...
2017-11-22 Alexis Laferrièreandroid: activate the GC
2017-04-03 BlackMinoufix the GC warning about cycles
2015-11-07 Alexis Laferrièrenitc/android: temporally disable the GC on Android
2015-05-26 Jean PrivatRename REAMDE to README.md
2015-04-06 Jean Privatclib/gc_chooser: add a default for a switch to silent...
2015-01-02 Jean Privatgc_chooser: avoid `undeclared gc_register_finalizer...
2014-08-12 Alexis Laferrièrenitg & lib: intro `Finalizable` to be called when an...
2014-02-05 Alexis Laferrièreclib: deactivate libgc debugging
2013-07-10 Jean Privatnitg: move the GC stuff in a runtime C libray `gc_chooser`
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...
2012-03-06 Alexis Laferrièrelib: adds a method to force invocation of garbage collector
2011-10-13 Jean PrivatMerge branch 'pu/class_name' into wip
2011-06-27 Jean Privatgc: remove unused local variable
2011-04-29 Alexandre Terrasalib : Add class name support
2011-01-21 Jean PrivatMerge remote branch 'jean-sebastien/various-fixes'...
2011-01-07 Jean-Sebastien Gelinascompatibility: fix compiler warning about size_t on...
2011-01-05 Jean Privatcompile: factorize abort code in the clib
2010-02-15 Jean Privatcompile: declare NEW_NativeArray in nit_common.h
2010-01-27 Jean Privatgc: rewrite for efficiency
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-19 Jean Privatgc: fix gc.c for 64bits
2009-08-18 Jean Privatcompile: one closure context by function, and it is...
2009-08-18 Jean Privatclib: move REG to the stack frames
2009-08-18 Jean Privatclib: rename trace_t to stack_frame_t
2009-08-18 Jean Privatgc: superficial cleaning
2009-08-17 Julien Chevaliergc: add Nit GC
2009-08-17 Julien Chevaliergc: disable Boehm general malloc and calloc overtaking
2009-08-17 Jean Privatclib: new raw_alloc and register_static_object services
2009-08-17 Julien Chevaliercompile: traces know REG variables
2009-08-17 Julien Chevaliergc: runtime option to handle different GC
2009-08-17 Julien Chevaliercompile: give NativeArray its own C structure
2009-08-17 Julien Chevaliercompile: object_id is no more the object pointer
2009-08-17 Jean Privatclib: move files to the clib directory