]> sourceware.org Git - newlib-cygwin.git/history - winsup
Merge from gcc repository.
[newlib-cygwin.git] / winsup /
2009-10-06 Christopher Faylor* exceptions.cc: Move global variable sigExeced...
2009-10-04 Dave Korn * Makefile.in (CFLAGS): Add -mno-use-libstdc-wrappers.
2009-10-04 Corinna Vinschen * include/winbase.h (CreateRestrictedToken): Declare...
2009-10-04 Corinna Vinschen * syscalls.cc (internal_setlocale): Add comment.
2009-10-03 Dave Korn * faq-using.xml (faq.using.bloda): Add Lenovo IPS...
2009-10-02 Corinna Vinschen * dcrt0.cc (dll_crt0_1): Drop calls to setlocale/_setl...
2009-10-02 Christopher Faylor* mkpasswd.c: Properly define __progname as __declspec...
2009-10-02 Corinna Vinschen * setup2.sgml (setup-locale-ov): Fix typo in C+charset...
2009-10-02 Christopher Faylor* dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge...
2009-09-30 Corinna Vinschen * new-features.sgml (ov-new1.7-file): Ctrl-X, not...
2009-09-30 Corinna Vinschen * fhandler_console.cc (beep): Move up to avoid forward...
2009-09-30 Eric Blake* syscalls.cc (rename): Fix regression in rename("dir...
2009-09-29 Keith MarshallMake MinGW printf() "%p" format compatible with MSVCRT...
2009-09-29 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::recv_internal...
2009-09-28 Corinna Vinschen * fhandler.h (class dev_console): Constify charset...
2009-09-28 Corinna Vinschen * cygheap.cc (cygheap_init): Default locale.charset...
2009-09-26 Eric Blake* new-features.sgml (ov-new1.7-file): Mention fexecve...
2009-09-26 Eric BlakeAdd fexecve, execvpe.
2009-09-26 Eric BlakeFix some POSIX-compliance bugs in link, rename, mkdir.
2009-09-25 Eric Blake* new-features.sgml (ov-new1.7-file): Mention eaccess...
2009-09-25 Eric BlakeProvide euidaccess, canonicalize_file_name; fix fchmodat.
2009-09-25 Corinna Vinschen * setup2.sgml (setup-locale-problems): Fix charset...
2009-09-25 Eric BlakeFix faccessat(,0) and access() semantics.
2009-09-25 Eric Blake* setup2.sgml (setup-locale-problems): Document how...
2009-09-24 Corinna Vinschen * posix_ipc.cc (mq_open): Avoid closing the same descr...
2009-09-24 Corinna Vinschen * kernel32.cc (CreateMutexW): Use correct access mask.
2009-09-23 Corinna Vinschen * strfuncs.cc (__set_charset_from_codepage): Fetch...
2009-09-23 Corinna Vinschen Fix typo.
2009-09-23 Corinna Vinschen * strfuncs.cc (sys_cp_wcstombs): Convert lone surrogat...
2009-09-22 Corinna Vinschen * autoload.cc (WSARecv): Define.
2009-09-22 Eric BlakeMake *at functions more like Linux.
2009-09-22 Corinna Vinschen * strfuncs.cc (sys_cp_mbstowcs): Reset shift state...
2009-09-22 Corinna Vinschen * path.cc (symlink_worker): Rework error handling...
2009-09-22 Eric BlakeMatch dup2 and fcntl error values to POSIX.
2009-09-22 Eric Blake* ChangeLog-2002: Fix typo.
2009-09-21 Corinna Vinschen * cygheap.h (cwdstuff::get_posix): Convert to const...
2009-09-21 Corinna Vinschen * new-features.sgml (ov-new1.7-file): Add new hardlink...
2009-09-21 Corinna Vinschen * fhandler_disk_file.cc (fhandler_disk_file::link...
2009-09-21 Christopher Faylor* dcrt0.cc (dll_crt0_1): Add another hack to REALLY...
2009-09-21 Christopher Faylor* external.cc (cygwin_internal): Add hack to always...
2009-09-19 Christopher Faylor* exceptions.cc (sigpacket::process): Explicitly set...
2009-09-18 Christopher Faylor* exceptions.cc (sigpacket::process): Give sigwait...
2009-09-16 Christopher Faylor* ntea.c (write_ea): Don't abort if not-samba.
2009-09-01 Keith MarshallAvoid multiple link time definitions of _printf() for C++
2009-09-01 Christopher Faylor* select.cc (peek_console): Always check window size...
2009-08-30 Chris Sutcliffe2009-08-30 Chris Sutcliffe <ir0nh34d@users.sourceforg...
2009-08-26 Corinna Vinschen * path.h (INTERIX_SYMLINK_COOKIE): Define.
2009-08-26 Corinna Vinschen * fhandler.cc (fhandler_base::open): Only set R/O...
2009-08-26 Corinna Vinschen * new-features.sgml (ov-new1.7-posix): Add "KOI8-R...
2009-08-25 Corinna Vinschen * mount.cc (fs_info::update): Add comment.
2009-08-24 Corinna Vinschen * globals.cc (ro_u_volume): New R/O unicode string.
2009-08-22 Christopher Faylor* cygwin/strfuncs.cc (__set_charset_from_codepage)...
2009-08-22 Corinna Vinschen * setup2.sgml (setup-locale-charsetlist): Add descript...
2009-08-21 Christopher Faylor* dll_init.h (has_dtors): New flag.
2009-08-21 Christopher Faylor* fcntl.cc (fcntl64): Detect negative fd as error.
2009-08-21 Corinna Vinschen * mmap.cc (mmap64): Allocate fh_disk_file on cygheap...
2009-08-20 Corinna Vinschen * dtable.cc (build_fh_dev): Take additional bool param...
2009-08-18 Christopher Faylor* dtable.cc (dtable::fixup_after_exec): Close any popen...
2009-08-18 Corinna Vinschen * Makefile.in (CXXFLAGS): Allow override.
2009-08-18 Christopher Faylor* syscalls.cc (popen): Reorganize slightly for clarity...
2009-08-18 Christopher Faylor* syscalls.cc (popen): Rewrite to accommodate situation...
2009-08-17 Christopher Faylor* pipe.cc (fhandler_pipe::create_selectable): Add ...
2009-08-15 Chris Sutcliffe2009-08-14 Chris Sutcliffe <ir0nh34d@users.sourceforge...
2009-08-14 Corinna Vinschen * fhandler_disk_file.cc (fhandler_disk_file::readdir...
2009-08-14 Corinna Vinschen * fhandler_disk_file.cc (fhandler_disk_file::readdir...
2009-08-14 Corinna Vinschen * fhandler_disk_file.cc (fhandler_disk_file::readdir_h...
2009-08-14 Corinna Vinschen * (fhandler_socket::getsockname): Fix length returned...
2009-08-13 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::accept): Use...
2009-08-13 Corinna Vinschen * fhandler.h (class fhandler_socket): Add peer_sun_pat...
2009-08-13 Corinna Vinschen * cxx.cc (default_cygwin_cxx_malloc): Enhance commenting.
2009-08-12 Dave Korn * faq-using.xml (faq.using.bloda): Typofix MacAfee...
2009-08-12 Corinna Vinschen * fhandler_socket.cc (fhandler_socket::accept): Always...
2009-08-11 Corinna Vinschen * mkgroup.c (enum_local_groups): Avoid error message...
2009-08-11 Corinna Vinschen * include/limits.h (NGROUPS_MAX): Set to a more sane...
2009-08-10 Corinna Vinschen * spawn.cc (av::fixup): Check shell scripts for execut...
2009-08-10 Corinna Vinschen * dtable.cc (DEV_SOCKET): New static WCHAR string...
2009-08-10 Christopher Faylor* fhandler_console.cc (create_invisible_console_workaro...
2009-08-10 Corinna Vinschen * fhandler_console.cc (create_invisible_console_workar...
2009-08-10 Dave Korn * mingw: Add fallbacks to search for MinGW components...
2009-08-09 Corinna Vinschen * mount.cc (do_mount): Don't exit, just return.
2009-08-09 Corinna Vinschen * include/winnls.h (IS_HIGH_SURROGATE, IS_LOW_SURROGATE,
2009-08-08 Corinna Vinschen * dtable.cc (dtable::init_std_file_from_handle): Fix...
2009-08-08 Chris Sutcliffe2009-08-08 Danny Smith <dannysmith@users.sourceforge...
2009-08-06 Corinna Vinschen * net.cc (cygwin_getnameinfo): Force setting NI_NUMERI...
2009-08-05 Christopher Faylor* cygheap.h (cygheap_debug::endh): Delete.
2009-08-05 Christopher Faylor* path.cc (patch_conv::check): Zero path before setting it.
2009-08-04 Christopher Faylor* fhandler_socket.cc (fhandler_socket::send_internal...
2009-08-04 Christopher Faylor* fhandler.h (pdrive_buf): Defensively allocate one...
2009-08-04 Christopher Faylor* fhandler.h (fhandler_cygdrive:DRVSZ): New enum.
2009-08-02 Christopher Faylor* sigproc.cc (stopped_or_terminated): Don't return...
2009-08-01 Christopher Faylor* cygheap_malloc.h: New file.
2009-08-01 Christopher Faylor* path.h (path_conv::set_path): Change return value.
2009-08-01 Christopher Faylor* spawn.cc (find_exec): Fix one more path where retval...
2009-08-01 Christopher Faylor* spawn.cc (find_exec): Stop relying on the ability...
2009-07-30 Corinna Vinschen * path.h (cstrdup): Fix declaration.
2009-07-30 Corinna Vinschen * globals.cc (enum exit_states::ES_GLOBAL_DTORS):...
2009-07-30 Corinna Vinschen * path.h (class path_conv): Convert path from char...
2009-07-30 Chris SutcliffeFix formatting issue with last entry
2009-07-29 Keith MarshallCorrect disposition of wchar_t output in printf().
2009-07-28 Corinna Vinschen * mount.h (enum fs_info_type): New type.
next
This page took 0.06252 seconds and 8 git commands to generate.