summaryrefslogtreecommitdiff
path: root/stdlib
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added a comment for correction of BR #4041.Pierre Weis2008-09-082-3/+5
* PR#4367: added Parsing.set_trace to control the printing of a trace of action...Xavier Leroy2008-08-062-0/+10
* Implement Lazy.force as a primitive, and optimize its calls.Michel Mauny2008-08-018-40/+105
* Share makefiles.Alain Frisch2008-07-243-161/+97
* Correction bug #4582 sur index_from et al. Tests a venir. Invariants itou.Pierre Weis2008-07-221-11/+17
* Emphasis in documentation strings was not comformant to Ocamldoc special syntax.Pierre Weis2008-07-071-6/+6
* Rewriting/simplifying/enhancing the documentation.Pierre Weis2008-07-011-220/+277
* Various explanations and typos.Pierre Weis2008-07-011-21/+27
* Another typo in the definition of format4.Pierre Weis2008-07-011-3/+3
* Support for tk8.5: correcting tk_incs.Pierre Weis2008-07-012-58/+109
* Char count was wrong in case of lookahead.Pierre Weis2008-07-011-77/+153
* Remove restrictions to stream concatenation, and use Lazy.t for the argumentMichel Mauny2008-06-183-44/+54
* Merge between head and 3.10.2.Pierre Weis2008-06-161-70/+136
* PR#4507: incorrect documentation for epsilon_float (follow-up)Xavier Leroy2008-03-181-3/+1
* PR#4507: incorrect documentation for epsilon_floatXavier Leroy2008-03-181-1/+4
* Ability to print and capture exception backtraces (see stdlib module Printexc)Xavier Leroy2008-03-142-0/+78
* merge changes from 3.10.1 to 3.10.2Damien Doligez2008-02-292-3/+2
* better anti-fragmentation measuresDamien Doligez2008-02-291-1/+1
* add unaligned_tagDamien Doligez2008-01-292-0/+2
* PR#3930 helper function for end-of-lineDamien Doligez2008-01-222-1/+14
* resize that does not refresh the valuesDamien Doligez2008-01-211-12/+29
* merge changes 3.10.0 -> 3.10.1Damien Doligez2008-01-118-507/+536
* fixed big performance bug in weak hash tablesDamien Doligez2008-01-111-60/+108
* PR#4243 partial solutionDamien Doligez2007-11-221-0/+5
* Cleanup and factorization of linker-related code.Alain Frisch2007-11-151-1/+1