Richard Feldman
|
2823fee56a
|
Use const more in str.zig, fix some init & eq bugs
|
2020-11-22 00:20:19 -05:00 |
|
Richard Feldman
|
8177980087
|
Remove redundant get_small_str_ptr
|
2020-11-21 23:15:01 -05:00 |
|
Richard Feldman
|
4f765bae11
|
Empty string should always be all 0s
|
2020-11-21 23:15:01 -05:00 |
|
Folkert
|
8013af7e97
|
change representation of list/str
|
2020-11-21 22:50:33 +01:00 |
|
Folkert
|
1070b5c4b2
|
fix out-of-bounds write
|
2020-11-20 21:00:25 +01:00 |
|
Chad Stearns
|
a9f8258f0a
|
Extra str.zig test (but the tests cannot be ran right now)
|
2020-11-16 02:06:10 -05:00 |
|
Chad Stearns
|
a3720e6c3d
|
Fixed algorithm problem in Str.split, that would drop the final str in the return list if it was empty
|
2020-11-16 02:04:55 -05:00 |
|
Chad Stearns
|
8b0957a424
|
Fix and clean up zig small str init
|
2020-11-15 19:24:13 -05:00 |
|
Chad Stearns
|
4ac5d5ffd5
|
Non-functional, but apparently complete small str initialization for Zig RocStr
|
2020-11-15 03:48:36 -05:00 |
|
Chad Stearns
|
36789e2582
|
More Str.split tests
|
2020-11-11 02:09:44 -05:00 |
|
Chad Stearns
|
58f0c48338
|
Str.split works for big str
|
2020-11-08 15:01:52 -05:00 |
|
Richard Feldman
|
53bec064f3
|
Fix some typos in comments
|
2020-11-07 22:04:32 -05:00 |
|
Jared Ramirez
|
e112a406a2
|
Fix countGrapheme wiring; Reorganize zig builtins; Streamline how we export zig function
|
2020-11-06 16:54:28 -06:00 |
|