Skip to content
Snippets Groups Projects
  1. Mar 28, 2023
    • Sven M. Hallberg's avatar
      revert to shadowing a variable instead of overwriting it · 3de6efd6
      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.
      3de6efd6
  2. Jan 06, 2023
    • Sven M. Hallberg's avatar
      add manpage in mdoc format · 1deb5ccf
      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.
      1deb5ccf
  3. Jul 15, 2022
  4. Jun 24, 2022
  5. May 06, 2022
  6. Apr 29, 2022
  7. Nov 29, 2021
  8. Oct 28, 2021
  9. Oct 19, 2021
  10. Oct 18, 2021
  11. Jul 28, 2021
  12. Jul 27, 2021
  13. Jul 22, 2021
  14. Jun 29, 2021
  15. Jun 25, 2020
  16. Mar 09, 2020
  17. Mar 06, 2020
  18. Feb 27, 2020
  19. Feb 03, 2020
  20. Jan 30, 2020
  21. Dec 03, 2019
  22. Nov 30, 2019
Loading