Andrew Wood
|
f8fc5844b1
|
Re-order the output file descriptor setting and the size detection to correct the problem with output block device size detection that was broken in 1.8.10 (#91).
|
2024-07-16 21:39:29 +01:00 |
|
Andrew Wood
|
42b623e9b0
|
Pre-release version and datestamp updates.
|
2024-06-15 23:40:07 +01:00 |
|
Andrew Wood
|
c6ac4d11be
|
Added an example of how to list untranslated strings.
|
2024-06-15 23:00:12 +01:00 |
|
Andrew Wood
|
2d48e07139
|
Updated the instructions for testing translations, now that a method has been found that actually works.
|
2024-06-15 22:47:53 +01:00 |
|
Andrew Wood
|
2bed6776e4
|
Truncate files written with "-o".
|
2024-06-08 22:02:11 +01:00 |
|
Andrew Wood
|
addf25ff16
|
Minor cleanups after merge.
|
2024-06-08 21:21:11 +01:00 |
|
Martin Dørum
|
6073445551
|
document the --output in the man page and help text
|
2024-06-08 14:31:21 +02:00 |
|
Andrew Wood
|
98994bbeaa
|
Correct the copyright year in the "--version" output.
|
2024-04-22 22:25:22 +01:00 |
|
Andrew Wood
|
b089303505
|
Version update.
|
2024-04-21 14:20:26 +01:00 |
|
Andrew Wood
|
205245f269
|
Issue #6 had only one outstanding action which was a duplicate of #34, so it is now removed.
|
2024-04-21 14:00:31 +01:00 |
|
Andrew Wood
|
b375041790
|
Correct issues #34, #86, #87 - progress output stopping when writing output data blocks - by adding a SIGALRM handler, since ignoring the signal prevents it from interrupting writes; and use setitimer() where available, instead of alarm(), to provide sufficient granularity to handle the case where the --interval is not a whole number of seconds.
|
2024-04-21 13:54:01 +01:00 |
|
Andrew Wood
|
31b43cf3c7
|
Formatting correction.
|
2024-04-21 11:32:26 +01:00 |
|
Andrew Wood
|
e483b19c14
|
Formatting correction.
|
2024-04-21 11:31:54 +01:00 |
|
Andrew Wood
|
50b400a1f8
|
Formatting correction.
|
2024-04-21 11:31:26 +01:00 |
|
Andrew Wood
|
d90dc35dd3
|
Formatting correction.
|
2024-04-21 11:30:46 +01:00 |
|
Andrew Wood
|
b45970b3b6
|
Added the ENVIRONMENT section.
|
2024-04-21 11:27:51 +01:00 |
|
Andrew Wood
|
a5700cc914
|
Reinstate the use of $TMPDIR and $TMP in cursor positioning rather than hard-coding "/tmp" (#88).
|
2024-04-20 21:46:23 +01:00 |
|
Andrew Wood
|
1ad9c321bc
|
Adjust copyright years.
|
2024-03-19 22:19:42 +00:00 |
|
Andrew Wood
|
c9dede08d4
|
Adjust the decimal units flag variable name from "si" to "decimal_units" so it does not overlap with other words like "size" and "signal"; add man page entry and adjust the "-L" man page entry; and allow this flag to also change how input prefixes are processed.
|
2024-03-19 22:17:43 +00:00 |
|
Andrew Wood
|
3b721112e6
|
Acknowledge pull request #85.
|
2024-03-19 21:42:08 +00:00 |
|
Andrew Wood
|
2bc7a1bb10
|
Added #83.
|
2024-03-13 21:56:34 +00:00 |
|
Andrew Wood
|
ddc5cb0224
|
Added TODO #81.
|
2024-01-08 23:42:31 +00:00 |
|
Andrew Wood
|
c8762821fb
|
Version update.
|
2023-11-19 14:16:56 +00:00 |
|
Andrew Wood
|
272dacdd3a
|
Update to reflect closure of #77.
|
2023-10-22 17:48:45 +01:00 |
|
Andrew Wood
|
b8624035e0
|
Addressed more issues raised by splint.
|
2023-10-13 23:36:15 +01:00 |
|
Andrew Wood
|
03fb1dc673
|
Correct percentage formatting so it is always 3 characters wide.
|
2023-10-11 22:22:53 +01:00 |
|
Andrew Wood
|
bf3f76e02e
|
Position and string updates.
|
2023-10-01 15:10:48 +01:00 |
|
Andrew Wood
|
4398cd8677
|
It is now October.
|
2023-10-01 12:52:24 +01:00 |
|
Andrew Wood
|
dbf55eff3c
|
For message passing for "--remote", fall back to $HOME/.pv instead of /tmp if /run/user/<uid> is unavailable.
|
2023-10-01 12:41:27 +01:00 |
|
Andrew Wood
|
0e1750835e
|
Rewrite of "--remote", to use a temporary file for information exchange instead of a SysV IPC message queue, to correct the fault where "make check -j32" would fail due to every PV exit removing the message queue.
|
2023-10-01 01:20:16 +01:00 |
|
Andrew Wood
|
37cacf3da4
|
Added another contributor.
|
2023-09-25 21:44:20 +01:00 |
|
Andrew Wood
|
27f52cac6b
|
Version update.
|
2023-09-25 21:20:24 +01:00 |
|
Andrew Wood
|
404cc417d6
|
Version update.
|
2023-09-24 21:26:25 +01:00 |
|
Andrew Wood
|
e5cc71b4d2
|
Switched licensing to GPLv3+.
|
2023-09-24 21:09:52 +01:00 |
|
Andrew Wood
|
7bc91e10de
|
Version and string position updates.
|
2023-09-23 21:56:59 +01:00 |
|
Andrew Wood
|
b1b5e9197a
|
Version and string position updates.
|
2023-09-14 22:40:52 +01:00 |
|
Andrew Wood
|
e11c58cf3b
|
Version and string position updates.
|
2023-09-12 20:54:54 +01:00 |
|
Andrew Wood
|
175e66cd43
|
Just present the to-do list as a list of issues in order.
|
2023-09-04 23:03:31 +01:00 |
|
Andrew Wood
|
849c5e2a90
|
Added more issues.
|
2023-09-04 22:54:17 +01:00 |
|
Andrew Wood
|
538546f5fb
|
Increase heading level.
|
2023-09-04 22:43:12 +01:00 |
|
Andrew Wood
|
25884e823e
|
Restructured to be more Markdown than text.
|
2023-09-04 22:40:52 +01:00 |
|
Andrew Wood
|
3cb239c202
|
Added spacing to the long list.
|
2023-09-04 22:33:40 +01:00 |
|
Andrew Wood
|
c6a001bbc6
|
Added spacing to the long list.
|
2023-09-04 22:32:38 +01:00 |
|
Andrew Wood
|
89f81bb7d6
|
Reverted bug report address to the email address, keeping it independent of the development repository in case we have to move again; made some minor man page corrections; updated po files to match changes in source.
|
2023-09-04 20:39:04 +01:00 |
|
Andrew Wood
|
7fcf65e9c3
|
Address warnings raised by flawfinder.
|
2023-09-03 18:00:01 +01:00 |
|
Andrew Wood
|
63251ef650
|
Expand on the "make analyse" documentation.
|
2023-09-03 16:08:57 +01:00 |
|
Andrew Wood
|
760cb41a61
|
Minor shuffle.
|
2023-09-03 01:06:02 +01:00 |
|
Andrew Wood
|
926e74fd02
|
List indentation update.
|
2023-09-03 00:56:47 +01:00 |
|
Andrew Wood
|
86feafb721
|
Rename "doc" directory to "docs" to match Debian standards.
|
2023-09-03 00:40:26 +01:00 |
|