summaryrefslogtreecommitdiff
path: root/stdlib/bytesLabels.mli
Commit message (Collapse)AuthorAgeFilesLines
* Replace uses of "noalloc" by [@@noalloc]Jérémie Dimino2015-10-061-2/+2
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@16455 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* Add @since tags on stdlib functions new in 4.02Gabriel Scherer2014-12-191-1/+3
| | | | | | | | | | | | | | | | make_float was added in 4.02 Buffer.(to_bytes, add_bytes, add_subbytes) were added in 4.02. BytesLabels was added in 4.02. Digest.(bytes, subbytes) were added in 4.02. Marshal.(to_bytes, from_bytes) were added in 4.02. various Pervasives functions were added in 4.02: print_bytes prerr_bytes output_bytes output_substring really_input_string Printexc.(backtrace_slots, raw_backtrace_slot) were added in 4.02. Scanf.(ksscanf, kfscanf) were added in 4.02. Stream.of_bytes was added in 4.02. From: Jeremy Yallop <yallop@gmail.com> git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15687 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* merge changes from branch 4.02 from branching (rev 14852) to 4.02.0+rc1 (rev ↵Damien Doligez2014-08-221-2/+2
| | | | | | 15121) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15125 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* minor typo spotted by Jeremy YallopGabriel Scherer2014-08-161-1/+1
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15093 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* I forgot about {Bytes,String}Labels.mapi; thanks Alain!Gabriel Scherer2014-08-161-0/+5
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15091 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* Use labeled arguments. (Cherry-picked from commit 15031 on 4.02).Alain Frisch2014-07-281-1/+1
| | | | git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15032 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* #6500: add String.init, Bytes.init, Labels couterparts, Stream.of_byte. ↵Alain Frisch2014-07-281-0/+6
| | | | | | (Cherry-picked from 15029 on 4.02.) git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@15030 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02
* merge branch "safe-string"Damien Doligez2014-04-291-0/+202
git-svn-id: http://caml.inria.fr/svn/ocaml/trunk@14705 f963ae5c-01c2-4b8c-9fe0-0dff7051ff02