stephenseo
  • Joined on 2021-04-30
stephenseo closed issue stephenseo/SimpleArchiver#9 2024-06-28 04:03:42 +00:00
Makefile for compiling with cosmocc
stephenseo opened issue stephenseo/SimpleArchiver#9 2024-06-28 03:53:54 +00:00
Makefile for compiling with cosmocc
stephenseo commented on issue stephenseo/SimpleArchiver#8 2024-06-28 03:53:12 +00:00
Impl. necessary data structures

Will be doing off-stream since I don't think creating data structures seems entertaining enough for a development stream.

stephenseo opened issue stephenseo/SimpleArchiver#8 2024-06-28 03:52:46 +00:00
Impl. necessary data structures
stephenseo commented on issue stephenseo/SimpleArchiver#6 2024-06-27 08:56:47 +00:00
Implement arg parse

parse.c is about done, but handling the parser input is required. For example, removing ./ from the beginning of path names, ensuring every given path is a valid filename or directory, etc.

stephenseo closed issue stephenseo/SimpleArchiver#7 2024-06-27 08:54:29 +00:00
Fix bug in parser.c where more than two positional args crash due to invalid free
stephenseo pushed tag stream_03 to stephenseo/SimpleArchiver 2024-06-27 08:26:28 +00:00
stephenseo deleted tag stream_03 from stephenseo/SimpleArchiver 2024-06-27 08:25:46 +00:00
stephenseo pushed tag stream_03 to stephenseo/SimpleArchiver 2024-06-27 08:23:57 +00:00
stephenseo pushed to main at stephenseo/SimpleArchiver 2024-06-27 08:22:43 +00:00
dc9ddcfa76 Update README.md
7c25300e2b Rename executable to lowercase
Compare 2 commits »
stephenseo pushed tag 2.5 to stephenseo/AnotherMemCheck 2024-06-27 05:47:59 +00:00
stephenseo pushed to main at stephenseo/AnotherMemCheck 2024-06-27 05:47:59 +00:00
d4c47f871b Version 2.5
563d6ad570 Add support for realloc
Compare 2 commits »
stephenseo pushed tag 2.4 to stephenseo/AnotherMemCheck 2024-06-27 05:02:35 +00:00
stephenseo pushed to main at stephenseo/AnotherMemCheck 2024-06-27 05:02:34 +00:00
23b851d8f3 Version 2.4, fixes
stephenseo pushed to main at stephenseo/SimpleArchiver 2024-06-27 04:32:29 +00:00
c1b914cb8e Remove unnecessary prints, clang-format
21752fb504 Fix invalid memory usage bug causing invalid free
Compare 2 commits »
stephenseo pushed to main at stephenseo/SimpleArchiver 2024-06-27 02:58:51 +00:00
44080e85cc Impl. parser (TODO Fix invalid free crash)
stephenseo opened issue stephenseo/SimpleArchiver#7 2024-06-27 02:56:01 +00:00
Fix bug in parser.c where more than two positional args crash due to invalid free
stephenseo opened issue stephenseo/SimpleArchiver#6 2024-06-27 01:37:14 +00:00
Implement arg parse
stephenseo pushed to main at stephenseo/SimpleArchiver 2024-06-27 01:36:42 +00:00
002590379e Update file_format.md