summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitignore1
-rw-r--r--changelog.md6
-rw-r--r--include/u8c/ver.h2
-rw-r--r--vgcore.115718bin6635520 -> 0 bytes
4 files changed, 8 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d70dbd8..65d6eed 100644
--- a/.gitignore
+++ b/.gitignore
@@ -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
deleted file mode 100644
index f9f55fe..0000000
--- a/vgcore.115718
+++ /dev/null
Binary files differ