Earnie Boyd
b35bb085d8
2012-08-08 Kai Tietz <ktietz@redhat.com>
...
* mingwex/gdtoa/gd_qnan.h: Make Nan constants positive valued.
2012-08-08 20:27:11 +00:00
Earnie Boyd
525800e855
* mingwex/membarrier.c: New file.
...
* mingwex/Makefile.in (DISTFILES): Add membarrier.c.
(REPLACE_OBJS): Add membarrier.o.
2012-08-06 18:05:53 +00:00
Earnie Boyd
42377c9621
Add mingwex/tsearch.c to ChangeLog
2012-08-03 20:11:43 +00:00
Earnie Boyd
a451d291c5
* include/_mingw.h (threadlocalinfostruct, threadmbinfostruct,
...
*pthreadlocinfo, *pthreadmbcinfo, _locale_tstruct, *_locale_t): Declare.
2012-08-03 20:06:27 +00:00
Earnie Boyd
eb9dc9d068
* include/limits.h (PATH_MAX): Guard with #ifndef __STRICT_ANSI__.
...
* include/sys/param.h (MAXPATHLEN): Make sure PATH_MAX is defined.
2012-08-03 19:16:38 +00:00
Earnie Boyd
d8dbfe9518
2012-08-02 Ivan Maidanski <ivmai@users.sourceforge.net>
...
* include/process.h (_wexec*, _wspawn*): Declare.
2012-08-03 18:58:26 +00:00
Earnie Boyd
0e44ac092d
* include/stdio.h (_lock_file, _unlock_file): Declare.
2012-08-03 17:59:05 +00:00
Earnie Boyd
e5ac3c1375
* include/stdio.h (_getws, _putws): Guard with #ifndef __STRICT_ANSI__.
...
(_wfdopen, _wfopen, _wfreopen, _wfsopen, _wtmpnam, _wtempnam): Ditto.
(_wrename, _wremove, _wperror, _wpopen): Ditto.
2012-08-03 16:18:27 +00:00
Earnie Boyd
a8d0071db2
* include/wchar.h (_wcstrtoi64): Declare.
...
(_wcstrtoi64_l): Ditto.
(_wcstrtoui64): Ditto.
(_wcstrtoui64_l): Ditto.
2012-08-03 16:06:45 +00:00
Earnie Boyd
dc8a67cbc3
* include/stdlib.h (_strtoi64): Declare.
...
(_strtoi64_l): Ditto.
(_strtoui64): Ditto.
(_strtoui64_l): Ditto.
(_wcstrtoi64): Ditto.
(_wcstrtoi64_l): Ditto.
(_wcstrtoui64): Ditto.
(_wcstrtoui64_l): Ditto.
2012-08-03 15:51:29 +00:00
Earnie Boyd
15d7cca236
* include/excpt.h (__try1): Define based on _WIN64 definition.
...
(__except1): Ditto.
2012-08-01 16:46:01 +00:00
Earnie Boyd
67b37a26aa
* include/_mingw.h: Add __MINGW_VERSION, __MINGW_MAJOR_VERSION,
...
__MINGW_MINOR_VERSION and __MINGW_PATCHLEVEL deprecating the __MINGW32_*
versions of the macros.
* configure.in: Use __MINGW_VERSION instead of __MINGW32_VERSION.
* configure: Ditto.
2012-07-30 14:49:16 +00:00
Earnie Boyd
31938000a5
* include/inttypes.h: A few items like PRNdPTR and SCNdPTR need 64
...
bitness specified when _WIN64 is defined.
2012-07-30 14:31:16 +00:00
Earnie Boyd
6e5de03578
* include/stdint.h: Include _mingw.h for the definition of __int64 when _WIN64 is defined.
2012-07-30 14:22:28 +00:00
Keith Marshall
359d971109
Remove references to nonexistent files.
2012-05-08 19:41:12 +00:00
Keith Marshall
002a1b18e6
More performance enhancements and POSIX compliance corrections.
2012-02-01 21:26:39 +00:00
Chris Sutcliffe
1aca2cb5f4
2011-11-30 Ozkan Sezer <sezero@users.sourceforge.net>
...
* include/io.h (_wfindfirst, _wfindnext, _wfindfirst32, _wfindnext32,
_wfindfirsti64, _wfindnexti64, _wfindfirst32i64, _wfindfirst64i32,
_wfindnext32i64, _wfindnext64i32, _wfindnext64): Update to use intptr_t.
2011-12-01 00:24:35 +00:00
Chris Sutcliffe
21224765f1
2011-11-30 Earnie Boyd <earnie@users.sourceforge.net>
...
* include/stdio.h (getc, putc, getchar, putchar, fopen64, ftello64): Add
function definitions to fix warnings when building GCC.
2011-12-01 00:13:52 +00:00
Chris Sutcliffe
a1690e62ab
2011-11-30 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
...
* tlssup.c (__dyn_tls_init): Reapply patch from 3105314.
Thank you to Earnie for creating the patch file.
2011-11-30 23:49:46 +00:00
Keith Marshall
1b60bb36b0
Clean up DIRENT errno handling; make it more POSIX conformant.
2011-11-26 22:12:51 +00:00
Keith Marshall
35ddfc9e28
Rationalise structure layout; add dirent.d_type field.
2011-10-01 20:18:10 +00:00
Keith Marshall
36ccb620ec
Don't expose implementation detail for opaque DIRENT structures.
2011-08-27 20:16:47 +00:00
Chris Sutcliffe
b84aabf695
2011-08-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/_mingw.h: Increment version to 3.20.
2011-08-23 22:59:35 +00:00
Chris Sutcliffe
99724a3258
2011-08-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* tlsmthread.c: Update to reflect changes in tlssup.c.
* tlssup.c: code clean-up.
2011-08-23 22:27:35 +00:00
Chris Sutcliffe
8d5b10a681
2011-08-20 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/_mingw.h: Increment version to 3.19.
2011-08-20 05:00:12 +00:00
Chris Sutcliffe
0ed575b596
2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/float.h: Modify guard to accomodate CLang.
Thanks to Ruben Van Boxem for the report.
2011-08-20 04:12:22 +00:00
Chris Sutcliffe
ea2b1b2ff0
2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* tlssup.c: Remove mingwm10.dll fallback.
2011-08-20 04:11:28 +00:00
Chris Sutcliffe
74604ab159
2011-08-19 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/sys/types.h (ssize_t): Defined as int as opposed to long.
Thanks to bvassche for the report.
2011-08-20 01:38:16 +00:00
Keith Marshall
2ec2d00e1b
Correct checking for short option matches in getopt_long_only().
2011-05-31 20:24:51 +00:00
Chris Sutcliffe
7750cea91f
2011-05-24 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/stdlib.h (strtod): Declare as extern to resolve compilation issues.
Thanks to cgf for the report.
2011-05-24 22:43:29 +00:00
Chris Sutcliffe
38aa65b899
Fix typo in ChangeLog of previous commit
2011-05-23 20:10:41 +00:00
Chris Sutcliffe
3d1b423011
2011-05-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/time.h (daytime, timezone, tzname): Rework guards to expose when
compiles with __STRICT_ANSI__.
Thanks to Felipe Contreras for the report.
2011-05-23 20:04:12 +00:00
Chris Sutcliffe
6b58abe537
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/stdlib.h (strtod): Remove possible static declaration to resolve
issue with gcc.
Thanks to Tobias Burnus for the report.
2011-05-23 03:43:30 +00:00
Chris Sutcliffe
ec05c53dde
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/stdlib.h (_rotl, _lrotl, _rotr, _lrotr): Resolve conflict with gcc
by wrapping the functions in brackets.
Thanks to Kai Tietz for the report.
2011-05-23 03:30:01 +00:00
Chris Sutcliffe
7944431097
2011-05-22 A.B., Khalid <abkhd@users.sourceforge.net>
...
* Makefile.in: Add support for msvcr100.dll.
* msvcrt.def.in: Ditto.
2011-05-23 03:02:16 +00:00
Chris Sutcliffe
1e9f105575
2011-05-22 Antoine LECA <antoinel@users.sourceforge.net>
...
* mingwex/mingw-fseek.c: The anonymous union feature for LARGE_INTEGER is
not always available, go the long way and use the explicit named union
members, which are also declared in winnt.h.
2011-05-23 02:54:21 +00:00
Chris Sutcliffe
69080f58f0
2011-05-22 Antoine LECA <antoinel@users.sourceforge.net>
...
* mingwex/isblank.c: Fix typo in declaration.
2011-05-23 02:38:49 +00:00
Chris Sutcliffe
ecf22d8044
2011-05-22 Antoine LECA <antoinel@users.sourceforge.net>
...
* include/_mingw.h: Define GCC system_header only if PCC is not defined.
* include/stdlib.h: Fix a long-standing typo which prevented correct use of
the MB_CUR_MAX macro/variable when DECLSPEC is not supported and <stdlib.h>
is included before <ctype.h>.
2011-05-23 01:01:18 +00:00
Chris Sutcliffe
07c9734518
2011-05-22 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/wchar.h: Include stdio.h to grab definition of FILENAME_MAX.
Thanks to Jim Bell for the report and Greg Chicares for the fix.
2011-05-23 00:03:22 +00:00
Keith Marshall
98ac2593b0
Correct hexadecimal formatting of double and long double values.
2011-01-07 22:57:00 +00:00
Chris Sutcliffe
d01906b839
2010-12-27 Ozkan Sezer <sezero@users.sourceforge.net>
...
* include/dirent.h (dd_handle): Define as intptr_t.
2010-12-27 21:19:42 +00:00
Chris Sutcliffe
c3abd2abe8
2010-11-08 Rodrigo Rivas Costa <rodrigorivascosta@gmail.com>
...
* tlssup.c (__dyn_tls_init): Use an integer variable to iterate between
__xd_a and __xd_z.
2010-12-27 21:01:13 +00:00
Keith Marshall
0f0a0b7361
Make PATH_MAX consistent with MAX_PATH
2010-08-17 21:18:21 +00:00
Keith Marshall
9411deb401
Accept that mingwrt headers are not guaranteed to precede GCC's in the system include search path; (issue reported by Mark Brand).
2010-07-25 20:20:46 +00:00
Chris Sutcliffe
125c76f59e
2010-07-22 Ozkan Sezer <sezero@users.sourceforge.net>
...
* include/io.h (_findfirst, _findnext, _findclose, _findfirst32,
_findnext32, _findfirsti64, _findnexti64, _findfirst32i64, _findfirst64i32,
_findnext32i64, _findnext64i32, _findnext64, _findfirst, _findnext,
_findfirsti64, _findnexti64, _findfirst, _findnext, _findfirsti64,
_findnexti64): Correct definition.
2010-07-23 02:16:28 +00:00
Chris Sutcliffe
5f7eee9ec9
2010-04-27 Danny Smith <dannysmith@users.sourceforge.net>
...
* mingwex/mb_wc_common.h (get_codepage): Revert change of 2006-09-19.
2010-05-19 02:59:46 +00:00
Chris Sutcliffe
1f440e4dbe
2010-03-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
...
* include/_mingw.h: Increment version to 3.18.
2010-03-07 03:10:38 +00:00
Chris Sutcliffe
a189160220
2010-03-02 Daniel Atallah <datallah@users.sourceforge.net>
...
* include/stdio.h: (_vscprintf, _vscwprintf)
* include/tchar.h: (_vsctprintf)
2010-03-07 03:08:35 +00:00
Chris Sutcliffe
f94e2b9f58
2010-02-14 Roumen Petrov <rumen@users.sourceforge.net>
...
Issue [2134161]: time64 functions and types for msvcrt >= 8.0
(initial implementation)
* new type: __time32_t
* new structures: _finddata32_t, _finddata32i64_t, _finddata64i32_t,
__stat32, _stat32i64, _stat64i32, __timeb32, __utimbuf32,
__wfinddata32_t, _wfinddata32i64_t, _wfinddata64i32_t
* new functions: _ctime32, _difftime32, _difftime64, _findfirst32
_findfirst32i64, _findfirst64i32, _findnext32, _findnext32i64,
_findnext64i32, _fstat32, _fstat32i64, _fstat64i32, _ftime32,
_futime32, _gmtime32, _localtime32, _mkgmtime32, _mkgmtime64,
_mktime32, _stat32, _stat32i64, _stat64i32, _time32, _utime32,
_wctime32, _wfindfirst32, _wfindfirst32i64, _wfindfirst64i32,
_wfindnext32, _wfindnext32i64, _wfindnext64i32, _wstat32,
_wstat32i64, _wstat64i32,_wutime32
* new define _USE_32BIT_TIME_T set 32 or 64 aliases for: time_t,
ctime, difftime, _findfirst, _findfirsti64, _findnext, _findnexti64,
_fstat, _fstati64, _ftime, _futime, gmtime, localtime, mktime,
_stat, _stati64, time, _utime, _wctime, _wfindfirst, _wfindfirsti64,
_wfindnext, _wfindnexti64, _wstat, _wstati64, _wutime
2010-02-17 02:41:06 +00:00
Chris Sutcliffe
d359eb2e1f
2010-01-25 Kai Tietz <kai.tietz@onevision.com>
...
Implement TLS Callback.
* tlsmcrt.c: New file.
* tlsmthread.c: Ditto.
* tlssup.c: Ditto.
* tlsthrd.c: Ditto.
* Makefile.in: Include new files.
* crt1.c: Implement TLS Callback.
* dllcrt1.c: Ditto.
* mthr_stub.c: Remove.
2010-01-25 22:58:03 +00:00