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
path: root/winsup
AgeCommit message (Expand)Author
2000-04-13Fix typo.Christopher Faylor
2000-04-13* path.cc (path_conv::path_conv): Ensure that suffix is correctly copied toChristopher Faylor
2000-04-12Add a debugging line.Christopher Faylor
2000-04-11* include/winbase.h: Change first argument of ENUMRES* types to coincide withChristopher Faylor
2000-04-11* cygpath.cc (main): Add -f option for processing a group of paths from a file.Christopher Faylor
2000-04-11* include/string.h: Use proper prototype for _strerror.Christopher Faylor
2000-04-10* Makefile.common: Resolve srcdir to absolute path or it will confuse usagesChristopher Faylor
2000-04-09* Makefile.in: Work around MAKEOVERRIDES problem with older versions of make.Christopher Faylor
2000-04-08Remove erroneous entry.Christopher Faylor
2000-04-08* fhandler.cc (fhandler_disk_file::fstat): Allocate enough space for root dirChristopher Faylor
2000-04-08* exceptions.cc (sigsave): Copy on fork so that we can restore correct behaviorChristopher Faylor
2000-04-08Updated to build cinstall with mingw. See Changelog for numerous setup.c chan...Ron Parker
2000-04-07Bump minor version.Christopher Faylor
2000-04-03* fhandler.h (select_stuff): Eliminate use of 'total'.Christopher Faylor
2000-04-03 * grp.cc (parse_grp): Save empty array instead ofCorinna Vinschen
2000-04-03update copyright.Christopher Faylor
2000-04-03 * newlib/libc/include/sys/unistd.h: Add prototypes forCorinna Vinschen
2000-04-02* include/wininet.h: Add three more "INTERNET_OPTIONS".Christopher Faylor
2000-03-31* MAINTAINERS: Add Ron Parker as maintainer of cinstall stuff.Christopher Faylor
2000-03-312000-03-30 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-03-302000-03-30 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-03-302000-03-30 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-03-30Simplify constructors and initializers for select_record.Christopher Faylor
2000-03-30* fhandler.h (select_record): Explicitly zero elements of this class.Christopher Faylor
2000-03-29* Makefile.in: Use default rules when compiling cygrun.o.Christopher Faylor
2000-03-26* include/winnt.h: Eliminate duplicate PCONTEXT and LPCONTEXT typedefs.Christopher Faylor
2000-03-26* path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor
2000-03-25* environ.cc: Add TMPDIR to the list of environment variables which areChristopher Faylor
2000-03-19* syscalls.cc (stat_worker): Set st_nlink to 1 on remote drives.Corinna Vinschen
2000-03-19* times.cc: Fix extern declarations for variables that are exported but used byChristopher Faylor
2000-03-19* times.cc: Remove unneeded (and incorrect) externs.Christopher Faylor
2000-03-19Patch suggested by Mumit Khan <khan@xraylith.wisc.edu>:Christopher Faylor
2000-03-18* Makefile.in: Make CXXFLAGS consistent with cygwin.Christopher Faylor
2000-03-18* dcrt0.cc (host_dependent_constants::init): Eliminate DELETE flag from sharedChristopher Faylor
2000-03-18* delqueue.cc (delqueue_list::queue_file): Add some debugging.Christopher Faylor
2000-03-17* fhandler.cc (fhandler_base::open): Call set_file_attribute() only if a file...Corinna Vinschen
2000-03-16Change ChangeLog entry to more common format.Corinna Vinschen
2000-03-16 * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen
2000-03-15* errno.cc: Map ERROR_NOACCESS to EFAULT.Corinna Vinschen
2000-03-15* spawn.cc (spawn_guts): Restore dependency on signal_arrived. It's needed toChristopher Faylor
2000-03-15* Makefile.in: Use MINGW_CXXFLAGS when compiling strace.Christopher Faylor
2000-03-15Pipe changes throughout suggested by Eric Fifer <EFifer@sanwaint.com>Christopher Faylor
2000-03-14settimeofday was listed twiceDJ Delorie
2000-03-13* strace.cc: Throughout, track information like start_time, etc. on aChristopher Faylor
2000-03-12* fhandler.cc (fhandler_base::get_readahead_into_buffer): New function.Christopher Faylor
2000-03-12* fhandler_console.cc (fhandler_console::read): Don't even think about breakingChristopher Faylor
2000-03-11* sigproc.cc: Set wait_sig priority to normal.Christopher Faylor
2000-03-10* sigproc.cc (wait_sig): Add addtional debugging output.Christopher Faylor
2000-03-10* environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor
2000-03-07* sigproc.cc (sig_send): Eliminate sync_sig_send synchronization since itChristopher Faylor