1
0
mirror of https://gitlab.com/80486DX2-66/gists synced 2025-05-31 08:31:41 +05:30
Commit Graph

22 Commits

Author SHA1 Message Date
068591cd8e relicense everything under CC0-1.0 or Unlicense, add SPDX ID 2024-07-15 00:03:15 +03:00
1ff2eec112 str_replace.h: add missing macros 2024-06-28 14:03:49 +03:00
6b0cde0aa2 str_replace.c: do not exit program on malloc failure 2024-06-28 14:02:06 +03:00
32050ac6a8 str_replace.c: dedicate a parameter for backward search
Improve the test
2024-06-28 14:01:30 +03:00
1ad67ca96c str_replace.c: label code blocks 2024-06-28 13:58:56 +03:00
c3d1f9350a str_replace.h: make sure the header is included only once 2024-06-28 13:56:17 +03:00
f62488731f str_replace.c: fix grammar 2024-06-28 13:53:30 +03:00
e7272e8043 portable_basename.* + clock_hr_microsec.*: split and improve 2024-06-28 13:51:54 +03:00
998b3a1e28 portable_basename.c: replace TODO + FIXME to just FIXME 2024-06-26 12:00:13 +03:00
95fa449675 portable_basename.c: remove junk 2024-06-26 11:45:55 +03:00
ee3c8b26c7 C: add portable_basename.* 2024-06-25 22:35:10 +03:00
d285fe2950 C: add string_case.* 2024-06-25 16:40:18 +03:00
371f8819de relicense: CC0 -> Unlicense 2024-04-25 23:16:39 +03:00
514cdf6ee2 str_replace.c: move the legal notice to the end of the note 2024-03-31 21:23:52 +03:00
a61e910a59 str_replace.*: fix the count bug, add a constant 2024-03-16 15:24:22 +03:00
e0d686f033 str_replace.c: fix the typo in perror call 2024-03-16 14:07:41 +03:00
c8e2aa3308 asprintf.c: fix grammar 2024-03-13 22:40:19 +03:00
4bbb0b6c5e asprintf.c: test: fix function usage and asserts 2024-03-13 22:33:45 +03:00
ad2babeb25 asprintf.c: remove the ending superfluous comma in a macro 2024-03-13 22:25:45 +03:00
df8d36b8d5 str_replace.c: change to-do style 2024-03-10 11:52:23 +03:00
130179ab6b C: add str_replace.* 2024-02-20 19:41:24 +03:00
eb34ee33b3 C: categorize files, update .gitignore 2024-02-20 19:36:12 +03:00