Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use appropriate integer types | Leah Neukirchen | 2017-10-06 | 1 | -3/+3 |
| | | | | Mainly found with clang -Wconversion -Wshorten-64-to-32. | ||||
* | style | Leah Neukirchen | 2017-08-31 | 1 | -2/+2 |
| | |||||
* | seq: use of ^ should not produce a "parse" error when parent isn't found | Oliver Kiddle | 2017-07-03 | 1 | -15/+19 |
| | | | | Closes: #57 [via git-merge-pr] | ||||
* | seq: parse_relnum: initial + in stop part of a message range selects ↵ | Oliver Kiddle | 2017-07-02 | 1 | -3/+5 |
| | | | | | | | | relative to the start So, e.g 4:+5 is the same as 4:9 Closes: #44 [via git-merge-pr] | ||||
* | seq: parse_range: = _ and ^ default to being relative to cur instead of ↵ | Oliver Kiddle | 2017-07-02 | 1 | -1/+4 |
| | | | | message 1 | ||||
* | seq: parse_relnum: fix for thread message syntax relative to . or $ | Oliver Kiddle | 2017-07-02 | 1 | -4/+5 |
| | | | | | | | With a message such as .^ specified, strtol() was used on the caret. On Linux this worked by accident because strtol() doesn't return an error but it fails on, e.g. FreeBSD. Furthermore, it was not possible to specify relative offsets after $. | ||||
* | seq: blaze822_seq_open: display error when opening the sequence failed | Leah Neukirchen | 2017-06-29 | 1 | -1/+5 |
| | |||||
* | seq: fix selecting subthreads at the end of sequences and add test cases | Duncaen | 2017-04-01 | 1 | -1/+3 |
| | |||||
* | clean up whitespace | Leah Neukirchen | 2017-01-26 | 1 | -7/+7 |
| | |||||
* | 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 |