about summary refs log tree commit diff stats
Commit message (Expand)AuthorAgeFilesLines
* Update README to reflect win32 support and build instructions HEAD masterRory Bradford2022-11-191-26/+23
* Full native win32 supportRory Bradford2022-11-1957-26/+7107
* Basic win32 supportRory Bradford2022-11-131-10/+33
* Remove contrib/ as no longer usedRory Bradford2022-11-135-195/+0
* Improve code formattingRory Bradford2022-11-133-23/+11
* Remove unused codeRory Bradford2022-11-131-2/+0
* Inline VERSIONRory Bradford2022-11-132-1/+1
* Remove wildcard optionRory Bradford2022-11-131-9/+0
* Re-introduce .clang-formatRory Bradford2022-08-201-0/+8
* Replace __progname with hardcoded name, include version in usage.Rory Bradford2022-06-051-4/+2
* Use fgets instead of getline.Rory Bradford2022-06-052-4/+4
* Remove editor/formatting configs.Rory Bradford2022-06-052-18/+0
* Remove configRory Bradford2022-06-027-276/+4
* Remove override config fileRory Bradford2022-04-221-13/+4
* Remove path escapingRory Bradford2022-04-221-41/+1
* Update README with platform supportRory Bradford2021-08-301-0/+15
* Fix build on macOSRory Bradford2021-08-301-1/+1
* Fix ignore file typoRory Bradford2021-07-171-1/+1
* Escape strings in output to avoid problems in other toolsRory Bradford2021-07-171-1/+42
* Use xargs in Vim RF grep functionRory Bradford2021-07-171-2/+3
* Fix modeline in default config fileRory Bradford2021-07-011-1/+1
* Update READMERory Bradford2021-07-011-5/+29
* Fix CFLAGSRory Bradford2021-06-301-2/+1
* Fix memory leak when not specifying any patternsRory Bradford2021-04-111-5/+9
* Remove memsetRory Bradford2021-04-111-2/+0
* Make strings saferRory Bradford2021-03-066-13/+171
* Improve Vim integrationRory Bradford2020-10-1011-133/+182
* Add rfgrep contrib scriptRory Bradford2020-08-303-1/+31
* Add config parserRory Bradford2020-08-137-23/+294
* Fix double slashesRory Bradford2020-08-111-1/+5
* Add change root directory optionRory Bradford2020-08-112-2/+12
* Make calloc types explicitRory Bradford2020-08-102-5/+6
* Add contrib/ with Vim integration exampleRory Bradford2020-08-083-0/+130
* Fix loop break out logicRory Bradford2020-08-082-5/+3
* Additional safetyRory Bradford2020-08-022-39/+67
* Various minor improvementsRory Bradford2020-08-024-26/+23
* Add wholename optionRory Bradford2020-04-187-169/+217
* Initialise struct with defaultsRory Bradford2020-04-181-30/+17
* Re-introduce optional substring matchingRory Bradford2020-04-173-34/+42
* Add unlink and shell options, refactor optsRory Bradford2020-04-143-131/+111
* Fix invert exclusionRory Bradford2020-04-141-0/+1
* Tidy up help textRory Bradford2020-04-141-6/+5
* Fix invert logicRory Bradford2020-04-141-11/+7
* Update default ignored file extensionsRory Bradford2020-04-141-2/+3
* Improve documentation wordingRory Bradford2020-04-141-2/+2
* RefactorRory Bradford2020-04-105-136/+45
* More code reformattingRory Bradford2020-04-093-301/+326
* Move _DEFAULT_SOURCE to MakefileRory Bradford2020-03-251-0/+1
* Add missing dirname short optRory Bradford2020-03-251-1/+5
* Reformat config.hRory Bradford2020-03-241-8/+6