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
2005-11-042005-11-04 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith
* lib/shell32.c (CLSID_ShellFSFolder): Add GUID.
2005-11-03 * lib/crypt32.def (CertOIDToAlgId, CertAlgIDToOID, CryptProtectData,Danny Smith
CryptUnprotectData, CryptDecodeObjectEx, CryptEncodeObjectEx, CryptRegisterOIDFunction, CryptUnregisterOIDFunction): Add stubs. Thanks to: F Richter <res2002 at users dot sourceforge dot net> Fix some ChangeLog whitespace.
2005-10-302005-10-29 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
* include/objbase.h: Fix typo. * include/w32api.h: Increment version to 3.5. * Makefile.in: Ditto.
2005-10-282005-10-27 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
* include/w32api.h: Increment version to 3.4. * Makefile.in: Ditto.
2005-10-12 * include/winbase.h (GetProcessId): Remove duplicate declaration.Danny Smith
Use _WIN32_WINNT >= 0x0501 guard.
2005-10-11Add ChangeLog: * include/winbase.h (GetProcessId): Declare.Christopher Faylor
Revert erroneous include/winsock.h checkin.
2005-10-11* Makefile.common (CFLAGS_COMMON): Add -Wstrict-aliasing.Christopher Faylor
2005-09-242005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* lib/ddk/newdev.def: Added. Thanks to: Stephan Meyer <ste_meyer at users dot sourceforge dot net>
2005-09-232005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/commdlg.h (OPENFILENAME): Added WINNT >= 0x0500 component. Thanks to: Gennady Feldman <gena01 at users dot sourceforge dot net>
2005-09-232005-09-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* lib/shell32.def (SHILCreateFromPath): Add stub. Thanks to: Michael Jung <mjung at iss dot tu-darmstadt dot de>
2005-09-212005-09-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/winbase.h (RegisterWaitForSingleObject, RegisterWaitForSingleObjectEx): Define. * lib/kernel32.def (RegisterWaitForSingleObjectEx@20): Define. (RegisterWaitForSingleObject@16): Changed to RegisterWaitForSingleObject@24. Thanks to: Brandon Sneed <nivenh at users dot sourceforge dot net>
2005-09-19 * include/winsock2.h (SO_EXCLUSIVEADDRUSE): Define.Danny Smith
Thanks to Gisle Vanem <giva at bgnett dot no>
2005-09-08 * include/reason.h [_WIN32_WINNT >= 0x0501]Dimitri Papadopoulos
(SHTDN_REASON_*): New file. * include/objbase.h: Avoid double header guard.
2005-08-172005-08-17 Michael Jung <mjung@iss.tu-darmstadt.de>Danny Smith
* lib/shell32.c (CLSID_RecycleBin, CLSID_ControlPanel, CLSID_MyComputer,CLSID_Internet, CLSID_NetworkPlaces, CLSID_MyDocuments, CLSID_FolderShortcut): Add GUIDs.
2005-08-172005-08-17 Martin Fuchs <martin-fuchs@gmx.net>Danny Smith
* include/shlobj.h (IContextMenu3): Define. * include/shlguid.h (IID_IContextMenu3): Declare. * lib/shell32.c (IID_IContextMenu3): Define. 2005-08-17 Martin Fuchs <martin-fuchs@gmx.net> * include/shlobj.h (SHFormatDrive): Declaration of function and associated constants.
2005-08-12 * include/ddk/hidsdi.h: New file.Danny Smith
* lib/ddk/hid.def: Uncomment symbols and add stdcall suffix for functions declared in hidsdi.h. Thanks to: Alex J Lennon <ajlennon at organixconsulting dot com>
2005-08-12 * lib/imm32.def (ImmDisableIME): Add stub.Danny Smith
Thanks to: "kidmin" <kidmin at users dot sourceforge dot net>
2005-08-11Attempting to add include/objsafe.h again...Dimitri Papadopoulos
2005-08-11 * include/w32api.h: Increment version to 3.3.Chris Sutcliffe
* Makefile.in: Ditto.
2005-07-282005-07-28 Earnie Boyd <earnie@users.sf.net>Earnie Boyd
* include/winnt.h (SUBLANG_PORTUGUESE, SUBLANG_PORTUGUESE_BRAZILIAN): Correct their values. Thanks to: Daniel K. O. <danielosmari at users dont sf dot net>
2005-07-252005-07-25 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* include/winuser.h (HSHELL_RUDEAPPACTIVATED): Define.
2005-07-20 * include/wingdi.h (TT_PRIM_CSPLINE): Define.Danny Smith
Thanks to: Bob Jamison <ishmal at users dot sourceforge dot net>
2005-07-20 * include/richedit.h (SETTEXTEX): Define structure andDanny Smith
associated constants. (GT_SELECTION): Define GETTEXTEX flag constant.
2005-07-19 * include/wingdi.h (SYSPAL_NOSTATIC256): Define.Danny Smith
2005-07-19 * include/wingdi.h (WINGDIAPI): Define to SECLSPEC_DLLIMPORTDanny Smith
if __W32API_USE_DLLIMPORT__. Use throughout on prototypes.
2005-07-19 * include/commctrl.h (RBBS_USECHEVRON): Define.Danny Smith
(RBBS_*): Use hex notation, group together.
2005-07-18 * lib/kernel32.def (GetUserGeoID): Correct suffix.Danny Smith
Thanks to: "bernd23" <bernd23 at users dot sourceforge dot net>
2005-07-18 * include/commctrl.h (TreeView_SetItemState): InitiliseDanny Smith
_tvi.hItem. Thanks to Joseph Remes <jremes at users dot sourceforge dot net>
2005-07-18Remove 2005-07-08 Dimitri Papadopoulos entry (no file was added).Danny Smith
2005-07-182005-07-18 Mattia Barbon <mbarbon@users.sourceforge.net>Danny Smith
* include/commctrl.h (NMLVFINDITEM): Add structure.
2005-07-182005-07-18 Michael Gerdau <mgdde@users.sourceforge.net>Danny Smith
* include/wininet.h (WININET_API_FLAG_*): Add defines.
2005-07-182005-07-18 Daniel Atallah <datallah@users.sourceforge.net>Danny Smith
* include/winnt.h (VER_SET_CONDITION): Define.
2005-07-182005-07-18 Michael Gerdau <mgdde@users.sourceforge.net>Danny Smith
* include/wincon.h (AttachConsole): Correct _WIN32_WINNT guard. (ATTACH_PARENT_PROCESS): Define. (CONSOLE_WINDOWED_MODE): Correct definition to match MSDN documentation.
2005-07-172005-07-17 Benoit Blanchon <bblanchon@users.sourceforge.net>Earnie Boyd
* include/winbase.h (QueueUserWorkItem): Add prototype.
2005-07-142005-07-13 Benoit Blanchon <bblanchon@users.sourceforge.net>Earnie Boyd
* include/wingdi.h (SHADEBLENDCAPS, SB_NONE, SB_CONST_ALPHA, SB_PIXEL_ALPHA, SB_PREMULT_ALPHA, SB_GRAD_RECT, SB_GRAD_TRI, COLORMGMTCAPS, CM_NONE, CM_DEVICE_ICM, CM_GAMMA_RAMP, CM_CMYK_COLOR): Define.
2005-07-08 * include/objsafe.h: New file.Dimitri Papadopoulos
2005-06-19 * include/winldap.h (ldap_simple_bindW, ldap_simple_bind_sW,Danny Smith
ldap_bindW, ldap_bind_sW): Change PCHAR arg to PWCHAR. Thanks to: Christian <chhd at users dot sf dot net>
2005-06-18Correct typo in ChangeLogDanny Smith
2005-06-18 * include/winbase.h (GETTEXTEX): Correct name of lpUsedDefChar field.Danny Smith
Thanks to: Saulius Menkevicius <bobas at users dot sf dot net>
2005-06-18 * include/winbase.h (GolbalDiscard): Define as macro.Danny Smith
Thanks to: David Golub <david_golub at users dot sf dot net>
2005-05-14 Add missing ChangeLog entry.Corinna Vinschen
2005-05-14 * include/winnetwk.h (WNetGetResourceParentA): Add missing declaration.Corinna Vinschen
(WNetGetResourceParentW): Ditto. * include/ddk/ntifs.h (FILE_ID_FULL_DIRECTORY_INFORMATION): Define.
2005-04-26 * include/wininet.h (FtpGetFileSize): Add prototype.Danny Smith
(FtpCommand[AW]): Correct prototypes. Reported by <siger at users dot sf dot net>
2005-04-25 * include/vfw.h (capCreateCaptureWindow[AW]): Add prototypes.Danny Smith
(capGetDriverDescription[AW]): Likewise. ChangeLog: Typo fixes.
2005-04-03 * include/winnt.h (SE_UNDOCK_NAME TEXT): Define.Corinna Vinschen
(SE_MANAGE_VOLUME_NAME TEXT): Ditto. (SE_IMPERSONATE_NAME TEXT): Ditto. (SE_ENABLE_DELEGATION_NAME TEXT): Ditto. (SE_SYNC_AGENT_NAME TEXT): Ditto.
2005-03-17* winclude/winnt.h (SYSTEM_LUID): Fix definitition invalidated by below change.Christopher Faylor
2005-03-16 * include/winnt.h (_LUID): Add structure. Correct LUID typedef.Danny Smith
Thanks to: Paul-Christiaan Spruijtenburg <wakarimasu at users dot sf dot net>
2005-03-07 * include/ws2tcpip.h (getaddrinfo, freeaddrinfo, getnameinfo):Danny Smith
Guard with _WIN32_WINNT >= 0x0501. Add FIXME comment. * gai_strerror[AW]: Put into #if 0 block.
2005-03-07 * include/basetyps.h (__int16): Correct define.Danny Smith
2005-02-102005-02-10 Jiri Malak <Jiri.Malak@iol.cz>Danny Smith
Danny Smith <dannysmith@users.sourceforge.net> * lib/directx/dinput_private.h (ATTRIBUTE_TEXT_SECTION): New define for Open Watcom portability. * lib/directx/(dinput_joy.c, dinput_joy2.c, dinput_kbd.c, dinput_mouse.c, dinput_mouse2.c): Use new macro in definition of local c_rgodfDI* objects. Replace .rdata section attribute with 'const' keyword in definition of global c_dfDI* objects.