summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Remove the 'let new type t in ...' syntax, replaced by 'fun (type t) -> ...'.newtypeinAlain Frisch2009-10-201-2/+0
* Functional syntax for 'let new type t in ...'.Alain Frisch2009-10-161-0/+6
* Implement the 'let new type t in e' construct.Alain Frisch2009-09-309-1/+80
* Create a branch for the 'new type t in...' proposal.Alain Frisch2009-09-3016-0/+0
* Variable err is initialized to 0.Pierre Weis2009-09-251-1/+1
* Les fonctions internal_tracevis et internal_tracedestroy sont mal declarees.Pierre Weis2009-09-253-64/+67
* Spell-check.Pierre Weis2009-09-251-17/+17
* Documentation + better phrasing.Pierre Weis2009-09-233-18/+28
* 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
* MAJXavier Leroy2009-09-121-0/+5
* As discussed at the latest consortium meeting:Xavier Leroy2009-09-1216-24/+64
* Documentation.Pierre Weis2009-09-111-4/+4
* New ikfprintf function for Format.Pierre Weis2009-09-101-6/+9
* A simpler implementation for ifprintf.Pierre Weis2009-09-101-3/+4
* Addition of ikprintf as suggested in FR#0004859.Pierre Weis2009-09-094-6/+12
* Refined error message for unbound identifiers: if M.ident is unbound and M is...Pierre Weis2009-09-048-142/+199
* Added syntactic sugar for record expressions and record patterns:Xavier Leroy2009-08-278-1/+23
* merge changes from ocaml3111rc0 to ocaml3111Damien Doligez2009-07-2030-198/+265
* resolve name clash with ossp-strDamien Doligez2009-07-162-0/+2
* PR#4210, PR#4245: tightened bound checking in string->integer conversion func...Xavier Leroy2009-07-153-19/+43
* Added option -no-app-funct to turn off applicative functorsXavier Leroy2009-07-1516-3/+30
* 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
* List scanning revisited.Pierre Weis2009-07-031-15/+61
* PR#0004828 fixedLuc Maranget2009-06-231-1/+26
* More scanf tests (in particular %r has been added). Doc.Pierre Weis2009-06-211-24/+145
* build with ocamlbuild: Fix the natdynlink buildNicolas Pouillard2009-05-262-2/+4
* Fix ocamlbuild -whereNicolas Pouillard2009-05-241-2/+4
* merge changes from ocaml3110 to ocaml3111rc0Damien Doligez2009-05-20109-511/+939
* use TypeHash for nondep_type, and add env to nondep_mtyJacques Garrigue2009-05-192-73/+51
* ARM EABI: do not force use of register r9Xavier Leroy2009-05-051-1/+1
* Updating the ARM port, continued:Xavier Leroy2009-05-044-164/+163
* Typo in error messageXavier Leroy2009-04-161-1/+1
* fix compilatin of ocamldoc for NT with no odoc_opt.ml any moreMaxence Guesdon2009-04-091-4/+5
* option -C is a gnuism that is not portable: use cd instead!Pierre Weis2009-04-062-5/+5
* PR#3047: added Unix.setgroups, Unix.initgroups.Xavier Leroy2009-04-0111-5/+188
* PR#4664: documentation of print_tabXavier Leroy2009-04-011-1/+1
* PR#4641: added bitwise operation to Big_intXavier Leroy2009-04-013-0/+334
* Added testforkXavier Leroy2009-04-012-6/+39
* PR#4638: added expm1 and log1p.Xavier Leroy2009-04-016-21/+88
* PR#4759: bad merge of emit_call, etcXavier Leroy2009-03-311-19/+0
* Updates with new ARM portXavier Leroy2009-03-312-6/+7
* Brought up-to-dateXavier Leroy2009-03-315-29/+42
* Updated ARM port to new ABI (EABI), with software floating-point.Xavier Leroy2009-03-314-195/+170
* Added and used Reg.createv_like.Xavier Leroy2009-03-314-41/+53
* Adding tests for %S scanning.Pierre Weis2009-03-301-2/+15
* Correcting documentation in scan_Char.Pierre Weis2009-03-301-4/+4