1
0
mirror of https://github.com/janet-lang/janet synced 2024-10-18 16:05:47 +00:00
janet/src
Calvin Rose 9ffec43d2b Fix endianess issues on s390x architecture.
Endianess code should use memcpy instead of unions. This apparently
is more correct on old, optimizing compilers. Technically, this is
compilers being really stupid but we work with what we got.

That said, this endianess code is more complicated than needed.
2024-09-06 10:23:31 -05:00
..
boot Don't check for docstrings when explicitly disabled. 2024-08-31 17:23:28 -05:00
conf Stop out better configuration. 2024-08-11 18:43:10 -05:00
core Fix endianess issues on s390x architecture. 2024-09-06 10:23:31 -05:00
include Add fixes for marshalling weak containers - Fix #1488 2024-08-22 19:37:41 -05:00
mainclient Go back to ReadDirectoryChangesExW since it is better. 2024-08-18 05:29:08 -07:00