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-04-19 * syscalls.cc (rename): On STATUS_ACCESS_VIOLATION, retry to openCorinna Vinschen
2010-04-03* fhandler.h (fhandler_base::has_ongoing_io): Declare virtual method.Christopher Faylor
2010-03-30 * syscalls.cc (open): Remove call to sig_dispatch_pending.Corinna Vinschen
2010-03-16* shared_info.h (user_info): Add dll_crt0_1 as a friend.Christopher Faylor
2010-03-04 * syscalls.cc (nt_path_has_executable_suffix): Change storage class ofCorinna Vinschen
2010-01-24 * nlsfuncs.cc (check_codepage): Move from syscalls.cc here.Corinna Vinschen
2010-01-17 * syscalls.cc (internal_setlocale): Use UTF-8 internally if externalCorinna Vinschen
2010-01-14 * dcrt0.cc (dll_crt0_1): Reset locale to "C" at the last moment beforeCorinna Vinschen
2010-01-14 * cygwin.din (dup3): Export.Corinna Vinschen
2010-01-13 * syscalls.cc (rename): Don't exit prematurely with EROFS when tryingCorinna Vinschen
2010-01-12 * dtable.cc (build_fh_name_worker): Remove. Move all functionalityCorinna Vinschen
2009-12-18 Throughout, replace hMainProc with GetCurrentProcess/NtCurrentProcessCorinna Vinschen
2009-12-17 * syscalls.cc (try_to_bin): Handle remote shares as well. Just renameCorinna Vinschen
2009-11-21 * globals.cc (ro_u_dll): New R/O unicode string.Corinna Vinschen
2009-11-09 * path.cc (symlink_info::check_reparse_point): Always checkCorinna Vinschen
2009-11-06 * globals.cc (ro_u_scr): New R/O unicode string.Corinna Vinschen
2009-11-05 * syscalls.cc (nt_path_has_suffix): New function.Corinna Vinschen
2009-10-19 * syscalls.cc (internal_setlocale): Only convert $PATH if there is aCorinna Vinschen
2009-10-13 * include/sys/cygwin.h: Add new cygwin_getinfo_typeCorinna Vinschen
2009-10-07 * syscalls.cc (seteuid32): Call set_cygwin_privileges on primary tokenCorinna Vinschen
2009-10-04 * syscalls.cc (internal_setlocale): Add comment.Corinna Vinschen
2009-10-02 * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setlocale_r. JustCorinna Vinschen
2009-09-30* syscalls.cc (rename): Fix regression in rename("dir","d/").Eric Blake
2009-09-28 * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8".Corinna Vinschen
2009-09-26Fix some POSIX-compliance bugs in link, rename, mkdir.Eric Blake
2009-09-26Provide euidaccess, canonicalize_file_name; fix fchmodat.Eric Blake
2009-09-25Fix faccessat(,0) and access() semantics.Eric Blake
2009-09-22Make *at functions more like Linux.Eric Blake
2009-09-22Match dup2 and fcntl error values to POSIX.Eric Blake
2009-09-21 * cygheap.h (cwdstuff::get_posix): Convert to const inline method justCorinna Vinschen
2009-09-19* exceptions.cc (sigpacket::process): Give sigwait() processing precedence evenChristopher Faylor
2009-08-18* syscalls.cc (popen): Reorganize slightly for clarity. Fix a comment.Christopher Faylor
2009-08-18* syscalls.cc (popen): Rewrite to accommodate situations where stdin, stdout,Christopher Faylor
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-20 * wincap.h (wincaps::has_always_all_codepages): New element.Corinna Vinschen
2009-07-17 * syscalls.cc (unlink_nt): Just return when a sharing violationCorinna Vinschen
2009-07-16 * syscalls.cc (unlink_nt): First remove the R/O DOS attribute withCorinna Vinschen
2009-07-14 Throughout avoid having to initialize constant UNICODE_STRINGs.Corinna Vinschen
2009-07-01* select.h: New file split from fhandler.h.Christopher Faylor
2009-05-14 * cygheap.cc (cygheap_init): Set Cygwin default locale values.Corinna Vinschen
2009-05-13 * cygheap.h (cwdstuff): Convert to class. Make posix and dir private.Corinna Vinschen
2009-04-16 * ntdll.h (STATUS_LOCK_NOT_GRANTED): Define.Corinna Vinschen
2009-04-09 * syscalls.cc (try_to_bin): Use tmp_pathbuf buffer to allocate infobufCorinna Vinschen
2009-04-09 * syscalls.cc (try_to_bin): Fix alignment of infobuf.Corinna Vinschen
2009-03-27 * syscalls.cc (pathconf): Fix memory leak.Corinna Vinschen
2009-02-11 * syscalls.cc (open): Handle O_DIRECTORY flag.Corinna Vinschen
2009-01-12 * syscalls.cc (enum bin_status): New type.Corinna Vinschen
2009-01-07 * ntdll.h: Reorder NT status flags. Fix a case difference. AddCorinna Vinschen