diff options
| author | anon | 2026-02-18 09:59:11 +0100 |
|---|---|---|
| committer | anon | 2026-02-18 09:59:11 +0100 |
| commit | 4419754108de67c2f2e9e895449bdadc770502c6 (patch) | |
| tree | 8c540ffbedafe173925ccd5d5ef462add71b39a9 | |
| parent | d98a29566920ca8995333d05a236619efd1841d2 (diff) | |
| download | libchad-4419754108de67c2f2e9e895449bdadc770502c6.tar.xz libchad-4419754108de67c2f2e9e895449bdadc770502c6.tar.zst | |
bump todos
| -rw-r--r-- | README.md | 25 |
1 files changed, 13 insertions, 12 deletions
@@ -80,11 +80,6 @@ Complexity has its place: within its own library. int rename(const char * s, const char * d); } - file arena.h { - arena_t new_arena(size_t n_bytes); - void * arenaloc(arena_t * a, size_t n_bytes); - int free_arena(arena_t * a); - } tree chad/ file nargs.h { // for narg hack functions? #define coalesce_env() // char * _coalesce_env(char * mydefault, size_t argc, ...) @@ -107,13 +102,6 @@ Complexity has its place: within its own library. # * base64.h # * crc? # * glob.h - # - # Same applies to plan9 - # * libutf - # - # and qlib - # * qencode - # * qcount # # Strings: # trim() and pad() even tho its a meme @@ -121,3 +109,16 @@ Complexity has its place: within its own library. # reverse # case conversions ``` + +The following items should be considered to be added to libchad, in some way or another: ++ [ ] Xandard ++ [ ] Plan9 (e.g. libutf) ++ [ ] [https://github.com/EasyMem/easy_memory](https://github.com/EasyMem/easy_memory) ++ [ ] [https://github.com/tarantula-org/camelot](https://github.com/tarantula-org/camelot) ++ [ ] [https://www.gnu.org/software/gnulib/manual/html_node/index.html](https://www.gnu.org/software/gnulib/manual/html_node/index.html) ++ [ ] [https://github.com/arp242/toml-c](https://github.com/arp242/toml-c) ++ [ ] [https://github.com/wolkykim/qlibc](https://github.com/wolkykim/qlibc) (qencode, qcount) ++ [ ] [https://github.com/swansontec/map-macro](https://github.com/swansontec/map-macro) ++ [ ] [https://www.boost.org/doc/libs/latest/libs/preprocessor/doc/index.html](https://www.boost.org/doc/libs/latest/libs/preprocessor/doc/index.html) ++ [ ] [https://github.com/ClecioJung/ini](https://github.com/ClecioJung/ini) ++ [ ] [https://github.com/arp242/toml-c](https://github.com/arp242/toml-c) |
