1
0
Fork
You've already forked libavs
0
My kitchen sink library, used by l1 and others
  • C 93.8%
  • Makefile 5.5%
  • Shell 0.7%
2026年04月09日 17:09:53 -05:00
portability portability/README: update url 2026年04月09日 17:09:42 -05:00
tests Remove unneeded include in tests, and add stack test 2025年05月30日 15:07:43 -05:00
.gitignore Add gitignore 2025年04月20日 06:40:29 -05:00
_avs.h Clean up _avs.h 2025年05月30日 15:06:49 -05:00
arena.c Fix avs_debug compilation failure in some cases, rename from _avs_debug 2025年05月08日 13:17:43 -05:00
arena.h Globalize debug macro 2025年04月24日 20:01:44 -05:00
endswith.c Fix bugs in endswith 2025年04月22日 19:13:49 -05:00
endswith.h Update startswith, add endswith, add debug build 2025年04月20日 06:37:45 -05:00
fseekline.c Add fseekline 2025年04月22日 14:34:50 -05:00
fseekline.h Remove fseekline catpage from header. I'll redo this later with actual catpages that I build into the header, and can *also* install 2025年05月30日 15:06:22 -05:00
getopt.c Fix signed vs unsigned char case in getopt 2025年05月08日 13:20:48 -05:00
getopt.h Update startswith, add endswith, add debug build 2025年04月20日 06:37:45 -05:00
LICENSE LICENSE: update year 2026年04月09日 17:09:53 -05:00
lstrip.c Rename strip to lstrip 2025年04月22日 19:36:28 -05:00
lstrip.h Rename strip to lstrip 2025年04月22日 19:36:28 -05:00
Makefile Add mkstemp, temporary stack (will probably rework and debug) 2025年05月08日 13:18:38 -05:00
max.c Add min and max 2025年04月22日 21:13:18 -05:00
max.h Add min and max 2025年04月22日 21:13:18 -05:00
memswap.c Initial commit, probably errorful 2025年03月27日 03:31:42 -05:00
memswap.h Update startswith, add endswith, add debug build 2025年04月20日 06:37:45 -05:00
min.c Add min and max 2025年04月22日 21:13:18 -05:00
min.h Add min and max 2025年04月22日 21:13:18 -05:00
mkstemp.c Add mkstemp, temporary stack (will probably rework and debug) 2025年05月08日 13:18:38 -05:00
mkstemp.h Add mkstemp, temporary stack (will probably rework and debug) 2025年05月08日 13:18:38 -05:00
read_line.c Fix avs_debug compilation failure in some cases, rename from _avs_debug 2025年05月08日 13:17:43 -05:00
read_line.h Remove old _lstrip declaration in read_line.h and change include order in read_line.c 2025年04月22日 19:50:24 -05:00
stack.c Rework stack.c entirely 2025年05月30日 15:07:11 -05:00
stack.h Add mkstemp, temporary stack (will probably rework and debug) 2025年05月08日 13:18:38 -05:00
startswith.c Fix bugs in startswith 2025年04月22日 19:30:54 -05:00
startswith.h Update startswith, add endswith, add debug build 2025年04月20日 06:37:45 -05:00
test.sh Add some tests, most are stubbed out, some don't work 2025年05月08日 13:23:17 -05:00