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
2000-08-02* winsup.h: take out protections of environ, errno, allow C useDJ Delorie
2000-07-29* include/cygwin/version.h: Bump DLL minor version number to 5 due to all ofChristopher Faylor
2000-07-27* testsuite/winsup.api/winsup.exp: ignore stdout by defaultDJ Delorie
2000-07-26* syscalls.cc (stat_worker): Make stat return correct st_blocks for files withChristopher Faylor
2000-07-26* syscalls.cc (statfs): Use path_conv method to convert input path.Christopher Faylor
2000-07-26* syscalls.cc (_link): Avoid extraneous call to cygwin_conv_to_win32_path.Christopher Faylor
2000-07-24 * syscalls.cc (_link): Corrected previous patch.Corinna Vinschen
2000-07-22 Patch suggested by Kazuhiro Fujieda <fujieda@jaist.ac.jp>.Corinna Vinschen
2000-07-20 * shared.h (class pinfo): New members `root' and `rootlen'.Corinna Vinschen
2000-07-17Throughout, eliminate third argument to path_conv and use new PC_* constantsChristopher Faylor
2000-07-10 * spawn.cc (spawn_guts): Close handle `hToken' only if it's notCorinna Vinschen
2000-07-09* cygwin.din: Export _getmode and getmode to allow querying of binary state ofChristopher Faylor
2000-07-04* dcrt0.cc (dll_crt0_1): Eliminate SetFileApisToOEM and CharToOem.Christopher Faylor
2000-07-02 * winsup.h: Define MAX_SID_LEN and new MAX_HOST_NAME.Corinna Vinschen
2000-06-28 * syscalls.cc (seteuid): Initialize pi.token before callingCorinna Vinschen
2000-06-16 * cygwin.din: Define symbols for `cygwin_logon_user' andCorinna Vinschen
2000-05-25 * dir.cc (writable_directory): Comment out previous code,Corinna Vinschen
2000-05-24* syscalls.cc (_cygwin_istext_for_stdio): New, for newlibDJ Delorie
2000-05-22 * dir.cc (rmdir): Care for misleading error messagesCorinna Vinschen
2000-05-19* syscalls.cc (setmode): change mode of any matching FILE* also.DJ Delorie
2000-05-17* path.cc (mount_info::cygdrive_posix_path): Don't add trailing slash ifChristopher Faylor
2000-05-062000-05-06 Mumit Khan <khan@xraylith.wisc.edu>Mumit Khan
2000-05-04* configure.in: Use -gstabs+ as compile debug option. This seems to promoteChristopher Faylor
2000-05-03 * errno.cc (errmap): Map ERROR_BAD_NETPATH to new errno ENOSHARE.Corinna Vinschen
2000-04-26 * syscalls.cc (stat_worker): Previous patch could succeedCorinna Vinschen
2000-04-25 * syscalls.cc (stat_worker): Previous patch failed to statCorinna Vinschen
2000-04-25 * fhandler.cc (fhandler_disk_file::open): Check for allow_ntsecCorinna Vinschen
2000-04-20 * syscalls.cc (_link): Check new link path for trailing dot.Corinna Vinschen
2000-04-20 * syscalls.cc (setuid): Allow switching user context afterCorinna Vinschen
2000-04-19* syscalls.cc (_rename): Try MoveFile() at first beforeDJ Delorie
2000-04-17* init.cc (dll_entry): Use better check for determining when to set threadChristopher Faylor
2000-04-14* dcrt0.cc (insert_file): Avoid freeing previously allocated argument list.Christopher Faylor
2000-04-03 * newlib/libc/include/sys/unistd.h: Add prototypes forCorinna Vinschen
2000-03-29* Makefile.in: Use default rules when compiling cygrun.o.Christopher Faylor
2000-03-26* path.cc (symlink_check_one): Recognize symlink settings from the mount table.Christopher Faylor
2000-03-19* syscalls.cc (stat_worker): Set st_nlink to 1 on remote drives.Corinna Vinschen
2000-03-18* delqueue.cc (delqueue_list::queue_file): Add some debugging.Christopher Faylor
2000-03-16 * security.cc (set_process_privileges): Removed `static'.Corinna Vinschen
2000-03-10* environ.cc: Eliminate oldstack CYGWIN option.Christopher Faylor
2000-02-24*** empty log message ***Christopher Faylor
2000-02-24* syscalls.c (_read): Clear errno before doing any read operation.Christopher Faylor
2000-02-23Respond to more g++ warnings relating to initializing structures.Christopher Faylor
2000-02-21Respond to a multitude of g++ warnings.Christopher Faylor
2000-02-17import winsup-2000-02-17 snapshotChristopher Faylor