summaryrefslogtreecommitdiffstats
path: root/stdlib
AgeCommit message (Expand)Author
2012-05-24fix two bugs in commit 12453Damien Doligez
2012-05-15Fix PR#5555Fabrice Le Fessant
2012-05-02documentation: I/O functions can raise Sys_errorDamien Doligez
2012-04-27Documentation for set/get_formatter_out_functions.Pierre Weis
2012-04-27Additional documentation for format strings.Pierre Weis
2012-04-19- Hashtbl:Xavier Leroy
2012-04-13PR#5585: typo explicitely -> explicitlyDamien Doligez
2012-04-11Introducing ikfprintf.Pierre Weis
2012-04-11Doc: better phrasing for %,. Introducing ikfprintf.Pierre Weis
2012-04-11Typo.Alain Frisch
2012-04-10PR#5575: Random states are not marshallable across architecturesDamien Doligez
2012-03-26#5397: Filename.temp_dir_name should be mutable.Alain Frisch
2012-03-23Updated documentation of Random.self_init and Random.float.Xavier Leroy
2012-03-14Improve self-initialization of the Random module, using /dev/urandomXavier Leroy
2012-03-14uniformization of the warnings at the head of the hidden sections of the .mliDamien Doligez
2012-03-13PR#4292, point 8: bad placement of section headerDamien Doligez
2012-03-08cut overlong lineDamien Doligez
2012-03-08bumped version to 4.00.0 (per Xavier's decision)Damien Doligez
2012-03-08typo in URLDamien Doligez
2012-03-08merge version 3.12 from 3.12.1 to r12205Damien Doligez
2012-02-23aftermath of PR#5497Damien Doligez
2012-02-21change duplicate tag in docsDamien Doligez
2012-02-18Fix PR#5309: Queue.add is not thread/signal safeFabrice Le Fessant
2012-02-10More renaming to OCamlDamien Doligez
2012-02-10typo in docDamien Doligez
2012-02-10PR#5159: better documentation of type "position"Damien Doligez
2012-02-07better documentation for format6Damien Doligez
2012-02-07reformat over-long linesDamien Doligez
2012-02-05Related to #5493 again: more explanations about string mutation, string shari...Xavier Leroy
2012-02-03hack to make ocamldoc happy; should be fixed properlyDamien Doligez
2012-01-30Related to #5493: document in string.mli the fact that string constants are s...Jonathan Protzenko
2012-01-26PR#1835: add function Digest.from_hexDamien Doligez
2012-01-26Fix PR#5493 by documentatingFabrice Le Fessant
2012-01-25PR#1284: documentation: remove restriction on mixed streamsDamien Doligez
2012-01-16More efficient implementation of {Set,Map}.{filter,partition}Xavier Leroy
2012-01-12add missing @since; cut long linesDamien Doligez
2012-01-12extra def. of ~+; cut long linesDamien Doligez
2012-01-11PR#5380: copy fix from 3.12 branchDamien Doligez
2012-01-11cut long linesDamien Doligez
2012-01-10documentationDamien Doligez
2012-01-08Fix bug #3888 (String.map and Scanf.unescaped)Fabrice Le Fessant
2012-01-06PR#4549: make Filename.dirname/basename POSIX compliantDamien Doligez
2012-01-06doc: stats since 3.13.0; clean up whitespaceDamien Doligez
2012-01-06Add String.map in string.mli (partial fix of bug #3888)Fabrice Le Fessant
2011-12-29Fix PR#5454: Update docsWojciech Meyer
2011-12-29Fix PR#5454: Add compare to Digest and allow to pass directly Digest to Set.M...Wojciech Meyer
2011-12-23Fix #5171: Map: avoid unnecessary uses of the user-provided comparison functi...Jonathan Protzenko
2011-12-23Followup fix to #5437: make sure [align] doesn't add padding to undocumented ...Jonathan Protzenko
2011-12-22Fix #5437: when registering an option with Arg, if the option has an empty do...Jonathan Protzenko
2011-12-22Clarify doc about Oo.id (#5436).Alain Frisch