rosettacode: pig the dice game
[nit.git] / lib /
2015-06-22 Jean PrivatMerge: Nitunit fails bad code
2015-06-18 Jean Privatlib/markdown: fix markdown used in documentation (how...
2015-06-17 Jean PrivatMerge: Light FFI for the interpreter
2015-06-17 Jean PrivatMerge: code: cleanup some docunits
2015-06-17 Jean PrivatMerge: Remove RopeString
2015-06-16 Jean PrivatMerge: Rosetta, batch 1
2015-06-16 Jean PrivatMerge: Implementation of rosettacode : pernicious numbe...
2015-06-15 Lucas Bajoletlib/standard/math: Added binops to Byte
2015-06-15 Lucas Bajoletlib/standard/math: Added binops aliases for Int
2015-06-15 Lucas Bajoletlib/standard/ropes: Removed useless RopeString abstract...
2015-06-13 Jean Privatlib/json: update nitunits with new Collection::to_s...
2015-06-13 Jean Privatlib/standard: add nitunits to Collection::plain_to_s
2015-06-13 Jean Privatlib/standand/string: provides a better to_s for collections
2015-06-13 Jean Privatlib/opts: clients of `errors` use `join("\n")`
2015-06-13 Jean Privatlib/standard: format use `plain_to_s` for fast concat
2015-06-13 Jean Privatlib/standard: StringWriter use `plain_to_s` for fast...
2015-06-13 Jean Privatlib_standard_array: reprovide Array::plain_to_s
2015-06-12 Jean Privatcode: cleanup some docunits
2015-06-12 Jean PrivatMerge: friendz with Android Audio API
2015-06-12 Alexis Laferrièrelib/math: declare -lm in the library
2015-06-12 Jean PrivatMerge: String split
2015-06-12 Jean PrivatMerge: lib/array: remove useless cast to comparable.
2015-06-12 Jean PrivatMerge: Kill dead nitg
2015-06-12 Jean Privatlib/emscripten: talk about `nitc` (not `nitg`)
2015-06-12 Jean PrivatMerge: nitunit: use the Markdown parser from `lib/markdown`
2015-06-11 Jean PrivatMerge: Nitiwiki next
2015-06-10 Alexandre Terrasalib: fix whitespaces in misc files
2015-06-10 Alexandre Terrasalib: fix nitunits indentation
2015-06-10 Alexandre Terrasalib: fix nitish in nitunits
2015-06-10 Alexandre Terrasalib/markdown: fix multiple fence in the same comment
2015-06-10 BlackMinourosettacode: primality by trial division
2015-06-10 Jean PrivatMerge: Activate C warnings in FFI code and revert ...
2015-06-10 Jean PrivatMerge: Work on the Curl module
2015-06-10 Jean PrivatMerge: Add some collections for java/collections.nit
2015-06-10 Jean PrivatMerge: file: fix `simplify_path` behavior for path...
2015-06-10 Jean PrivatMerge: Date Lib
2015-06-10 Alexandre Terrasalib/markdown: fix missing space after wikilinks token
2015-06-10 Alexandre Terrasaini: accept array notation
2015-06-10 Alexandre Terrasaini: show error instead crashing on bad formatting
2015-06-09 Alexandre Terrasafile: fix `simplify_path` behavior for path starting...
2015-06-09 Alexis Laferrièrelib: fix C compiler warnings in sha1, socket and sdl
2015-06-09 Alexis Laferrièrelib: fix C compiler warnings in standard library
2015-06-09 Alexis LaferrièrePartial Revert "compiler: Changed types of Char to...
2015-06-09 BlackMinouandroid assets and resources update
2015-06-09 BlackMinouandroid audio : update with error management
2015-06-08 Alexis Laferrièrelib/curl: nullable attributes of CurlHTTPRequest are...
2015-06-08 Alexis Laferrièrelib/curl: make `supporter_outgoing_protocols` public
2015-06-07 Alexis Laferrièrelib/github: update use of Curl
2015-06-07 Alexis Laferrièrelib/neo4j: fix and update usage of Curl
2015-06-07 Alexis Laferrièrelib/curl: revamp the curl_http example
2015-06-07 Alexis Laferrièrelib/curl: update users of the custom class and fix...
2015-06-07 Alexis Laferrièrelib/curl: replace custom classes by containers
2015-06-07 Alexis Laferrièrelib/curl: fix implementation of `user_agent`
2015-06-07 Alexis Laferrièrelib/curl: revamp and move the curl_mail example to...
2015-06-07 Alexis Laferrièrelib/curl: implement `CurlResponseFailed::to_s`
2015-06-07 Alexis Laferrièrelib/curl: `CurlMail::execute` may return null
2015-06-07 Alexis Laferrièrelib/curl: use a cached instance of `Curl` in `Sys`
2015-06-07 Alexis Laferrièrelib/curl: update module doc
2015-06-07 Alexis Laferrièrelib/curl: make `Curl` a `Finalizable`
2015-06-07 Alexis Laferrièrelib/curl: revamp CurlMailRequest and rename it CurlMail
2015-06-07 Alexis Laferrièrelib/curl: remove `CurlMailRequest::add_conventional_space`
2015-06-07 Alexis Laferrièrelib/curl: use local variable when attribute is nullable
2015-06-07 Alexis Laferrièrelib/curl: update more classes to the new inits
2015-06-07 Alexis Laferrièrelib/curl: revamp style, doc and implementation of HeaderMap
2015-06-07 Alexis Laferrièrelib/curl: make private and update init of HeaderMapIterator
2015-06-07 Alexis Laferrièrelib/curl: rename `i_file` to `file`
2015-06-07 Alexis Laferrièrelib/curl: remove the CurlCallbaksRegisterIntern class
2015-06-07 Alexis Laferrièrelib/curl: replace the `C` prefix by `Native`
2015-06-07 Alexis Laferrièrelib/curl: rename `prim_curl` to `native` per the nity...
2015-06-07 Alexis Laferrièrelib/curl: use the prefix `native_` following the nity...
2015-06-07 Alexis Laferrièrelib/curl: use File and NativeFile instead of the local...
2015-06-07 Alexis Laferrièrelib/curl: update and clean up the callback system
2015-06-07 Alexis Laferrièrelib/curl: update style and add more space between prope...
2015-06-04 MehdiAdd some collections for java/collections.nit
2015-06-03 Lucas Bajoletnit/*: Fixed old imports of string and ropes
2015-06-03 Lucas Bajoletlib/standard: Introduce text subgroup for all string...
2015-06-03 BlackMinouupdate Sound abstraction in app
2015-06-03 Jean PrivatMerge: Manage errors on reading binary data
2015-06-03 Jean PrivatMerge: Better error handling in Socket
2015-06-03 Jean PrivatMerge: Fix for Android
2015-06-03 Jean PrivatMerge: Native Types
2015-06-02 Lucas Bajoletlib: Fixed imports throughout standard library
2015-06-02 Lucas Bajoletlib/: removed UTF-8 related modules in anticipation...
2015-06-02 Alexis Laferrièrelib/binary: document behavior when reading binary data...
2015-06-02 Alexis Laferrièrelib/binary: protect `read_string` from stream errors
2015-06-02 Alexis Laferrièrelib/binary: redirect 32 bits endianess functions on...
2015-06-02 Alexis Laferrièrelib/mnit_android: fix `Int::next_pow`
2015-06-02 Alexis Laferrièrelib/socket: set `last_error` on connection failed
2015-06-02 Alexis Laferrièrelib/socket: set `last_error` on failed hostname lookups
2015-06-02 Alexis Laferrièrelib/socket: intro `HErrno::to_s`
2015-06-02 Alexis Laferrièrelib/socket: wrap h_errno to report error on gethostbyname
2015-06-02 Alexis Laferrièrelib/socket: move gethostbyname to Sys and use light FFI
2015-06-02 Lucas Bajoletcompiler: Changed types of Char to uint32_t and NativeS...
2015-06-01 Lucas Bajoletlib/standard/string: Added new factory to Buffer abstra...
2015-06-01 Lucas Bajoletlib/standard/string: Removed flatten method on String...
2015-06-01 MehdiAitlib: add module date
2015-05-30 Jean PrivatMerge: Fix reading from Sockets
2015-05-30 Jean PrivatMerge: modelize: ask that attributes in refinements...
2015-05-30 Jean PrivatMerge: Byte data type
2015-05-30 Jean PrivatMerge: Serialization: change annotation to `serialize...
next