1
0
mirror of https://github.com/janet-lang/janet synced 2024-06-21 12:43:15 +00:00
janet/src
Vincent Lee 045c80869d Use libc strlen in janet_buffer_push_cstring
Platform libc's often contains optimized assembly implementations of strlen, so take
advantage of them here instead of doing a naive count.
2023-10-19 23:30:28 -07:00
..
boot Add more + and * keywords to default-peg-grammar 2023-10-19 18:45:20 +09:00
conf Update patch release. 2023-10-15 14:33:43 -05:00
core Use libc strlen in janet_buffer_push_cstring 2023-10-19 23:30:28 -07:00
include Refine interface for janet's new event loop. 2023-10-08 18:25:46 -05:00
mainclient Change Alt-f in the REPL move to next end of word instead of beginning 2023-10-14 14:21:16 +03:00