summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* More efficient implementation of {Set,Map}.{filter,partition}Xavier Leroy2012-01-162-31/+48
* add missing @since; cut long linesDamien Doligez2012-01-121-3/+6
* extra def. of ~+; cut long linesDamien Doligez2012-01-121-4/+6
* PR#5380: copy fix from 3.12 branchDamien Doligez2012-01-114-210/+232
* cut long linesDamien Doligez2012-01-111-6/+6
* documentationDamien Doligez2012-01-101-0/+2
* Fix bug #3888 (String.map and Scanf.unescaped)Fabrice Le Fessant2012-01-083-3/+13
* PR#4549: make Filename.dirname/basename POSIX compliantDamien Doligez2012-01-062-40/+60
* doc: stats since 3.13.0; clean up whitespaceDamien Doligez2012-01-061-8/+5
* Add String.map in string.mli (partial fix of bug #3888)Fabrice Le Fessant2012-01-061-0/+5
* Fix PR#5454: Update docsWojciech Meyer2011-12-291-1/+4
* Fix PR#5454: Add compare to Digest and allow to pass directly Digest to Set.M...Wojciech Meyer2011-12-292-1/+9
* Fix #5171: Map: avoid unnecessary uses of the user-provided comparison functi...Jonathan Protzenko2011-12-231-2/+20
* Followup fix to #5437: make sure [align] doesn't add padding to undocumented ...Jonathan Protzenko2011-12-231-0/+4
* Fix #5437: when registering an option with Arg, if the option has an empty do...Jonathan Protzenko2011-12-222-4/+7
* Clarify doc about Oo.id (#5436).Alain Frisch2011-12-221-2/+8
* fix PR#5436Jacques Garrigue2011-12-221-2/+1
* continuing to change the name to OCamlDamien Doligez2011-12-2112-30/+30
* OCaml, not Objective Caml, I get it.Xavier Leroy2011-12-211-1/+1
* Module Array: faster implementations of "blit", "copy", "sub",Xavier Leroy2011-12-211-61/+11
* Implementing the precision feature for Scanf.Pierre Weis2011-10-282-249/+257
* Typo in doc.Pierre Weis2011-10-281-1/+1
* Bug #4380.Pierre Weis2011-10-254-154/+183
* Module Buffer, printf, Format and Scanf are compiled with -w A.Pierre Weis2011-10-251-1/+1
* TypoPierre Weis2011-10-251-1/+1
* PR#5349: "replace" uses new key instead of reusing old key.Xavier Leroy2011-09-181-2/+2
* Improve backward compatibility for Hashtbl functorial interface:Xavier Leroy2011-09-183-14/+75
* PR#5344: some predifined exceptions need special printingXavier Clerc2011-09-081-0/+2
* renaming of Objective Caml to OCaml and cleanup of copyright headersDamien Doligez2011-07-2796-107/+122
* uniform .ignore systemDamien Doligez2011-07-201-4/+0
* merge changes from 3.12.0 to 3.12.1Damien Doligez2011-07-2010-24/+49
* typoDamien Doligez2011-07-071-1/+1
* Module Printf, Format, and Scanf are printed in -w A warning mode. This found...Pierre Weis2011-06-204-72/+82
* Some precisions about the use of a backtrace from a exception printer.Xavier Clerc2011-06-141-0/+5
* PR#3806, 4752, 5246: added "hypot" and "copysign" to Pervasives.Xavier Leroy2011-06-042-0/+15
* Hashtbl again: simplified interface for seeding; seed is now an optional para...Xavier Leroy2011-06-044-47/+26
* Better hashing!Xavier Leroy2011-05-295-91/+248
* line break in docDamien Doligez2011-05-131-2/+2
* camlheaderd is generatedDamien Doligez2011-04-262-1/+1
* Ignoring compiled files. Bootstrap.Pierre Weis2011-03-181-1/+1
* Ignoring compiled files.Pierre Weis2011-03-171-0/+2
* add option -runtime-variantDamien Doligez2011-03-175-7/+29
* Including correction from 3.12.1.Pierre Weis2011-03-061-15/+22
* Defining type file_name.Pierre Weis2011-02-232-14/+19
* @ must be escaped in some strange circumstances!Pierre Weis2011-02-231-1/+1
* Documentation (Bug #5230).Pierre Weis2011-02-221-23/+31
* Document the fact that Hashtbl.length runs in constant time.Alain Frisch2011-01-181-3/+4
* Adding String.iteri.Alain Frisch2010-11-053-0/+17
* Adding List.iteri/mapi.Alain Frisch2010-11-053-0/+40
* merge changes from branching of 3.12 to release/3.12.0Damien Doligez2010-08-022-1/+2