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
2012-08-09 * lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count sinceEarnie Boyd
we now declare it as __cdecl. (InterlockedIncrement): Ditto. (InterlockedExchange): Ditto.
2012-08-06 * include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier()Earnie Boyd
which is in libmingwex.a. MODIFIED FROM: Use __sync_synchronize instead of creating a function due to multiple definition. NOTE: Not using __sync_synchronize to allow applications to mix-n-match C libraries from different vendors.
2012-08-06 * include/winnt.h (MemoryBarrier): Use __sync_synchronize instead ofEarnie Boyd
creating a function due to multiple definition.
2012-08-04 * include/winver.h (VerQueryValue[AW]): Correct declaration per MSDN.Earnie Boyd
2012-08-02 * lib/Makefile.in (amvideo.h): Dependencies are not met making this fileEarnie Boyd
implementation incomplete. Do not deliver it. (amaudio.h): Ditto.
2012-08-02 * include/setupapi.h: Correct typos and truncations.Earnie Boyd
2012-08-01 * include/winnt.h (MemoryBarrier): Add definition.Earnie Boyd
2012-08-01 * include/winbase.h (InterlockedDecrement): Modify declaration fromEarnie Boyd
LONG WINAPI to LONG __cdecl to match Microsoft documentation. (InterlockedIncrement): Ditto. (InterlockedExchange): Ditto.
2012-08-01 * include/wtsapi32.h (WTSVirtualChannelClose): Add declaration.Earnie Boyd
(WTSVirtualChannelOpen): Ditto. (WTSVirtualchannelOpenEx): Ditto. (WTSVirtualChannelPurgeInput): Ditto. (WTSVirtualChannelPurgeOutput): Ditto. (WTSVirtualChannelQuery): Ditto. (WTSVirtualChannelRead): Ditto. (WTSVirtualChannelWrite): Ditto. * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add import.
2012-08-01 * include/winuser.h (tagMENUITEMINFOA): Correct dwItemData definition.Earnie Boyd
(tagMENUITEMINFOW): Ditto.
2012-07-30Add missing include/sdkddkver.hEarnie Boyd
2012-07-30 * include/sdkddkver.h: New file.Earnie Boyd
* include/windows.h: Include sdkddkver.h.
2012-07-06 * include/winsock.h: Keep IP_OPTIONS and SO_xxx definitions whenCorinna Vinschen
building Cygwin. * include/winsock2.h: Keep sockaddr and sockaddr_storage definitions when building Cygwin.
2012-04-302012-04-29 Jan Ringos <tringi@users.sf.net>Chris Sutcliffe
* include/winbase.h (GetModuleHandleEx[A/W]): Correct version guard.
2012-04-292012-04-28 LRN <l_r_nightmare@users.sf.net>Chris Sutcliffe
* include/shobjidl.h: New file. * lib/shobjidl-uuid.c: New file. * lib/Makefile.in: Reference shobjidl-uuid.c.
2012-03-202012-03-19 Ben Greear <greear@users.sf.net>Chris Sutcliffe
* include/routprot.h (IP_LOCAL_BINDING): Move above IP_ADAPTER_BINDING_INFO to correct warning about IP_LOCAL_BINDING being undefined.
2012-01-17Correct misused 'rm -r' command in uninstall rules.Keith Marshall
2012-01-17Generalise makefile references to subdirectories of lib.Keith Marshall
2012-01-16 * configure: Regenerate and re-add to repository.Corinna Vinschen
* .cvsignore: Fix accordingly.
2012-01-16Add 'check' as GCS conforming alias for make's 'test' goal.Keith Marshall
2012-01-16More makefile code refactoring; remove redundant INCLUDES references.Keith Marshall
2012-01-15Add smart identification of auxiliary header file paths.Keith Marshall
2012-01-15More makefile code refactoring; fix top_srcdir references.Keith Marshall
2012-01-15Update and correct makefile rebuilding rules.Keith Marshall
2012-01-15More formatting adjustments.Keith Marshall
2012-01-15Miscellaneous formatting adjustments.Keith Marshall
2012-01-15Improve self-documentation of 'for' loop commands.Keith Marshall
2012-01-15Generalise 'all' rule to arbitrary prerequisite sub-directories.Keith Marshall
2012-01-15Derive package release index from configure time specification.Keith Marshall
2012-01-15Discontinue CVS tracking of generated 'configure' script.Keith Marshall
2012-01-07Ensure Makefile.comm source is included in distribution tarballs.Keith Marshall
2012-01-062012-01-06 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
* include/windef.h (WINVER): Back off to 0x0500.
2012-01-052012-01-05 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
* include/windef.h (WINVER): Bump to 0x0501.
2012-01-042012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
Return value, identified by 'make test'. * include/gdiplus/gdiplustypes.h (Gdiplus::GdiplusAbort::Abort()): Return NO_ERROR in virtual definition.
2012-01-042012-01-03 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
Remove duplicate definitions, identified by 'make test'. * include/wincrypt.h (CRYPT_NEWKEYSET, CRYPT_DELETEKEYSET, CRYPT_MACHINE_KEYSET, CRYPT_SILENT, CRYPT_EXPORTABLE, CRYPT_USER_PROTECTED, CRYPT_CREATE_SALT, CRYPT_UPDATE_KEY, CRYPT_NO_SALT, CRYPT_PREGEN, CRYPT_RECIPIENT, CRYPT_INITIATOR, CRYPT_ONLINE, CRYPT_SF, CRYPT_CREATE_IV, CRYPT_KEK, CRYPT_DATA_KEY, CRYPT_VOLATILE, CRYPT_SGCKEY): Remove duplicate definitions. * include/winerror.h (CRYPT_E_REVOKED): Removed - already defined in wincrypt (which is where it should be defined according to MSDN).
2012-01-03Correct misuse of #ifdef, identified by 'make test'.Keith Marshall
2011-12-22 * include/winnt.h (JOB_OBJECT_LIMIT_BREAKAWAY_OK): Define.Corinna Vinschen
(JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK): Define. (JOB_OBJECT_BREAKAWAY_OK): Define as JOB_OBJECT_LIMIT_BREAKAWAY_OK and mark as kept for backward compatibility only. (JOB_OBJECT_SILENT_BREAKAWAY): Define as JOB_OBJECT_LIMIT_SILENT_BREAKAWAY_OK and mark as kept for backward compatibility only.
2011-12-22 * include/winnt.h: Add missing PROCESS_QUERY_LIMITED_INFORMATION.Corinna Vinschen
2011-12-14Factor common code from subdirectory makefiles into Makefile.comm.inKeith Marshall
2011-12-14Prepare for factoring out common makefile code.Keith Marshall
2011-12-13Correct makefile error; remove unnecessary FLAGS_TO_PASS macroKeith Marshall
2011-12-11Correct defective configure checkinKeith Marshall
2011-12-10Build system clean-up (phase 1)Keith Marshall
2011-08-19 * include/winuser.h: Ad missing MAPVK_xxx definitions.Corinna Vinschen
2011-08-05 * include/winnt.h (IMAGE_DLLCHARACTERISTICS_DYNAMIC_BASE,Corinna Vinschen
IMAGE_DLLCHARACTERISTICS_FORCE_INTEGRITY, IMAGE_DLLCHARACTERISTICS_NX_COMPAT): Fix typo in definitions. (IMAGE_DLL_CHARACTERISTICS_DYNAMIC_BASE, IMAGE_DLL_CHARACTERISTICS_FORCE_INTEGRITY, IMAGE_DLL_CHARACTERISTICS_NX_COMPAT): Keep broken definitions for backward compatibility.
2011-07-29 * include/winsock2.h (SIO_UDP_CONNRESET): Define.Corinna Vinschen
2011-05-232011-05-22 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
* include/wingdi.h (GCP_RESULTSW): Correct defintion. Thanks to Albrecht Schlosser for the report and the fix.
2011-05-15 * include/winbase.h (STACK_SIZE_PARAM_IS_A_RESERVATION): Define.Corinna Vinschen
2011-04-222011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
* include/windef.h (PACKED): Remove macro. * include/wincon.h: Replace PACKED macro with __attribute__((packed)). Thanks to Keith Marshall for the fix.
2011-04-222011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net>Chris Sutcliffe
* include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Correct definition. Thanks to Safety0ff for the report.