OSDN Git Service

* speclib: Remove temp files automatically.
[pf3gnuchains/pf3gnuchains3x.git] / winsup / cygwin /
2002-01-02 cgf* speclib: Remove temp files automatically.
2002-01-01 cgfrestore missing entry
2002-01-01 corinna * fhandler.h (fhandler_socket::sun_path): New private...
2001-12-31 cgfStrip path when installing library.
2001-12-31 cgf* include/getopt.h: Fix define.
2001-12-31 cgf* speclib: New file.
2001-12-30 cgf* cygmagic: Eliminate unneeded use of 'tr' and 'bc'.
2001-12-30 corinna * security.cc (open_local_policy): Use POLICY_EXECUTE...
2001-12-29 corinna * security.cc (open_local_policy): Initialize lsa...
2001-12-28 corinna * cygwin.din: Add symbols for endutent(), getutent...
2001-12-26 cgf* cygmagic: Add define name to warning.
2001-12-26 cgf* include/getopt.h: Protect a declaratin.
2001-12-26 rbcollinsRemove accenidentally left >>> marker
2001-12-26 rbcollins2001-12-26 Robert Collins <rbtcollins@hotmail.com>
2001-12-26 cgfcomment
2001-12-26 cgf* Makefile.in: Quote arguments to shell scripts.
2001-12-26 cgf* Makefile.in: Autogenerate some header files which...
2001-12-20 cgf* include/cygwin/version.h: Bump API minor version...
2001-12-20 cgfRemove obsolete include.
2001-12-20 cgf* Makefile.in (VPATH): Add regex directory.
2001-12-19 cgfFix up comments.
2001-12-17 corinna * include/getopt.h: Don't define getopt_long() and...
2001-12-17 cgf* dtable.cc (dtable::init_std_file_from_handle): Avoid...
2001-12-17 cgf* include/limits.h: Define LLONG_MIN, LLONG_MAX, ULLONG...
2001-12-11 cgf* include/getopt.h: Add HAVE_DECL_GETOPT to save pain...
2001-12-11 cgf* fhandler.h (fhandler_serial::ev): New class member.
2001-12-10 cgfwhitespace cleanup
2001-12-08 cgf* path.cc (path_conv::check): Use full path name for...
2001-12-07 cgf* path.cc (path_conv::check): Reset FH_CYGDRIVE if...
2001-12-06 cgf* path.cc (path_conv::check): Don't complain if /dev...
2001-12-05 cgf* dir.cc (opendir): Detect error return from build_fhan...
2001-12-05 cgfAdd missing ChangeLog entries.
2001-12-04 cgf* net.cc (cygwin_getsockopt): Dereference optlen pointe...
2001-12-03 cgf* net.cc (cygwin_getsockopt): Allow NULL optval.
2001-12-03 cgf* path.cc (mount_info::conv_to_win32_path): Avoid retur...
2001-12-02 cgfminor reformatting.
2001-11-30 cgf* debug.cc (makethread): Eliminate unneeded function...
2001-11-28 cgf* winsup.h: Reorganize to avoid use of experimental...
2001-11-28 cgfAdd attribution.
2001-11-28 cgf* cygwin.din (ualarm): New export.
2001-11-26 cgfRevert erroneous checkin.
2001-11-26 cgf* Makefile.in (libcygwin.a): Use ar commands to build...
2001-11-25 corinnaAdd missing ChangeLog entries.
2001-11-25 cgf* fhandler_disk_file.cc (fhandler_cygdrive::readdir...
2001-11-24 corinna * net.cc (cygwin_hstrerror): Allow s == NULL.
2001-11-24 corinna * net.cc (cygwin_inet_ntoa): Add parameter checking.
2001-11-24 cgf* path.cc (path_conv::check): Tighten FH_CYGDRIVE check...
2001-11-24 cgf* autoload.cc (IsDebuggerPresent): Make conditional...
2001-11-24 cgf* net.cc (inet_makeaddr): Revert previous change.
2001-11-24 cgf* path.cc (chdir): Allow 'cd /cygdrive'.
2001-11-24 cgffix typo.
2001-11-24 cgf* dtable.cc (dtable::vfork_parent_restore): Add debuggi...
2001-11-22 cgf* path.cc (conv_path_list): Fix wild indexing into...
2001-11-21 cgf* Makefile.in (DLL_OFILES): Add fhandler_disk_file.o.
2001-11-17 cgf* path.cc (conv_path_list): Copy source paths before...
2001-11-16 corinna * fhandler_raw.cc (fhandler_dev_raw::clear): Don't...
2001-11-15 duda* include/pthread.h (PTHREAD_COND_INITIALIZER): Define.
2001-11-15 cgf* exceptions.cc: Add stdlib.h include for alloca declar...
2001-11-14 corinna * fhandler.cc (fhandler_disk_file::fstat): Add setting...
2001-11-14 corinna * winsup.h: Remove alloca definition since it's now...
2001-11-14 cgf* syscalls.cc (_write): Allow zero length as per SUSv2.
2001-11-13 corinna * dir.cc (mkdir): Add HIDDEN file attribute if file...
2001-11-12 cgf* fhandler_console.cc (fhandler_console::read): Revert...
2001-11-12 cgf* include/cygwin/version.h: Bump version to 1.3.6.
2001-11-11 cgffix typo.
2001-11-10 cgf* dtable.cc (dtable::build_fhandler): Don't increment...
2001-11-08 corinna * select.cc: Set errno using set_sig_errno() throughout.
2001-11-08 corinna * select.cc (fhandler_tty_slave::ready_for_read):...
2001-11-07 corinna * lib/getopt.c (getopt_internal): Reset optind to...
2001-11-06 cgf* select.cc (fhandler_tty_slave::ready_for_read): Corre...
2001-11-05 cgf* include/cygwin/version.h: Bump version to 1.3.5.
2001-11-05 corinna * mmap.cc (mmap_record::find_empty): Add input paramet...
2001-11-05 cgfEliminate excess whitespace.
2001-11-05 cgfAdd strace debugging section.
2001-11-05 cgf* dtable.cc (dtable::build_fhandler): Fix debug_printf...
2001-11-05 cgf* fhandler.h (fhandler_pipe::broken_pipe): Renamed...
2001-11-05 cgf* pipe.cc (fhandler_pipe::read): Narrow eof return...
2001-11-05 cgf* select.cc: Add more comments throughout. Use bool...
2001-11-04 cgf* select.cc (verify_console): New function.
2001-11-04 cgf* fhandler.h (fhandler_base::ready_for_read): Remove...
2001-11-03 corinna * security.cc (get_supplementary_group_sidlist): New...
2001-11-03 cgf* fhandler.cc (fhandler_base::read): Return just read...
2001-11-03 cgf* dll_init.h (class dll_list): Reorder functions to...
2001-11-02 cgf* fhandler.h: Change Windows 'BOOL's to c++ 'bool's...
2001-11-01 cgf* cygheap.h (cygheap_fdmanip::isopen): Set appropriate...
2001-11-01 cgf* dtable.cc (dtable::build_fhandler): Issue internal...
2001-10-31 cgf* environ.cc: Set reset_com to false to mimic linux...
2001-10-31 corinna * dtable.cc (dtable::vfork_child_dup): Revert imperson...
2001-10-31 cgfremove garbage ChangeLog entry.
2001-10-31 cgf* sigproc.cc (sigproc_terminate): Don't signal main...
2001-10-31 cgf* fhandler.cc (fhandler_base::fork_fixup): Pass old...
2001-10-31 cgf* cygheap.h (cygheap_fdmanip::cygheap_fdmanip): Clear fh.
2001-10-30 corinna * fhandler_socket.cc (fhandler_socket::close): Add...
2001-10-30 corinna * (fhandler_socket::dup): Revert previous change.
2001-10-30 cgf* dtable.cc (dtable::dup2): Add some debugging. Use...
2001-10-30 corinna * security.cc (is_group_member): Call NetLocalGroupGet...
2001-10-29 cgf* fhandler.cc (fhandler_base::set_name): Set namehash...
2001-10-29 cgf* select.cc (MAKEready): Remove extraneous select_read.
2001-10-29 corinna * uinfo.cc (internal_getlogin): Set environment variab...
2001-10-29 cgf* fhandler.h (fhandler_serial::fhandler_serial): Change...
next