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 (Expand)Author
2003-09-16fix typoChristopher Faylor
2003-09-16* getopt.cc (opterr): Reinstate initialization.Christopher Faylor
2003-09-16* exceptions.cc (sig_handle_tty_stop): Fix boneheaded mistake by using correctChristopher Faylor
2003-09-162003-09-15 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
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* 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* 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* 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* 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* 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-08 * cygwin.din: Export argz_add argz_add_sep argz_append argz_countCorinna Vinschen
2003-09-08Throughout, remove __d_u.__d_data fields from DIR structure.Christopher 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-05* dcrt0.cc (__argc_safe): New variable.Christopher Faylor
2003-09-04 * sysconf.cc (sysconf): Return more accurate value for _SC_AVPHYS_PAGES.Corinna Vinschen
2003-09-04 * mmap.cc: Restructure. Add, remove and rewrite comments throughoutCorinna Vinschen
2003-09-04* cxx.cc (new): Fix formatting. Just return result of ccalloc rather thanChristopher Faylor
2003-09-03* exceptions.cc (set_process_mask): Set pending signals only when signalsChristopher Faylor
2003-09-01* include/cygwin/version.h: Bump DLL minor number to 4.Christopher Faylor
2003-09-01* net.cc (dup_ent): Restore check for NULL input.Christopher Faylor
2003-09-01* include/sys/cygwin.h: Don't define cygwin-specific things if !__CYGWIN__.Christopher Faylor
2003-09-01* cygheap.cc (cygheap_init): Allocate space for sigaction array in cygheap.Christopher Faylor
2003-09-01* net.cc (dup_ent): Make debugging output consistent.Christopher Faylor
2003-09-01Use dup_ent rather than specific dup_*_ptr functions throughout.Christopher Faylor
2003-09-01* net.cc (free_char_list): Delete.Christopher Faylor
2003-08-31* Makefile.in (MALLOC_OFILES): Always fill in with correct malloc object.Christopher Faylor