Mineplay
  • Joined on 2025-04-03
Mineplay closed issue Mineplay/Fledasty#8 2025-07-14 06:08:43 -05:00
F-8: UTF-16 string
Mineplay commented on issue Mineplay/Fledasty#8 2025-07-14 06:08:40 -05:00
F-8: UTF-16 string

WON'T DO AS IS NOT USED VERY MUCH IN PRACTICE

Mineplay created branch f8-implement-utf16-string in Mineplay/Fledasty 2025-07-11 08:21:51 -05:00
Mineplay pushed to f8-implement-utf16-string at Mineplay/Fledasty 2025-07-11 08:21:51 -05:00
Mineplay closed issue Mineplay/Fledasty#22 2025-07-11 06:54:46 -05:00
F-16: Implement basic string
Mineplay pushed to main at Mineplay/Fledasty 2025-07-11 06:54:34 -05:00
fb7bbe00bc Merge pull request 'f16-implement-basic-string' (#26) from f16-implement-basic-string into main
54a1c83d71 feat(string): implemented get size function
53f0763090 feat(string): implemented has string function
a15cd07d38 feat(string): implemented shrink to fit
267fe05297 feat(string): implemented clear and is empty function
Compare 15 commits »
Mineplay deleted branch f16-implement-basic-string from Mineplay/Fledasty 2025-07-11 06:54:34 -05:00
Mineplay merged pull request Mineplay/Fledasty#26 2025-07-11 06:54:32 -05:00
f16-implement-basic-string
Mineplay created pull request Mineplay/Fledasty#26 2025-07-11 06:54:27 -05:00
f16-implement-basic-string
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:48:14 -05:00
54a1c83d71 feat(string): implemented get size function
53f0763090 feat(string): implemented has string function
a15cd07d38 feat(string): implemented shrink to fit
Compare 3 commits »
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:42:21 -05:00
267fe05297 feat(string): implemented clear and is empty function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:40:36 -05:00
c9c8e8a95f feat(string): implemented replace string function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:37:31 -05:00
bbfca9674b feat(string): implemented remove range
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:32:54 -05:00
719d491216 feat(string): implemented remove function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:30:52 -05:00
107f8cc416 feat(string): implemented pop function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:29:07 -05:00
6641181e0a feat(string): implemented insert after string function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:24:44 -05:00
01d01b16fa feat(string): implemented insert before string function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:17:21 -05:00
4f9a0ef189 feat(string): implemented insert at index function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 06:14:53 -05:00
c64a4a2011 feat(string): implemented append function
Mineplay pushed to f16-implement-basic-string at Mineplay/Fledasty 2025-07-11 05:49:18 -05:00
8714361e85 fix(utf-8 string): added missing error checks for memory allocation
f27562c23e feat(string): added simple string struct and free function
Compare 2 commits »