]>
gitweb.michael.orlitzky.com - iconv-quirks.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Michael Orlitzky [Mon, 6 Jul 2026 16:49:39 +0000 (12:49 -0400)]
README.rst: documentation pointers for non-conformance
Michael Orlitzky [Mon, 6 Jul 2026 16:30:46 +0000 (12:30 -0400)]
README.rst: libiconv/glibc fail on untranslatable sequences
Michael Orlitzky [Mon, 6 Jul 2026 16:30:02 +0000 (12:30 -0400)]
main.c: write test_iconv_untranslatable()
Michael Orlitzky [Mon, 6 Jul 2026 16:10:59 +0000 (12:10 -0400)]
main.c: add stub test_iconv_untranslatable()
Michael Orlitzky [Sun, 5 Jul 2026 21:19:50 +0000 (17:19 -0400)]
README.rst: musl doesn't support //NON_IDENTICAL_DISCARD, either
Michael Orlitzky [Sun, 5 Jul 2026 20:55:30 +0000 (16:55 -0400)]
README.rst: begin documenting quirks
Michael Orlitzky [Sun, 5 Jul 2026 20:52:23 +0000 (16:52 -0400)]
main.c: output cleanup for suffix support
Michael Orlitzky [Sun, 5 Jul 2026 20:47:27 +0000 (16:47 -0400)]
main.c: typo
Michael Orlitzky [Sun, 5 Jul 2026 20:45:10 +0000 (16:45 -0400)]
main.c: add macro for errno->string conversion
Michael Orlitzky [Sun, 5 Jul 2026 20:23:32 +0000 (16:23 -0400)]
main.c: fix strcat -> strcpy on first use
Michael Orlitzky [Sun, 5 Jul 2026 18:28:40 +0000 (14:28 -0400)]
README.rst: specifically mention quirks, to match the repo name
Michael Orlitzky [Sun, 5 Jul 2026 18:27:44 +0000 (14:27 -0400)]
.gitignore: ignore the compiled executable
Michael Orlitzky [Sun, 5 Jul 2026 18:25:04 +0000 (14:25 -0400)]
main.c: pad output for readability
Michael Orlitzky [Sun, 5 Jul 2026 18:13:35 +0000 (14:13 -0400)]
main.c: just say "no" in the suffix test result
Michael Orlitzky [Sun, 5 Jul 2026 18:00:46 +0000 (14:00 -0400)]
main.c: begin adding suffix tests, refactor...
Michael Orlitzky [Sun, 5 Jul 2026 01:05:48 +0000 (21:05 -0400)]
main.c: add three real iconv() tests
Michael Orlitzky [Sat, 4 Jul 2026 20:07:57 +0000 (16:07 -0400)]
main.c: begin adding real tests
Michael Orlitzky [Sat, 4 Jul 2026 18:59:11 +0000 (14:59 -0400)]
README.rst: start one
Michael Orlitzky [Sat, 4 Jul 2026 16:30:04 +0000 (12:30 -0400)]
Initial commit