Files
Nim/doc
Ștefan Talpalaru 8c356fd971 nimRawSetjmp: support Windows (#19197)
* nimRawSetjmp: support Windows

Using `_setjmp()` directly is required to avoid some rare (but very
annoying) exception-related stack corruption leading to segfaults on
Windows, with Mingw-w64 and SEH.
More details: https://github.com/status-im/nimbus-eth2/issues/3121

Also add "nimBuiltinSetjmp" - mostly for benchmarking.

* fix for Apple's Clang++

(cherry picked from commit 69aabdab80)
2021-12-11 05:48:19 +01:00
..
2020-11-16 06:55:25 +01:00
2014-08-28 22:36:14 +02:00
2018-11-14 08:27:48 +01:00
2020-11-05 09:07:01 +01:00
2020-06-28 19:17:18 +02:00
2020-11-16 07:27:25 +01:00
2020-10-21 11:06:50 +02:00
2020-10-21 11:06:50 +02:00
2019-10-22 17:59:12 -07:00
2016-10-24 12:20:51 +02:00
2020-09-21 12:37:14 +02:00
2019-01-30 19:49:09 +01:00
2019-10-22 17:59:12 -07:00
2020-10-21 11:06:50 +02:00
2020-11-20 13:53:35 +01:00

============================
Nim's documenation system
============================

This folder contains Nim's documentation. The documentation
is written in a format called *reStructuredText*, a markup language that reads
like ASCII and can be converted to HTML automatically!