- Mar 28, 2023
-
-
Sven M. Hallberg authored
As indicated by the XXX, this line of code was never meant to be considered as "proper", mainly because it allocates a new parser that is never freed for every xref section in the file. The reason that this line was introduced in place of the commented-out original above it is that the latter does not bounds-check the offset but h_seek() does. It was a quick and reliable way to make invalid offsets fail the parse. Anyway, creating a new HParser *p that incidentally shadows the previous occurance was meant to signal that this is just a temporary name that we need real quick (on the next line), not a "proper" variable, and that it probably wasn't there to stay. So with that sense in mind, I am putting it back. Remove -Wshadow from CFLAGS.
-
- Jan 06, 2023
-
-
Sven M. Hallberg authored
Moves program invocation details from README to pdf.1.mdoc. Includes the generated ASCII output for convenience. Make sure to regenerate with 'make doc' after changing the mdoc source.
-
- Jul 15, 2022
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Jun 24, 2022
-
-
pompolic authored
-
- May 06, 2022
-
-
Sven M. Hallberg authored
-
- Apr 29, 2022
-
-
Sven M. Hallberg authored
-
- Nov 29, 2021
-
-
pompolic authored
-
- Oct 28, 2021
-
-
pompolic authored
-
- Oct 19, 2021
-
-
pompolic authored
-
- Oct 18, 2021
-
-
pompolic authored
TODO: -Wno flags from patch
-
- Jul 28, 2021
- Jul 27, 2021
-
-
Sumit Ray authored
-
- Jul 22, 2021
-
-
Sumit Ray authored
-
- Jun 29, 2021
-
-
Sumit Ray authored
-
- Jun 25, 2020
-
-
pompolic authored
- Mar 09, 2020
-
-
Sven M. Hallberg authored
-
plvines authored
-
plvines authored
-
- Mar 06, 2020
-
-
pompolic authored
-
- Feb 27, 2020
-
-
pompolic authored
-
- Feb 03, 2020
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-
- Jan 30, 2020
-
-
Sven M. Hallberg authored
-
- Dec 03, 2019
-
-
Sven M. Hallberg authored
-
- Nov 30, 2019
-
-
Sven M. Hallberg authored
-
Sven M. Hallberg authored
-