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-07-05Change foo (void) to foo () for all c++ functions throughout. Remove allChristopher Faylor
2005-07-05* cygtls.h (_cygtls): Perform minor reformatting.Christopher Faylor
2005-06-22 * fhandler.h (class fhandler_dev_tape): Add declaration forCorinna Vinschen
2005-06-17 * fhandler.h (fhandler_union): Add missing members corresponding toCorinna Vinschen
2005-06-02Revert 2005-05-30 close_all_files changes.Christopher Faylor
2005-06-01* child_info.h (child_info::cygheap_h): Delete.Christopher Faylor
2005-05-25* fhandler.h (fhandler_base::mkdir): New virtual method.Christopher Faylor
2005-05-19* fhandler.h (fhandler_cygdrive::seekdir): Delete declaration.Christopher Faylor
2005-05-18 * fhandler_netdrive.cc (fhandler_netdrive::telldir): Remove since it'sCorinna Vinschen
2005-05-18 * fhandler.h (class fhandler_netdrive): Add method rewinddir.Corinna Vinschen
2005-05-14 * autoload.cc (WNetGetResourceParentA): Import.Corinna Vinschen
2005-05-11 * Makefile.in (DLL_OFILES): Add fhandler_mailslot.o.Corinna Vinschen
2005-05-092005-05-09 Pierre Humblet <pierre.humblet@ieee.org>Pierre Humblet
2005-04-22* fhandler.h (dev_console::set_color): Define new function.Christopher Faylor
2005-04-22* fhandler.cc (fhandler_base::read): Remove unused signal state tweaks.Christopher Faylor
2005-04-18 * fhandler.h (enum conn_state): Add connect_failed state.Corinna Vinschen
2005-04-17Actually check in files.Christopher Faylor
2005-04-13 * fhandler.h (class fhandler_socket): Remove utimes.Corinna 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-24 * fhandler.h (fhandler_socket::secret_event): Remove.Corinna Vinschen
2005-03-23 * fhandler.h (fhandler_socket::eid_connect): Make private.Corinna Vinschen
2005-03-21 * fhandler.h (class cygthread): Remove forward declaration.Corinna Vinschen
2005-03-21 * fhandler.h (class cygthread): Forward declare.Corinna Vinschen
2005-03-20* child_info.h (fork_info): Use different method to alias variable.Christopher Faylor
2005-03-17* dir.cc: Rename opendir_* to dirent_* throughout.Christopher Faylor
2005-02-28 * fhandler.h (class fhandler_socket): Declare new methodCorinna Vinschen
2005-02-26 * fhandler.h (class fhandler_base): Declare fixup_mmap_after_forkCorinna Vinschen
2005-02-23 * cygwin.din (getpeereid): 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-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-13white spaceChristopher Faylor
2005-02-11 * fhandler.cc (fhandler_base::raw_write): Mark as changed onCorinna 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-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-29 * autoload.cc (GetModuleFileNameExA): Add.Corinna Vinschen
2005-01-14 * fhandler.h (fhandler_disk_file::touch_ctime): Declare.Corinna Vinschen
2005-01-13Reorganize header file inclusion throughout so that cygerrno.h comes first.Christopher Faylor
2004-08-17 * fhandler.h (fhandler_dev_dsp:~fhandler_dev_dsp): Delete.Corinna Vinschen
2004-07-15 * fhandler.h (class fhandler_dev_raw): Remove is_writing flag.Corinna Vinschen
2004-06-07* dtable.cc (dtable::find_fifo): Release lock after fifo found (still racy).Christopher Faylor
2004-05-10 * fhandler.h (class fhandler_socket): Add "owner" status flag.Corinna Vinschen
2004-05-07 Revert code reversion from 2004-04-03. So, revert to async I/O again.Corinna Vinschen