Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 31612 Details for
Bug 51140
std::locale("") not working in glibc 2.3.3
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
C test case
test-c.c (text/plain), 330 bytes, created by
Bryan Forbes
on 2004-05-17 15:43:06 UTC
(
hide
)
Description:
C test case
Filename:
MIME Type:
Creator:
Bryan Forbes
Created:
2004-05-17 15:43:06 UTC
Size:
330 bytes
patch
obsolete
>#define _GNU_SOURCE 1 >#include <locale.h> >#include <langinfo.h> >#include <stdio.h> >#include <time.h> > >int main() >{ > locale_t loc; > > const char* pp; > const char* __s = "en_US"; > > loc = newlocale(1 << LC_ALL, __s, 0); > > pp = nl_langinfo_l(ABDAY_1, loc); > printf("ABDAY_1 = %s\n", pp); > > freelocale(loc); > > return 0; >}
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 51140
:
31487
| 31612