about summary refs log tree commit diff
path: root/lr.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearsChristian Neukirchen2016-02-281-1/+1
* use same color for broken links as for dates in futureChristian Neukirchen2016-02-271-1/+1
* highlight symlink targets, needs an additional lstat for -GChristian Neukirchen2016-02-271-2/+26
* typoChristian Neukirchen2016-02-271-1/+1
* read chmod X flag from old permissionsChristian Neukirchen2016-02-271-1/+1
* clean up code for setting flagsChristian Neukirchen2016-02-271-1/+1
* skip over ugo as permissionsChristian Neukirchen2016-02-271-3/+3
* off by one...Christian Neukirchen2016-02-271-1/+1
* add clauses for -1 -A -d to the beginning of the expressionChristian Neukirchen2016-02-271-3/+5
* zero-terminate pathbuf in traverseChristian Neukirchen2016-02-271-0/+1
* fix default mask computationChristian Neukirchen2016-02-271-1/+1
* implement matching against chmod-style symbolic modesChristian Neukirchen2016-02-271-0/+71
* fix sticky bit in %MChristian Neukirchen2016-02-271-1/+1
* map -TA -TC -TM to %A %C %T properlyChristian Neukirchen2016-02-271-2/+2
* customizable time stamp for -lChristian Neukirchen2016-02-271-4/+20
* fix time stamp selectionChristian Neukirchen2016-02-271-3/+4
* use ino_t for file countsChristian Neukirchen2016-02-261-3/+3
* count directory entries when neededChristian Neukirchen2016-02-261-2/+29
* do not count . and .. as entriesChristian Neukirchen2016-02-261-1/+1
* fix print_shquoted mistaking 'W' as specialMichael Gehring2016-02-261-1/+1
* allow querying for xattr (= %x)Christian Neukirchen2016-02-251-44/+48
* fix %x with -UChristian Neukirchen2016-02-251-6/+7
* extend %x to be a stringChristian Neukirchen2016-02-251-21/+32
* print %x with -l if there are anyChristian Neukirchen2016-02-251-2/+12
* count number of entries with a nlink_tChristian Neukirchen2016-02-251-1/+2
* add %x for xattr metadataChristian Neukirchen2016-02-251-0/+38
* allow environment variables in place of string literalsChristian Neukirchen2016-02-101-0/+17
* detect and error on unterminated stringsChristian Neukirchen2016-02-101-1/+4
* reformat v0.2Christian Neukirchen2016-02-021-8/+8
* add type != XChristian Neukirchen2016-02-021-2/+11
* allow = instead of ==Christian Neukirchen2016-02-021-3/+5
* fix type of intlen to not overflow on large file sizesChristian Neukirchen2016-02-011-1/+1
* document -GChristian Neukirchen2016-02-011-1/+1
* don't colorize when stdout is not a tty, except when -G is passed multiple timesChristian Neukirchen2016-02-011-0/+3
* add 256-coloring using -GChristian Neukirchen2016-02-011-4/+113
* use %F %R to format the timestamp, so the separators are inserted by strftimeChristian Neukirchen2016-02-011-1/+1
* add sorting by versionChristian Neukirchen2015-12-271-0/+35
* improve error messagesChristian Neukirchen2015-12-271-19/+30
* add relative and parsed date comparisonsChristian Neukirchen2015-12-271-9/+111
* add relative date formattingChristian Neukirchen2015-12-271-7/+19
* Abort on invalid regex. Fixes #7.Christian Neukirchen2015-12-141-2/+12
* -o p: sort/group by directory nameChristian Neukirchen2015-11-261-0/+27
* column widths for %b %k %d %D %R %IChristian Neukirchen2015-11-011-11/+36
* simplify %u/%gChristian Neukirchen2015-11-011-19/+4
* analyze format to save expensive lookupsChristian Neukirchen2015-11-011-3/+29
* compute fstype widthsChristian Neukirchen2015-11-011-2/+5
* refactor printChristian Neukirchen2015-11-011-136/+128
* add prefix stripping, generalize -sChristian Neukirchen2015-10-281-9/+33
* fix -HChristian Neukirchen2015-10-281-1/+1
* add cygwin fstype (thx @boltonja)Christian Neukirchen2015-10-271-1/+1