Link [ pkgsrc | NetBSD | pkgsrc git mirror | PR fulltext-search | netbsd commit viewer ]


   
        usage: [branch:branch] [user:user] [path[@revision]] keyword [... [-excludekeyword [...]]] (e.g. branch:MAIN pkgtools/pkg)




switch to index mode

recent branches: MAIN (2h)  pkgsrc-2024Q1 (20d)  pkgsrc-2023Q4 (67d)  pkgsrc-2023Q2 (99d)  pkgsrc-2023Q3 (179d) 

2024-06-06 23:23:35 UTC Now

2019-01-22 02:28:55 UTC MAIN commitmail json YAML

Update tradcpp to 0.5.3.

Upstream changes:
  - Fix markup typo in the man page.
  - Abort on line numbering or column numbering overflow. Line
    numbers are limited to values that fit in "unsigned int". Also
    reject input lines longer than 2^32-1 characters. It seems
    reasonable to presume that any input that violates these
    constraints is someone screwing around and not a serious attempt
    to compile or preprocess anything useful. Done in response to
    n2129, but without getting into any of the silliness found there.
  - Recognize __ia64__ for IA64 builds.
  - Recognize __aarch64__ for 64-bit ARM builds, as sent in by
    various people.
  - Recognize __riscv__ and __riscv64__ for risc-v builds.

(dholland)