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
2009-07-31 * path.h (cstrdup): Fix declaration.Corinna Vinschen
2009-07-30 * globals.cc (enum exit_states::ES_GLOBAL_DTORS): Delete.Corinna Vinschen
2009-07-30 * path.h (class path_conv): Convert path from char array to char *.Corinna Vinschen
2009-07-30Fix formatting issue with last entryChris Sutcliffe
2009-07-29Correct disposition of wchar_t output in printf().Keith Marshall
2009-07-28 * mount.h (enum fs_info_type): New type.Corinna Vinschen
2009-07-282009-07-27 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-07-28Convert to monolithic configuration procedure.Keith Marshall
2009-07-27 * include/winnt.h (FILE_SUPPORTS_HARD_LINKS,Corinna Vinschen
2009-07-27 * posix.sgml (std-notes): Remove obsolete reference to CYGWIN=server.Corinna Vinschen
2009-07-26 * posix.sgml (std-notes): Add flock restriction.Corinna Vinschen
2009-07-25 * fhandler_console.cc (set_console_title): Set buffer size toCorinna Vinschen
2009-07-25* sigproc.h (wait_for_sigthread): Eliminate parameter.Christopher Faylor
2009-07-24 * syscalls.cc (internal_setlocale): Fix typo in GBK codepage.Corinna Vinschen
2009-07-24 * syscalls.cc (unlink_nt): Ignore sharing violation on NFS. AlignCorinna Vinschen
2009-07-242009-07-23 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-07-242009-07-23 Jacky Lai <crazyjacky@users.sourceforge.net>Chris Sutcliffe
2009-07-23 * mount.h (fs_info::fsn): New member.Corinna Vinschen
2009-07-23 * cygcheck.cc (dump_sysinfo): Add missing "Server Foundation" toCorinna Vinschen
2009-07-23 * faq-using.xml (faq.using.ipv6): Try to clarify OS specific support.Corinna Vinschen
2009-07-23 * mount.cc (fs_info::update): Revert to open filesystem with access setCorinna Vinschen
2009-07-23 * exceptions.cc (handle_exceptions): Set si_addr according toEric Blake
2009-07-22 * mount.cc (fs_info::update): Open filesystem with access set to 0.Corinna Vinschen
2009-07-22 * mount.cc: Revert accidental checkin.Corinna Vinschen
2009-07-22 * path.cc (symlink_info::check): Handle STATUS_NOT_SUPPORTED fromCorinna Vinschen
2009-07-22 * mount.cc (do_mount): Replace --no-executable flag with notexecCorinna Vinschen
2009-07-22 * mount.cc (fillout_mntent): Fix typo (noexec -> notexec).Corinna Vinschen
2009-07-22 * path.cc (symlink_info::check): Fix typo in comment.Corinna Vinschen
2009-07-22 * fhandler.h (enum del_lock_called_from): New enumeration.Corinna Vinschen
2009-07-22 * Makefile.in (path-mount.o): Add a rule to build stripped down versionCorinna Vinschen
2009-07-21 * dtable.cc (dup2): Correct return value for no-op.Corinna Vinschen
2009-07-21 * lib/msimg32.def (GetDCBrushColor, GetDCPenColor): Move entry pointsCorinna Vinschen
2009-07-21 * fhandler_disk_file.cc (fhandler_disk_file::fchmod): Add special caseCorinna Vinschen
2009-07-20 * wincap.h (wincaps::has_always_all_codepages): New element.Corinna Vinschen
2009-07-20 * Makefile.in (all): Fix wrong target names.Corinna Vinschen
2009-07-20 * fork.cc (fork): Create local tmp_pathbuf. Explain why.Corinna Vinschen
2009-07-20 * faq: Throughout, revert references to User's Guide to default URL.Corinna Vinschen
2009-07-20 * new-features.sgml (ov-new1.7-misc): Add stdc++ new/delete wrappers.Corinna Vinschen
2009-07-20 * new-features.sgml (ov-new1.7-posix): Add WCONTINUED, WIFCONTINUED.Corinna Vinschen
2009-07-20 * setup2.sgml (setup-locale-charsetlist): Fix ISO88-59-13 and -15Corinna Vinschen
2009-07-19* exceptions.cc (sig_handle_tty_stop): Set stopsig to SIGCONT when continuing.Christopher Faylor
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe
2009-07-182009-07-18 Gregory McGarry <gregorymcgarry@users.sourceforge.net>Chris Sutcliffe
2009-07-182009-07-18 Jeff Lu <jll544@yahoo.com>Chris Sutcliffe
2009-07-182009-07-17 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>Chris Sutcliffe
2009-07-18 * libstdcxx_wrapper.cc (operator delete): Remove stray space inDave Korn
2009-07-18revert erroneous checkinChristopher Faylor
2009-07-17* cygtls.cc (_cygtls::init_exception_handler): Test for e, not e->prev or weChristopher Faylor