update NOTICE and LICENSE
[nit.git] / clib /
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