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
2005-02-24 * localtime.cc: Implement setting __tzrule's offset member usingCorinna Vinschen
2005-02-24 * devices.cc: Regenerate.Corinna Vinschen
2005-02-23 * devices.in (parsedisk): Fix typo.Corinna Vinschen
2005-02-23 * cygwin.din (getpeereid): Export.Corinna Vinschen
2005-02-23 * include/sys/statvfs.h (ST_RDONLY): Define.Corinna Vinschen
2005-02-23 * cygwin.din (fstatvfs): Export.Corinna Vinschen
2005-02-23 * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen
2005-02-23* fhandler_disk_file.cc (fhandler_cygdrive::closedir): Return 0 when closingChristopher Faylor
2005-02-22 * cygwin.din (basename): Export.Corinna Vinschen
2005-02-22 * select.cc (peek_pipe): Disable new pipe code until there'sCorinna Vinschen
2005-02-22 * include/cygwin/version.h: Fix comment.Corinna Vinschen
2005-02-22 * cygwin.din (fdatasync): Export.Corinna Vinschen
2005-02-20 * fhandler.h (fhandler_base::fstat_helper): Declare with additionalCorinna Vinschen
2005-02-20 * autoload.cc (FindFirstVolumeA): Add.Corinna Vinschen
2005-02-20 * fhandler.h (enum query_state): Add query_write_attributes state.Corinna Vinschen
2005-02-20copyrightChristopher Faylor
2005-02-20 * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen
2005-02-19 * fhandler.h (class fhandler_socket): Declare new methods fchown,Corinna Vinschen
2005-02-19 * localtime.cc: Temporary implementation of setting __tzrule's offsetCorinna Vinschen
2005-02-17* path.cc (path_conv::check): Set fs flag when a unix-domain socket isChristopher Faylor
2005-02-17 * fhandler_disk_file.cc (fhandler_disk_file::fstat): Set st_ctime ifCorinna Vinschen
2005-02-17 * times.cc (utimes): Open files with FILE_WRITE_ATTRIBUTES first,Corinna Vinschen
2005-02-16* path.h (path_conv::issocket): Return true if device == FH_UNIX rather thanChristopher Faylor
2005-02-13white spaceChristopher Faylor
2005-02-12fix typoChristopher Faylor
2005-02-11 * fhandler.cc (fhandler_base::raw_write): Mark as changed onCorinna Vinschen
2005-02-11* cygthread.cc (cygthread::release): Reset ev here if it exists.Christopher Faylor
2005-02-11 * times.cc (utimes): Open files with GENERIC_WRITE on file systemsCorinna Vinschen
2005-02-09 * fhandler_disk_file.cc (fhandler_disk_file::ftruncate): Fix checkingCorinna Vinschen
2005-02-08 * times.cc (timeval_to_filetime): Define first parameter const.Corinna Vinschen
2005-02-08 * cygthread.cc (cygthread::detach): Just test thread handle afterCorinna Vinschen
2005-02-08* pipe.cc (fhandler_pipe::read): Remove hold over from old read_stateChristopher Faylor
2005-02-07* net.cc (cygwin_gethostbyname): Be more picky about what's a numeric addressChristopher Faylor
2005-02-07* exceptions.cc: Make windows_system_directory non-static.Christopher Faylor
2005-02-06 * path.cc (path_conv::check): Leave symlink expansion loop in caseCorinna Vinschen
2005-02-06* cygthread.h (cygthread::terminate_thread): Reflect return value.Christopher Faylor
2005-02-03 * fhandler.h (fhandler_base::ftruncate): Define new virtual method.Corinna Vinschen
2005-02-02 * pipe.cc (fhandler_pipe::dup): Fix conditionals in case of error.Corinna Vinschen
2005-02-02 * times.cc (utimes): Mark st_ctime for update according to SUSv3.Corinna Vinschen
2005-02-01* fhandler_proc.cc (format_proc_partitions): Remove PartitionType check sinceChristopher Faylor
2005-02-01* cygthread.cc (cygthread::terminate_thread): Wait briefly for notificationChristopher Faylor
2005-02-01 * pipe.cc (fhandler_pipe::open): Allow re-opening of /proc/<pid>/fdCorinna Vinschen
2005-02-01 * fhandler.cc (fhandler_base::get_proc_fd_name): Don't generateCorinna Vinschen
2005-02-01* path.h (path_conv::set_name): Declare new function.Christopher Faylor
2005-01-31* smallprint.c (rnarg): Use long rather than unsigned long so that we getChristopher Faylor
2005-01-31 * environ.cc (set_traverse): New function.Corinna Vinschen
2005-01-31* smallprint.c (__rn): Regparmize.Christopher Faylor
2005-01-31* smallprint.c (rnarg): New macro.Christopher Faylor
2005-01-31* pinfo.cc (pinfo::exit): Only return low-order 16 bits when exiting.Christopher Faylor
2005-01-31 * fhandler_process.cc (format_process_maps): Get destbuf argument byCorinna Vinschen