• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
12009-12-05  Jonathan Yong  <jon_y@users.sourceforge.net>
2
3	* getopt.h (getopt_long_only): New.
4
52009-12-04  Jonathan Yong  <jon_y@users.sourceforge.net>
6
7	* _mingw_mac.h (STRINGIFY): Rename to __MINGW64_STRINGIFY
8	(__MINGW64_VERSION_STR): Use __MINGW64_STRINGIFY
9
102009-12-03  Jonathan Yong  <jon_y@users.sourceforge.net>
11
12	* conio.h (_cgets): Warn about security deprecations.
13	(_cscanf): ditto.
14	(_cscanf_l): ditto.
15	(_cgetws): ditto.
16	(_cwscanf): ditto.
17	(_cwscanf_l): ditto.
18	* float.h (_controlfp): Warn about security deprecations.
19	* io.h (_chsize): Warn about security deprecations.
20	(_creat): ditto.
21	(_mktemp): ditto.
22	(_umask): ditto.
23	(_open): ditto.
24	(_sopen): ditto.
25	(_wcreat): ditto.
26	(_wmktemp): ditto.
27	(_wopen): ditto.
28	(_wsopen): ditto.
29	* malloc.h (_alloca): Warn about security deprecations.
30	* mbctype.h (_mbccpy): New, Warn about security deprecations.
31	(_mbccpy_l): ditto.
32	* mbstring.h (_mbsnbcat): Warn about security deprecations.
33	(_mbsnbcat_l): ditto.
34	(_mbsnbcpy): ditto.
35	(_mbsnbcpy_l): ditto.
36	(_mbsnbset): ditto.
37	(_mbsnbset_l): ditto.
38	(_mbsncat): ditto.
39	(_mbsncat_l): ditto.
40	(_mbsncpy): ditto.
41	(_mbsncpy_l): ditto.
42	(_mbsnset): ditto.
43	(_mbsnset_l): ditto.
44	(_mbsset): ditto.
45	(_mbsset_l): ditto.
46	(_mbstok): ditto.
47	(_mbstok_l): ditto.
48	(_mbsupr): ditto.
49	(_mbsupr_l): ditto.
50	(_mbccpy): ditto.
51	(_mbccpy_l): ditto.
52	* memory.h (memcpy): Warn about security deprecations.
53	* stdio.h (fopen): Warn about security deprecations.
54	(freopen): ditto.
55	(fscanf): ditto.
56	(_fscanf_l): ditto.
57	(fseeko64): ditto.
58	(gets): ditto.
59	(scanf): ditto.
60	(_scanf_l): ditto.
61	(setbuf): ditto.
62	(sscanf): ditto.
63	(_sscanf_l): New, Warn about security deprecations.
64	(_snscanf): Warn about security deprecations.
65	(_snscanf_l): New, Warn about security deprecations.
66	(tmpfile): Warn about security deprecations.
67	(vsnprintf): ditto.
68	(_snprintf): ditto.
69	(_snprintf_l): New, Warn about security deprecations.
70	(_vsnprintf): Warn about security deprecations.
71	(_vsnprintf_l): New, Warn about security deprecations.
72	(sprintf): Warn about security deprecations.
73	(_sprintf_l): New, Warn about security deprecations.
74	(vsprintf): Warn about security deprecations.
75	(_getws): Ditto.
76	(swprintf): Ditto.
77	(_swprintf_l): New, Warn about security deprecations.
78	(vswprintf): Warn about security deprecations.
79	(_snwprintf): Ditto.
80	(_vsnwprintf): Ditto.
81	(_vsnwprintf_l): New, Warn about security deprecations.
82	(snwprintf): Warn about security deprecations.
83	(vsnwprintf): Ditto.
84	(_fwprintf_p): New.
85	(_wprintf_p): New.
86	(_vfwprintf_p): New.
87	(_vwprintf_p): New.
88	(_swprintf_p): New.
89	(_vswprintf_p): New.
90	(_scwprintf_p): New.
91	(_vscwprintf_p): New.
92	(_wprintf_l): New.
93	(_wprintf_p_l): New.
94	(_vwprintf_l): New.
95	(_vwprintf_p_l): New.
96	(_fwprintf_l): New.
97	(_fwprintf_p_l): New.
98	(_vfwprintf_l): New.
99	(_vfwprintf_p_l): New.
100	(_swprintf_c_l): New.
101	(_swprintf_p_l): New.
102	(_vswprintf_c_l): New.
103	(_vswprintf_p_l): New.
104	(_scwprintf_l): New.
105	(_scwprintf_p_l): New.
106	(_vscwprintf_p_l): New.
107	(_snwprintf_l): New.
108	(_vsnwprintf_l): New.
109	(__swprintf_l): New.
110	(_vswprintf_l): New.
111	(_vscwprintf_l): New.
112	(fwscanf): Warn about security deprecations.
113	(_fwscanf_l): New, Warn about security deprecations.
114	(swscanf): Warn about security deprecations.
115	(_swscanf_l): New, Warn about security deprecations.
116	(_snwscanf_l): Ditto.
117	(wscanf): Warn about security deprecations.
118	(_wfopen): Ditto.
119	(_wfreopen): Ditto.
120	* stdlib.h (getenv): Warn about security deprecations.
121	(_i64toa): Ditto.
122	(_ui64toa): Ditto.
123	(_ltoa): Ditto.
124	(_ultoa): Ditto.
125	(wctomb): Ditto.
126	(_wctomb_l): Ditto.
127	(wcstombs): Ditto.
128	(_wcstombs_l): Ditto.
129	(_itow): Ditto.
130	(_ltow): Ditto.
131	(_ultow): Ditto.
132	(_wgetenv): Ditto.
133	(_i64tow): Ditto.
134	(_ui64tow): Ditto.
135	(_ecvt): Ditto.
136	(_fcvt): Ditto.
137	(_gcvt): Ditto.
138	(_searchenv): Ditto.
139	(_splitpath): Ditto.
140	(_wsearchenv): Ditto.
141	(_wsplitpath): Ditto.
142	* string.h (memcpy): Warn about security deprecations.
143	(_strset): Ditto.
144	(_strset_l): New, Warn about security deprecations.
145	(memmove): Warn about security deprecations.
146	(_strerror): Ditto.
147	(strerror): Ditto.
148	(_strlwr): Ditto.
149	(strlwr_l): Ditto.
150	(strncat): Ditto.
151	(strncpy): Ditto.
152	(_strnset): Ditto.
153	(_strnset_l): New, Warn about security deprecations.
154	(strtok): Warn about security deprecations.
155	(_strupr): Ditto.
156	(_strupr_l): Ditto.
157	(wcscat): Ditto.
158	(wcscpy): Ditto.
159	(wcsncat): Ditto.
160	(_wcsncpy_l): New, Warn about security deprecations.
161	(wcstok): Warn about security deprecations.
162	(_wcserror): Ditto.
163	(__wcserror): Ditto.
164	(_wcsnset): Ditto.
165	(_wcsset): Ditto.
166	(_wcslwr): Ditto.
167	(_wcslwr_l): Ditto.
168	(_wcsupr): Ditto.
169	(_wcsupr_l): Ditto.
170	* time.h (asctime): Warn about security deprecations.
171	(_ctime32): Ditto.
172	(_gmtime32): Ditto.
173	(_localtime32): Ditto.
174	(_strdate): Ditto.
175	(_strtime): Ditto.
176	(_ctime64): Ditto.
177	(_gmtime64): Ditto.
178	(_localtime64): Ditto.
179	(_wctime32): Ditto.
180	(_wstrdate): Ditto.
181	(_wstrtime): Ditto.
182	(_wctime64): Ditto.
183	(_wctime): Ditto.
184	(ctime): Ditto.
185	(gmtime): Ditto.
186	(localtime): Ditto.
187	* wchar.h (_wcreat): Warn about security deprecations.
188	(_wmktemp): Ditto.
189	(_wopen): Ditto.
190	(_wsopen): Ditto.
191	(_cgetws): Ditto.
192	(_getws): Ditto.
193	(swprintf): Ditto.
194	(_swprintf_l): New, Warn about security deprecations.
195	(vswprintf): Warn about security deprecations.
196	(_snwprintf): Ditto.
197	(_vsnwprintf): Ditto.
198	(_vsnwprintf_l): New, Warn about security deprecations.
199	(__swprintf_l): Warn about security deprecations.
200	(_vswprintf_l):
201	(fwscanf): Warn about security deprecations.
202	(_fwscanf_l): Ditto.
203	(swscanf): Ditto.
204	(_swscanf_l): Ditto.
205	(_wfopen): Ditto.
206	(_wfreopen): Ditto.
207	(_itow): Ditto.
208	(_ltow): Ditto.
209	(_ultow): Ditto.
210	(_wgetenv): Ditto.
211	(_i64tow): Ditto.
212	(_wsearchenv): Ditto.
213	(_wsplitpath): Ditto.
214	(wcscat): Ditto.
215	(wcscpy): Ditto.
216	(wcsncat): Ditto.
217	(wcsncpy): Ditto.
218	(_wcsncpy_l): New, Warn about security deprecations.
219	(wcstok): Warn about security deprecations.
220	(_wcserror): Ditto.
221	(__wcserror): Ditto.
222	(_wcsnset): Ditto.
223	(_wcsset): Ditto.
224	(_wcslwr): Ditto.
225	(_wcslwr_l): Ditto.
226	(_wcsupr): Ditto.
227	(_wcsupr_l): Ditto.
228	(_wstrdate): Ditto.
229	(_wstrtime): Ditto.
230	(_wctime64): Ditto.
231	(mbsrtowcs): Ditto.
232	(wcrtomb): Ditto.
233	(wcsrtombs): Ditto.
234	(wmemcpy): Ditto.
235	(wmemmove): Ditto.
236	(memcpy): Ditto.
237
2382009-11-28  Tor Lillqvist  <tml@iki.fi>
239
240	* sys/ioctl.h: Moved to the experimental branch.
241
2422009-11-10  Kai Tietz  <kai.tietz@onevision.com>
243
244	Generated this file.
245
246