lib/code/standard: hash no more divides object_id by 8
[nit.git] / lib / standard / text /
2015-08-13 Lucas Bajoletlib/standard/text: Moved all number-related functions...
2015-08-10 Lucas Bajoletlib/standard/text: Updated to_num to support fix ints
2015-08-07 Lucas Bajoletlib/standard: Remove lshift and rshift from Int and...
2015-08-06 Lucas Bajoletlib/standard: Fix NativeString::length_of_char_at and...
2015-08-04 Lucas Bajoletlib/standard/text: Added parsing method for all integers
2015-08-03 Jean PrivatMerge: to_i behaviour coherent with parser
2015-08-03 Jean PrivatMerge: Remove memory leak in Ropes
2015-08-03 Lucas Bajoletlib/standard/text: Update Text.to_i to parse all bases
2015-08-03 Lucas Bajoletlib/standard/text: Added is_int validation function...
2015-08-03 Lucas Bajoletlib/standard/text: Added validation and conversion...
2015-08-03 Lucas Bajoletlib/standard/text: Move and generalize remove_underscor...
2015-07-31 Lucas Bajoletropes: Removed useless dump_buffer in to_s
2015-07-27 Lucas Bajoletlib/standard/ropes: Added balancing method to Concat
2015-07-27 Lucas Bajoletlib/standard/ropes: Added cache mechanism on indexed...
2015-07-23 Lucas Bajoletlib/standard: Update libs for the support of UTF-8
2015-07-23 Lucas Bajoletlib/standard: Added services on NativeString and Char...
2015-07-21 Lucas Bajoletlib/standard: Moved and rewrote [] and []= for RopeBuffer
2015-07-21 Lucas Bajoletlib/standard: Update functions of Flat to use char...
2015-07-20 Jean PrivatMerge: Apply optional params in strip_extension, basena...
2015-07-18 Alexis Laferrièrelib/standard: revamp doc of `Map::join`
2015-07-17 Alexis Laferrièrelib/standard: the single parameter of `Collection:...
2015-07-13 Jean Privatlib/string: named constructors call the autoinit explicitly
2015-07-09 Lucas Bajoletlib/standard: NativeString operations are now Byte...
2015-07-08 Lucas Bajoletlib/standard/text: Most chars operations are no longer...
2015-07-08 Lucas Bajoletlib/standard/ropes: Substrings now work with FlatStrings
2015-07-08 Lucas Bajoletlib/standard/text: Intro bytes services on Text
2015-07-08 Lucas Bajoletlib/standard/text: Intro bytelen in abstract_text
2015-06-22 Jean PrivatMerge: Opportunity i18n & traduction française
2015-06-20 Alexis Laferrièrelib/text: protect the `format` method against inconsist...
2015-06-18 Alexis LaferrièreMerge branch 'master' into lib-use-light-ffi
2015-06-17 Jean PrivatMerge: code: cleanup some docunits
2015-06-17 Alexis Laferrièrelib: update the text group to the light FFI
2015-06-15 Lucas Bajoletlib/standard/ropes: Removed useless RopeString abstract...
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/standard: format use `plain_to_s` for fast concat
2015-06-13 Jean Privatlib_standard_array: reprovide Array::plain_to_s
2015-06-12 Jean PrivatMerge: String split
2015-06-03 Lucas Bajoletlib/standard: Introduce text subgroup for all string...