summaryrefslogtreecommitdiff
path: root/stdlib/string.mli
Commit message (Expand)AuthorAgeFilesLines
* Rename tools/unlabel --> tools/sync_stdlib_docsJohn Whitington2020-09-101-4/+4
* remove double @sincesJohn Whitington2020-08-031-12/+6
* ~prefix fixJohn Whitington2020-08-031-1/+1
* Fix deprecationsJohn Whitington2020-08-031-8/+16
* Small fixes from @dra27's commentsJohn Whitington2020-08-031-1/+1
* Labeled and unlabeled @sinces automaticallyJohn Whitington2020-07-301-6/+12
* Fix smaller review comments from @dra27John Whitington2020-07-301-7/+7
* Replacing {!X.y} in doc comments with {!y}John Whitington2020-07-271-16/+16
* Fixes per travis check-typo and travis changesJohn Whitington2020-07-081-4/+10
* Restore String.prefix/suffix status quo anteJohn Whitington2020-07-081-2/+2
* Unify labeled and unlabeled Standard Library modulesJohn Whitington2020-07-071-70/+91
* Consistently use @raise tags in Stdlib docs (#8644)Et7f32020-06-301-35/+19
* Added String prefix and suffix tests.Bernhard Schommer2020-06-241-0/+8
* Fix the string.mli documentation of unsafe-string (#8653)Gabriel Scherer2019-05-021-15/+13
* Stdlib doc: harmonize heading levels again. (#2142)Daniel Bünzli2018-11-081-1/+1
* Deprecate Pervasives (#1605)Jérémie Dimino2018-08-271-1/+1
* Fix a typozapashcanon2018-04-011-1/+1
* Stdlib functional iterators (#1002)Simon Cruanes2018-03-161-0/+15
* restore compatibility for String.{unsafe_set,create,fill}Damien Doligez2016-12-141-3/+3
* change primitive names back to %string_safe_setHongbo Zhang2016-12-141-1/+1
* Option-returning variants of stdlib functions (#885)Alain Frisch2016-11-071-0/+36
* apply changes to stdlib and test suiteHongbo Zhang2016-08-071-4/+4
* Typo.alainfrisch2016-07-111-2/+2
* Rename String.split to String.split_on_char (#626).alainfrisch2016-07-111-1/+1
* String.splitalainfrisch2016-07-091-0/+15
* Update headers for the new license.Damien Doligez2016-02-181-12/+14
* Replace uses of "noalloc" by [@@noalloc]Jérémie Dimino2015-10-061-2/+2
* PR#6521: {Bytes,Char,String}.escaped are locale-dependentDamien Doligez2015-03-111-6/+13
* add @since tags to the new *_ascii functionsGabriel Scherer2014-12-211-4/+8
* PR6694: Deprecate Latin-1 string manipulation functions.Gabriel Scherer2014-12-211-9/+30
* PR6695: Add ASCII counterparts to case-mapping functions.Gabriel Scherer2014-12-211-0/+5
* PR#6494: Add equal function in modules Big_int, Bytes, Char, Digest, Int32, I...Gabriel Scherer2014-12-211-0/+4
* merge branch 4.02 from release 4.02.0 to release 4.02.1Damien Doligez2014-10-151-3/+5
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-11/+14
* implement {Bytes,String}.mapiGabriel Scherer2014-08-061-7/+17
* #6500: add String.init, Bytes.init, Labels couterparts, Stream.of_byte. (Cher...Alain Frisch2014-07-281-0/+6
* safe-string: documentation fixes and add a couple of functions in Pervasives ...Damien Doligez2014-05-011-5/+5
* merge branch "safe-string"Damien Doligez2014-04-291-60/+62
* Revert r13746 (demanded by Xavier)Fabrice Le Fessant2013-06-051-18/+0
* Add String.split and String.cut_at from MiscFabrice Le Fessant2013-06-051-0/+18
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* uniformization of the warnings at the head of the hidden sections of the .mliDamien Doligez2012-03-141-0/+2
* bumped version to 4.00.0 (per Xavier's decision)Damien Doligez2012-03-081-6/+9
* merge version 3.12 from 3.12.1 to r12205Damien Doligez2012-03-081-0/+6
* aftermath of PR#5497Damien Doligez2012-02-231-3/+3
* More renaming to OCamlDamien Doligez2012-02-101-2/+2
* Related to #5493 again: more explanations about string mutation, string shari...Xavier Leroy2012-02-051-6/+14
* hack to make ocamldoc happy; should be fixed properlyDamien Doligez2012-02-031-2/+2
* Related to #5493: document in string.mli the fact that string constants are s...Jonathan Protzenko2012-01-301-0/+18
* Fix bug #3888 (String.map and Scanf.unescaped)Fabrice Le Fessant2012-01-081-1/+1