f4c948a9e9b616c4f133f9495dacb105e51b3e49 |
|
19-Aug-2014 |
Elliott Hughes <enh@google.com> |
Move the meat of <features.h> into <sys/cdefs.h>. This way it's a lot harder for us to screw up (since we should always be including <sys/cdefs.h> anyway). Bug: 14659579 Change-Id: I23070fff3296b0d1c683bb5e3a6e214146327d53
|
68b01665b35849859f26f58f3044618b626abc2b |
|
11-Jun-2014 |
Alexander Ivchenko <alexander.ivchenko@intel.com> |
Fix mbrtoc32 test from tests/uchar_test.cpp for x86. Without that fix the test fails with: "error: comparison between signed and unsigned integer expressions" on x86, due to the fact that char is signed on x86. Change-Id: I44462d67c15c7e9b730ad5da52eb9c05e207d34b Signed-off-by: Alexander Ivchenko <alexander.ivchenko@intel.com>
|
7a7f9952c12b216fbf91fc4cdbb97045e8861115 |
|
02-Jun-2014 |
Dan Albert <danalbert@google.com> |
Adds functionality specified by uchar.h mbrtoc32 and c32rtomb get their implementations from mbrtowc and wcrtomb. The wc functions now simply call the c32 functions. Bug: 14646575 Change-Id: I49d4b95fed0f9d790260c996c4d0f8bfd1686324
|