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-11-07* mingw: Delete obsolete directory.Christopher Faylor
* w32api: Ditto.
2010-08-222010-08-21 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
* lib/kernel32.def (CopyLZFile, GetExpandedNameA, GetExpandedNameW, LZClose, LZCopy, LZInit, LZOpenFileA, LZOpenFileW, LZRead, LZSeek, OpenProcessToken, OpenThreadToken, RegCloseKey, RegCreateKeyExA, RegCreateKeyExW, RegDeleteKeyExA, RegDeleteKeyExW, RegDeleteValueA, RegDeleteValueW, RegEnumKeyExA, RegEnumKeyExW, RegEnumValueA, RegEnumValueW, RegFlushKey, RegGetKeySecurity, RegLoadKeyA, RegLoadKeyW, RegNotifyChangeKeyValue, RegOpenCurrentUser, RegOpenKeyExA, RegOpenKeyExW, RegOpenUserClassesRoot, RegQueryInfoKeyA, RegQueryInfoKeyW, RegQueryValueExA, RegQueryValueExW, RegRestoreKeyA, RegRestoreKeyW, RegSetKeySecurity, RegSetValueExA, RegSetValueW, RegUnLoadKeyA, RegUnLoadKeyW, RtlCaptureStackBackTrace, RtlFillMemory, RtlMoveMemory, RtlZeroMemory, SetThreadToken): Remove conflicting definition. * lib/th32.def: Remove. * lib/ntdll.def (RtlUnwind): Remove conflicting definition. * lib/version.def (VerLanguageNameA, VerLanguageNameW): Remove conflicting definition.
2009-06-07 * include/ddk/ntapi.h: Add NtXxx equivalent to ZwXxx where missingCorinna Vinschen
and vice versa. * include/ddk/ntifs.h: Ditto. * include/ddk/winddk.h: Ditto. * lib/ntdll.def (NtPlugPlayControl, NtQueryInstallUILanguage, ZwPlugPlayControl, ZwQueryInstallUILanguage): Add entry points defined in header, but missing in lib. Omit NT4-only entry points.
2003-04-142003-04-14 Phil Krylov <likewolf@users.sourceforge.net>Danny Smith
* include/winuser.h (VK_*): Add missing defines. 2003-04-14 Vincent B�ron <papineau@users.sourceforge.net> * include/commctrl.h (NMUPDOWN, LPNMUPDOWN): Use currently documented typedefs for struct _NM_UPDOWN. Add defines for backward comapatibility. * include/commdlg.h (OFN_ENABLESIZING): Add define. * include/wininet.h (IRF_*): Add issing defines. 2003-04-14 Bang Jun-Young <junyoung@netbsd.org> * lib/ntdll.def (Csr*, Dbg*, Ki*, Ldr*, Rtl*): Add W2K exports.
2003-02-222003-02-22 Bang Jun-Young <junyoung@netbsd.org>Danny Smith
* lib/ntdll.def (NT*, RTL*, ZW*): Add missing exports. (NtCurrentTeb): Remove.
2002-12-302002-12-30 Hartmut Honisch <hhonisch@users.sourceforge.net>Danny Smith
* include/winbase.h (NMPWAIT_WAIT_FOREVER): Cast to DWORD. * lib/ntdll.def (NtConnectPort, NtOpenEvent, NtRequestWaitReplyPort, NtWaitForSingleObject,ZwConnectPort, ZwOpenEvent, ZwRequestWaitReplyPort, ZwWaitForSingleObject): Add stubs.
2002-10-112002-10-11 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith
* lib/ntdll.def (RtlAcquireResourceExclusive, RtlAcquireResourceShared, RtlDeleteResource, RtlInitializeResource, RtlReleaseResource, RtlTimeToSecondsSince1970) : Added missing exports. * include/olectl.h (PROPPAGEINFO): Change type of field cb to ULONG.
2002-10-042002-10-04 Steven Edwards <Steven_Ed4153@yahoo.com>Danny Smith
* lib/ntdll.def (NtAccessCheck, NtAdjustPrivilegesToken, NtCreateKey, NtDeleteKey, NtDeleteValueKey, NtEnumerateKey, NtEnumerateValueKey, NtOpenKey, NtOpenProcessToken, NtOpenThreadToken, NtQueryInformationToken, NtQueryKey, NtQueryValueKey, NtSetSecurityObject, NtSetValueKey, RtlAddAccessAllowedAce, RtlCreateAcl, RtlCreateSecurityDescriptor, RtlCreateUnicodeStringFromAsciiz, RtlGetAce, RtlGetControlSecurityDescriptor, RtlGetDaclSecurityDescriptor,RtlGetGroupSecurityDescriptor, RtlGetOwnerSecurityDescriptor,RtlGetSaclSecurityDescriptor, RtlImpersonateSelf, RtlIsTextUnicode, RtlLargeIntegerAdd, RtlLengthSecurityDescriptor, RtlMakeSelfRelativeSD, RtlMultiByteToUnicodeN RtlMultiByteToUnicodeSize, RtlOpenCurrentUser, RtlSetDaclSecurityDescriptor, RtlSetGroupSecurityDescriptor, RtlSetOwnerSecurityDescriptor, RtlSetSaclSecurityDescriptor, RtlValidSecurityDescriptor, ZwAccessCheck, ZwAdjustPrivilegesToken, ZwCreateKey, ZwDeleteValueKey, ZwEnumerateKey, ZwEnumerateValueKey, ZwOpenKey, ZwOpenProcessToken, ZwOpenThreadToken, ZwQueryInformationToken, ZwQueryKey, ZwQueryValueKey ZwSetSecurityObject, ZwSetValueKey): Added missing exports. ChangeLog whitespace cleanup.
2002-07-09 * lib/ntdll.def: Remove \r.Earnie Boyd
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.