Skip to content

Commit

Permalink
Updates for release 1.10
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierleroy committed Oct 13, 2022
1 parent 5d776c0 commit 2537031
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 6 deletions.
13 changes: 10 additions & 3 deletions Changes
@@ -1,6 +1,13 @@
* Add [bytes] attribute for char arrays and pointers, mapped to OCaml's bytes
type.
* Always use modern, caml_-prefixed names for FFI functions (#22).
CamlIDL 1.10:
-------------

* Add [bytes] attribute for char arrays and pointers,
mapped to OCaml's bytes type.
* Fix C type error with string parameters of unsigned char type.
* Fix C type error with in parameters of const array type (#9).
* Install HTML documentation in docs/ and serve it from
https://xavierleroy.org/camlidl/ (#20)
* Always use modern, caml_-prefixed names for FFI functions (#21, #22).

CamlIDL 1.09:
-------------
Expand Down
7 changes: 4 additions & 3 deletions README
Expand Up @@ -24,7 +24,7 @@ applies to this distribution.

REQUIREMENTS:

Camlidl requires Objective Caml 4.03 or later.
Camlidl requires Objective Caml 4.05 or later.

Under MS Windows, you must use the MSVC port of Objective Caml.

Expand All @@ -46,13 +46,14 @@ INSTALLATION:

DOCUMENTATION:

- The doc/ subdirectory contains the user's manual in HTML and in PDF.
- The user's manual can be found at https://xavierleroy.org/camlidl/
and in the docs/ subdirectory of the release.

- Several examples are provided in the directories tests/ and tests/comp/.


SUPPORT:

- Please use the Github bug tracker and pull request manager at
http://www.github.com/xavierleroy/camlidl
https://www.github.com/xavierleroy/camlidl

0 comments on commit 2537031

Please sign in to comment.