]> git.ipfire.org Git - thirdparty/man-pages.git/shortlog
thirdparty/man-pages.git
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
8 days ago  Alejandro Colomargrepc, grepc.1: -tu: Search also within enum and type...
8 days ago  Alejandro Colomargrepc: grepc_enum_constant: Fix edge cases
8 days ago  Alejandro Colomargrepc, grepc.1: Add -l flag as in grep(1)
8 days ago  Alejandro Colomargrepc: grepc_use_macro: tfix
8 days ago  Alejandro Colomargrepc.1: ffix
8 days ago  Alejandro Colomargrepc, grepc.1: Add -tu to search for uses
8 days ago  Alejandro Colomargrepc: grepc_macro_*: Remove a few false positives
8 days ago  Alejandro Colomargrepc: srcfix
8 days ago  Alejandro Colomargrepc, grepc.1: Add -k option for a more compact output
8 days ago  Alejandro Colomargrepc, grepc.1: Add -t option to restrict the search...
8 days ago  Alejandro Colomargrepc: srcfix
8 days ago  Alejandro Colomargrepc, grepc.1: Don't print leading blank lines.
8 days ago  Alejandro Colomargrepc.1: SYNOPSIS: ffix
8 days ago  Alejandro Colomargrepc, grepc.1: Add optional FILE trailing arguments
8 days ago  Alejandro Colomargrepc, grepc.1: -g: Add option to restrict search to...
8 days ago  Alejandro Colomargrepc, grepc.1: -x: Add option to edit file extension
8 days ago  Alejandro Colomargrepc, grepc.1: -h: Add option to print the usage message.
8 days ago  Alejandro Colomargrepc: Usage: ffix
8 days ago  Alejandro Colomargrepc.1: wfix
8 days ago  Alejandro Colomargrepc: Simplify escaping \
8 days ago  Alejandro Colomargrepc: Use -r option to read(1)
8 days ago  Alejandro Colomargrepc: Make it portable to sh(1)
8 days ago  Alejandro Colomargrepc: Use a portable shebang
8 days ago  Alejandro Colomargrepc: Remove spurious blank lines
8 days ago  Alejandro Colomargrepc: Remove blank line between header and code
8 days ago  Alejandro Colomargrepc: grepc_linux_syscall_def: Improve readability...
8 days ago  Alejandro Colomargrepc: grepc_find_files: Get a reduced list of files...
8 days ago  Alejandro Colomargrepc: Fix some corner cases
8 days ago  Alejandro Colomargrepc.1: ffix
8 days ago  Alejandro Colomargrepc.1: Add break points in URI
8 days ago  Alejandro Colomargrepc.1: EXAMPLES: Add example with nxt_sprintf
next