| 3 days ago |
Alejandro Colomar | Adapt grepc(1) to the Linux man-pages project master |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | man/man1/grepc.1: Use a smaller example |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | src/bin/grepc: Use if/else instead of && and || |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | src/bin/grepc: Quote variables |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | src/bin/grepc: Ignore shellcheck(1) diagnostics |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | src/bin/grepc: Use test(1) instead of [(1) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | man/man1/grepc.1, src/bin/grepc: Add copyright notice |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | src/bin/grepc: Handle errors |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | man/man1/grepc.1: Adapt to the Linux man-pages project |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | man/man1/grepc.1: Move manual page to man/man1/ |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | src/bin/grepc: Move script to src/bin/ |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | Import grepc(1) (script and manual page) from separate... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: -tuf: Reuse grepc_c_f_decl_() for the functi... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: -tf: Factor out regex for function declarators |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: -tt: Add word boundary around the identifier |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Add robustness against non-portable pathnames |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Use <() instead of $() |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: -tfp, -tfd: Add support for forward-declarat... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc, grepc.1: -k: Remove flag |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: bugfix: Pass options to grep(1) correctly |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/, man/: -m: Add flag, and pass it to pcre2grep(1) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: -x: c, mk: Add support for Makefile code |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Ignore a shellcheck(1) warning |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Compact cases a little bit) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Remove unnecessary comment) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Use printf '%s\n' instead of echo) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Use bash(1) array variable) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Remove grepc_search() and main()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Remove grepc_patterns()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Remove grepc_parse_cmd()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Simplify 'case's thanks to bash... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Escape '?' in bash(1) case following... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Compact single-line cases) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc, grepc.1: -c: Add option to count matches |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc, grepc.1: Rename option -c to -r |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc.1: -c: Remove outdated sentence |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc, grepc.1: Use 'l' instead of 's' for Linux... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Reorder some function definitions) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc, grepc.1: -n: Add option to control printing... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Actually create file with mktemp(1)) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Add some tabs, and remove a function) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc, grepc.1: -A, -B, -C: Add flags for printing... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Variables for options hold their... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc, grepc.1: -h: Add option to suppress prefixin... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Add missing variable definition) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc, grepc.1: Remove -h flag |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: srcfix (Change variable names) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc, grepc.1: Always enable recursive mode; remove -r |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | Add recursive search back in with -r |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | Allow specifying several files |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Don't use pcre2grep(1)'s --label |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_search()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Compact code |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Optimize |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | Don't find files recursively |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | Remove '-g' option |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | Remove '-x' option |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc, grepc.1: -tmf, -tmo: Add options to find... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Shorten function names |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Shorten variable names |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_use_func()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_use_type()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_type()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_type_typedef()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_macro()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Compact one-liner definitions |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_glibc_func_def()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Improve error messages |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Transform some if's to simpler test&& |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_use()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_glibc_func()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_linux_func()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_func()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | bin/grepc: Simplify (remove grepc_search_default()) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | Use pcre2grep(1) instead of pcregrep(1) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | Use recursion to improve matching of function parameter... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | Support parenthesized function names |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc, grepc.1: -tg, -tgp, -tgd: Add more support for... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: -tm: Fix finding macros defined as empty |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc, grepc.1: -c: Add flag to color uses |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: Remove constraints in the file prefiltering |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: -tut: Fix regex for braces in the same line... |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: Read in the helper |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: Don't search underlying structure of a typedef |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: Fix glitch with incorrectly indented code |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: Fix some typedef corner cases |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: Improve regexes |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: bugfix |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: srcfix |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: srcfix |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc, grepc.1: Add -i flag as in grep(1) |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc, grepc.1: Remove -tu from the defaults |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc, grepc.1: -tu: Allow searching special characters |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: Fix grepc_type_typedef_underlying_struct_union_enum |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: -tt: Find typedefs to function pointers |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: tfix |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: srcfix |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc: Allow a pattern to start with '-' |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc, grepc.1: -t...: Allow more granularity |
commit | commitdiff | tree | snapshot |
| 3 days ago |
Alejandro Colomar | grepc.1: wfix |
commit | commitdiff | tree | snapshot |
| next |