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