summaryrefslogtreecommitdiff
path: root/testsuite/tests/lib-string
Commit message (Expand)AuthorAgeFilesLines
* New script language for ocamltest (#12185)Damien Doligez2023-04-252-4/+2
* Add hash, seeded_hash to Int, Char, Bool, Float, Int32, Int64, Nativeint (#11...Nicolás Ojeda Bär2022-10-272-4/+4
* Add String.hash and String.seeded_hash (#8878)Tom Kelly2022-04-082-0/+13
* Restore ends_with for Filename.check_suffix; restore starts_with & ends_with ...Tom Kelly2022-01-111-0/+12
* Merge commit '4f4e46af447364ed633dd6baf5f8a2ad79c5d081' into parallel_minor_g...Tom Kelly2021-10-011-1/+0
|\
| * Revert "Fix lib-string/binary.ml test on ppc64"David Allsopp2021-03-191-1/+0
* | Merge commit '6462df79a89cede5c54ed53f1e2ff83309006633' into parallel_minor_g...Tom Kelly2021-09-301-0/+117
|\ \ | |/
| * Fix lib-string/binary.ml test on ppc64David Allsopp2021-03-191-0/+1
| * Add binary integer decoding functions to StringDavid Allsopp2021-03-011-0/+116
* | Remove Strings.{starts,ends}_with from 4.12 due to API defectGabriel Scherer2021-01-071-12/+0
|/
* Added String prefix and suffix tests.Bernhard Schommer2020-06-241-1/+13
* Remove ocamltests filesNicolás Ojeda Bär2019-09-281-1/+0
* Migrate lib-string test to ocamltestNicolas Ojeda Bar2017-12-053-22/+4
* Fix an overflow bug in String.concat (#833)yallop2016-10-041-0/+14
* Rename String.split to String.split_on_char (#626).alainfrisch2016-07-111-2/+2
* String.splitalainfrisch2016-07-091-0/+15
* Remove copyright notices in test files.Sébastien Hinderer2016-05-031-15/+0
* Update headers for the new license.Damien Doligez2016-02-182-22/+28
* Consistently quoting quote and doublequote into string and character litterals.Pierre Weis2015-09-211-1/+1
* use the official name of Jane Street in headersDamien Doligez2015-04-071-1/+1
* PR#6521: {Bytes,Char,String}.escaped are locale-dependentDamien Doligez2015-03-113-0/+54