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
2002-07-022002-07-02 Danny Smith <dannysmith@users.sourceforge.net>Danny Smith
* include/commctrl.h (WC_*): Remove some duplicate defines. 2002-07-02 Ken Fitlike <kenfitlike@hotmail.com> * include/commctrl.h (WC_IPADDRESS[AW]): Add defines and UNICODE mappings. (IPM*): Add defines. (IPN_*): Add defines. (NMIPADDRESS): Add structure and typedefs. (MAKEIPADDRESS): Add macro. (MAKEIPRANGE): Add macro. (FIRST_IPADDRESS): Add macro. (SECOND_IPADDRESS): Add macro. (THIRD_IPADDRESS): Add macro. (FOURTH_IPADDRESS): Add macro.
2002-06-28 Delete extraneous comment from my previous change.Conrad Scott
2002-06-26 * include/winbase.h (FILE_FLAG_FIRST_PIPE_INSTANCE): Add constant.Conrad Scott
2002-06-262002-06-26 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
* include/winbase.h (WINBASEAPI): Don't define if prior definition. * include/winioctl.h (PARTITION_FAT32, PARTITION_FAT32_XINT13, PARTITION_XINT13, PARTITION_XINT13_EXTENDED, PARTITION_LDM, PARTITION_UNIX): Add defines. (PDRIVE_LAYOUT_INFORMATION): Add typedef. (IsRecognizedPartition): Also check for PARTITION_FAT32, PARTITION_FAT32_XINT13 and PARTITION_XINT13. (IsContainerPartition): Add macro.
2002-06-252002-06-25 Ken Fitlike <kenfitlike@hotmail.com>Danny Smith
* include/commctrl.h: (CBEIF_*): Add defines. (CBEN_*): Add defines and UNICODE mappings (WC_COMBOBOXEX[AW]): Add defines and UNICODE mappings. (CBEMAXSTRLEN): Add define. (COMBOBOXEXITEM[AW]): Add structures and typedefs. (NMCOMBOBOXEX[AW]): Add structures and typedefs. (NMCBEDRAGBEGIN[AW]): Add structure and typedefs. (NMCBEENDEDIT[AW]): Add structure and typedefs.
2002-06-24 * include/objidl.h (struct tagPROPVARIANT): Kill obsoleteDanny Smith
union member _VARIANT_BOOL bool.
2002-06-24* include/winioctl.h (FILE_SPECIAL_ACCESS): Add define.Danny Smith
2002-06-242002-06-24 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
* include/winnt.h (PCCHAR, FCHAR, FSHORT, FLONG, PLUID_AND_ATTRIBUTES,PSECURITY_IMPERSONATION_LEVEL, PSID_AND_ATTRIBUTES, PTOKEN_TYPE, PTOKEN_STATISTICS): Add typedefs. (CCHAR): Correct typedef. (PROCESS_SET_SESSIONID, SECURITY_*,SECTION_MAP_EXECUTE): Add defines. * README.w32api: Correct spelling error.
2002-06-192002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
* include/winuser.h (FLASHW_*,INPUT_MOUSE,INPUT_KEYBOARD, INPUT_HARDWARE): Add defines. (HDEVNOTIFY): Add typedef. (FLASHWINFO,tagMOUSEMOVEPOINT,tagMOUSEINPUT,tagKEYBDINPUT, tagHARDWAREINPUT,tagINPUT,tagGUITHREADINFO): Define structs and typedefs. (CreateDesktop[AW],CreateMDIWindow[AW],GetClassInfo[AW], GetClassInfoEx[AW],GetKeyboardLayoutList, MessageBoxIndirect[AW],MsgWaitForMultipleObjects, MsgWaitForMultipleObjectsEx, RegisterClass[AW], RegisterClassEx[AW]): Correct prototypes. Remove duplicate ChangeLog entry of 2001-12-07
2002-06-192002-06-19 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
* include/ddeml.h (DdeCreateStringHandle{AW]:Correct prototypes. * include/winsvc.h (StartServiceW): Correct prototype. * include/winbase.h (BackupRead,BackupSeek,BackupWrite, FileTimeToLocalFileTime, GetAce,GetPrivateProfileStruct[AW], GetTickCount,InterlockedExchangeAdd, WritePrivateProfileStruct[AW]: Correct prototypes. (GetEnvironmentStrings): Correct mapping to GetEnvironmentStringsA. * include/winver.h (VerQueryValueA,VerQueryValueW): Correct prototypes. * include/wincon.h (CreateConsoleScreenBuffer): Correct prototype. * include/winreg.h (RegQueryMultipleValues[AW], RegQueryValueEx[AW]):Correct prototypes. * include/wingdi.h (PXFORM, PLOGBRUSH, PLOGPEN, PPOLYTEXTA, PPOLYTEXTW): Add typedefs. (_DESIGNVECTOR,COLOR16, _TRIVERTEX, _DISPLAY_DEVICE): Add structures and typedefs. (MM_MAX_NUMAXES): Add define. (EnumFontsW,GetEnhMetaFilePixelFormat,wglGetLayerPaletteEntries): Correct prototypes. * include/winerror.h (RPC_X_INVALID_PIPE_OBJECT, RPC_X_WRONG_PIPE_ORDER,RPC_X_WRONG_PIPE_VERSION, RPC_S_SEND_INCOMPLETE): Add defines.
2002-06-172002-06-17 Casper S. Hornstrup <chorns@users.sourceforge.net>Danny Smith
* include/windef.h (_fastcall, __fastcall, FASTCALL): Add defines.
2002-06-16* include/ntdll.h: New file.Egor Duda
* lib/ntdll.def: Add NtShutdownSystem.
2002-06-162002-06-16 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith
* lib/dinput.def (DirectInputCreateEx): Add stub. * lib/ntdll.def: New file.
2002-06-14 * include/w32api.h: Change to version 2.0 to reflect the changeEarnie Boyd
in the license. * README: Renamed. * README.w32api: Renamed from README. Modified license to remove the restriction of notifying the author based on the fact that the author is unreachable at the notified address. * Makefile.in (VERSION): Change to 2.0.
2002-06-14 * Makefile.in (bindist): Correct the MinGW distribution.Earnie Boyd
2002-06-14 * include/wingdi.h (GetEnhMetaFileBits): Correct typo.Earnie Boyd
2002-06-13 * include/wingdi.h: (GetEnhMetaFileBits): Define prototype.Earnie Boyd
2002-06-13 * include/winuser.h (MOUSEHOOKSTRUCT): Define structure.Earnie Boyd
2002-06-132002-06-13 John K. Hohm <jhohm@acm.org>Danny Smith
* include/comcat.h: New file.
2002-06-092002-06-09 Gunnar Degnbol <gdegnbol@users.sourceforge.net>Danny Smith
* include/richedit.h (EM_*, TM_*, GT_*): Add new defines. (GETTEXTEX): Add structure definition.
2002-06-09 * include/windows.h (ole2.h): #include if !__OBJC__ andDanny Smith
__GNUC__ >=3 and !WIN32_LEAN_AND_MEAN.
2002-06-072002-06-07 Gunnar Degnbol <gdegnbol@users.sourceforge.net>Danny Smith
* include/mapi.h: Change LPTSTR to LPSTR throughout.
2002-06-05 * include/winnt.h (PACE_HEADER, PACCESS_ALLOWED_ACE,Danny Smith
PACCESS_DENIED_ACE): Add typedefs.
2002-06-03 * lib/thunk32.def (LIBRARY): Change to KERNEL32.dll.Danny Smith
* lib/kernel32.def (ConvertToGlobalHandle): Add stub.
2002-06-02 * include/windef.h: Fix typo in last change.Danny Smith
2002-06-02 * include/windef.h: Add no-op __try, __except, __finallyDanny Smith
defines from ... * include/excpt.h: Remove file. * include/windows.h: Don't include excpt.h.
2002-05-30 * include/ntdef.h (ANSI_STRING, PANSI_STRING, OEM_STRING, POEM_STRING):Corinna Vinschen
Add missing typedefs.
2002-05-28 * include/w32api.h: Increment version to 1.5Earnie Boyd
* Makefile.in: Ditto.
2002-05-28Merging MinGW changesEarnie Boyd
2002-05-272002-05-27 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith
* include/winreg.h: (RegConnectRegistry[AW]): Replace LP[W]STR with LPC[W]STR. (REG_QWORD, REG_QWORD_LITTLE_ENDIAN): Add defines. Clean up whitespace.
2002-05-272002-05-27 Rick Rankin <rick_rankin@yahoo.com>Danny Smith
* include/winnls.h: Add #define for LOCALE_RETURN_NUMBER.
2002-05-21 * Makefile.in: Increment VERSION to 1.4.Earnie Boyd
(conf_prefix): New variable. (bindist): Modify target to use $(conf_prefix).
2002-05-202002-05-20 Philip Aston <philipa@mail.com>Danny Smith
* include/pbt.h (PBT_APMRESUMESUSPEND): Correct value is 7.
2002-05-202002-05-20 Ren� M�ller Fonseca <fonseca@users.sourceforge.net>Danny Smith
* include/lmaccess.h: (NetAccess*, NetGroup*, NetLocalGroup*, NetUser*, NetGet*, INetLogonControl[2], NetQueryDisplayInfotmationIndex): Replace LPWSTR with LPCWSTR.
2002-05-08 * include/commctrl.h (ImageList_DragShowNolock): RemoveDanny Smith
conflicting redeclaration.
2002-05-07 * include/windows.h: Move _ANONYMOUS_UNION, _ANONYMOUS_STRUCT,Danny Smith
STRICT and related defines to ... * include/windef.h: Here. ChangeLog: Correct date and typo in last entry.
2002-05-03 * include/winsock2.h (int32): Remove typedef.Danny Smith
(SEVICETYPE): Add typedef. (struct _flowspec):Revise struct definition, Comment on types used for members.
2002-05-02 * include/winnt.h (EVENT_*, SEMAPHORE_*, MUTEX_*): RemoveDanny Smith
more defines added in earlier 2002-05-02 change. * lib/Makefile.in (TEST_OPTIONS): Add -Wsystem-headers flag.
2002-05-02 * include/winnt.h (THREAD_PRIORITY_*): Remove defines.Danny Smith
Add TIMER_* to last ChangeLog entry.
2002-05-02 * include/winnt.h (THREAD_*, EVENT_*, MUTANT_*,Danny Smith
SEMAPHORE_*, MUTEX_*): Add new defines.
2002-05-01 * include/commctrl.h (SNDMSG): Define and use throughoutDanny Smith
in other macros instead of SendMessage. * include/commdlg.h (SNDMSG): Ditto.
2002-04-232002-04-22 Jos� Fonseca <jrfonseca@users.sf.net>Earnie Boyd
* include/GL/gl.h: New file. * include/GL/glext.h: Ditto. * include/GL/glu.h: Ditto.
2002-04-10 * include/w32api.h: Increment version.Earnie Boyd
* Makefile.in: Ditto.
2002-04-10 * Makefile.in (bindist): Use * instead of . for file list for tarEarnie Boyd
command.
2002-04-02 * include/objidl.h (IRunningObjectTable.Register): CorrectDanny Smith
prototype. * include/wtypes.h (ROTFLAGS_REGISTRATIONKEEPSALIVE, ROTFLAGS_ALLOWANYCLIENT): Add defines. * include/wtypes.h (enum tagCLSCTX): Change formatting.
2002-04-01 * include/shellapi.h (SHGFI_ATTR_SPECIFIED): Add define.Danny Smith
2002-03-30 * include/wingdi.h (SetPixelFormat): Correct prototype.Danny Smith
* include/richedit.h (EM_SHOWSCROLLBAR): Add define.
2002-03-27 * include/richedit.h (EM_GETSCROLLPOS, EM_SETSCROLLPSPOS):Danny Smith
Add defines.
2002-03-13 * include/richedit.h (RICHEDIT_CLASS): UNICODE it.Danny Smith
* include/shlobj.h (IContextMenu2): Put methods in right order. * include/basetyps.h (REFGUID, REFIID, REFCLSID): Check for CINTERFACE before defining.
2002-03-11Fix my last ChangeLog entry.Danny Smith