Commit Graph

23 Commits

Author SHA1 Message Date
bob 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
bob e5c80f9f68 Change 'foreach' to more idiomatic 'for' 2026-02-23 08:00:14 +01:00
bob 82a391b40c Change "if not" into "unless", more perl-like 2026-02-19 10:56:18 +01:00
bob 1d8ac31e2f Add glv.pl, adapt README.md 2026-02-18 13:07:18 +01:00
bob 756cf88a6b Cleanup man page 2025-09-08 09:19:36 +02:00
bob b89cb93b10 Add README.md 2025-07-04 13:26:27 +02:00
bob a502cfa324 Add MIT license 2025-07-04 13:22:17 +02:00
bob 5c086d1c52 Add -a option to help text 2025-05-16 13:35:17 +02:00
bob 749652494e Add 'using namespace std' for readability 2025-05-16 12:45:40 +02:00
bob 99d7f3bfa2 Bump version 1.2.0 -> 1.2.1 2025-05-16 12:41:42 +02:00
bob 6b98a2df84 Use push_back & reverse iterator for efficiency 2025-05-16 12:40:27 +02:00
bob c3c1301cc0 Simplify output line construction 2025-05-16 12:35:23 +02:00
bob e7ba23f7c4 Add URL for GitLab's changelog 2025-05-15 21:57:30 +02:00
bob 898df846a6 Bump version 1.1.0 → 1.2.0 2025-05-15 21:47:24 +02:00
bob 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
bob 56309c5e8a Bump version 1.0.0 → 1.1.0 2025-04-03 15:55:13 +02:00
bob 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
bob 8e4343a81f Remove unused header 2025-01-10 15:04:23 +01:00
bob f63c279fb4 Add -a/--all option to show all versions 2025-01-06 10:31:05 +01:00
bob d0c1fa1740 Fix date and synopsis 2025-01-06 09:49:18 +01:00
bob af13d9a798 Add relevant content 2025-01-06 09:48:10 +01:00
bob 563638d166 Add implementation 2025-01-06 09:32:13 +01:00
bob fa72b7db0a First commit 2025-01-06 09:06:29 +01:00