gingerBill
|
7a4ec48389
|
Fix missing allocator
|
2020-01-26 21:10:56 +00:00 |
|
gingerBill
|
a101e0d7ba
|
Add utf8.string_to_runes utf8.runes_to_string
|
2020-01-26 20:55:46 +00:00 |
|
gingerBill
|
9db81498d8
|
Make the string type elements "immutable", akin to char const * in C
Allows for extra security and optimization benefits
|
2019-12-01 14:10:59 +00:00 |
|
Kevin Watters
|
b5fdb3f855
|
Remove unused variables in utf8.odin.
|
2019-10-28 11:13:47 -04:00 |
|
gingerBill
|
0977ac111a
|
Fix typo in package utf8; add wchar_t to package c
|
2019-10-27 08:34:20 +00:00 |
|
gingerBill
|
2db16d6a32
|
Add for package utf8: rune_at_pos, rune_string_at_pos, rune_at, rune_offset
|
2019-10-26 15:05:36 +01:00 |
|
gingerBill
|
1734eb949f
|
Update utf8.accept_sizes to use ranged fields
|
2019-10-26 14:18:38 +01:00 |
|
gingerBill
|
1da0668653
|
Add utf8.rune_index
|
2019-10-26 11:50:01 +01:00 |
|
gingerBill
|
f25818e923
|
Make procedure parameters just named values rather than copied variables
|
2019-07-15 21:18:37 +01:00 |
|
gingerBill
|
9b4b20e8b1
|
package dynlib
|
2019-03-03 12:08:26 +00:00 |
|
gingerBill
|
1c9656aedb
|
Vet core library
|
2018-12-31 15:50:49 +00:00 |
|
gingerBill
|
8662df2b7f
|
Update package strings
|
2018-12-26 19:33:56 +00:00 |
|
gingerBill
|
0718f14774
|
Reduce number of range and slice operators #239
Replace .. and ... with : and ..
|
2018-08-01 21:34:59 +01:00 |
|
gingerBill
|
3eb8aa8268
|
Modify CommentGroup parsing
|
2018-06-17 10:29:20 +01:00 |
|
gingerBill
|
5b6770f3d2
|
Parse directories to be packages
|
2018-05-21 20:47:52 +01:00 |
|