summaryrefslogtreecommitdiff
path: root/stdlib/string.ml
Commit message (Expand)AuthorAgeFilesLines
* More check-typo fixesJohn Whitington2020-07-081-2/+0
* Restore String.prefix/suffix status quo anteJohn Whitington2020-07-081-2/+2
* Unify labeled and unlabeled Standard Library modulesJohn Whitington2020-07-071-20/+22
* Added String prefix and suffix tests.Bernhard Schommer2020-06-241-0/+19
* Mark the String.equal external as not-allocating C.Pierre-Marie Pédrot2018-11-211-1/+1
* 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
* Whitespace and overlong line fixes.David Allsopp2018-06-141-4/+6
* Stdlib functional iterators (#1002)Simon Cruanes2018-03-161-0/+9
* Use more descriptive name for local functionNicolás Ojeda Bär2018-02-281-3/+3
* Use local functionNicolás Ojeda Bär2018-02-281-6/+6
* Avoid branch in String.escapedNicolás Ojeda Bär2018-02-281-8/+5
* FixNicolás Ojeda Bär2018-02-271-2/+2
* SimplifyNicolás Ojeda Bär2018-02-271-9/+6
* Use functional styleNicolás Ojeda Bär2018-02-271-9/+7
* Optimize String.escapedNicolás Ojeda Bär2018-02-271-8/+12
* get rid of compare_val in String.concatygrek2017-07-071-1/+1
* 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
* Optimised versions of _opt String functionsDavid Allsopp2016-12-141-11/+24
* Merge PR#801 into 4.04David Allsopp2016-12-141-5/+26
* avoid to from bytes conversion for some string operations: such conversion is...Hongbo Zhang2016-12-141-13/+42
* Option-returning variants of stdlib functions (#885)Alain Frisch2016-11-071-1/+9
* Fix an overflow bug in String.concat (#833)yallop2016-10-041-16/+21
* apply changes to stdlib and test suiteHongbo Zhang2016-08-071-4/+4
* Rename String.split to String.split_on_char (#626).alainfrisch2016-07-111-1/+1
* String.splitalainfrisch2016-07-091-0/+11
* 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
* Escaping " in character constantsPierre Weis2015-09-131-1/+1
* PR#6521: {Bytes,Char,String}.escaped are locale-dependentDamien Doligez2015-03-111-3/+1
* PR6694: Deprecate Latin-1 string manipulation functions.Gabriel Scherer2014-12-211-8/+11
* PR6695: Add ASCII counterparts to case-mapping functions.Gabriel Scherer2014-12-211-0/+9
* PR#6494: Add equal function in modules Big_int, Bytes, Char, Digest, Int32, I...Gabriel Scherer2014-12-211-0/+1
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ...Damien Doligez2014-08-221-2/+2
* remove the Obj.magic from the string.ml implementationGabriel Scherer2014-08-061-26/+66
* implement {Bytes,String}.mapiGabriel Scherer2014-08-061-0/+1
* #6500: add String.init, Bytes.init, Labels couterparts, Stream.of_byte. (Cher...Alain Frisch2014-07-281-0/+1
* merge branch "safe-string"Damien Doligez2014-04-291-170/+49
* Revert r13746 (demanded by Xavier)Fabrice Le Fessant2013-06-051-20/+0
* Add String.split and String.cut_at from MiscFabrice Le Fessant2013-06-051-0/+20
* remove all $Id keywordsDamien Doligez2012-10-151-2/+0
* merge version 3.12 from 3.12.1 to r12205Damien Doligez2012-03-081-0/+21
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-271-1/+1
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-201-1/+1
* Adding String.iteri.Alain Frisch2010-11-051-0/+3
* PR#4582, PR#4637 - revert functions to old behaviourDamien Doligez2008-11-181-9/+5
* Correction bug #4582 sur index_from et al. Tests a venir. Invariants itou.Pierre Weis2008-07-221-11/+17
* The functions that escape characters ([escaped]) now handle charactersPierre Weis2007-04-161-4/+8
* Ensure type specialization for the 'compare' functions (PR#4194)Xavier Leroy2007-01-301-1/+1