Commit Graph

1322 Commits (ecfaffe9dea54ffde0167653ff49bc66974a20bb)

Author SHA1 Message Date
Florian Angeletti 1fd6dc077d
Fix font family in code snippet (#9334) 2020-02-27 09:29:53 +01:00
Florian Angeletti 23b9369a9b manual: reference, split expression grammar 2020-02-12 10:58:20 +01:00
Florian Angeletti c7b1fe8513
manual: a cautionary internal runtime API section (#9257) 2020-01-31 13:54:31 +01:00
Florian Angeletti 11b57a7027
Merge pull request #9157 from mkarutz/noalloc-master-lock-docs
Added [doesn't release the master lock] constraint to [@@noalloc] doc.
2020-01-30 13:56:01 +01:00
Malcolm Karutz 33347f87a2
Added forward reference to "master lock" 2020-01-30 10:44:16 +08:00
Gabriel Scherer b237282e97 Merge pull request #9270 from gadmm/doc_stack_overflow
Documentation: Stack_overflow is reliable, Out_of_memory is not.
(cherry picked from commit 84f62eee5d26efb936cde0e799b7aaa39e46c010)
2020-01-29 11:08:57 +01:00
Florian Angeletti dc56d71b53 types: allow class type paths in #t 2020-01-20 17:21:02 +01:00
Gabriel Scherer 5b1b8dad1a
Merge pull request #9169 from gasche/best-fit-manual
better documentation for the best-fit allocation policy
2019-12-11 10:01:12 +01:00
Gabriel Scherer 238e483eb8 better documentation for the best-fit allocation policy 2019-12-10 21:40:50 +01:00
Stephen Dolan ca98dd8aa2 manual bugfix 2019-12-09 12:50:17 +00:00
Stephen Dolan 0b1ca1b738 Add version annotation on custom_fixed_length in manual 2019-12-09 11:32:40 +00:00
Florian Angeletti 721c182dfc manual: changes and documentation 2019-12-06 10:09:21 +01:00
Florian Angeletti 442b7a55e0 manual: remove 'magical' prefixing 2019-12-06 09:52:22 +01:00
Florian Angeletti a936857719 manual: cutnames for exten.etex 2019-12-05 18:07:32 +01:00
Florian Angeletti b4abe25ae8 manual: add a hidden-aria=true attribute 2019-12-05 17:31:04 +01:00
Florian Angeletti 345cfb6a98 manual: make labels mandatory 2019-12-05 17:31:04 +01:00
Florian Angeletti 3a2e11e8ba Visible link on the left 2019-12-05 17:15:38 +01:00
Florian Angeletti f4c5373d58 manual: add links to section anchors 2019-12-05 17:15:38 +01:00
Malcolm A. Karutz 2989c5e459 Added [doesn't release the master lock] constraint to [@@noalloc] doc. 2019-12-03 14:55:45 +08:00
Nicolás Ojeda Bär c45bb6b995
Merge pull request #9150 from bwignall/typo
Fix some spelling typos
2019-11-29 18:19:53 +01:00
Brian Wignall 2cd1db7ae9 Fix some spelling typos 2019-11-29 10:17:38 -05:00
Florian Angeletti 9a7473c335 manual code example: no div inside pre 2019-11-28 11:46:22 +01:00
octachron d7916aae0b manual code examples: Daniel's tip for '"' and "'" 2019-11-28 11:46:08 +01:00
Florian Angeletti b768c0be59 Highlighting in the manual
* Replace caml-sl with the standard listings package
and ulem package
* update caml_tex to output nicer latex code
* simplify escaping in caml_tex
2019-11-28 11:45:08 +01:00
Florian Angeletti 3bd80fbb6e
Merge pull request #9139 from xavierleroy/manual-license
Relicense the user's manual under CC BY-SA
2019-11-27 09:24:56 +01:00
Florian Angeletti 020777843f manual: id and css styling for CC license logo 2019-11-26 14:35:16 +01:00
Gabriel Scherer 05f15cf215
Merge pull request #8820 from Drup/stringquot
Quoted extensions
2019-11-25 21:26:53 +01:00
Gabriel Radanne 6399c91343 Update manual/manual/refman/exten.etex
Co-Authored-By: Alain Frisch <alain@frisch.fr>
2019-11-25 14:26:54 +01:00
Xavier Leroy c7a09ddec4 Proper Hevea implementation of the \year macro
Instead of hard-wiring the current year in macros.hva,
use Hevea's `year` counter, as set by `xxdate.exe`.

Hevea treats `year` as a LaTeX counter, to be used as `\arabic{year}`.
pdflatex treats `\year` as a plain TeX counter, to be used as `\number\year`.

A macro definition is needed to hide the difference.  I went for the minimal
change.
2019-11-25 14:06:43 +01:00
Xavier Leroy b71933f13f Relicense the user's manual under CC-BY-SA
As discussed at the 2019-11-13 developers' meeting.
All authors of the manual agreed to the change of license.
2019-11-25 14:03:22 +01:00
Drup 6a715bd3fe Add quoted extensions to the manual. 2019-11-13 16:08:41 +01:00
Drup abc53d1a6e Annotate constant literals with the location of their content. 2019-11-13 16:08:40 +01:00
Bernhard Schommer 720d135d18
Remove redundancy. 2019-11-13 12:53:13 +01:00
Bernhard Schommer f3b65829f6
Added documentation for the no-float-const-prop option 2019-11-12 17:56:10 +01:00
Florian Angeletti e3f83d58dc manual: fix operator char classes 2019-11-06 16:03:24 +01:00
Gabriel Scherer 9a0ebc18d4
Merge pull request #8993 from gadmm/resource-safe-api-pt1
Resource-safe C interface, part 1 (the 4.10 backwards-compatibility edition)
2019-10-18 07:02:36 +02:00
Guillaume Munch-Maccagnoni d0f70f757a Resource-safe C interface for async callbacks
Introduce caml_process_pending_actions and
caml_process_pending_actions_exn: a variant of the former which does
not raise but returns a value that has to be checked against
Is_exception_value.

I keep the current conventions from caml_callback{,_exn}: For a
resource-safe interface, we mostly care about the _exn variants, but
every time there is a public _exn function I provide a function that
raises directly for convenience.

They are introduced and documented in caml/signals.h.

Private functions are converted to their _exn variant on the way as
needed: for internal functions of the runtime, it is desirable to go
towards a complete elimination of functions that raise implicitly.

Get rid of the distant logic of caml_raise_in_async_callback. Instead,
caml_process_pending_events takes care itself of its something_to_do
"resource". This avoids calling the former function in places
unrelated to asynchronous callbacks.
2019-10-17 20:14:19 +02:00
Florian Angeletti 8947a38b61
Merge pull request #1807 from mshinwell/pr1020-take-two
Rework of GPR#1020
2019-10-16 18:15:57 +02:00
Guillaume Munch-Maccagnoni aa13b8cc97 Document new behaviour and upgrade path (check_urgent_gc) 2019-09-28 02:09:55 +02:00
Daniel Bünzli 17ef076000 .ocamlinit: XDG base directory lookup. (#8834) 2019-09-25 13:50:25 +02:00
Nicolás Ojeda Bär 3aff5141fd Add a new -output-complete-exe option (#8872)
This option allows to build self-contained bytecode executable and is aimed to replace `-custom`. The main difference between the two is that executables produced by `-output-compete-exe` can be stripped.
2019-09-25 08:07:31 +01:00
Jeremie Dimino 2d31ebfc8b Add support for [@@immediate64]
Signed-off-by: Jeremie Dimino <jeremie@dimino.org>
2019-09-24 07:56:15 +01:00
Florian Angeletti cb11bcf50a
manual: move pattern open out of the extension chapter (#8950)
* move the grammar description to the pattern section of the language reference
* add a small example in the module chapter of the tutorial
2019-09-20 10:19:18 +02:00
Gabriel Scherer 4c303cc88a Merge pull request #8826 from glondu/4.08-spelling-errors
Fix spelling errors reported by Lintian

(cherry picked from commit c808ce7068f3e31975594bcd5e6a41dceab3a80e)
2019-07-29 08:36:53 +02:00
Jacques-Henri Jourdan 78de99ecc2 Xavier Clerc's remarks. 2019-07-16 13:42:04 +02:00
Jacques-Henri Jourdan 593f94055a Dynlink support for ocamldebug
This commit adds dynlink support for ocamldebug. As a side effect, it also:
  - factorizes the various functions searching for a code fragment into one,
    called [caml_find_code_fragment];
  - removes the [caml_register_code_fragment], which does not seem to
    be used anywhere, and which clearly should not be used by external code.
2019-07-16 10:52:48 +02:00
Florian Angeletti f6f99c7715
Merge pull request #8763 from dra27/more-pervasives-refs
Rename remaining references to Pervasives to Stdlib
2019-07-09 18:00:25 +02:00
Alejandro da87dbd64a Format trivial fix 2019-07-07 22:48:16 -04:00
Florian Angeletti 458ea23751
Merge pull request #8790 from Octachron/test_case_collision
manual testsuite: case-insensitive name collisions
2019-07-05 15:51:12 +02:00
Florian Angeletti 9102f6a2f7 manual: test case-insensitive collisions 2019-07-05 09:34:02 +02:00