lib/standard/ropes: Added an iterator on the leaves of the Rope.
[nit.git] / lib / standard / ropes.nit
2014-06-05 Lucas Bajoletlib/standard/ropes: Added an iterator on the leaves...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added a forward postfix iterator...
2014-06-05 Lucas Bajoletlib/standard/ropes: Preparing introduction of iterators...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted substring method for Ropes.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added the insertion of a string...
2014-06-04 Lucas Bajoletlib/standard/ropes: Added append method.
2014-06-04 Lucas Bajoletlib/standard/ropes: Search method and classes added.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added constructors for a Rope
2014-06-04 Lucas Bajoletlib/standard/ropes: Bases of RopeString class.
2014-06-04 Lucas Bajoletlib/standard/ropes: Added basic structure for Ropes.
2014-06-04 Lucas Bajoletlib/standard/ropes: Nodes for Ropes.
2014-06-04 Lucas Bajoletlib/standard: Removal of all of ropes.nit content for...
2014-05-23 Jean Privatlib/ropes: use `redef` for inherited named constructors
2014-05-13 Jean Privatlib: prepare for new init
2014-03-25 Lucas Bajoletstdlib/strings: Moved String as abstract, FlatString...
2014-03-24 Lucas Bajoletstdlib/strings: Renamed AbstractString to FlatText.
2014-03-24 Lucas Bajoletstdlib/strings: Cleaned the old way of defining private...
2014-03-07 Lucas Bajoletstdlib/ropes: Prepping ropes to be compatible when...
2013-09-09 Jean Privatropes: do not use String.with_native
2013-09-03 Lucas BajoletStdlib: Ropes implementation, supports Mutable and...