1
3
Fork
You've already forked crpath
1
  • 1.0.9 e189336058

    1.0.9 Stable

    croil released this 2026年04月22日 23:59:29 +02:00 | 19 commits to main since this release

    This patch for minor version 1.0 updates the documentation for constants and the version API, which was omitted from the last patch.

    Downloads
  • 1.1.6 05fba1d288

    1.1.6 Stable

    croil released this 2026年04月22日 23:36:34 +02:00 | 18 commits to main since this release

    This patch for minor version 1.1 updates the documentation for constants and the version API, which was omitted from the last patch.

    Downloads
  • 1.2.4 694da4e8c5

    1.2.4 Stable

    croil released this 2026年04月22日 23:14:24 +02:00 | 2 commits to main since this release

    This patch for minor version 1.2 updates the documentation for constants and the version API, which was omitted from the last patch.

    Downloads
  • 1.0.8 59e9f3fd1a

    1.0.8 Stable

    croil released this 2026年04月22日 06:52:15 +02:00 | 21 commits to main since this release

    This patch for minor version 1.0 updates the version information code with generated crver.c output. This is not a breaking change, since the old crpathvcompat() is still present. The recommended way to check the version if you don't need to support any version < 1.0.8 is now with crpathverchk(), since this is robust in case of a change in the version number encoding scheme. Like the previous update to the version checking code, the minor version has not been incremented as a fudge.

    Downloads
  • 1.1.5 4d73d64179

    1.1.5 Stable

    croil released this 2026年04月22日 06:51:00 +02:00 | 20 commits to main since this release

    This patch for minor version 1.1 updates the version information code with generated crver.c output. This is not a breaking change, since the old crpathvcompat() is still present. The recommended way to check the version if you don't need to support any version < 1.1.5 is now with crpathverchk(), since this is robust in case of a change in the version number encoding scheme. Like the previous update to the version checking code, the minor version has not been incremented as a fudge.

    Downloads
  • 1.2.3 5e087a7fc6

    1.2.3 Stable

    croil released this 2026年04月22日 06:29:33 +02:00 | 6 commits to main since this release

    This patch for minor version 1.2 updates the version information code with generated crver.c output. This is not a breaking change, since the old crpathvcompat() is still present. The recommended way to check the version if you don't need to support any version < 1.2.3 is now with crpathverchk(), since this is robust in case of a change in the version number encoding scheme. Like the previous update to the version checking code, the minor version has not been incremented as a fudge.

    Downloads
  • 1.2.2 f4b747f040

    1.2.2 Stable

    croil released this 2026年04月13日 16:12:00 +02:00 | 10 commits to main since this release

    This patch for minor version 1.2 updates crpath.c to make the documentation therein consistent with the documentation in crpath.h.

    • Made documentation in crpath.c consistent with crpath.h.
    • Updated binary size claims in README.md.
    Downloads
  • 1.0.7 1b148f4cc1

    1.0.7 Stable

    croil released this 2026年04月13日 16:10:42 +02:00 | 22 commits to main since this release

    This patch for minor version 1.0 adds the version comparison facility, which is not being counted as a minor revision since 1.1 already exists and all minor versions should have access to this facility, as well as including the improved documentation from version 1.2.1.

    • Included improved documentation.
    • Added crpathvcompat() facility to uniformly support version checking.
    • Updated binary size claims in README.md.
    • Updated example.c to try crpathvcompat().
    Downloads
  • 1.1.4 125f99eb2b

    1.1.4 Stable

    croil released this 2026年04月13日 16:10:07 +02:00 | 21 commits to main since this release

    This patch for minor version 1.1 adds the version comparison facility, which is not being counted as a minor revision since 1.2 already exists and all minor versions should have access to this facility, as well as including the improved documentation from version 1.2.1.

    • Included improved documentation.
    • Added crpathvcompat() facility to uniformly support version checking.
    • Updated binary size claims in README.md.
    • Updated example.c to try crpathvcompat().
    Downloads
  • 1.2.1 b915588044

    1.2.1 Stable

    croil released this 2026年04月13日 13:25:40 +02:00 | 17 commits to main since this release

    This patch for minor version 1.2 fixes the version compatibility inline subroutine crpathvcompat() and makes some minor documentation fixes, mainly one instance on crpathsplice() where I erroneously referred to returning the length by address to *len, and several other poor word choices that claim that paths are copied where they are really normalized, so "written" is a more accurate.

    Downloads