about summary refs log tree commit diff
path: root/lr.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* make fstype missing not bomb out at runtimeChristian Neukirchen2015-10-271-4/+1
* don't hardcode pathsChristian Neukirchen2015-10-271-2/+3
* add -S for BSD-style stat(1) output (not exactly the same)Christian Neukirchen2015-10-271-2/+4
* add rdevChristian Neukirchen2015-10-271-0/+5
* add fstype for SolarisChristian Neukirchen2015-10-261-0/+33
* cast st_mode to avoid warning on SolarisChristian Neukirchen2015-10-261-1/+1
* fstype for OpenBSD (thx @winks)Christian Neukirchen2015-10-261-1/+1
* fstype for NetBSDChristian Neukirchen2015-10-261-0/+23
* rename shquote to print_shquoted (clashes with NetBSD libc)Christian Neukirchen2015-10-261-4/+4
* use isspace/isdigit with (unsigned char)Christian Neukirchen2015-10-261-4/+4
* prefetch user/group name for correct column widthsChristian Neukirchen2015-10-261-0/+5