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
2001-12-07* path.cc (path_conv::check): Reset FH_CYGDRIVE if iterating through path.unlabeled-1.1042.2.1.4.2.4Christopher Faylor
2001-12-07* path.cc (path_conv::check): Don't complain if /dev/x/foo when x doesn'tChristopher Faylor
2001-12-06* dir.cc (opendir): Detect error return from build_fhandler_from_name.unlabeled-1.1042.2.1.4Christopher Faylor
2001-12-05* net.cc (cygwin_getsockopt): Dereference optlen pointer when passing toChristopher Faylor
2001-12-03* net.cc (cygwin_getsockopt): Allow NULL optval.unlabeled-1.1042.2Christopher Faylor
2001-11-30This commit was manufactured by cvs2svn to create branchcvs2svn
2001-11-30* debug.cc (makethread): Eliminate unneeded function call.Christopher Faylor
2001-11-29Copyright 2001Alexandre Oliva
2001-11-29* d10v.h (OPERAND_SP): New macro.Alexandre Oliva
2001-11-28When build != host, create libiberty for the build machine.DJ Delorie
2001-11-28* winsup.h: Reorganize to avoid use of experimental stuff.Christopher Faylor
2001-11-28Add attribution.Christopher Faylor
2001-11-28* libc/include/sys/types.h: Define useconds_t.Christopher Faylor
2001-11-28* cygwin.din (ualarm): New export.Christopher Faylor
2001-11-27 * config.sub: Update to version 1.232 on subversion.Geoffrey Keating
2001-11-26Revert erroneous checkin.Christopher Faylor
2001-11-26* Makefile.in (libcygwin.a): Use ar commands to build libcygwin.a since addingChristopher Faylor
2001-11-25Add missing ChangeLog entries.Corinna Vinschen
2001-11-25* fhandler_disk_file.cc (fhandler_cygdrive::readdir): Avoid reportingChristopher Faylor
2001-11-25 * net.cc (cygwin_hstrerror): Allow s == NULL.Corinna Vinschen
2001-11-25 * net.cc (cygwin_inet_ntoa): Add parameter checking.Corinna Vinschen
2001-11-25* path.cc (path_conv::check): Tighten FH_CYGDRIVE check to avoid matchingChristopher Faylor
2001-11-24* autoload.cc (IsDebuggerPresent): Make conditional load since it is notChristopher Faylor
2001-11-24* net.cc (inet_makeaddr): Revert previous change.Christopher Faylor
2001-11-24* path.cc (chdir): Allow 'cd /cygdrive'.Christopher Faylor
2001-11-24Fix typo.Christopher Faylor
2001-11-24fix typo.Christopher Faylor
2001-11-24* dtable.cc (dtable::vfork_parent_restore): Add debugging statement.Christopher Faylor
2001-11-22* path.cc (conv_path_list): Fix wild indexing into path due to conflictingChristopher Faylor
2001-11-22* path.cc (cygpath): Don't consider cygpath stuff when trying to derive nativeChristopher Faylor
2001-11-22 Patch by Pierre Muller <muller@ics.u-strasbg.fr>:Corinna Vinschen
2001-11-21 Patch by Mark Bradshaw <bradshaw@staff.crosswalk.com>:Corinna Vinschen
2001-11-21* libc/sys/cygwin/sys/dirent.h (DIR): Add another internal element.Christopher Faylor
2001-11-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor
2001-11-21Change copyright.Christopher Faylor
2001-11-20Use msgfmt to generate .gmo files from .po files for a distribution.Nick Clifton
2001-11-19 * libc/sys/mmixware/*: Tweak license header in all source files.Hans-Peter Nilsson
2001-11-19 * COPYING.NEWLIB: Mention preserved notice in specific parts.Hans-Peter Nilsson
2001-11-18* winsup.api/pthread/condvar3_1.c: Fix debugging output.Egor Duda
2001-11-17* path.cc (conv_path_list): Copy source paths before modifying them.Christopher Faylor
2001-11-17 * strace.cc (main): Change getopt() to getopt_long().Corinna Vinschen
2001-11-17 * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.Corinna Vinschen
2001-11-15 * common.h (NT_ARCH): Define. Remove incorrect comment.Alan Modra
2001-11-15Fix typo.Egor Duda
2001-11-15* winsup.api/pthread/: New directory. Ports of pthread functionalityEgor Duda
2001-11-15* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.Egor Duda
2001-11-15* exceptions.cc: Add stdlib.h include for alloca declaration.Christopher Faylor
2001-11-15binutils/ChangeLogAlan Modra
2001-11-15 * fhandler.cc (fhandler_disk_file::fstat): Add setting access timeCorinna Vinschen
2001-11-14 * winsup.h: Remove alloca definition since it's now defined throughCorinna Vinschen