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
2003-09-14* Makefile.in: Make malloc_wrapper -fomit-frame-pointer.Christopher Faylor
2003-09-14* fhandler_disk_file.cc (path_conv::ndisk_links): Fix potential off-by-oneChristopher Faylor
2003-09-13* kill.c (forcekill): Wait for process to terminate even if TerminateProcessChristopher Faylor
2003-09-13* include/sys/cygwin.h: Rename PID_UNUSED to PID_MAP_RW.Christopher Faylor
2003-09-13* include/cygwin/version.h: Bump DLL minor number to 5.Christopher Faylor
2003-09-13 * include/olectl.h (TEXTMETRICOLE, LPERRORLOG, LPPROPERTYBAG,Danny Smith
2003-09-13 * include/winuser.h (_WIN32_WINNT, _WIN32_WINDOWS, WINVER):Danny Smith
2003-09-13* thread.cc (MTinterface::fixup_after_fork): Remove code which potentiallyChristopher Faylor
2003-09-13* fhandler_disk_file.cc (path_conv::ndisk_links): Fix problem where searchChristopher Faylor
2003-09-12* dcrt0.cc (_dll_crt0): Accommodate breaking apart of early_stuff_init.Christopher Faylor
2003-09-12* Makefile.in: Tweak mingw libz.a detection to make it more reliably detectChristopher Faylor
2003-09-12* fhandler_disk_file.cc (path_conv::ndisk_links): Rename from num_entries.Christopher Faylor
2003-09-11* path.cc (normalize_posix_path): Put check for '//' prefix back to denote aChristopher Faylor
2003-09-11 * cygcheck.cc (dump_only): New global variable.Corinna Vinschen
2003-09-11* dir.cc (rmdir): Add more samba workarounds.Christopher Faylor
2003-09-11 * shared.cc (user_shared_initialize): Revert length attribute for nameCorinna Vinschen
2003-09-11 * getfacl (main): Remove extern declaration of optind.Corinna Vinschen
2003-09-11* Makefile.in (cygcheck.o): Use MINGW_CXX for compilation.Christopher Faylor
2003-09-11* Makefile.in (MINGW_CXX): Define and use for mingw-compiled files.Christopher Faylor
2003-09-11* Makefile.in: More fixups to adjust for the fact that mingw_getopt.o is noChristopher Faylor
2003-09-11* Makefile.in: Remove references to getopt since it is now part of mingwex.Christopher Faylor
2003-09-11* shared_info.h (shared_info::initialize): Remove argument.Christopher Faylor
2003-09-11* fhandler_disk_file.cc (num_entries): Take . and .. into account if they doChristopher Faylor
2003-09-10 * Makefile.in (DLL_OFILES): Add getopt.o and iruserok.o.Corinna Vinschen
2003-09-10* exceptions.cc (sig_handle_tty_stop): Check parent PID_NOCLDSTOP rather thanChristopher Faylor
2003-09-10* Makefile.in: Add some more -fomit-frame-pointer files.Christopher Faylor
2003-09-10 * Makefile.in (DLL_OFILES): Add bsdlib.o.Corinna Vinschen
2003-09-10 * fhandler_socket.cc (fhandler_socket::fstat): Don't use PC_POSIX.Corinna Vinschen
2003-09-102003-09-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2003-09-09 * mmap.cc (mmap64): Change address types from caddr_t to void *Corinna Vinschen
2003-09-09* dcrt0.cc (dlL_crt0_1): Set __argc_safe after __argc is absolutely know to beChristopher Faylor
2003-09-09* dir.cc (readdir): Reinstate setting of old ino field for legacy applications.Christopher Faylor
2003-09-09* passwe.cc (getpwnam_r): Initialize pw_comment field.Christopher Faylor
2003-09-09* passwd.cc (getpwuid_r32): Initialize pw_comment field.Christopher Faylor
2003-09-09* sigproc.cc (wait_sig_inited): Remove assertion since it is racy.Christopher Faylor
2003-09-09 * cygwin.din: Export endusershell, getusershell and setusershell.Corinna Vinschen
2003-09-082003-09-08 Justin Forest <vhex@users.sourceforge.net>Danny Smith
2003-09-08 * cygwin.din: Export argz_add argz_add_sep argz_append argz_countCorinna Vinschen
2003-09-08fix typoChristopher Faylor
2003-09-08* Makefile.in (zlib_h): Rename libz.h -> zlib.h.Christopher Faylor
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher Faylor
2003-09-08* Makefile.in: Detect existence of mingw zlib headers and libraries. BuildChristopher Faylor
2003-09-08* include/cygwin/in.h: Don't define ipv6 stuff unless we call for itChristopher Faylor
2003-09-07* cygheap.cc (_csbrk): More left coercion cleanup.Christopher Faylor
2003-09-07* signal.cc (nanosleep): Improve test for valid values. Round delay up toChristopher Faylor
2003-09-07Remove left coercion throughout.Christopher Faylor
2003-09-06* hires.h (hires_ms::~hires_ms): Delete declaration.Christopher Faylor
2003-09-06* dump_setup.cc (check_package_files): Don't fail on empty package.Christopher Faylor
2003-09-05 * include/w32api.h (_NT5, etc): Reverse the changes of 2003-07-01.Earnie Boyd
2003-09-05* dcrt0.cc (__argc_safe): New variable.Christopher Faylor