summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Doc.Pierre Weis2010-01-221-14/+15
* clean up spaces and tabsDamien Doligez2010-01-225-13/+12
* merge changes from release/3.11.1 to release/3.11.2Damien Doligez2010-01-2014-198/+297
* PR#4941: Documentation of == Xavier Leroy2009-12-301-3/+5
* Adding a close-in function to module Scanf, to be able to close a Scanf scan ...Pierre Weis2009-12-292-36/+84
* Using -strict-sequence to compile the compiler.Pierre Weis2009-12-091-1/+1
* Documenting that +int is now a valid token, hence %F can support a sign indic...Pierre Weis2009-12-091-7/+1
* To deal with printf output for %F format, adding a unary + operator.Pierre Weis2009-12-071-2/+3
* Introducing output meanings to subsume set/get_[all_]formatter_output_functions.Pierre Weis2009-11-302-26/+65
* Doc. Reporting PRs.Pierre Weis2009-11-301-109/+164
* Introducing formatter output meanings.Pierre Weis2009-11-302-75/+112
* Format concatenation introduces %, to delimit conversions.Pierre Weis2009-11-301-1/+1
* Introducing nop format delimiter %,Pierre Weis2009-11-301-0/+1
* Introducing nop format delimiter %,Pierre Weis2009-11-301-28/+4
* Introducing formatted input channels.Pierre Weis2009-11-301-8/+8
* Documentation.Pierre Weis2009-11-301-71/+77
* Spell-check.Pierre Weis2009-09-251-17/+17
* Correcting the F specification with/without widths.Pierre Weis2009-09-231-19/+56
* Typos.Pierre Weis2009-09-231-2/+3
* Doc.Pierre Weis2009-09-231-3/+6
* Documentation.Pierre Weis2009-09-111-4/+4
* A simpler implementation for ifprintf.Pierre Weis2009-09-101-3/+4
* Addition of ikprintf as suggested in FR#0004859.Pierre Weis2009-09-092-6/+12
* Refined error message for unbound identifiers: if M.ident is unbound and M is...Pierre Weis2009-09-041-11/+0
* Qualifying an out_channel occurrence.Pierre Weis2009-07-031-3/+2
* One step further to unification printf/format: *printf functions get exactly ...Pierre Weis2009-07-032-64/+83
* Typos.Pierre Weis2009-07-031-2/+2
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-206-37/+84
* option -C is a gnuism that is not portable: use cd instead!Pierre Weis2009-04-061-4/+4