1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-25 22:53:16 +00:00
janet/src
Calvin Rose e8734c77b4 Fix bug by casting to unsigned char.
Higher unciode codepoints where being read as negative char values.
We need to cast to unsigned char before comparing to 0x20 to check
for unprintable characters.
2020-09-06 10:47:05 -05:00
..
boot Don't run main when flychecking. 2020-08-29 09:05:18 -05:00
conf Address #466? 2020-08-17 07:01:58 -05:00
core Add %t formatter to janet. 2020-09-05 20:21:49 -05:00
include Run make format. 2020-09-05 21:26:21 -05:00
mainclient Fix bug by casting to unsigned char. 2020-09-06 10:47:05 -05:00