tests: cleanup .gitignore
[nit.git] / lib /
2012-08-12 Jean Privatlib: implements String#to_f as a legacy extern method...
2012-08-11 Jean Privatni: use macro NONITCNI to disable nitni in extern files
2012-05-30 Jean Privatlib: do not mix declaration and code in external C...
2012-05-02 Jean Privatlib: Array::== do not return false if the dynamic types...
2012-05-02 Jean Privatlib: fix another formal type error in the Maps
2012-04-26 Jean Privatlib: move symbol outside standard
2012-04-26 Jean Privatlib: move "environ" from Symbol to String
2012-04-26 Jean Privatlib: improve shortdoc of modules
2012-04-16 Jean PrivatMerge branch 'wip2'
2012-04-16 Jean Privatlib: fix mismatch between keys and values formal types
2012-04-16 Jean PrivatMerge remote branch 'alexis/wip'
2012-04-12 Alexis Laferrièrelib: adds String::to_f
2012-04-12 Alexis Laferrièrelib: intro module to generate md5 hash from a string
2012-04-12 Alexis Laferrièrelib: intro module to manage C signals
2012-04-12 Alexis Laferrièrelib: adds function to list files within a directory
2012-04-12 Alexis Laferrièrelib: adds poll function to stream module
2012-04-12 Alexis Laferrièrelib: updates module stream to new attributes styles
2012-04-12 Alexis Laferrièrelib: updates module exec to new attributes style
2012-04-10 Jean Privatlib: add 'module' keyword to environ
2012-04-10 Jean Privatclean: make some classes abstract or interfaces
2012-03-06 Alexis Laferrièrelib: adds a method to force invocation of garbage collector
2012-02-27 Jean Privatlib: remove NativeFileCapable
2012-02-27 Jean PrivatMerge branch 'global' into wip
2012-02-24 Jean Privatlib: remove obsolete sdl and game library
2012-02-24 Jean Privatlib&src: remove detected warnings
2012-02-17 Jean Privatlit: add join_path
2012-02-17 Jean Privatlib: handle ../.. in the simplify_path method
2012-02-15 Jean PrivatMerge branch 'ni' into wip
2012-02-15 Jean PrivatMerge branch 'nitdoc2' into wip
2012-02-15 Jean PrivatMerge branch 'lib' into wip
2012-02-15 Jean Privattools: remove remaining POSIX_C_SOURCE
2012-02-14 Jean Privatlib: update the documentation
2012-02-14 Jean Privatlib: promote replace, html_escape and simplify_path...
2012-02-13 Alexis Laferrièrelib: adds hypotenuse to math module as Float::hypot
2012-02-13 Alexis Laferrièrelib: adds String::file_extension to retreive extension...
2012-02-13 Alexis Laferrièrelib: adds Collection::rand to get a random element...
2012-02-13 Alexis Laferrièrelib: adds swap_at to arrays
2012-02-13 Alexis Laferrièrelib: adds abs function to Int
2012-02-13 Jean Privatlib: remove some depreciated methods in Map
2012-02-13 Jean Privatlib: removals on Map are done on the views (keys and...
2012-02-13 Jean Privatlib: for on maps require two parameters
2012-02-13 Jean Privatlib: add 'keys' and 'values' methods in Map
2012-02-13 Jean Privatlib: MapIterator is no more an Iterator
2012-02-13 Jean Privatlib: Map is no more a Collection
2012-02-13 Jean Privatlib: HashCollection is no more a Collection
2012-02-13 Jean Privatlib: remove specialization link between Map and Sequence
2012-02-11 Alexis Laferrièrelib: removes explicit super declaration of Pointer...
2012-02-09 Alexis Laferrièreni: intro of frontier files between nit code and extern...
2012-02-09 Alexis Laferrièrelib: updates lib to use extern classes
2012-01-05 Jean PrivatMerge zeta.labunix.uqam.ca:prog/nit/zeta-wip into tools
2012-01-05 Jean Privatlib: remove macro definition _POSIX_C_SOURCE
2012-01-04 Jean Privatlib: add missing documentation synopsis on some modules
2011-04-29 Alexandre Terrasalib : Add class name support
2011-03-31 Jean Privatlib: Pattern is an interface
2011-02-15 Jean PrivatMerge branch 'update_syntax' into next
2011-02-14 Jean Privatlib: fix NaiveCollection::length
2011-02-14 Jean Privatmetamodel: rename 'universal' to 'enum'
2011-02-14 Jean Privatlib: change identifier enum to values
2011-01-25 Jean PrivatMerge branch 'alexis/various-fixes' into wip
2011-01-25 Alexis Laferrièrelib: adds methods to tell if Char is a lower, upper...
2010-09-26 Alexis Laferrièrelib: Removes debug output from use of environement...
2010-08-06 Jean Privatlib: keys in maps and sets are not nullable
2010-08-06 Jean Privatlib: fix ArrayMap::first
2010-07-16 Jean Privatlib: hash_collection learns the standard hashmap implem...
2010-07-16 Jean Privatlib: reduce acces to _array in hash_collection
2010-07-13 Jean Privatlib: direct key access in HashMap and HashSet
2010-01-18 Jean Privatsyntax: fix code using superstrings with nullables
2010-01-14 Jean Privatsyntax: prepare stmts following loops to be unreachable
2009-09-11 Jean-Sebastien Gelinaslib: add value_name to OptionEnum to get the selected...
2009-09-04 Jean Privatlib: add Array::sort !cmp
2009-08-28 Jean Privatsrc: use 'loop' for infinite loop and do-until-like
2009-08-27 Jean Privatlib: add Int::enumerate_*
2009-08-27 Jean Privatlib: add iterate methods on Collection
2009-08-19 Jean Privatlib: remove exec::kill and exec::term
2009-08-19 Jean Privatlib: fix file_nit.c for 64bits
2009-08-17 Jean Privatclib: move files to the clib directory
2009-08-17 Jean Privatclib: add copyright notice to nit_{common,main}
2009-08-17 Jean Privatclib: clean spaces in nit_common.h
2009-08-06 Jean Privatsyntax: remove local variable masking
2009-08-06 Jean Privatlib: rename IndexedCollection to Sequence
2009-08-06 Jean Privatlib: split hash into hash_collection
2009-08-06 Jean Privatlib: new /lib/standard/collection directory
2009-07-24 Jean Privatlib: redef Array::add (a faster version)
2009-07-23 Jean Privatparser: optimize lexer.nit
2009-07-15 Jean Privatlib: improve list iterator
2009-07-14 Jean-Sebastien Gelinasclib: add signal 'SIGBUS' for compatibility with MAC
2009-07-04 Jean-Sebastien Gelinaslib: add 'close' in filter_stream
2009-07-04 Jean-Sebastien Gelinaslib: fix nullable in filter_stream
2009-06-26 Jean-Sebastien Gelinaslib: fix a bug with String::has_substring and related...
2009-06-26 Jean Privatsyntax: 'meth' -> 'fun', 'attr' -> 'var'
2009-06-26 Jean Privatnullable: convert lib, tools and tests
2009-06-24 Jean Privatlib/opt: add OptionCount
2009-06-24 Jean Privatlib: Map:[] aborts if key is not found
2009-06-16 Jean Privatlib: remove some explicit Object bounds
2009-06-10 Jean Privatcompile: Simplify closure C structures
2009-06-10 Jean Privatlib: Split collections into readable and writable
2009-01-27 Jean PrivatAdd default values for some primitive type attributes.
2009-01-27 Jean PrivatFix opts: forgot to assign the default value.
2009-01-25 Jean PrivatShow gcc warnings.
2008-12-28 Jean PrivatRename methods named 'with'.
next