lean4-htt/src
Reijo Jaakkola 32897440dc
fix: change IO.FS.Handle.read to return empty array at EOF
Make EOF handling in IO.FS.Handle consistent with EOF handling in
IO.FS.Handle.getLine. Previously returned error at EOF which ended up
causing segmentation fault. Remove the declaration of g_io_error_eof,
since it becomes redundant.

Closes #349
2021-06-08 13:17:53 +02:00
..
bin chore: restore LEANC_EXTRA_FLAGS 2021-06-06 15:34:44 +02:00
cmake chore: delete more CMake cruft 2020-10-14 19:08:06 +02:00
include/lean chore: add Hashable that uses UInt64 2021-06-02 07:47:41 -07:00
Init chore: parameter naming convention 2021-06-06 17:09:26 -07:00
initialize chore: remove old frontend, equation compiler and tactics from build 2020-10-25 10:20:30 -07:00
kernel chore: remove HashableUSize 2021-06-02 09:58:46 -07:00
Lean fix: show expected type in term goal 2021-06-07 16:23:22 -07:00
Leanpkg fix: leanpkg: rebuild if dependencies or leanpkg.toml (e.g. lean_version) changed 2021-05-30 17:29:54 +02:00
library feat: complain more verbosely 2021-06-06 15:34:44 +02:00
runtime fix: change IO.FS.Handle.read to return empty array at EOF 2021-06-08 13:17:53 +02:00
shared chore: src/init ==> src/initialize 2019-11-22 04:59:13 -08:00
shell chore: use leanc for all C code 2021-06-06 15:34:44 +02:00
Std chore: remove HashableUSize 2021-06-02 09:58:46 -07:00
tests/util chore: checkInterrupted ~> checkCanceled, requestInterrupt ~> cancel 2020-09-14 17:57:33 +02:00
util chore: remove workaround 2021-06-02 08:06:52 -07:00
CMakeLists.txt chore: revert Windows workaround 2021-06-07 18:14:21 +02:00
config.h.in feat: version information API 2020-12-29 14:42:48 -08:00
githash.h.in
Init.lean fix: Not should not be reducible, special support for Ne 2021-02-15 17:36:11 -08:00
Lean.lean feat: environment extension for storing declaration ranges 2021-01-10 18:25:56 -08:00
lean.mk.in feat: Lean.js can compile itself 2021-06-06 15:34:44 +02:00
Leanpkg.lean fix: leanpkg: make flags; extend test 2021-05-30 17:29:54 +02:00
Std.lean chore: move nondet to Std/Control/Nondet.lean 2021-03-02 07:57:25 -08:00
stdlib.make.in chore: use leanc for all C code 2021-06-06 15:34:44 +02:00
version.h.in feat: version information API 2020-12-29 14:42:48 -08:00