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-18 * include/getopt.h: Don't define getopt_long() and friends whenCorinna Vinschen
2001-12-17* dtable.cc (dtable::init_std_file_from_handle): Avoid initializing using anChristopher Faylor
2001-12-17* include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG_MAX.Christopher Faylor
2001-12-12* include/getopt.h: Add HAVE_DECL_GETOPT to save pain elsewhere.Christopher Faylor
2001-12-11* fhandler.h (fhandler_serial::ev): New class member.Christopher Faylor
2001-12-10whitespace cleanupChristopher Faylor
2001-12-08* path.cc (path_conv::check): Use full path name for determining attributesChristopher Faylor
2001-12-07* path.cc (path_conv::check): Reset FH_CYGDRIVE if iterating through path.Christopher 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.Christopher Faylor
2001-12-05Add missing ChangeLog entries.Christopher 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.Christopher Faylor
2001-12-03* path.cc (mount_info::conv_to_win32_path): Avoid returning error if cygdriveChristopher Faylor
2001-12-02minor reformatting.Christopher Faylor
2001-11-30* debug.cc (makethread): Eliminate unneeded function call.Christopher Faylor
2001-11-28* winsup.h: Reorganize to avoid use of experimental stuff.Christopher Faylor
2001-11-28Add attribution.Christopher Faylor
2001-11-28* cygwin.din (ualarm): New export.Christopher Faylor
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-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-21* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.Christopher Faylor
2001-11-17* path.cc (conv_path_list): Copy source paths before modifying them.Christopher Faylor
2001-11-17 * fhandler_raw.cc (fhandler_dev_raw::clear): Don't reset unit.Corinna Vinschen
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-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
2001-11-14* syscalls.cc (_write): Allow zero length as per SUSv2.Christopher Faylor
2001-11-14 * dir.cc (mkdir): Add HIDDEN file attribute if file has leading dotCorinna Vinschen
2001-11-12* fhandler_console.cc (fhandler_console::read): Revert 2001-10-23 change toChristopher Faylor
2001-11-12* include/cygwin/version.h: Bump version to 1.3.6.Christopher Faylor
2001-11-11fix typo.Christopher Faylor
2001-11-10* dtable.cc (dtable::build_fhandler): Don't increment console fd count if newChristopher Faylor
2001-11-08 * select.cc: Set errno using set_sig_errno() throughout.Corinna Vinschen
2001-11-08 * select.cc (fhandler_tty_slave::ready_for_read): Return 0 on EBADF.Corinna Vinschen
2001-11-07 * lib/getopt.c (getopt_internal): Reset optind to 1 only if optresetCorinna Vinschen
2001-11-06* select.cc (fhandler_tty_slave::ready_for_read): Correct inverted not_openChristopher Faylor
2001-11-06* include/cygwin/version.h: Bump version to 1.3.5.Christopher Faylor