3 Commits

Author SHA1 Message Date
zeichensystem
45f07986c3 Add string functions 2025-12-21 17:30:13 +01:00
jun
614a9716cc Fix failed assertion in guf_str_copy
An assertion GUF_ASSERT(str_is_valid(dst)) failed in guf_str_copy when it called guf_str_cstr(dst)
 since guf_str_cstr assumes an already valid string, which was not the case when src was a short string.

Therefore, we get the dst's c_str now without calling guf_str_cstr(dst)

(Found by writing DbufStrTest.)
2025-05-15 20:53:50 +02:00
jun
7630ecfdcf Change directory structure 2025-03-21 00:22:34 +01:00