openhub.net
Black Duck Software, Inc.
Open Hub
Follow @
OH
Sign In
Join Now
Projects
People
Organizations
Tools
Blog
BDSA
Projects
People
Projects
Organizations
Forums
O
OCamlJIT2
Settings
|
Report Duplicate
0
I Use This!
×
Login Required
Log in to Open Hub
Remember Me
Inactive
Commits
: Listings
Analyzed
1 day
ago. based on code collected
1 day
ago.
Sep 17, 2024 — Sep 17, 2025
Showing page 29 of 267
Search / Filter on:
Commit Message
Contributor
Files Modified
Lines Added
Lines Removed
Code Location
Date
Doc.
weis
More...
almost 16 years ago
MAJ
xleroy
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.
xleroy
More...
about 16 years ago
Documentation.
weis
More...
about 16 years ago
New ikfprintf function for Format.
weis
More...
about 16 years ago
A simpler implementation for ifprintf.
weis
More...
about 16 years ago
Addition of ikprintf as suggested in FR#0004859.
weis
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.
weis
More...
about 16 years ago
Added syntactic sugar for record expressions and record patterns: { lbl } stands for { lbl = lbl }.
xleroy
More...
about 16 years ago
merge changes from ocaml3111rc0 to ocaml3111
doligez
More...
about 16 years ago
resolve name clash with ossp-str
doligez
More...
about 16 years ago
PR#4210, PR#4245: tightened bound checking in string->integer conversion functions, without changing what the lexer accepts
xleroy
More...
about 16 years ago
Added option -no-app-funct to turn off applicative functors
xleroy
More...
about 16 years ago
Qualifying an out_channel occurrence.
weis
More...
about 16 years ago
One step further to unification printf/format: *printf functions get exactly the same types.
weis
More...
about 16 years ago
Typos.
weis
More...
about 16 years ago
List scanning revisited.
weis
More...
about 16 years ago
PR#0004828 fixed
maranget
More...
about 16 years ago
More scanf tests (in particular %r has been added). Doc.
weis
More...
about 16 years ago
build with ocamlbuild: Fix the natdynlink build
ertai
More...
over 16 years ago
Fix ocamlbuild -where
ertai
More...
over 16 years ago
merge changes from ocaml3110 to ocaml3111rc0
doligez
More...
over 16 years ago
use TypeHash for nondep_type, and add env to nondep_mty
garrigue
More...
over 16 years ago
ARM EABI: do not force use of register r9
xleroy
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.
xleroy
More...
over 16 years ago
Typo in error message
xleroy
More...
over 16 years ago
fix compilatin of ocamldoc for NT with no odoc_opt.ml any more
guesdon
More...
over 16 years ago
option -C is a gnuism that is not portable: use cd instead!
weis
More...
over 16 years ago
PR#3047: added Unix.setgroups, Unix.initgroups.
xleroy
More...
over 16 years ago
PR#4664: documentation of print_tab
xleroy
More...
over 16 years ago
←
1
2
…
25
26
27
28
29
30
31
32
33
…
266
267
→
This site uses cookies to give you the best possible experience. By using the site, you consent to our use of cookies. For more information, please see our
Privacy Policy
Agree