-
Notifications
You must be signed in to change notification settings - Fork 68
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
netbsd: revert _ISOC99_SOURCE, add uchar.h condition; from Marc
git-svn-id: svn://tug.org/texlive/trunk/Build/source@72716 c570f23f-e606-0410-a88d-b1316a301751
- Loading branch information
Showing
6 changed files
with
33 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,16 @@ | ||
2024-10-30 Karl Berry <[email protected]> | ||
|
||
* icu-src/source/common/uposixdefs.h: undo #define of | ||
_ISOC99_SOURCE on __NETBSD__, what was patch-19-netbsd, | ||
now delete. (See TLpatches/ChangeLog). | ||
* icu-src/source/common/unicode/ptypes.h [U_PLATFORM_IS_LINUX_BASED]: | ||
add conditional for #include <uchar.h>. | ||
|
||
2024-10-27 Karl Berry <[email protected]> | ||
|
||
* Import 76.2. | ||
(version.ac): update. | ||
|
||
2023-12-22 Karl Berry <[email protected]> | ||
|
||
* Import 74.2. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,10 @@ | ||
2024-10-30 Karl Berry <[email protected]> | ||
|
||
* | ||
* patch-19-netbsd: remove | ||
Per Marc Baudoin, | ||
https://tug.org/pipermail/tlbuild/2024q4/005581.html | ||
|
||
2024-10-27 Karl Berry <[email protected]> | ||
|
||
Update for icu-76.1. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
From Marc Baudoin. | ||
https://tug.org/pipermail/tlbuild/2024q4/005581.html | ||
|
||
--- source/common/unicode/ptypes.h~ 2024-10-24 11:24:00.000000000 -0700 | ||
+++ source/common/unicode/ptypes.h 2024-10-30 17:25:22.442817993 -0700 | ||
@@ -57,5 +57,5 @@ | ||
// ICU4C must detect and deal with that. | ||
#if !defined(__cplusplus) && !defined(U_IN_DOXYGEN) | ||
-# if U_HAVE_CHAR16_T | ||
+# if U_HAVE_CHAR16_T && U_PLATFORM_IS_LINUX_BASED | ||
# include <uchar.h> | ||
# else |
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters