Skip to content

Commit

Permalink
Update 1 package
Browse files Browse the repository at this point in the history
mingw-w64-i686-libunistring (1.2-1 -> 1.3-1)

Signed-off-by: Git for Windows Build Agent <[email protected]>
  • Loading branch information
Git for Windows Build Agent committed Jan 3, 2025
1 parent 3dde24a commit ff41414
Show file tree
Hide file tree
Showing 50 changed files with 820 additions and 923 deletions.
Binary file modified mingw32/bin/libunistring-5.dll
Binary file not shown.
2 changes: 1 addition & 1 deletion mingw32/include/unicase.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "unitypes.h"

/* Get bool. */
#include <unistring/stdbool.h>
#include <stdbool.h>

/* Get size_t. */
#include <stddef.h>
Expand Down
8 changes: 6 additions & 2 deletions mingw32/include/unictype.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
#include "unitypes.h"

/* Get bool. */
#include <unistring/stdbool.h>
#include <stdbool.h>

/* Get size_t. */
#include <stddef.h>
Expand Down Expand Up @@ -576,7 +576,8 @@ enum
UC_JOINING_GROUP_HANIFI_ROHINGYA_PA, /* Hanifi_Rohingya_Pa */
UC_JOINING_GROUP_HANIFI_ROHINGYA_KINNA_YA, /* Hanifi_Rohingya_Kinna_Ya */
UC_JOINING_GROUP_THIN_YEH, /* Thin_Yeh */
UC_JOINING_GROUP_VERTICAL_TAIL /* Vertical_Tail */
UC_JOINING_GROUP_VERTICAL_TAIL, /* Vertical_Tail */
UC_JOINING_GROUP_KASHMIRI_YEH /* Kashmiri_Yeh */
};

/* Return the name of a joining group. */
Expand Down Expand Up @@ -651,6 +652,7 @@ extern LIBUNISTRING_DLL_VARIABLE const uc_property_t UC_PROPERTY_GRAPHEME_BASE;
extern LIBUNISTRING_DLL_VARIABLE const uc_property_t UC_PROPERTY_GRAPHEME_EXTEND;
extern LIBUNISTRING_DLL_VARIABLE const uc_property_t UC_PROPERTY_OTHER_GRAPHEME_EXTEND;
extern LIBUNISTRING_DLL_VARIABLE const uc_property_t UC_PROPERTY_GRAPHEME_LINK;
extern LIBUNISTRING_DLL_VARIABLE const uc_property_t UC_PROPERTY_MODIFIER_COMBINING_MARK;
/* Bidi. */
extern LIBUNISTRING_DLL_VARIABLE const uc_property_t UC_PROPERTY_BIDI_CONTROL;
extern LIBUNISTRING_DLL_VARIABLE const uc_property_t UC_PROPERTY_BIDI_LEFT_TO_RIGHT;
Expand Down Expand Up @@ -803,6 +805,8 @@ extern bool uc_is_property_other_grapheme_extend (ucs4_t uc)
_UC_ATTRIBUTE_CONST;
extern bool uc_is_property_grapheme_link (ucs4_t uc)
_UC_ATTRIBUTE_CONST;
extern bool uc_is_property_modifier_combining_mark (ucs4_t uc)
_UC_ATTRIBUTE_CONST;
extern bool uc_is_property_bidi_control (ucs4_t uc)
_UC_ATTRIBUTE_CONST;
extern bool uc_is_property_bidi_left_to_right (ucs4_t uc)
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/unigbrk.h
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#define _UNIGBRK_H

/* Get bool. */
#include <unistring/stdbool.h>
#include <stdbool.h>

/* Get size_t. */
#include <stddef.h>
Expand Down
2 changes: 1 addition & 1 deletion mingw32/include/unistr.h
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
#include <unistring/inline.h>

/* Get bool. */
#include <unistring/stdbool.h>
#include <stdbool.h>

/* Get size_t, ptrdiff_t. */
#include <stddef.h>
Expand Down
126 changes: 0 additions & 126 deletions mingw32/include/unistring/stdbool.h

This file was deleted.

2 changes: 1 addition & 1 deletion mingw32/include/unistring/version.h
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ extern "C" {

/* Version number: (major<<16) + (minor<<8) + subminor
except that for versions <= 0.9.3 the value was 0x000009. */
#define _LIBUNISTRING_VERSION 0x010200
#define _LIBUNISTRING_VERSION 0x010300
extern LIBUNISTRING_DLL_VARIABLE const int _libunistring_version; /* Likewise */


Expand Down
10 changes: 10 additions & 0 deletions mingw32/include/unitypes.h
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@
/* Get uint8_t, uint16_t, uint32_t. */
#include <unistring/stdint.h>

#ifdef __cplusplus
extern "C" {
#endif


/* Type representing a Unicode character. */
typedef uint32_t ucs4_t;

Expand Down Expand Up @@ -59,4 +64,9 @@ typedef uint32_t ucs4_t;
# endif
#endif


#ifdef __cplusplus
}
#endif

#endif /* _UNITYPES_H */
Binary file modified mingw32/lib/libunistring.a
Binary file not shown.
Binary file modified mingw32/lib/libunistring.dll.a
Binary file not shown.
4 changes: 2 additions & 2 deletions mingw32/share/doc/libunistring/libunistring_1.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit ff41414

Please sign in to comment.