| 2007-11-15 Kai Tietz <kai.tietz@onevision.com> |
| |
| * wchar.h: Add _iob definition. Additionally add 32-bit |
| compatible definition of __iob_func(). |
| * stdio.h: Likewise. |
| |
| 2007-11-10 Kai Tietz <kai.tietz@onevision.com> |
| |
| * delayhlp.cpp: PR 1829505 Linker symbol _ImageBase. |
| |
| 2007-11-07 20-40 <annonymous> |
| |
| * _dbdao.h: New. |
| * ieeefp.h: New. |
| * io.h: (_getcwd): Prototype added. |
| * mspab.h: New. |
| * mspaddr.h: New. |
| * mspbase.h: New. |
| * mspcall.h: New. |
| * mspcoll.h: New. |
| * mspenum.h: New. |
| * msplog.h: New. |
| * mspst.h: New. |
| * mspstrm.h: New. |
| * mspterm.h: New. |
| * mspthrd.h: New. |
| * msptrmac.h: New. |
| * msptrmar.h: New. |
| * msptrmvc.h: New. |
| * msputils.h: New. |
| * ws2tcpip.h: (ip_mreq): Disabled. Forced that winsock2.h is included infront. |
| * wmiatlprov.h: New. |
| * winsock2.h: Add AF_??? constants. |
| * wchar.h: Add protypes for swprintf and vswprintf. |
| * tchar.h: Likewise. |
| * stdio.h: Likewise. |
| * w32api.h: New. |
| * nl_types.h: New. |
| * langinfo.h: New. |
| |
| |
| 2007-10-29 Kai Tietz <kai.tietz@onevision.com> |
| |
| * assert.h: |
| * process.h: |
| * wchar.h: |
| * stdlib.h: |
| Change prototype for exit, atoi, atol, div, ldiv, |
| getenv, mblen, mbtowc, mbstowcs, rand, srand, strtod, |
| strtof, strtol, strtoul, system, wctomb, wcstombs, wcstod, |
| wcstol, and wcstoul using no _CRTIMP. |
| |
| 2007-10-19 Kai Tietz <kai.tietz@onevision.com> |
| |
| * io.h: (_lseeki64, _ltelli64): Use crt version. |
| * stdio.h: (_fseeki64, _ftelli64): Likewise. |
| |
| 2007-10-18 Kai Tietz <kai.tietz@onevision.com> |
| |
| * winsock.h, winsock2.h: Make them compatible to each other. |
| * stdlib.h, sys/timeb.h, conio.h, crtdbg.h, io.h, mbstring.h, |
| search.h, stdio.h, string.h, time.h, wchar.h: Extracted secured |
| API into sec_api/.._s.h files and placed include in base headers. |
| |
| 2007-10-17 Kai Tietz <kai.tietz@onevision.com> |
| |
| * time.h: _daylight,_dstbias,_timezone are variables. |
| |
| 2007-10-15 Kai Tietz <kai.tietz@onevision.com> |
| |
| * direct.h: (getcwd): No _CRTIMP declaration. |
| * io.h: (getcwd): Likewise. |
| (isatty): Likewise. |
| (mktemp): Likewise. |
| * malloc.h: (malloc, calloc, free, realloc): Likewise. |
| * stdlib.h: (malloc, calloc, free, realloc): Likewise. |
| |
| 2007-10-10 Kai Tietz <kai.tietz@onevision.com> |
| |
| * math.h: Add prototypes for nextafterl and ldexpl. |
| Add none inline declaration of ldexpf. |
| |
| 2007-10-09 Kai Tietz <kai.tietz@onevision.com> |
| |
| * sys/stat.h, wstat.h: Changed POSIX prototypes. |
| |
| 2007-10-08 Kai Tietz <kai.tietz@onevision.com> |
| |
| * winsock.h, winsock2.h: Make SOCKET definition signed. |
| * assert.h: Protect define of assert by additional clause. |
| |
| 2007-10-04 Kai Tietz <kai.tietz@onevision.com> |
| |
| * process.h: Make exec(??) and spawn(??) as posix functions |
| compatible. |
| |
| 2007-10-01 Kai Tietz <kai.tietz@onevision.com> |
| |
| * specstrings.h: Prefix SAL defines by SAL(xxx). This prevents |
| various conflicts with gnu sources. |
| |
| 2007-09-28 Kai Tietz <kai.tietz@onevision.com> |
| |
| * specstrings.h: Renamed __null to SAL__null. PR/1804037. |
| |
| 2007-09-27 Kai Tietz <kai.tietz@onevision.com> |
| |
| * math.h: Correct 'long double' prototypes. |
| |
| 2007-09-26 Kai Tietz <kai.tietz@onevision.com> |
| |
| * io.h: Add non inline protypes. |
| * inttypes.h: (imaxabs): Likewise. |
| |
| 2007-09-25 Kai Tietz <kai.tietz@onevision.com> |
| |
| * _mingw.h: (USE___UUIDOF): New. |
| * comdef.h: Use USE___UUIDOF for use of __uuidof operator. Also |
| add include of _mingw.h to it. |
| * comdefsp.h: Likewise. |
| * comip.h: Likewise. |
| * comsvcs.h: Likewise. |
| * servprov.h: Likewise. |
| * unknwn.h: Likewise. |
| * time.h: Add none inline prototypes for POSIX time functions. |
| |
| 2007-09-19 Kai Tietz <kai.tietz@onevision.com> |
| |
| * termio.h: Removed. |
| * termios.h: Likewise. |
| * sys/ttychars.h: Likewise. |
| * sys/termio.h: Likewise. |
| * sys/termios.h: Likewise. |
| |
| 2007-09-11 Kai Tietz <kai.tietz@onevision.com> |
| |
| * stdlib.h: (_sys_errlist): Make default declaration having |
| one element to prevent warning. PR/1792077. |
| |
| 2007-09-10 Kai Tietz <kai.tietz@onevision.com> |
| |
| * _mingw.h: [PR/1782238] size_t not defined for 32bit |
| in _mingw.h. |
| * stdlib.h: [PR/1781605] stdlib.h: 462: min redefined. |
| Additionally do the same thing for the max macro. We assume |
| that the crt version wins by default. |
| |
| 2007-08-24 Kai Tietz <kai.tietz@onevision.com> |
| |
| * include: Removed dead link. |
| * _mingw.h, stddef.h: Prevent warning about double defined ptrdiff_t. |
| |
| 2007-08-23 Professor Brian Ripley <ripley@stats.ox.ac.uk> |
| |
| * math.h: For to use methods from libmingwex.a instead |
| of msvcrt. |
| * wchar.h: Likewise. |
| * wctype.h: Likewise. |
| |
| 2007-08-22 Professor Brian Ripley <ripley@stats.ox.ac.uk> |
| |
| * oleauto.h: Corrected use of NONAMELESSUNION and |
| _FORCENAMELESSUNION. |
| |
| 2007-08-21 Kai Tietz <kai.tietz@onevision.com> |
| |
| * ctype.h: wchar.h: Add isblank () and iswblank (). |
| |
| 2007-08-21 Professor Brian Ripley <ripley@stats.ox.ac.uk> |
| |
| * stdargs.h: Remove spurious extra '#endif' in file. |
| Restore copyright notice. |
| * stdio.h, wchar.h: Define POSIX names for popen, pclose, |
| and pwopen. |
| |
| 2007-08-16 Kai Tietz <kai.tietz@onevision.com> |
| |
| * stdlib.h: Corrected _sys_nerr and _sys_errlist declarations. |
| |
| 2007-08-14 Kai Tietz <kai.tietz@onevision.com> |
| |
| * limits.h: (_CHAR_UNSIGNED): Removed unused define. |
| * locale.h: Likewise. |
| * mfpr?: Removed. |
| * getopt.h: Copyright adjusted to origin. |
| * sys/wstat.inl: Delete unused file. |
| * sys/stat.h: Add inlines. |
| * sys/stat.inl: Remove. |
| * sys/timeb.h: Add inlines. |
| * sys/timeb.inl: Remove. |
| * sys/utime.h: Add inlines. |
| * sys/utime.inl: Remove. |
| * time.h: Add inlines. |
| * wchar.h: Add inline. |
| * wtime.inl: Remove. |
| * time.inl: Remove. |
| |
| 2007-07-25 Kai Tietz <kai.tietz@onevision.com> |
| |
| * _mingw.h, winnt.h: (__CRT_UNALIGNED): New. |
| (UNALIGNED): Use value of __CRT_UNALIGNED. |
| * winuser.h: (MOUSEHOOKSTRUCTEX): Name unnamed |
| argument. |
| * windef.h: (LPCVOID): Use _LPCVOID_DEFINED clause. |
| * objbase.h: (IRpcStubBuffer, IRpcChannelBuffer): Protect |
| by ifndef clause. |
| * objidl.h, imm.h: Fix double type declarations. |
| * limits.h: Added definitions for LONG_LONG_MIN, |
| LONG_LONG_MAX, and ULONG_LONG_MAX. |
| |
| |
| 2007-07-23 Kai Tietz <kai.tietz@onevision.com> |
| |
| * excpt.h: (_EXCEPTION_POINTERS): Forward declared. |
| * winuser.h: (MONITORINFOEXA, MONITORINFOEXW): Add member |
| variable name for making gcc happy. |
| * rpcndr.h: (PFORMAT_STRING): Removed double defintion. |
| (MIDL_STUB_MESSAGE, PMIDL_STUB_MESSAGE): Likewise. |
| (MIDL_SYNTAX_INFO, PMIDL_SYNTAX_INFO): Likewise. |
| * wtypes.h: Unify define of ULONG, USHORT, UCHAR, etc. |
| * winnt.h: Likewise. |
| * windef.h: Likewise. |
| * winsmcrd.h: Likewise. |
| * fci.h: Likewise. |
| * fdi.h: Likewise. |
| * mapidbg.h: Likewise. |
| * mqoai.h: Likewise. |
| * sqltypes.h: Likewise. |
| |
| 2007-07-20 Kai Tietz <kai.tietz@onevision.com> |
| |
| * winbase.h: Removed double definition of ACTCTX. |
| |
| 2007-07-19 NightStrike <nightstrike@gmail.com> |
| |
| * basetsd.h: (Ptr32ToPtr): Removed warning message. |
| |
| 2007-07-18 Kai Tietz <kai.tietz@onevision.com> |
| |
| * assert.h: Corrected _wassert method. |
| * time.h: Corrected _tzname defintion. |
| |
| 2007-07-17 Kai Tietz <kai.tietz@onevision.com> |
| |
| * _mingw.h: Use _CRTIMP as declspec(dllimport) as default. |
| Declare of __CRT_IMPORT as external __inline replacement. |
| |
| 2007-07-15 Kai Tietz <kai.tietz@onevision.com> |
| |
| * Contributed initial header set. |
| |
| |
| Local Variables: |
| version-control: never |
| End: |