0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Sep 17, 2024 — Sep 17, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Doc. More... almost 16 years ago
MAJ More... about 16 years ago
As discussed at the latest consortium meeting: Syntactic sugar {x} for {x=x} in record expressions and patterns. Syntax { lbl=pat; _ } to mark record patterns where the user explicitly wants not to list all labels. Warning (activated by E, the fragile match warning) to signal record patterns without '; _' that fail to list all labels. To be done: adjust Camlp4 parser accordingly. More... about 16 years ago
Documentation. More... about 16 years ago
New ikfprintf function for Format. More... about 16 years ago
A simpler implementation for ifprintf. More... about 16 years ago
Addition of ikprintf as suggested in FR#0004859. More... about 16 years ago
Refined error message for unbound identifiers: if M.ident is unbound and M is unbound, then unbound module M is reported. More... about 16 years ago
Added syntactic sugar for record expressions and record patterns: { lbl } stands for { lbl = lbl }. More... about 16 years ago
merge changes from ocaml3111rc0 to ocaml3111 More... about 16 years ago
resolve name clash with ossp-str More... about 16 years ago
PR#4210, PR#4245: tightened bound checking in string->integer conversion functions, without changing what the lexer accepts More... about 16 years ago
Added option -no-app-funct to turn off applicative functors More... about 16 years ago
Qualifying an out_channel occurrence. More... about 16 years ago
One step further to unification printf/format: *printf functions get exactly the same types. More... about 16 years ago
Typos. More... about 16 years ago
List scanning revisited. More... about 16 years ago
PR#0004828 fixed More... about 16 years ago
More scanf tests (in particular %r has been added). Doc. More... about 16 years ago
build with ocamlbuild: Fix the natdynlink build More... over 16 years ago
Fix ocamlbuild -where More... over 16 years ago
merge changes from ocaml3110 to ocaml3111rc0 More... over 16 years ago
use TypeHash for nondep_type, and add env to nondep_mty More... over 16 years ago
ARM EABI: do not force use of register r9 More... over 16 years ago
Updating the ARM port, continued: - Reserve register r9 and treat r10 as callee-save, as per the EABI. - Treatment of alloc_limit register. - Fixed bug in inlined allocation sequence. More... over 16 years ago
Typo in error message More... over 16 years ago
fix compilatin of ocamldoc for NT with no odoc_opt.ml any more More... over 16 years ago
option -C is a gnuism that is not portable: use cd instead! More... over 16 years ago
PR#3047: added Unix.setgroups, Unix.initgroups. More... over 16 years ago
PR#4664: documentation of print_tab More... over 16 years ago