1
0
Fork 0
mirror of https://github.com/tailix/libkernaux.git synced 2025-03-24 17:16:12 -04:00
Commit graph

38 commits

Author SHA1 Message Date
dacdfede2b
Improve cmdline file API () 2022-06-27 16:30:47 +00:00
f39383128f
Generic (file) cmdline () 2022-06-27 17:46:29 +03:00
c99cce166e
Use assertions on tests () 2022-06-20 21:01:56 +03:00
7f4cf20a56
Common: more generated tests for cmdline 2022-06-08 05:56:06 +03:00
5c648a37c7
Common: more generated tests for cmdline 2022-06-08 05:52:16 +03:00
619f7004e0
Main: generate tests for cmdline 2022-06-08 02:33:45 +03:00
fa0523c024
Improve tests for cmdline 2022-01-23 22:48:54 +05:00
b9a3c92b8c
Fix very stupid bug
Never remove const qualified for args without extreme need!
2022-01-23 05:19:30 +05:00
8038b50000
Change and test cmdline 2022-01-22 03:07:08 +05:00
10960c901d
Fix error message 2022-01-22 02:50:02 +05:00
7ac36e8fc4
Change kernaux_cmdline 2022-01-22 02:46:30 +05:00
3eaa30d0a8
Rename func "kernaux_cmdline_parse" to "kernaux_cmdline" 2022-01-22 02:13:54 +05:00
9636303f86
Use size_t instead of unsigned ints 2021-12-16 20:26:16 +05:00
4a1a9a5e53
Enable CFLAGS "-pedantic" 2021-12-14 01:51:49 +05:00
5504054a22
Implement escaping inside quotes in cmd line parser 2021-12-12 22:10:56 +05:00
534c512f32
Add more tests 2021-12-12 20:52:04 +05:00
09f05356e0
Implement quotes in cmd line parser 2021-12-12 20:43:37 +05:00
02ce7005e6
Add tests for escaping quotation mark in cmd line parser 2021-12-12 20:17:20 +05:00
194fa57067
Remove empty lines 2021-12-12 19:59:24 +05:00
e851b5b43a
Include "config.h" in tests 2020-12-07 09:47:53 +05:00
115b6f28c4
Do not use "-nostdinc" option 2020-12-06 15:16:19 +05:00
f69d86f813
Align code 2020-12-06 03:43:30 +05:00
ac1104dfaf
Align code 2020-12-06 03:41:22 +05:00
74164a4623
Add more tests for command line parser 2020-12-06 03:34:57 +05:00
b2c10342f2
Implement backslash in command line parser 2020-12-06 03:31:15 +05:00
f4007c541f
Add more tests for command line parser 2020-12-06 02:52:16 +05:00
93e764c1b8
Add more tests for command line parser 2020-12-02 02:56:30 +05:00
2707c56c27
Check bounds in command line parser 2020-12-02 02:54:18 +05:00
058658768f
Improve tests for command line parser 2020-12-02 02:40:41 +05:00
7a9f8ce37e
Improve tests for command line parser 2020-12-02 02:39:18 +05:00
7c6364af54
Improve tests for command line parser 2020-12-02 02:38:14 +05:00
908110cc25
Improve tests for command line parser 2020-12-02 02:36:46 +05:00
1073bdc670
Improve tests for command line parser 2020-12-02 02:34:46 +05:00
af8edee16a
Add more tests for command line parser 2020-12-02 01:59:53 +05:00
48a88f1abf
Add real tests for command line parser 2020-12-02 01:54:43 +05:00
0830f09a80
Add more tests for command line parser 2020-12-02 01:29:45 +05:00
5ad5a1300b
Add dummy command line parser 2020-12-02 01:23:52 +05:00
761fb821d8
Start working on command line parser 2020-12-02 00:55:16 +05:00