about summary refs log tree commit diff
Commit message (Expand)AuthorAgeFilesLines
...
* NEWS.md: update for 0.4.0Leah Neukirchen2017-04-251-0/+2
* README.md: fix typojojomi2017-04-251-1/+1
* add LICENSE v0.4Leah Neukirchen2017-04-251-0/+25
* LeahizeLeah Neukirchen2017-04-253-3/+3
* parse_error: portably declare noreturnChristian Neukirchen2016-08-301-1/+11
* lr: argument '-' means read files from standard inputChristian Neukirchen2016-07-244-1/+55
* print_format: use 4 digits for the age in daysChristian Neukirchen2016-06-031-1/+1
* README.md: update for 0.3.2 v0.3.2Christian Neukirchen2016-05-201-0/+4
* store result of getopt in int, to not break on architectures with unsigned charsChristian Neukirchen2016-05-201-2/+1
* NEWS.md: update for 0.3.1 v0.3.1Christian Neukirchen2016-03-311-0/+5
* parse_strcmp: rearrange to check for token =~ before =Christian Neukirchen2016-03-311-7/+7
* contrib: add lr.elChristian Neukirchen2016-03-141-0/+19
* rename ChangeLog.md to NEWS.mdChristian Neukirchen2016-03-011-0/+0
* use <sys/xattr.h> v0.3Christian Neukirchen2016-02-281-1/+1
* add zsh completionChristian Neukirchen2016-02-283-1/+107
* update copyright yearsChristian Neukirchen2016-02-282-2/+2
* add ChangeLog.mdChristian Neukirchen2016-02-281-0/+8
* use same color for broken links as for dates in futureChristian Neukirchen2016-02-271-1/+1
* document classic trickChristian Neukirchen2016-02-271-0/+1
* highlight symlink targets, needs an additional lstat for -GChristian Neukirchen2016-02-271-2/+26
* a few more examples with modesChristian Neukirchen2016-02-271-0/+2
* 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-273-0/+81
* 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-273-6/+39
* 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-263-7/+33
* 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-253-46/+50
* fix %x with -UChristian Neukirchen2016-02-251-6/+7
* extend %x to be a stringChristian Neukirchen2016-02-253-25/+35
* 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-253-0/+49
* add lr.vimChristian Neukirchen2016-02-231-0/+5
* allow environment variables in place of string literalsChristian Neukirchen2016-02-103-0/+19
* detect and error on unterminated stringsChristian Neukirchen2016-02-101-1/+4
* add some contrib scripts.Christian Neukirchen2016-02-082-0/+13
* README.md: add screenshotChristian Neukirchen2016-02-022-0/+4
* reformat v0.2Christian Neukirchen2016-02-021-8/+8