* sysdeps/m68k/dl-machine.h (RTLD_START): Call pre-init funtions.
[glibc.git] / locale / C-time.c
blob6a846e4caed240eb257f74edff49e6af3a944dc1
1 /* Copyright (C) 1995, 1996, 1997, 1999 Free Software Foundation, Inc.
2 This file is part of the GNU C Library.
3 Contributed by Ulrich Drepper <drepper@gnu.org>, 1995.
5 The GNU C Library is free software; you can redistribute it and/or
6 modify it under the terms of the GNU Library General Public License as
7 published by the Free Software Foundation; either version 2 of the
8 License, or (at your option) any later version.
10 The GNU C Library is distributed in the hope that it will be useful,
11 but WITHOUT ANY WARRANTY; without even the implied warranty of
12 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13 Library General Public License for more details.
15 You should have received a copy of the GNU Library General Public
16 License along with the GNU C Library; see the file COPYING.LIB. If not,
17 write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
18 Boston, MA 02111-1307, USA. */
20 #include "localeinfo.h"
22 /* This table's entries are taken from POSIX.2 Table 2-11
23 ``LC_TIME Category Definition in the POSIX Locale''. */
25 const struct locale_data _nl_C_LC_TIME =
27 _nl_C_name,
28 NULL, 0, 0, /* no file mapped */
29 UNDELETABLE,
30 104,
32 { string: "Sun" },
33 { string: "Mon" },
34 { string: "Tue" },
35 { string: "Wed" },
36 { string: "Thu" },
37 { string: "Fri" },
38 { string: "Sat" },
39 { string: "Sunday" },
40 { string: "Monday" },
41 { string: "Tuesday" },
42 { string: "Wednesday" },
43 { string: "Thursday" },
44 { string: "Friday" },
45 { string: "Saturday" },
46 { string: "Jan" },
47 { string: "Feb" },
48 { string: "Mar" },
49 { string: "Apr" },
50 { string: "May" },
51 { string: "Jun" },
52 { string: "Jul" },
53 { string: "Aug" },
54 { string: "Sep" },
55 { string: "Oct" },
56 { string: "Nov" },
57 { string: "Dec" },
58 { string: "January" },
59 { string: "February" },
60 { string: "March" },
61 { string: "April" },
62 { string: "May" },
63 { string: "June" },
64 { string: "July" },
65 { string: "August" },
66 { string: "September" },
67 { string: "October" },
68 { string: "November" },
69 { string: "December" },
70 { string: "AM" },
71 { string: "PM" },
72 { string: "%a %b %e %H:%M:%S %Y" },
73 { string: "%m/%d/%y" },
74 { string: "%H:%M:%S" },
75 { string: "%I:%M:%S %p" },
76 { string: NULL },
77 { string: "" },
78 { string: "" },
79 { string: "" },
80 { string: "" },
81 { string: "" },
82 { word: 0 },
83 { word: 0 },
84 { string: "" },
85 { string: "" },
86 { wstr: L"Sun" },
87 { wstr: L"Mon" },
88 { wstr: L"Tue" },
89 { wstr: L"Wed" },
90 { wstr: L"Thu" },
91 { wstr: L"Fri" },
92 { wstr: L"Sat" },
93 { wstr: L"Sunday" },
94 { wstr: L"Monday" },
95 { wstr: L"Tuesday" },
96 { wstr: L"Wednesday" },
97 { wstr: L"Thursday" },
98 { wstr: L"Friday" },
99 { wstr: L"Saturday" },
100 { wstr: L"Jan" },
101 { wstr: L"Feb" },
102 { wstr: L"Mar" },
103 { wstr: L"Apr" },
104 { wstr: L"May" },
105 { wstr: L"Jun" },
106 { wstr: L"Jul" },
107 { wstr: L"Aug" },
108 { wstr: L"Sep" },
109 { wstr: L"Oct" },
110 { wstr: L"Nov" },
111 { wstr: L"Dec" },
112 { wstr: L"January" },
113 { wstr: L"February" },
114 { wstr: L"March" },
115 { wstr: L"April" },
116 { wstr: L"May" },
117 { wstr: L"June" },
118 { wstr: L"July" },
119 { wstr: L"August" },
120 { wstr: L"September" },
121 { wstr: L"October" },
122 { wstr: L"November" },
123 { wstr: L"December" },
124 { wstr: L"AM" },
125 { wstr: L"PM" },
126 { wstr: L"%a %b %e %H:%M:%S %Y" },
127 { wstr: L"%m/%d/%y" },
128 { wstr: L"%H:%M:%S" },
129 { wstr: L"%I:%M:%S %p" },
130 { string: NULL },
131 { string: "" },
132 { string: "" },
133 { string: "" },
134 { string: "" },
135 { string: "" },