nitg: fixes iterators crashes for test in 62cdb9a9633767baafb04f66fdad79a46d2e9a69
[nit.git] / lib /
2013-11-07 Jean Privatlib/mnit: do not use "loop do"
2013-11-06 Jean Privatdoc: add a unit test for has_prefix
2013-11-01 Jean Privatnitcc: remove the use of NaiveCollection v0.6.2
2013-10-31 Jean PrivatMerge branch 'nitcc'
2013-10-30 Jean PrivatMerge remote-tracking branch 'alexis/ready-for-ffi'
2013-10-30 Alexis Laferrièrelib: adds `from_a` constructor to all processes (and...
2013-10-30 Alexis Laferrièrelib: adds Pointer::address_is_null to kernel module
2013-10-30 Jean Privatnitcc: add new PoV Node::depth
2013-10-30 Jean Privatnitcc: merge Nodes#items and Node#children
2013-10-25 Jean Privatlib: detach ForAbuser from Collection
2013-10-24 Alexandre Terrasalib: Implemented HeaderMapIterator on Curl
2013-10-18 Jean Privatnitcc: show the text of the token in NParserError.message
2013-10-18 Jean Privatnitcc: parser adds the original error token in the...
2013-10-18 Jean Privatnitcc: lexer do not crash on empty input stream
2013-10-18 Jean Privatnitcc: remove 'print' in parser error
2013-10-17 Jean Privatnitcc: move nitcc_runtime to lib/
2013-10-16 Jean Privatlib: redefine hash in Sequence and Set
2013-10-16 Jean Privatlib: remove the module hash, introduce services in...
2013-10-16 Jean Privatlib: promote AbstractArray#== to SequenceRead
2013-10-16 Jean Privatlib: doc of Collection
2013-10-16 Jean Privatlib: remove the now useless class NaiveCollection
2013-10-16 Jean Privatlib: promote implementations in NaiveCollection to...
2013-10-16 Jean Privatlib: redef Set#==
2013-10-16 Jean Privatlib: add Collection::has_all
2013-10-16 Jean Privatlib: add String::escape_more_to_c
2013-10-16 Jean Privatmove unescape_nit to stdlib
2013-10-09 Jean Privatsqlite: use include <>, not include ""
2013-09-29 Alexandre Terrasalib: fixed bad mallocs in socket
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-26 Jean PrivatMerge branch 'mnit-lib'
2013-08-26 Jean PrivatMerge remote-tracking branch 'alexis/bcm2835-and-gpio...
2013-08-25 Alexis Laferrièrelib/bcm2835: adds the Buzzer component
2013-08-25 Alexis Laferrièrelib/bcm2835: adds the StepperMotor component
2013-08-25 Alexis Laferrièrelib/bcm2835: adds the Switch component
2013-08-25 Alexis Laferrièrelib: intro the linux version of the mnit module
2013-08-25 Alexis Laferrièrelib: intro abstract mnit lib
2013-08-24 Jean PrivatMerge remote-tracking branch 'alexis/gpio-mpd-rpi'
2013-08-24 Alexis Laferrièrelib/bcm2835: move components support from contrib to lib
2013-08-24 Alexis Laferrièrelib/mpd: adds the load_playlist method
2013-08-24 Alexis Laferrièrelib/mpd: add the time field to SongInfo
2013-08-24 Alexis Laferrièrelib/mpd: adds fields to the ServerStatus
2013-08-24 Alexis Laferrièrelib/mpd: do not crash when connection fails
2013-08-24 Alexis Laferrièrelib/mpd: renames MPD::write to write_and_check
2013-08-24 Alexis Laferrièrelib/socket: fix FFSocket::read to use malloc
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: intro of 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-22 Jean Privatlibhtml: correctly handle void elements in HTML
2013-08-21 Jean Privatlibhtml: gives access to HTMLTag#classes
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/lib/sqlite3'
2013-08-21 Alexis Laferrièrelib/sqlite3: adds fallback for sqlite3_errstr in case...
2013-08-21 Jean PrivatMerge remote-tracking branch 'alexis/sort_downloads'
2013-08-20 Alexis Laferrièrelib: clean up error codes in sqlite3
2013-08-20 Alexis Laferrièrelib: simplifies sqlite3
2013-08-20 Alexis Laferrièrelib: use more than one classe in sqlite3
2013-08-20 Alexis Laferrièrelib: use Sqlite3 return codes
2013-08-20 Alexis Laferrièrelib: intro of the sqlite3 module
2013-08-17 Jean Privatlib: add some examples/unit tests
2013-08-17 Jean Privatlib: fix implem of Range::has_only
2013-08-17 Jean Privatlibhtml: escape attributes keys and values
2013-08-17 Jean Privatlibhtml: add HTMLTag#save
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-16 Jean Privatlibthml: add HTMLTag::add_raw_html
2013-08-15 Jean Privatlib: fix typo and style in documentation
2013-08-15 Jean Privatlibhtml: more efficiency way to render HTML
2013-08-15 Jean Privatlibhtml: `HTMLTag.append` add a text-child node
2013-08-14 Jean PrivatMerge remote-tracking branch 'lucas/int_boost'
2013-08-13 Jean PrivatMerge remote-tracking branch 'lucas/netdbg_wip'
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-05 Alexis Laferrièrelib: converts curses.nit to use the FFI
2013-08-02 Alexis Laferrièrelib: fix import of stdio.h for String::to_precision
2013-08-01 Jean PrivatMerge branch 'ni-merge'
2013-08-01 Jean PrivatMerge branch 'intern_native_arg'
2013-08-01 Jean PrivatMerge branch 'curl'
2013-08-01 Jean Privatcurl: protected classes does not exists (yet?)
2013-08-01 Alexis Laferrièrelib: makes native_arg[cv] intern
2013-08-01 Jean PrivatMerge remote-tracking branch 'alexandre/ni-merge' into...
2013-07-31 Matthieu Lucaslib: fixing visibility of intern use only Curl Response...
next