1
0
mirror of https://git.disroot.org/80486DX2-66/polonium.git synced 2024-12-26 23:20:22 +05:30
Commit Graph

76 Commits

Author SHA1 Message Date
6776f0e989
main.c: improve user prompt processing 2024-11-19 20:19:17 +03:00
1c25f705c0
main.c: use a clearer user prompt 2024-11-19 20:19:17 +03:00
1e2a59ffd6
main.c: do not allocate space for a pointer to argv[i] 2024-11-19 20:19:17 +03:00
a7985babaa
corrupter.*: use type byte where appropriate 2024-11-19 20:19:11 +03:00
e890bf3751
main.c: help text: simplify grammar 2024-11-18 00:48:11 +03:00
9680cf6cba
main.c: help text: reformat 2024-11-18 00:48:02 +03:00
a9766623c2
main.c: remove superfluous header inclusion 2024-11-18 00:39:07 +03:00
b5367e072e
main.c: fix typo SYSNT -> SYS_NT 2024-11-18 00:30:56 +03:00
58e20e289f
corrupter.c: optimize get_chance for speed 2024-11-18 00:27:09 +03:00
de5f0e500f
README.md: fix grammar 2024-11-17 23:58:00 +03:00
5693f6de6c
corrupter.c: remove superfluous parentheses 2024-11-17 23:38:59 +03:00
d69b3e8ea9
WIP -> main post-merge editing 2024-11-17 18:12:23 +03:00
9ab507cf86
Merge branch 'WIP' 2024-11-17 18:04:36 +03:00
42505df405
main.c: make args_match a static function 2024-10-12 11:16:17 +03:00
d69475406b
main.c: use custom path length limit 2024-10-12 11:12:20 +03:00
0380d97c0f
main.c: CLI: usage: add help case 2024-09-22 12:55:05 +03:00
cb8c06286c
rename test_files directory to test-files 2024-09-22 12:33:25 +03:00
1110b93631
README.md: extract links 2024-09-22 12:29:22 +03:00
911b9f8d57
README.md: extract links 2024-09-22 12:29:05 +03:00
8d8698a0fe
reformat the codebase 2024-09-22 12:23:24 +03:00
a0a0812f3d
endianness_tools.c: macros: remove the superfluous semicolon 2024-09-22 11:45:48 +03:00
5998b9bee3
README.md: section License: revision
1. Swap license order and rephrase to clarify 'or' option
2. Unlicense: update the protocol of the link
3. Add links to both licenses
2024-08-16 20:34:53 +03:00
ec0971565d
README.md: section License: revision
1. Swap license order and rephrase to clarify 'or' option
2. Unlicense: update the protocol of the link
3. Add links to both licenses
2024-08-16 20:31:22 +03:00
678468e363
main.c: my_basename: free path after using 2024-08-06 23:08:19 +03:00
e12a75788a
main.c: use correct_slashes only on Windows 2024-08-06 23:07:23 +03:00
ee1dff912b
downgrade POSIX C source version to 2001-12
Implement `strdup` to not require version 2008-09
2024-08-06 23:04:20 +03:00
c707657459
reformat CLI help 2024-08-06 16:11:09 +03:00
a881b80a2b
simplify arguments 2024-08-06 16:03:57 +03:00
f81100fbf1
main.c: fix help text 2024-07-19 23:14:04 +03:00
94dc5703a4
README.md: add information on mirrors 2024-07-11 22:26:59 +03:00
59d1104a07
README.md: add information on mirrors 2024-07-11 22:25:26 +03:00
6d0e05de44
always use name file instead of f 2024-07-11 20:43:23 +03:00
0833f7a4d2
common.h: remove commented code and add a note 2024-07-11 20:29:34 +03:00
743bffc9d2
gitignore: ignore build and test artifacts 2024-07-10 14:24:11 +03:00
ac8df6d29d
support non-POSIX functions fseek and ftell 2024-07-09 14:53:20 +03:00
c9bf4d2b45
remove gitignore_clean.py 2024-07-09 01:27:18 +03:00
c3116772a0
Makefile: do not use echo
Always use `printf --` instead
2024-07-09 00:20:28 +03:00
3f3913fe3a
Makefile: target distclean: also run testclean
Add the target `testclean` as a prerequisite for the target `distclean`
2024-07-09 00:15:35 +03:00
06510ce7f1
refactor: move testing script into Makefile 2024-07-08 22:12:19 +03:00
7eb1d1dbdf
Makefile: add target testclean 2024-07-08 21:07:14 +03:00
f0169f57e6
Makefile: extract variable of removed files and directories 2024-07-08 21:05:11 +03:00
f4726c1d27
Makefile: add target distclean 2024-07-08 21:04:41 +03:00
5a5d10b67d
Makefile: remove multiple directories in one call 2024-07-08 20:58:22 +03:00
d404c4ff3a
Makefile: generate executable file name alternatively 2024-07-08 20:50:46 +03:00
d7e5e12126
test.sh: do not exit on command fail 2024-07-08 20:38:12 +03:00
a6b39e3d1f
main.c: fix range check of chance value 2024-07-08 17:30:15 +03:00
4860ccd61e
test.sh: find call: quote $1 2024-07-08 14:31:58 +03:00
f2b7b11369
test.sh: polonium: use --contents argument 2024-07-08 14:30:26 +03:00
18f1d8df2c
add COPYING and LICENSE 2024-07-08 01:23:41 +03:00
cb63690f9d
add COPYING and LICENSE 2024-07-08 01:22:52 +03:00