diff options
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | changelog.md | 6 | ||||
-rw-r--r-- | include/u8c/ver.h | 2 | ||||
-rw-r--r-- | vgcore.115718 | bin | 6635520 -> 0 bytes |
4 files changed, 8 insertions, 1 deletions
@@ -2,3 +2,4 @@ *.so /test /txttolit +vgcore.* diff --git a/changelog.md b/changelog.md index afec45a..3674efa 100644 --- a/changelog.md +++ b/changelog.md @@ -1,3 +1,8 @@ +# 18 + +* Update `.gitignore`. +* Remove core dump. + # 17 * Create new logo. @@ -28,6 +33,7 @@ * Remove `txttolit`. * Add function for deallocating UTF-8 strings; `u8c_u8free`. * Turn both `u8c_dbg` and `u8c_thrdsafe` into type `bool` from `uint_least8_t`. +* Add more letters to `u8c_isalpha`. # 15 diff --git a/include/u8c/ver.h b/include/u8c/ver.h index 3f16ae6..4fa1b51 100644 --- a/include/u8c/ver.h +++ b/include/u8c/ver.h @@ -17,5 +17,5 @@ # if !defined(u8c_sym_ver) # define u8c_sym_ver # include <stdint.h> -# define u8c_ver (UINT64_C(0x13)) +# define u8c_ver (UINT64_C(0x14)) # endif diff --git a/vgcore.115718 b/vgcore.115718 Binary files differdeleted file mode 100644 index f9f55fe..0000000 --- a/vgcore.115718 +++ /dev/null |