Commit Graph

42 Commits

Author SHA1 Message Date
Andrew S. Rightenburg 35344263d3
General code cleanup 2024-05-03 18:51:04 +08:00
Andrew S. Rightenburg f28931cc65
Updated changelog 2024-05-02 22:27:50 +08:00
Andrew S. Rightenburg 3d9f4bf789
Properly check whether given path is a directory
Closes #27
2024-05-02 22:25:48 +08:00
Andrew S. Rightenburg 9c2eafde4e
Typo 2024-02-04 01:27:15 +08:00
Andrew S. Rightenburg 15110d2fe6
Support for building on Haiku 2024-02-04 01:18:42 +08:00
Andrew S. Rightenburg 5f6e25388d
Updated version.h 2023-09-09 09:59:29 +08:00
Andrew S. Rightenburg 99c66ea7dd
Fixed #25 2023-09-09 09:55:47 +08:00
Andrew S. Rightenburg 5992427583
Updated version.h 2023-09-06 15:21:01 +08:00
Andrew S. Rightenburg 37f399538e
Updated version.h 2023-09-02 16:04:34 +08:00
Andrew S. Rightenburg 7b271c4c89
Updated version.h 2023-08-27 11:35:35 -04:00
Andrew S. Rightenburg d7a61d738e
Updated changelog 2023-08-24 16:15:54 -04:00
Andrew S. Rightenburg 6bb5708fd1
Updated code comment to reflect change 2023-08-24 11:10:03 -04:00
Andrew S. Rightenburg 0114be4c71
Updated changelog for v0.5 2023-08-24 10:36:57 -04:00
Andrew S. Rightenburg 0b5960f575
Fixing up the regex a tiny bit 2023-08-24 10:31:10 -04:00
Andrew S. Rightenburg 290f3404d6
Patched small bug in create_sub_expressions 2023-08-24 09:41:51 -04:00
Andrew S. Rightenburg e81ed794ac
Removed debugging include 2023-08-23 22:53:48 -04:00
Andrew S. Rightenburg 7f4f57102c
Reducing chance of macro ambiguity 2023-08-23 22:50:55 -04:00
Andrew S. Rightenburg 62bd734ed6
Added create_sub_expressions to parse_regex source file 2023-08-23 22:45:24 -04:00
Andrew S. Rightenburg ff9d9cf55b
Fixed small oversight 2023-08-23 22:30:22 -04:00
Andrew S. Rightenburg 55869763c8
Added OR operator support to regex parser 2023-08-23 22:28:24 -04:00
Andrew S. Rightenburg 8ace9f2ee3
Cleanup 2023-08-23 22:14:44 -04:00
Andrew S. Rightenburg e649186553
Small style improvement 2023-08-23 22:08:42 -04:00
Andrew S. Rightenburg 6fcc99ef02
Added backslash-capital-B support to regex parser 2023-08-23 22:07:33 -04:00
Andrew S. Rightenburg 5d9c26ffaa
Fixed typo 2023-08-23 22:02:22 -04:00
Andrew S. Rightenburg ab89354635
Added backslash-b support to regex parser 2023-08-23 21:59:44 -04:00
Andrew S. Rightenburg 2e065e1e09
Beginning to make a parse_regex function for regex searches 2023-08-23 16:00:47 -04:00
Andrew S. Rightenburg adab5731d2
Moving to Debian 12 2023-08-18 23:12:40 -04:00
Andrew S. Rightenburg 9739e9fd9c
Updated version.h 2023-08-18 12:22:57 -04:00
Andrew S. Rightenburg 8b375b6f84
Updated version.h 2023-08-17 21:31:12 -04:00
Andrew S. Rightenburg 8a58ace307
Updated version.h 2023-08-17 18:58:59 -04:00
Andrew S. Rightenburg 2142fe123a
Updated version.h 2023-08-15 23:21:55 -04:00
Andrew S. Rightenburg 3b0ca98332
Moved escaped-char processing to a shared function 2023-08-15 23:00:33 -04:00
Andrew S. Rightenburg 62c9d9a67f
Updated changelog and version.h 2023-08-15 01:21:59 -04:00
Andrew S. Rightenburg e4bc346215
-c can now interpret any arbitrary byte in the format \x00-\xFF 2023-08-15 01:17:33 -04:00
Andrew S. Rightenburg b2e34c30bc Updated patch version 2023-04-22 21:17:15 -04:00
Andrew S. Rightenburg c3bafbcfd6 Updated patch version 2023-04-22 18:30:55 -04:00
Andrew S. Rightenburg ee39ab4e17 Closes #19 2023-04-22 18:26:12 -04:00
Andrew S. Rightenburg 6ebbe09ec8 Makefile now automatically updates the program_version variable before compilation based on the latest debian/changelog entry, since I always forget to update that variable 2023-04-10 01:17:05 -04:00
Andrew S. Rightenburg 17ae543321 Clang has no support for fopen64 2023-04-05 17:00:38 -04:00
Andrew S. Rightenburg 7bfcb20bef Changed stol to stoll for int64_t 2023-04-04 22:02:11 -04:00
Andrew S. Rightenburg 19862342b1 Updated exit status codes 2023-04-04 16:26:04 -04:00
Andrew S. Rightenburg 5efba4141f Moved 'shared_functions' to 'shared' 2023-04-04 16:14:55 -04:00