summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Spacing review: symboliques operators are surrounded with spaces, ":" are als...Pierre Weis2010-06-092-54/+54
* Adding @since indications + spacing revision in documentation comments.Pierre Weis2010-06-091-11/+15
* PR#5062Pierre Weis2010-06-042-5/+13
* cut long linesDamien Doligez2010-05-311-3/+7
* small optimization of Array.concatDamien Doligez2010-05-311-3/+4
* Adding @since ocamldoc tags.Alain Frisch2010-05-311-14/+38
* Extend Map with functions from Set.Alain Frisch2010-05-253-31/+206
* Fix PR#4012: Map.map and Map.mapi do not conform to specification.Alain Frisch2010-05-251-4/+14
* PR#4831: use tags @since and @before in std libDamien Doligez2010-05-2113-36/+96
* PR#5055: head -1 doesn't workDamien Doligez2010-05-211-1/+1
* PR#4721: documented the fact that Lazy.force is not thread-safeDamien Doligez2010-05-121-0/+3
* PR#4742: finalisation function raising an exception blocks other finalisationsDamien Doligez2010-05-121-1/+2
* Typo in module Scanf prevented tests to succeeded properly.Pierre Weis2010-05-051-1/+1
* Forgotten export added. Remove spurious warninggs from Oug[1].Pierre Weis2010-05-052-6/+7
* Documentation. Adding a <<deprecated>> section to list deprecated stuff out o...Pierre Weis2010-05-031-11/+18
* Documentation. Adding a <<deprecated>> section to list deprecated stuff out o...Pierre Weis2010-05-031-56/+77
* PR#5023. Adding some documentation words for function set_formatter_output_ch...Pierre Weis2010-05-032-18/+23
* PR#4983. Test suite succesfully passed.Pierre Weis2010-05-021-441/+531
* Documentation + some rewriting in check_next_char.Pierre Weis2010-04-271-7/+14
* - Refactoring of otherlibs/systhreadsXavier Leroy2010-04-272-0/+4
* merge last changes from 3.11 branch (rev 10307)Damien Doligez2010-04-262-0/+103
* Clearer documentation for %i conversion and conversions for native 32 and 64 ...Pierre Weis2010-04-261-8/+9
* Bug in function scan: the size of the string format argument must be calculat...Pierre Weis2010-04-251-33/+45
* More documentation for meta formats %( %).Pierre Weis2010-04-251-9/+17
* Fix #5003: document the fact that expressions raised by exception printers ar...Alain Frisch2010-04-192-24/+26
* Compatible version.Pierre Weis2010-04-152-235/+102
* PR#5004: overflow in Buffer.add_channelXavier Leroy2010-03-281-0/+2
* better PRNGDamien Doligez2010-02-051-33/+40
* big bug in Obj.add_offsetDamien Doligez2010-01-253-5/+5
* Wrong link stntax.Pierre Weis2010-01-221-3/+5
* Documentation.Pierre Weis2010-01-221-125/+114