[Bug 216862] C11 conformance: cexpl() is missing
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Fri, 05 Nov 2021 02:27:15 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216862
Steve Kargl <kargl@FreeBSD.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #229279|0 |1
is obsolete| |
--- Comment #4 from Steve Kargl <kargl@FreeBSD.org> ---
Created attachment 229281
--> https://bugs.freebsd.org/bugzilla/attachment.cgi?id=229281&action=edit
new diff
That's what happens when 15 years of corporate
knowledge are tossed to the wayside for new
shine technology. Blame it on git.
Apparently, git does pick up new files
% git add ld80/s_cexpl.c
% git add ld128/s_cexpl.c
% git diff > cexpl.diff
like
% svn add ld80/s_cexpl.c
% svn add ld128/s_cexpl.c
% svn diff > cexpl.diff
Hopefully, the hand edited diff to remove unrelated diffs is okay.
--
You are receiving this mail because:
You are the assignee for the bug.