Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Version 6.autotab-6 | Kaz Kylheku | 2020-01-26 | 1 | -2/+2 |
| | |||||
* | Fix signed/unsigned comparison warnings. | Kaz Kylheku | 2020-01-26 | 1 | -3/+3 |
| | | | | | | | | | | | | | | | | | These show up when compiled with -Wall -W options of gcc. Note: the code captures the return values of strlen and strspn in signed variables of type long on purpose, so that some of the arithmetic and comparisons are done sanely around zero. We don't expect the values to go anywhere near 32 or 64 bit wraparound limits; the casts will never produce a negative value in any reasonable use of the program. In this patch we make that more consistent: a couple of lengths were captured in size_t variables; now they are long. One remaining signed/unsigned comparison warning is squelched with a cast. | ||||
* | Remove unused parameter in compute_alignment_score. | Kaz Kylheku | 2020-01-26 | 1 | -2/+2 |
| | | | | Reported by Stan Marsh. | ||||
* | Add BSD 2-Clause license. | Kaz Kylheku | 2016-11-03 | 1 | -0/+23 |
| | |||||
* | Version 5.autotab-5 | Kaz Kylheku | 2016-03-25 | 1 | -6/+17 |
| | | | | | Support --version option. Put in correct copyright. Change e-mail address to kylheku.com. | ||||
* | Don't pass negative value to <ctype.h> functions. | Kaz Kylheku | 2016-03-23 | 1 | -2/+2 |
| | |||||
* | Bump version to 004. Remove dead code and trailing spaces. | Kaz Kylheku | 2014-12-17 | 1 | -37/+12 |
| | |||||
* | Smarter decision about setting up expandtab. | Kaz Kylheku | 2014-12-17 | 1 | -2/+39 |
| | | | | | Previously we assumed hard tabs upon finding just one hard tab in the file. | ||||
* | Fix copyright date, and e-mail address. | Kaz Kylheku | 2012-01-16 | 1 | -2/+2 |
| | |||||
* | autotab goes into c-snippets repo. | Kaz Kylheku | 2012-01-16 | 1 | -0/+742 |