ecl/src/h
Daniel Kochmański a726cdf879 streams: get rid of last_code slot in the structure
It was used to store bytes for unread, but we are going to change how unread
works, and we still can simply test for newline and encode behavior directly in
unread-char for newlines.
2025-08-11 10:01:40 +02:00
..
impl initial port to cosmopolitan libc 2024-09-09 10:14:17 +02:00
bytecodes.h bytecmp: implement flat closures 2025-03-27 22:45:34 +01:00
cache.h cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
config-internal.h.in openbsd: implement FILE_CNT() on opaque FILE 2025-07-23 08:51:20 +00:00
config.h.in Revert "Merge branch 'remove-small-cons' into 'develop'" 2024-12-15 10:01:30 +00:00
cons.h cons: introduce macro ecl_cons_stack that allocates on the stack 2025-03-27 22:12:49 +01:00
cs.h cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
ecl-cmp.h cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
ecl-inl.h ecl-inl: add looping over stack frames 2025-05-29 11:29:21 +02:00
ecl.h port to C23 standard 2025-04-26 18:13:40 +02:00
ecl_atomics.h multithreading: implement mailboxes using native mutexes 2021-08-29 17:23:20 +02:00
external.h streams: implement new interfaces for unreading and peeking bytes 2025-08-11 10:01:37 +02:00
internal.h streams: move ecl_generic_unread_byte to ecl_binary_unread_byte 2025-08-11 10:01:40 +02:00
legacy.h cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
nucleus.h c/makefile: group files in rough categories 2025-07-26 16:59:42 +02:00
number.h fix mingw build 2025-04-13 16:54:19 +02:00
object.h streams: get rid of last_code slot in the structure 2025-08-11 10:01:40 +02:00
page.h cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
stack-resize.h cleanup: update license to lgpl-2.1+ in both headers and text 2024-01-14 12:22:27 +01:00
stacks.h stacks: rename bindings and runtime stack pointers stored in frs 2025-05-26 08:43:59 +02:00
threads.h threads: get rid of an annoying warning stemming from xopen 2025-05-13 14:18:10 +02:00