summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* PR#4664: documentation of print_tabXavier Leroy2009-04-011-1/+1
* PR#4638: added expm1 and log1p.Xavier Leroy2009-04-012-16/+32
* Correcting documentation in scan_Char.Pierre Weis2009-03-301-4/+4
* Wrong scanning of continuation line breaks corrected (BR#4758).Pierre Weis2009-03-301-2/+1
* Typo in doc.Pierre Weis2009-03-301-1/+1
* A simple fix to BR#4756Pierre Weis2009-03-281-17/+18
* Understanding the notion of standard channel for Format and Scanf.Pierre Weis2009-01-254-22/+59
* merge changes from 3.10.2merged to 3.11.0Damien Doligez2008-12-035-14/+65
* PR#4582, PR#4637 - revert functions to old behaviourDamien Doligez2008-11-181-9/+5
* indent.Pierre Weis2008-11-081-2/+3
* merge changes between 3.10.2 and the end of branch 3.10Damien Doligez2008-10-082-33/+56
* doc detailDamien Doligez2008-10-061-1/+1
* Documentation.Pierre Weis2008-09-272-7/+19
* Better semantics for fscanf.Pierre Weis2008-09-272-72/+90
* no integer in weak arrays (preparing an optimization)Damien Doligez2008-09-171-3/+5
* PR#4321 bug with positional parametersDamien Doligez2008-09-102-3/+4
* Correction bug add_substitute.Pierre Weis2008-09-091-6/+9