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
2010-09-21* fhandler_tty.cc (fhandler_tty_slave::init): Add additional checks toChristopher Faylor
2010-09-20* wincap.h (wincaps::has_buggy_thread_startup): Declare.Christopher Faylor
2010-09-18* overview2.sgml: Remove cheerful paragraph which implied that it was ok toChristopher Faylor
2010-09-18 * setup2.sgml (setup-locale-how): Fix typo.Corinna Vinschen
2010-09-15 * fhandler_disk_file.cc (fhandler_base::fstat_by_handle): Fetch numberCorinna Vinschen
2010-09-14Fix typo in my most recent ChangeLog entry. Regenerated file isKevin Buettner
2010-09-14 * path.cc (symlink_info::check): Make sure AllocationSize and EndOfFileCorinna Vinschen
2010-09-13 * fhandler_process.cc (get_mem_values): Simplify code. FixCorinna Vinschen
2010-09-13 * fhandler.h (class fhandler_base): Change inheritance of fstat_helperCorinna Vinschen
2010-09-12 * sec_acl.cc (acl_worker): Remove.Corinna Vinschen
2010-09-12* sigproc.cc (sig_dispatch_pending): Remove debugging statement.Christopher Faylor
2010-09-12* cygthread.h (cygthread::cygthread): Reorganize slightly.Christopher Faylor
2010-09-12 * syscalls.cc (start_transaction): Make inline function. Move up to beCorinna Vinschen
2010-09-11 * new-features.sgml: Mention fenv support.Dave Korn
2010-09-11 * fhandler_disk_file.cc (fhandler_disk_file::rmdir): More thoroughlyCorinna Vinschen
2010-09-11winsup/cygwin/ChangeLog:Dave Korn
2010-09-10 * syscalls.cc (rename): Limit retry loop in case of sharing violationCorinna Vinschen
2010-09-10 * syscalls.cc (fstatat): Call stat_worker directly from here.Corinna Vinschen
2010-09-10 * flock.cc (allow_others_to_sync): Define MAX_PROCESS_SD_SIZE. UseCorinna Vinschen
2010-09-10 * mount.cc (class fs_info_cache): New class to cache filesystemCorinna Vinschen
2010-09-10 * security.cc (get_file_sd): Add bool parameter justcreated. UseCorinna Vinschen
2010-09-10 * fhandler_procsys.cc (fhandler_procsys::exists): Rearrange to handleCorinna Vinschen
2010-09-09 * libc/sys/sysnecv850/Makefile.am (lib_a_SOURCES): Provide anKevin Buettner
2010-09-09 * dwarf.h (debug_info): Add offset_info and dwarf_version fields.Jakub Jelinek
2010-09-08 * fhandler_procsys.cc (fhandler_procsys::open): Simplify by justCorinna Vinschen
2010-09-07fix two typosChristopher Faylor
2010-09-06Sync bootstrap-lto.mk and dfp.m4 with gcc.H.J. Lu
2010-09-06 * new-features.sgml (ov-new1.7.8): Document /proc/sys.Corinna Vinschen
2010-09-06gdb/Jan Kratochvil
2010-09-06 * cygpath.cc (RtlEqualUnicodePathPrefix): New helper function.Corinna Vinschen
2010-09-06 * Makefile.in (DLL_OFILES): Add fhandler_procsys.o.Corinna Vinschen
2010-09-04 * mount.cc (mount_info::from_fstab_line): Reorder to make sure allCorinna Vinschen
2010-09-03libdecnumber/Andreas Krebbel
2010-09-02* sigoproc.cc (sigproc_init): Use American spelling in comment.Christopher Faylor
2010-09-02* dcrt0.cc (dll_crt0_0): Remove myself settings.Christopher Faylor
2010-09-01* cygthread.cc (cygthread::create): Fix incorrect use of name rather thanChristopher Faylor
2010-09-01 * fhandler_netdrive.cc (fhandler_netdrive::readdir): Set d_type.Corinna Vinschen
2010-09-01 * include/cygwin/version.h: Bump DLL minor version number to 8.Corinna Vinschen
2010-08-31 * path.cc (normalize_posix_path): Preserve //./ and //?/ prefixes.Corinna Vinschen
2010-08-31 * include/cygwin/version.h: Bump DLL minor version number to 7.Corinna Vinschen
2010-08-31* dcrt0.cc (dll_crt0_0): Move sigproc_init later, after cygheap initializationChristopher Faylor
2010-08-30 * posix.sgml (std-notes): Fix typos and incorrectnesses.Corinna Vinschen
2010-08-30 * new-features.sgml (ov-new1.7.7): Document change to binmode/textmodeCorinna Vinschen
2010-08-30 * autoload.cc (MsgWaitForMultipleObjectsEx): Define.Corinna Vinschen
2010-08-30add missing fileChristopher Faylor
2010-08-30* winlean.h: New file.Christopher Faylor
2010-08-28 * ldh.cc (WinMain): Change DONT_RESOLVE_DLL_REFERENCES toCorinna Vinschen
2010-08-28 * new-features.sgml (ov-new1.7.7): Document change to avoid DLLCorinna Vinschen
2010-08-28 * loadlib.h: New header implementing safe LoadLibrary calls.Corinna Vinschen
2010-08-28 * autoload.cc (LoadDLLprime): Change dllname storage to string16.Corinna Vinschen