| Commit message (Collapse) | Author | Files | Lines | ||
|---|---|---|---|---|---|
| 2024-11-14 | Move bin/{htmlesc,shesc,uri} to eut | EuAndreh | 1 | -81/+0 | |
| 2024-06-16 | bin/uri: Unbuffer when processing an stream online | EuAndreh | 1 | -2/+4 | |
| 2023-04-12 | bin/: Add trailing semicolor to Perl heredocs | EuAndreh | 1 | -2/+3 | |
| 2023-04-03 | bin/uri: Allow string argument to be given instead of STDIN | EuAndreh | 1 | -7/+10 | |
| BONUS: Make reading from STDIN streaming instead of all at once. | |||||
| 2022-10-16 | bin/*.pl: Do not "use strict" explicitly | EuAndreh | 1 | -1/+0 | |
| Ever since Pelr 5.12 (as in perl5120delta(1)), "use strict" is already done by default. Since all these files do use a number greater than 5.12 (5,34 as of this commit), this "use strict" is redundant. | |||||
| 2022-10-16 | bin/*.pl: Explicitly name the excluded warnings | EuAndreh | 1 | -1/+1 | |
| The previous version had a catch-all for all warnings, even the ones I don't know that I have, or future warnings that could appear. | |||||
| 2022-10-14 | bin/uri: Split help option parsing from main program logic | EuAndreh | 1 | -1/+4 | |
| 2022-09-04 | bin/uri: Improve example from help string | EuAndreh | 1 | -1/+2 | |
| 2022-08-15 | bin/uri: Fail when bad option is given | EuAndreh | 1 | -1/+4 | |
| 2022-08-15 | bin/uri: Use single quote over double quote | EuAndreh | 1 | -2/+2 | |
| 2022-08-15 | bin/uri: Add working version | EuAndreh | 1 | -0/+69 | |
