ropes: Reset everything when clearing.
[nit.git] / lib / standard / ropes.nit
2014-12-04 Jean-Christophe... ropes: Reset everything when clearing.
2014-11-28 Jean Privatlib/standard: remove 3 useless types in local variables
2014-11-25 Alexandre Terrasaropes: fix missing documentation warnings
2014-11-25 Alexandre Terrasaropes: fix useless var warnings
2014-11-25 Alexandre Terrasaropes: fix init warnings
2014-11-06 Lucas Bajoletlib/standard/ropes: Introducing RopeBuffer, a mutable...
2014-11-04 Lucas Bajoletlib/standard/ropes: Rewrote ropes base block.
2014-11-04 Lucas Bajoletlib/standard/ropes: Removed ropes.nit from standard...
2014-09-27 Jean Privatlib: some update towards more use of new constructors
2014-08-15 Jean Privatlib: prepare for new constructors
2014-07-29 Lucas Bajoletlib/standard/ropes: + operation in O(1) time now
2014-07-29 Lucas Bajoletlib/standard/ropes: Added cache on indexed access.
2014-07-17 Jean Privatcode: remove useless as(not null)
2014-07-02 Jean PrivatMerge: String api
2014-06-25 Lucas Bajoletlib/standard/ropes: Added to_leaf method on RopeNode.
2014-06-23 Lucas Bajoletlib/standard/text: Updated API for String/Buffer, a...
2014-06-19 Lucas Bajoletlib/standard/ropes: Concat nodes cannot be constructed...
2014-06-19 Lucas Bajoletlib/standard/ropes: API change, Leaves are now abstract...
2014-06-09 Lucas Bajoletlib/standard/string: Added methods prepend, append...
2014-06-09 Lucas Bajoletlib/standard/string: SELFTYPE now refers to String...
2014-06-09 Lucas Bajoletlib/standard/file: Preparing substrings method, to...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted chars method and related...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added backwards equivalents of...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted output to Ropes.
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted to_cstring for Ropes.
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted == method for Ropes since...
2014-06-05 Lucas Bajoletlib/standard/ropes: Adapted some services from Text.
2014-06-05 Lucas Bajoletlib/standard/ropes: Added prepend service, alias to...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added a final forward iterator...
2014-06-05 Lucas Bajoletlib/standard/ropes: Added an iterator on the substrings...
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...