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-17Remove obsolete setting.Christopher Faylor
2000-04-17* init.cc (dll_entry): Use better check for determining when to set threadChristopher Faylor
2000-04-16 * mkpasswd.c (main): Use GetDCName instead of GetAnyDCName.Corinna Vinschen
2000-04-15* fhandler_console.cc (keytable): Add support for keypad 5 key, which MS seemsChristopher Faylor
2000-04-14* dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor
2000-04-13 * include/cygwin/version.h: Bump minor api to reflect export change.Corinna Vinschen
2000-04-13 * cygwin.din: Add symbol for `lacl'.Corinna Vinschen
2000-04-13 * path.cc (conv_to_win32_path): Detect a win32 pathCorinna Vinschen
2000-04-13* cygpath.cc (main): Add -a -o and -c options.Christopher Faylor
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