Commit Graph

23 Commits

Author SHA1 Message Date
e833f17326 Change 'print' to 'say'
And add the necessary 'use v5.10' for that, which carries the additional
advantage of enabling 'use strict'.
2026-02-23 08:22:06 +01:00
e5c80f9f68 Change 'foreach' to more idiomatic 'for' 2026-02-23 08:00:14 +01:00
82a391b40c Change "if not" into "unless", more perl-like 2026-02-19 10:56:18 +01:00
1d8ac31e2f Add glv.pl, adapt README.md 2026-02-18 13:07:18 +01:00
756cf88a6b Cleanup man page 2025-09-08 09:19:36 +02:00
b89cb93b10 Add README.md 2025-07-04 13:26:27 +02:00
a502cfa324 Add MIT license 2025-07-04 13:22:17 +02:00
5c086d1c52 Add -a option to help text 2025-05-16 13:35:17 +02:00
749652494e Add 'using namespace std' for readability 2025-05-16 12:45:40 +02:00
99d7f3bfa2 Bump version 1.2.0 -> 1.2.1 2025-05-16 12:41:42 +02:00
6b98a2df84 Use push_back & reverse iterator for efficiency 2025-05-16 12:40:27 +02:00
c3c1301cc0 Simplify output line construction 2025-05-16 12:35:23 +02:00
e7ba23f7c4 Add URL for GitLab's changelog 2025-05-15 21:57:30 +02:00
898df846a6 Bump version 1.1.0 → 1.2.0 2025-05-15 21:47:24 +02:00
c47e03c87c Reverse order of lines when using -a option
Now the most recent come at the end, which is more convenient when
output is done to a terminal.
2025-05-15 21:38:51 +02:00
56309c5e8a Bump version 1.0.0 → 1.1.0 2025-04-03 15:55:13 +02:00
400846dd56 Switch regex option multiline on
And use a begin-of-line anchor in the pattern, which makes it faster and
more specific.
2025-02-11 13:54:21 +01:00
8e4343a81f Remove unused header 2025-01-10 15:04:23 +01:00
f63c279fb4 Add -a/--all option to show all versions 2025-01-06 10:31:05 +01:00
d0c1fa1740 Fix date and synopsis 2025-01-06 09:49:18 +01:00
af13d9a798 Add relevant content 2025-01-06 09:48:10 +01:00
563638d166 Add implementation 2025-01-06 09:32:13 +01:00
fa72b7db0a First commit 2025-01-06 09:06:29 +01:00