Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove useless newline-escapeHEADmaster | Thomas Voss | 2023-07-11 | 1 | -1/+1 |
* | Formatting changes | Thomas Voss | 2022-11-21 | 1 | -8/+8 |
* | Use constants instead of macrosv1.3.0 | Thomas Voss | 2022-11-13 | 1 | -5/+4 |
* | Add support for long options | Thomas Voss | 2022-11-13 | 1 | -2/+12 |
* | Centering was off by 1, lolv1.2.0 | Thomas Voss | 2022-11-10 | 1 | -1/+1 |
* | Move the flags in the usage string to PROG_ARGS | Thomas Voss | 2022-11-04 | 1 | -5/+2 |
* | Properly handle backspace charactersv1.1.0 | Thomas Voss | 2022-10-15 | 1 | -2/+2 |
* | Remove POSIXLY_CORRECT and use -D in CFLAGS | Thomas Voss | 2022-10-15 | 1 | -3/+0 |
* | Get screen width initially from 205 | Thomas Voss | 2022-10-15 | 1 | -18/+26 |
* | Fix diagnostic message during overflow | Thomas Voss | 2022-10-15 | 1 | -1/+1 |
* | Define the die() and diex() macros | Thomas Voss | 2022-10-15 | 1 | -4/+7 |
* | Sort flags alphabetically | Thomas Voss | 2022-10-15 | 1 | -3/+3 |
* | Move long parsing to its own functionv1.0.0 | Thomas Voss | 2022-10-09 | 1 | -19/+22 |
* | Add the -r flag to print tabs using spaces | sheepmax | 2022-10-08 | 1 | -28/+63 |
* | De-verbosify usage | Thomas Voss | 2022-10-08 | 1 | -1/+1 |
* | Wrap code to 80 columns | Thomas Voss | 2022-10-05 | 1 | -11/+21 |
* | Sort command-line flags | Thomas Voss | 2022-10-05 | 1 | -12/+12 |
* | Add tab width specification (#5) | nothing-c | 2022-10-05 | 1 | -3/+13 |
* | Remove excess parens | Thomas Voss | 2022-10-04 | 1 | -1/+1 |
* | Fix bug when width is less than line length | Thomas Voss | 2022-10-04 | 1 | -3/+3 |
* | Add centering by longest line (#3) | Casper Andersson | 2022-10-04 | 1 | -3/+73 |
* | Remove unused flags from call to getopt() | Thomas Voss | 2022-10-03 | 1 | -1/+1 |
* | Make buffer and size static to avoid memory leak | Casper Andersson | 2022-10-01 | 1 | -2/+2 |
* | Fix centering with ANSI escapes | Thomas Voss | 2022-09-23 | 1 | -1/+1 |
* | Fix text centering of multibyte characters | Thomas Voss | 2022-09-23 | 1 | -2/+7 |
* | Add license text | Thomas Voss | 2022-09-20 | 1 | -0/+17 |
* | Fix usage string | Thomas Voss | 2022-08-09 | 1 | -1/+1 |
* | Don't exit when fopen(3) returns NULL | Thomas Voss | 2022-02-08 | 1 | -4/+7 |
* | Initial commit | Thomas Voss | 2022-02-08 | 1 | -0/+163 |