Page MenuHomeFreeBSD

libc: fix history for strverscmp(3) and versionsort(3)
ClosedPublic

Authored by freebsd_igalic.co on Aug 28 2023, 3:06 PM.
Referenced Files
Unknown Object (File)
Sun, Oct 5, 5:49 AM
Unknown Object (File)
Aug 24 2025, 10:06 PM
Unknown Object (File)
Aug 2 2025, 3:15 AM
Unknown Object (File)
Jul 29 2025, 4:50 AM
Unknown Object (File)
Jul 25 2025, 10:40 PM
Unknown Object (File)
Jul 25 2025, 10:21 PM
Unknown Object (File)
Jul 10 2025, 7:34 AM
Unknown Object (File)
Jul 10 2025, 1:36 AM
Subscribers

Details

Summary

strverscmp(3) and versionsort(3) where first released in 13.2

PR: 273401

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Aug 29 2023, 1:37 AM

note that i don't have commit, so i can't commit / MFC this.

note that i don't have commit, so i can't commit / MFC this.

Then send me the proper git patch, with all the metadata set.

In D41617#949559, @kib wrote:

note that i don't have commit, so i can't commit / MFC this.

Then send me the proper git patch, with all the metadata set.

here you go: https://github.com/igalic/freebsd-src/commit/f3c7c1be6df72feafa2542722fc1bb0dabed4886.patch
including .Dd bump

Please _mail_ me the proper patch, github provides something broken like From: =?UTF-8?q?Mina=20Gali=C4=87?= <freebsd@igalic.co>.
Also there needs to be 'Differential revision' and 'MFC' taglines.

In D41617#949568, @kib wrote:

Please _mail_ me the proper patch, github provides something broken like From: =?UTF-8?q?Mina=20Gali=C4=87?= <freebsd@igalic.co>.
Also there needs to be 'Differential revision' and 'MFC' taglines.

that's literally just what a git format-patch -1 looks like, if you have a ć in your name. that's what an email from me would look like. Because ć in UTF-8, expressed in Hex is https://en.m.wikipedia.org/wiki/%C4%86 0xc486

i will add the differential revision and MFC tags, but I'm can't change anything about my name.