Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2006-03-182006-03-18 Julien Lecomte <julienlecomte@users.sourceforge.net>Danny Smith
* include/wincon.h (ENABLE_*): Add more defines. 2006-03-18 Jan Nijtmans <nijtmans@users.sourceforge.net> * include/winnt.h (INHERITED_ACE): Define. (VALID_INHERIT_FLAGS): Correct definition. 2006-03-18 Peter �strand <astrand@cendio.se> * lib/wtsapi32.def: New file.
2006-03-16* include/winbase.h (STATUS_DLL_INIT_FAILED): New define.Christopher Faylor
(STATUS_DLL_INIT_FAILED_LOGOFF): Ditto.
2006-03-09 * include/winspool.h (DI_MEMORYMAP_WRITE): Define (DWORD type).Dimitri Papadopoulos
(FORM_USER,FORM_PRINTER): Define (DWORD type). * include/winspool.h [_WIN32_WINNT >= 0x0500] (DSPRINT_*): Define (DWORD type). Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net>
2006-03-09 * include/winspool.h (JOB_CONTROL_*,JOB_STATUS_*): Define.Dimitri Papadopoulos
Thanks to: Roland Schwingel <rolandschwingel at users dot sf dot net>
2006-03-07 * include/shellapi.h [_WIN32_IE >= 0x0600]Dimitri Papadopoulos
(SEE_MASK_NOZONECHECKS,SEE_MASK_FLAG_LOG_USAGE): Define on Windows XP SP1 and Windows XP respectively.
2006-03-07 * include/shellapi.h (NOTIFYICONDATA_V*_SIZE): Define.Dimitri Papadopoulos
Thanks to: Daniel Atallah <datallah at users dot sf dot net> * include/shellapi.h [_WIN32_IE >= 0x0500] (NIS_*): Introduced in Version 5.0.
2006-03-07 * include/wingdi.h (CS_*): Correct WINVER guard onDanny Smith
Image Color Matching colour definitions.
2006-03-07 * include/shlobj.h (SFGAO_ISSLOW): Define.Danny Smith
(SFGAO_DISPLAYATTRMASK): Define in terms of preceding display attribute constants.
2006-03-06 * include/wingdi.h [WINVER >= 0x0500]Dimitri Papadopoulos
(GRADIENT_FILL_*,*_EMBEDED): Included in Windows 2000 and later. Thanks to: David A. Capello <dacap at users dot sf dot net>
2006-03-06 * include/wingdi.h [WINVER >= 0x0500]Dimitri Papadopoulos
(INTERNET_STATE_*,*_EMBEDED): Included in Windows 2000 and later. Thanks to: David A. Capello <dacap at users dot sf dot net>
2006-03-06 * include/wingdi.h [WINVER >= 0x0500]Dimitri Papadopoulos
(INTERNET_STATE_*,*_EMBEDED): Included in Windows 2000 and later. Thanks to: David A. Capello <dacap at users dot sf dot net>
2006-03-052006-03-05 Paul J. Lucas <pauljlucas@users.sourceforge.net>Danny Smith
* include/wininet.h (INTERNET_CONNECTED_INFO): Define structure. (INTERNET_STATE_*): Define flags. (INTERNET_OPTION_CONNECTED_STATE): Define constant.
2006-03-052006-03-05 Chris Wilson <chris+mingw@qwirx.com>Danny Smith
* include/sddl.h: New file.
2006-02-21 * include/ddk/ntifs,h (FILE_ID_FULL_DIRECTORY_INFORMATION): RevertDanny Smith
last change. Remove file level #pragma pack(push,4)/#pragma pop.
2006-02-19 * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Add fillerCorinna Vinschen
value to force correct alignment.
2006-02-19 * include/commctrl.h (LPNMLVCACHEHINT): Correct spelling.Danny Smith
Thanks to: Sebastian Pipping <hartwork at users dot sf dot net> (PNM_CACHEHINT): Add backward compatibilty define. (LPNM_CACHEHINT): Likewise.
2006-02-072006-02-04 Ron Lee <ronl@users.sourceforge.net>Danny Smith
* include/winnls.h: Remove stray end ';' from preprocessor defines.
2006-02-06Fixed ChangeLog entryChris Sutcliffe
2006-02-062006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/shlobj.h (PRF_VERIFYEXISTS, PRF_TRYPROGRAMEXTENSIONS, PRF_FIRSTDIRDEF, PRF_DONTFINDLNK): Ditto. * lib/shell32.def (PathResolve): Define.
2006-02-06* include/shlobj.h (PathResolve): Fix typo.Christopher Faylor
2006-02-062006-02-06 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/shlobj.h (PathResolve): Define.
2006-02-042006-02-04 Ron Lee <ronl@users.sourceforge.net>Danny Smith
* include/winnls.h: Remove stray end ';' from preprocessor defines.
2006-02-02 * lib/iphlpapi.def: (NotifyAddrChange@8): Define.Danny Smith
Reported by: Daniel Atallah <datallah at users dot sf dot net> (NotifyRouteChange@8): Define.
2006-01-29 * include/winsock2.h (WINSOCK_API_LINKAGE): Define. Add toDanny Smith
prototypes.
2006-01-29 * include/winnt.h (FORCEINLINE): Define.Danny Smith
2006-01-26 * include/winnt.h (DECLSPEC_SELECTANY): Define.Danny Smith
2006-01-262006-01-25 Filip Navara <xnavara@volny.cz>Danny Smith
* include/winnt.h (DECLSPEC_ALIGN): Define.
2006-01-24 * include/commctrl.h: Correct spelling of 'compatibility' inDanny Smith
comments. * include/setupapi.h: Likewise. * include/ws2tcpip.h: Likewise.
2006-01-242006-01-24 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
* include/ddk/winddk.h (KeGetCurrentKPCR): Support -masm=intel. 2006-01-24 Jiri Malak <Jiri.Malak@iol.cz> WATCOM compatibility changes. * include/ddk/ntddk.h (DECL_IMPORT): Define using __declspec, rather than __attribute__. (DECL_EXPORT): Likewise. * include/ddk/winddk.h (DDKAPI): Avoid using __attribute__. (DDKFASTAPI): Likewise. (DDKCDECLAPI): Likwise. (KeGetCurrentKPCR): Provide __WATCOMC__ syntax for inline code.
2006-01-232006-01-23 Brandon Sneed <brandon@redf.net>Danny Smith
* setupapi.def: Add all CM_* functions defined in ddk/cfgmgr32.h to exports.
2006-01-172006-01-17 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
* include/w32api.h: Increment version to 3.6. * Makefile.in: Ditto.
2006-01-12 * include/wincrypt.h (WINADVAPI): Add to prototypes ofDanny Smith
advapi32.dll functions.
2006-01-12 * include/winsock2.h (struct sockaddr_storage): Use RFC 2553Danny Smith
names for padding size constants.
2006-01-12 * include/aclapi.h (WINADVAPI): Add to prototypes.Danny Smith
* include/winreg.h (WINADVAPI): Likewise. * include/winsvc.h (WINADVAPI): Likewise.
2006-01-042006-01-05 Michael Gerdau <mgd@technosis.de>Danny Smith
* include/winbase.h (WINADVAPI): Define.
2006-01-04* include/winuser.h (CreateWindowStation): Correctly identify first argument asChristopher Faylor
constant. (CreateWindowStation@): Ditto.
2006-01-03* include/uxtheme.h [_WIN32_WINNT >= 0x0501]Dimitri Papadopoulos
(TMT_*, BT_*): Add constants.
2005-12-31 * include/winsock2.h: Don't define struct sockaddr_storage whenCorinna Vinschen
building Cygwin.
2005-12-22 * lib/ws2_32.c: New file, defining IPv6 constants.Danny Smith
* Makefile.in (SOURCES): Add ws2_32.c (EXTRA_OBJS): Add ws2_32.o.
2005-12-212005-12-21 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith
* lib/user32.def (PrivateExtractIconsA@32, PrivateExtractIconsW@32): Define. * lib/shell32.c (IID_IShellLinkDataList): Add GUID.
2005-12-13* include/winuser.h (WINSTA_ALL_ACCESS): Define.Christopher Faylor
2005-12-09 * lib/kernel32.def (CreateFiberEx): Correct suffix.Danny Smith
2005-12-092005-12-09 Huw Davies <hdavies@users.sourceforge.net>Danny Smith
Danny Smith <dannysmith@users.sourceforge.net> * lib/msxml-uuid.c: New file to generate UUIDs for MSXML interfaces. * lib/Makefile.in (UUID_OBJS): Add msxml-uuid.o. Add missing ChangeLog entries for 2005-12-07 commits.
2005-12-07 * include/winbase.h (GetDevicePowerState): Add prototype.Danny Smith
* lib/kernel32.def (GetDevicePowerState): Correct suffix.
2005-12-072005-12-07 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith
* include/winuser.h (GetClassLongPtr{AW}): Guard prototypes with _WIN64. Define as macro if !_WIN64. (SetClassLongPtr{AW}): Likewise. (GCLP_*): Add GetClassLongPtr defines. * lib/user32.def (GetClassLongPtr{AW}): Remove stubs. (SetClassLongPtr{AW}): Likewise.
2005-11-182005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith
* include/winuser.h (GetClassLongPtr{AW}): Add prototypes. (SetClassLongPtr{AW}): Likewise. (GCLP_*): Add GetClassLongPtr defines. * lib/user32.def (GetClassLongPtr{AW}): Add stubs. (SetClassLongPtr{AW}): Likewise.
2005-11-182005=11-18 Brian Gunlogson <gmb300@users.sourceforge.net>Danny Smith
* include/winuser.h (GetClassLongPtr{AW}): Add prototypes. (SetClassLongPtr{AW}): Likewise. (GCLP_*): Add GetClassLongPtr defines. * lib/user32.def (GetClassLongPtr{AW}): Add stubs. (SetClassLongPtr{AW}): Likewise.
2005-11-12 * include/commdlg.h (OPENFILENAMEW): Add members forDanny Smith
_WIN32_WINNT >= 0x0500. (OPENFILENAMEA): Modify whitespace. Ansify comment.
2005-11-12 * include/wingdi.h (GetICMProfile{AW}): Correct prototype.Danny Smith
Thanks to: Paul J Lucas
2005-11-042005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith
* lib/shell32.c (CLSID_ShellFSFolder): Add GUID.