ni_nitdoc: moved JS GitHub to Nitdoc.GitHub module
[nit.git] / lib / standard /
2013-09-09 Jean Privatropes: do not use String.with_native
2013-09-09 Jean PrivatMerge remote-tracking branch 'lucas/ropes'
2013-09-04 Jean PrivatMerge branch 'chdir'
2013-09-04 Jean Privatfile: add String::chdir
2013-09-04 Jean Privatrename 'package' to 'module'
2013-09-03 Lucas BajoletStdlib: Ropes implementation, supports Mutable and...
2013-09-03 Jean Privatfile: add getcwd
2013-09-03 Jean Privatfile: fix diname behavior when result is "/"
2013-08-30 Jean Privatstring: more migration from String::from_cstring to...
2013-08-30 Jean PrivatMerge remote-tracking branch 'lucas/string_refactor'
2013-08-29 Lucas Bajoletstdlib: Removed constructors from String
2013-08-29 Lucas BajoletStdlib: Removed all references to String constructors...
2013-08-23 Jean PrivatMerge branch 'highlightdoc-and-implies'
2013-08-23 Jean Privatdoc: fix some malformed documentation
2013-08-23 Jean PrivatMerge remote-tracking branch 'alexis/privileges'
2013-08-23 Alexis Laferrièrelib: adds the posix module with privilege functions
2013-08-22 Jean Privatmerge branch 'nitlight'
2013-08-22 Jean Privatlib: add String#to_cmangle and String#escape_to_c
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/sort_downloads'
2013-08-17 Jean Privatlib: add some examples/unit tests
2013-08-17 Jean Privatlib: fix implem of Range::has_only
2013-08-16 Jean Privatarray: fix Array::swap_at
2013-08-16 Jean Privatlib: improve examples in documentation
2013-08-16 Jean Privatlib: remove duplicated documentation in string
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-13 Lucas BajoletKernel : Int, optimization on the digit count method...
2013-08-13 Lucas Bajoletstdlib: Strings, optimized to_s for Int.
2013-08-06 Alexis Laferrièrelib: adds Map::get_or_default
2013-08-06 Alexis Laferrièrelib: adds some features to file.nit
2013-08-06 Alexis Laferrièrelib: extend time.nit with C's time_t and struct tm
2013-08-06 Alexis Laferrièrelib: adds methods == and hash to BM_Pattern
2013-08-02 Alexis Laferrièrelib: fix import of stdio.h for String::to_precision
2013-08-01 Alexis Laferrièrelib: makes native_arg[cv] intern
2013-07-29 Jean PrivatMerge remote-tracking branch 'alexis/raspberry-pi'
2013-07-20 Jean Privatlib: implements `Float::to_precision` in a non native way
2013-07-11 Jean PrivatMerge remote-tracking branch 'alexandre/libhtml'
2013-07-10 Jean PrivatMerge remote-tracking branch 'lucas/strings-fix'
2013-06-25 Lucas Bajoletstdlib : AbstractString/String, Added trim function...
2013-06-22 Alexandre Terrasalib: added 'slice' method to List
2013-06-22 Alexandre Terrasalib: added init.from in array and hashset
2013-06-13 Lucas Bajoletstdlib: Strings, added function to avoid passing refs...
2013-06-13 Lucas Bajoletstdlib : Cleaned the code for the Strings, renamed...
2013-06-06 Jean Privatlib: fix string comparaison
2013-05-26 Alexis Laferrièrelib: adds the subarray method to the Sequence class
2013-05-16 Jean Privatsrc: change API of split and depreciate split_with
2013-05-16 Jean Privatlib: AbstractSorter accepts null
2013-04-08 Jean PrivatMerge branch 'alexis/libs/gtk'
2013-03-25 Jean PrivatMerge remote-tracking branch 'lucas/string'
2013-03-21 Alexis Laferrièrelib: fix Float::to_precision
2013-03-21 Alexis Laferrièrelib: fix write_char to use more standard C code
2013-03-19 Lucas BAJOLETstdlib: Char, added functions is_alpha and is_alphanume...
2013-03-19 Lucas BAJOLETstdlib: Corrected comments for function has_substring...
2013-03-19 Lucas Bajoletstdlib: Strings, modified concatenation operations...
2013-03-19 Lucas Bajoletstdlib: Modified strings for performances with substrin...
2013-03-18 Lucas Bajoletstdlib: AbstractString, added function is_numeric
2013-02-11 Jean PrivatMerge branch 'al-libs'
2013-02-11 Jean Privatlib: add missing #include<stdio.h>
2013-02-01 Alexis Laferrièrelib: check the return of calls to pipe(), report errors...
2013-02-01 Alexis Laferrièrelib: fix method FDStream::write_char
2013-01-31 Jean Privatlib: make AbstractSorter#compare public
2012-12-07 Jean Privatlib: fix ArrayMapValues::first
2012-12-06 Jean Privatlib: rewrite Collection::rand without explicit closure
2012-10-30 Jean PrivatMerge branch 'at/nitg--separate'
2012-10-27 Alexandre Terrasalib: Fixes NONITCNI imports
2012-10-25 Alexis Laferrièrelib: adds setenv to environ module
2012-10-25 Jean Privatlib: move poll_in from curses to file
2012-10-25 Jean Privatlib: move nanosleep from curses to time
2012-10-22 Jean PrivatMerge branch 'pass_tests'
2012-10-02 Alexandre Terrasalib: Math::Int add binaries operations and, or, xor
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: 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-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...
next