about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
* Check lrls wrapper for a couple edge-cases HEAD masterSeth House2023-08-131-3/+45
* allow -l and -F in any orderLeah Neukirchen2023-08-121-1/+1
* NEWS.md: update for 1.6 v1.6Leah Neukirchen2023-08-051-7/+13
* bump copyright yearsLeah Neukirchen2023-08-053-3/+3
* color_size_on: fix typo, the cut-off is meant to be 2GLeah Neukirchen2023-08-011-1/+1
* print_comma: don't truncate outputLeah Neukirchen2023-08-011-1/+1
* default to _FILE_OFFSET_BITS=64 to allow stat'ing large files on 32-bit glibcLeah Neukirchen2023-08-011-0/+4
* recurse: initialize stat bufferLeah Neukirchen2022-09-101-1/+1
* recurse: fix error detectionLeah Neukirchen2022-09-101-1/+1
* add -of to sort by file basename.Leah Neukirchen2022-08-263-1/+6
* print_noprefix: only drop char after prefixl if it is a /Leah Neukirchen2021-06-251-1/+2
* count_entries: fix when fi->fpath is "" (at toplevel)Leah Neukirchen2020-08-041-1/+1
* NEWS.md: update for 1.5.1. v1.5.1Leah Neukirchen2020-01-181-0/+4
* fix -ALeah Neukirchen2020-01-121-1/+1
* NEWS.md: update for 1.5 v1.5Leah Neukirchen2020-01-011-0/+6
* update copyright yearsLeah Neukirchen2020-01-013-3/+3
* recurse: pass guesssubdir with -WLeah Neukirchen2019-12-191-11/+17
* make code C89Leah Neukirchen2019-12-191-3/+5
* don't use // commentsLeah Neukirchen2019-12-191-31/+32
* add -W to sort results by name and print during traversalLeah Neukirchen2019-12-053-11/+57
* lr.1: tweaksLeah Neukirchen2019-12-051-3/+3
* lr.1: explain -D and -B betterLeah Neukirchen2019-12-051-1/+11
* print_shquoted: fast-path for unescaped file name outputLeah Neukirchen2019-12-051-1/+7
* initialize new.totalLeah Neukirchen2019-12-051-0/+1
* lr.1: use .Po / .Pc consistently for parenthesesLarry Hynes2019-03-191-23/+59
* lr.1: fix mandoc lint warningsLarry Hynes2019-03-171-4/+10
* lr.1: no trailing periods in format listLeah Neukirchen2019-03-161-4/+4
* lr.1: order options in DESCRIPTION alphabeticallyLarry Hynes2019-03-161-61/+61
* only hide directories, other entries can just be droppedLeah Neukirchen2019-03-151-1/+1
* define a hidden color and use it for -B so traversal can continueLeah Neukirchen2019-03-151-5/+16
* README.md: update links, copyrightLeah Neukirchen2019-03-011-2/+2
* update NEWS.md v1.4.1Leah Neukirchen2019-02-081-1/+3
* update copyright yearsLeah Neukirchen2019-02-082-2/+2
* parse_string: off-by-one for reallocationLeah Neukirchen2019-01-291-1/+1
* README.md: fix skip expression commentDuncaen2019-01-251-1/+1
* callback: ensure trailing nul byteLeah Neukirchen2018-08-081-1/+1
* NEWS.md: update for 1.4 v1.4Leah Neukirchen2018-04-171-0/+4
* print_shquoted: respect QflagLeah Neukirchen2018-04-171-1/+1
* NEWS.md: update for 1.3 v1.3Leah Neukirchen2018-04-051-0/+3
* bump copyright messageLeah Neukirchen2018-04-052-2/+2
* support $NO_COLORLeah Neukirchen2018-01-292-0/+5
* lr.1: mention tw(1)Leah Neukirchen2017-12-111-1/+2
* print file size in groups of three digits when -G is usedLeah Neukirchen2017-11-242-2/+24
* add -P for $'...' escaping, verify UTF-8 filenamesLeah Neukirchen2017-11-244-19/+106
* print_format: add escapes for octal and hex bytesLeah Neukirchen2017-11-192-3/+32
* NEWS.md: update for 1.2 v1.2Leah Neukirchen2017-11-171-1/+3
* _lr: add completion for -BLeah Neukirchen2017-11-171-1/+2
* callback: free unregistered fileinfo immediatelyLeah Neukirchen2017-11-131-5/+7
* set sensible default widths for -ULeah Neukirchen2017-11-131-0/+10
* traverse: avoid out of bounds readLeah Neukirchen2017-11-131-1/+1