Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | seq: avoid infinite loop in "mscan -n ." | Christian Neukirchen | 2016-12-31 | 1 | -1/+1 |
| | |||||
* | seq: slurp the file instead of mmap | Christian Neukirchen | 2016-10-05 | 1 | -13/+3 |
| | | | | mmap is not robust when there are writes possible. | ||||
* | Add $MBLAZE environment variable to set profile location | Ivy Foster | 2016-09-01 | 1 | -4/+12 |
| | | | | | As a side benefit, all callers of blaze822_home_file need only pass the filename, so the base directory is set in only one place. | ||||
* | seq: blaze822_home_file: guard missing entry in /etc/passwd or empty $HOME | Christian Neukirchen | 2016-09-01 | 1 | -1/+8 |
| | |||||
* | seq: blaze822_seq_cur: use void prototype | Christian Neukirchen | 2016-09-01 | 1 | -1/+1 |
| | |||||
* | seq: add $MAILDOT to override the value of . | Christian Neukirchen | 2016-08-09 | 1 | -0/+8 |
| | |||||
* | seq: exit with 2 on fatal parsing error | Christian Neukirchen | 2016-08-08 | 1 | -1/+1 |
| | |||||
* | seq: parse_parent: bump previndent size | Christian Neukirchen | 2016-08-07 | 1 | -3/+3 |
| | |||||
* | seq: add thread selectors | Christian Neukirchen | 2016-08-05 | 1 | -3/+126 |
| | |||||
* | seq: fix message number reporting when using iterdir | Christian Neukirchen | 2016-08-04 | 1 | -4/+8 |
| | |||||
* | rename .santoku to .mblaze | Christian Neukirchen | 2016-08-01 | 1 | -3/+3 |
| | |||||
* | seq: don't crash when cur link doesn't exist | Christian Neukirchen | 2016-07-31 | 1 | -1/+2 |
| | |||||
* | seq: blaze822_seq_next: fix mseq -n . | Christian Neukirchen | 2016-07-28 | 1 | -1/+2 |
| | |||||
* | seq: parse .: correctly | Christian Neukirchen | 2016-07-28 | 1 | -5/+12 |
| | |||||
* | guard DT_* usage | Christian Neukirchen | 2016-07-26 | 1 | -0/+2 |
| | | | | It's a shortcut anyway, just leave it out | ||||
* | seq: blaze822_seq_next: special case for plain "." | Christian Neukirchen | 2016-07-26 | 1 | -0/+10 |
| | | | | It may be outside the sequence, still resolve it. | ||||
* | rename map to seq | Christian Neukirchen | 2016-07-26 | 1 | -2/+2 |
| | | | | The old terminology didn't make much sense to users. | ||||
* | seq: rename iterfile to iterdir | Christian Neukirchen | 2016-07-26 | 1 | -2/+2 |
| | |||||
* | seq: fix parsing of plain . | Christian Neukirchen | 2016-07-24 | 1 | -0/+2 |
| | |||||
* | seq: add blaze822_loop1 for easier argument overriding | Christian Neukirchen | 2016-07-23 | 1 | -0/+7 |
| | |||||
* | seq: blaze822_loop: drop - for stdin (conflicts with .-1) | Christian Neukirchen | 2016-07-22 | 1 | -1/+1 |
| | |||||
* | seq: clean up | Christian Neukirchen | 2016-07-21 | 1 | -1/+0 |
| | | | | Found by clang-analyzer. | ||||
* | seq: iterate over dirs and cur/ of maildirs | Christian Neukirchen | 2016-07-20 | 1 | -1/+36 |
| | |||||
* | seq: export blaze822_home_file | Christian Neukirchen | 2016-07-20 | 1 | -6/+6 |
| | |||||
* | seq: guard misparse | Christian Neukirchen | 2016-07-20 | 1 | -0/+3 |
| | |||||
* | seq: blaze822_loop: count file arguments too | Christian Neukirchen | 2016-07-18 | 1 | -0/+1 |
| | |||||
* | seq: move map/cur to ~/.santoku | Christian Neukirchen | 2016-07-18 | 1 | -10/+40 |
| | |||||
* | clean up header includes | Christian Neukirchen | 2016-07-18 | 1 | -8/+8 |
| | |||||
* | seq: import most parts of mseq, make blaze822_loop resolve ranges | Christian Neukirchen | 2016-07-18 | 1 | -0/+198 |
| | |||||
* | mseq: extract code into seq.c | Christian Neukirchen | 2016-07-17 | 1 | -0/+101 |