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
2006-02-25This commit was manufactured by cvs2svn to create branch 'gdb-gdb-csl-20060226-branchpointcvs2svn
2006-02-22 * fhandler.cc (fhandler_base::open): Add FILE_READ_ATTRIBUTES toCorinna Vinschen
2006-01-26 * fhandler.cc (fhandler_base::open): Fix bug in argument order toCorinna Vinschen
2005-12-29*** cygwin DLL Changes:Christopher Faylor
2005-12-14 * fhandler.cc (ACCFLAGS): Remove macro.Corinna Vinschen
2005-12-14 * fhandler.cc (fhandler_base::open_9x): Handle O_SYNC and O_DIRECTCorinna Vinschen
2005-11-09* fhandler_base.cc (fhandler_base::readv): Free buf, not a pointer into theChristopher Faylor
2005-09-28 Revert erroneous checkin.Corinna Vinschen
2005-09-28 * fhandler.h (class fhandler_dev_raw): Delete current_position andCorinna Vinschen
2005-09-13* dcrt0.cc (do_exit): Rely on sigproc_terminate to set exit_stateChristopher Faylor
2005-08-20* cygerrno.h (geterrno_from_win_error): Change declaration to default to usingChristopher Faylor
2005-07-29* fhandler.h (fhandler_base::pread): Declare new function.Christopher Faylor
2005-07-07Eliminate (void) cast on standalone function calls throughout.Christopher Faylor
2005-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-06-30 * fhandler.cc (fhandler_base::readv): Use malloc/free instead of alloca.Corinna Vinschen
2005-06-24 * fhandler.cc (rootdir): Don't set errno.Corinna Vinschen
2005-06-07* cygthread.cc (cygthread::detach): Make error message a little more detailed.Christopher Faylor
2005-05-25* fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor
2005-04-28(check in files that should have been checked in previously)Christopher Faylor
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor
2005-04-16* fhandler.cc (fhandler::dup): Duplicate flags, too.Christopher Faylor
2005-04-13 * cygerrno.h (__seterrno_from_nt_status): Define. Always set Win32Corinna Vinschen
2005-04-13* fhandler.h (fhandler_base::utimes_fs): New method.Christopher Faylor
2005-04-12 * autoload.cc (NtQueryVolumeInformationFile): Add.Corinna Vinschen
2005-04-04 * dcrt0.cc (dll_crt0_1): Don't call set_cygwin_privileges on 9x.Corinna Vinschen
2005-03-04 * fhandler.cc (fhandler_base::open_9x): Satisfy query_open values.Corinna Vinschen
2005-02-23 * devices.h: Switch FH_ZERO and FH_PORT as on Linux. Add FH_FULL.Corinna Vinschen
2005-02-22 * cygwin.din (fdatasync): Export.Corinna 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-20 * fhandler.h (class fhandler_base): Declare new method link.Corinna Vinschen
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-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-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 * cygheap.h (class cygheap_fdenum): New class to enumerate usedCorinna Vinschen
2005-01-15 * fhandler_disk_file.cc (fhandler_disk_file::facl): Pretend successfulCorinna Vinschen
2004-12-26* fhandler.cc (fhandler_base::fchmod): Do the right thing when changing an "onChristopher Faylor
2004-12-24* path.h (path_conv::set_normalized_path): Add second argument and fill it inChristopher Faylor
2004-12-12* fhandler.cc (fhandler_base::puts_readahead): Fix end-condition.Bas van Gompel
2004-12-05* fhandler.cc (fhandler_base::read): Remove superfluous check inBas van Gompel
2004-12-05* fhandler.cc (fhandler_base::read): Don't debug_printf garbage whenBas van Gompel
2004-11-212004-11-20 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2004-09-12* exceptions.cc: (ctrl_c_handler): Do nothing while a Cygwin subprocess isChristopher Faylor
2004-09-10 * fhandler.cc (fhandler_base::dup): Use debug_printf.Corinna Vinschen
2004-08-28 * fhandler.cc (fhandler_base::write): In the lseek_bug case, set EOFCorinna Vinschen
2004-08-19 * fhandler.cc (fhandler_base::open): Set shared flags to 0 whenCorinna Vinschen
2004-08-142004-08-14 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet