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
path: root/winsup
AgeCommit message (Expand)Author
2001-02-22 * include/wingdi.h (struct _DOCINFO[AW]): UNICODE it.Earnie Boyd
2001-02-21 * include/mswsock.h: New file.Earnie Boyd
2001-02-21 * include/tchar.h: (__TEXT): Remove undef.Earnie Boyd
2001-02-21 * include/commctrl.h: Revert TEXT change.Earnie Boyd
2001-02-21* sigproc.cc (getsem): Make semaphore always non-inheritable.Egor Duda
2001-02-20* dcrt0.cc (locale_init): Remove.Christopher Faylor
2001-02-20* cygwin.din: Export rand48 functions.Christopher Faylor
2001-02-16* signal.cc (signal): Prohibit setting handlers for SIGKILL and SIGSTOPEgor Duda
2001-02-15 * include/w32api.h: Oops forgot to cvs add this.Earnie Boyd
2001-02-15 * include/commctrl.h: Use _TEXT() instead of TEXT() throughout.Earnie Boyd
2001-02-15* dlfcn.cc (dlopen): Do not call LoadLibrary with a NULL pointer, when theChristopher Faylor
2001-02-15* fhandler_console.cc (fhandler_console::char_command): Ignore unknownChristopher Faylor
2001-02-14 * include/shlobj.h: Add missing SLR_* flags.Corinna Vinschen
2001-02-12 * lib/Makefile.in: (host_alias): Add variable.Earnie Boyd
2001-02-10* fork.cc (fork_parent): Return EAGAIN when can't record pid.Christopher Faylor
2001-02-09* syscalls.cc (mknod): Add valid parameters.Christopher Faylor
2001-02-09 * mmap.cc (mmap): Check for reusing a mapping only on MAP_SHAREDCorinna Vinschen
2001-02-09 * mmap.cc (class list): Add member `hash'.Corinna Vinschen
2001-02-08* setup2.sgml: Add docs about domain accounts.DJ Delorie
2001-02-08* signal.cc (killpg): Correct first argument.Christopher Faylor
2001-02-08 * autoload.cc: Add LoadDLLinitfunc for iphlpapi.dll.Corinna Vinschen
2001-02-06 * syscalls.cc (stat_worker): Add a check for the special case whenCorinna Vinschen
2001-02-05 * fhandler.cc (fhandler_base::open): Always add GENERIC_READ accessCorinna Vinschen
2001-02-05 * mmap.cc (mmap_record::fixup_map): New method to duplicateCorinna Vinschen
2001-02-02 * include/winnt.h: (__TEXT): Add private macro.Earnie Boyd
2001-02-02Fri Feb 2 10:34:07 2001 Earnie Boyd <earnie@users.sourceforge.net>Earnie Boyd
2001-02-02* cygheap.cc (creturn): Correctly calculate cygheap_max.Christopher Faylor
2001-02-01 * Makefile.in: Increment VERSION to 0.5Earnie Boyd
2001-02-01 * Makefile.in: Increment version to 0.5Earnie Boyd
2001-01-31* shared.cc (shared_info::initialize): Reduce size of heap.Christopher Faylor
2001-01-31 * include/sys/resource.h: Fix typo.Corinna Vinschen
2001-01-31 * include/sys/resources.h: Add RLIMIT_NLIMITS and RLIM_NLIMITS.Corinna Vinschen
2001-01-31* include/cygwin/version.h: Bump version to 1.3.0.Christopher Faylor
2001-01-30 * include/assert.h: (assert): Remove ; from end of definitionEarnie Boyd
2001-01-30 * Apply Phil Krylov patches.Earnie Boyd
2001-01-30 * include/winuser.h: (IDC_HAND) New resource identifier.Earnie Boyd
2001-01-30 * include/iptypes.h: Include <sys/types.h> for time_t declaration.Earnie Boyd
2001-01-30 * objidl.h: (GetClassID): Argument needs to be a pointer.Earnie Boyd
2001-01-30 * Apply Danny Smith patch 102386Earnie Boyd
2001-01-30 * include/time.h: (CLOCKS_PER_SEC): Type cast the constant.Earnie Boyd
2001-01-30 * pinfo.cc (pinfo::init): Use INVALID_HANDLE_VALUE instead ofCorinna Vinschen
2001-01-30* fhandler_serial.cc (raw_write): Use local copy of OVERLAPPED structureChristopher Faylor
2001-01-29 * time.h: (CLOCKS_PER_SEC) Change from FP to integer constant.Earnie Boyd
2001-01-29 * mmap.cc (mmap): Remove obsolete check for MAP_SHARED|MAP_ANON asCorinna Vinschen
2001-01-29 * mmap.cc (mmap_record::find_empty): Fix loop condition.Corinna Vinschen
2001-01-29* syscalls.cc (_link): Make sure that newpath does not exist. Set errno if itChristopher Faylor
2001-01-28 * include/wchar.h: The 2001.01.18 Change was incorrect. The functionsEarnie Boyd
2001-01-28Sun Jan 28 12:47:31 2001 Earnie Boyd <earnie@users.sourceforge.net>Earnie Boyd
2001-01-28 *include/stdlib.h (__p__pgmptr): add prototype.Earnie Boyd
2001-01-28 * Apply Danny Smith patch 102446Earnie Boyd