| Commit message (Expand) | Author | Age | Files | Lines |
* | * mkpasswd.c: Properly define __progname as __declspec(dllimport). | Christopher Faylor | 2009-10-02 | 2 | -2/+2 |
* | * setup2.sgml (setup-locale-ov): Fix typo in C+charset example. | Corinna Vinschen | 2009-10-02 | 2 | -3/+14 |
* | * dcrt0.cc (dll_crt0_1): Move cxx_malloc reset kluge from here. | Christopher Faylor | 2009-10-02 | 3 | -23/+42 |
* | * new-features.sgml (ov-new1.7-file): Ctrl-X, not Ctrl-N. | Corinna Vinschen | 2009-09-30 | 4 | -74/+86 |
* | * fhandler_console.cc (beep): Move up to avoid forward declaration. | Corinna Vinschen | 2009-09-30 | 2 | -18/+35 |
* | * syscalls.cc (rename): Fix regression in rename("dir","d/"). | Eric Blake | 2009-09-30 | 2 | -11/+14 |
* | Make MinGW printf() "%p" format compatible with MSVCRT scanf(). | Keith Marshall | 2009-09-29 | 2 | -2/+28 |
* | * fhandler_socket.cc (fhandler_socket::recv_internal): Always call | Corinna Vinschen | 2009-09-29 | 2 | -1/+6 |
* | * fhandler.h (class dev_console): Constify charset parameter of | Corinna Vinschen | 2009-09-28 | 5 | -84/+101 |
* | * cygheap.cc (cygheap_init): Default locale.charset to "UTF-8". | Corinna Vinschen | 2009-09-28 | 5 | -68/+77 |
* | * new-features.sgml (ov-new1.7-file): Mention fexecve, execvpe. | Eric Blake | 2009-09-26 | 2 | -1/+5 |
* | Add fexecve, execvpe. | Eric Blake | 2009-09-26 | 5 | -3/+31 |
* | Fix some POSIX-compliance bugs in link, rename, mkdir. | Eric Blake | 2009-09-26 | 5 | -42/+109 |
* | * new-features.sgml (ov-new1.7-file): Mention eaccess, euidaccess, | Eric Blake | 2009-09-25 | 2 | -4/+13 |
* | Provide euidaccess, canonicalize_file_name; fix fchmodat. | Eric Blake | 2009-09-25 | 7 | -12/+65 |
* | * setup2.sgml (setup-locale-problems): Fix charset names of codepages | Corinna Vinschen | 2009-09-25 | 2 | -1/+6 |
* | Fix faccessat(,0) and access() semantics. | Eric Blake | 2009-09-25 | 7 | -25/+38 |
* | * setup2.sgml (setup-locale-problems): Document how to install | Eric Blake | 2009-09-25 | 2 | -0/+13 |
* | * posix_ipc.cc (mq_open): Avoid closing the same descriptor twice in | Corinna Vinschen | 2009-09-24 | 2 | -4/+15 |
* | * kernel32.cc (CreateMutexW): Use correct access mask. | Corinna Vinschen | 2009-09-24 | 2 | -2/+7 |
* | * strfuncs.cc (__set_charset_from_codepage): Fetch current ANSI | Corinna Vinschen | 2009-09-23 | 2 | -1/+8 |
* | Fix typo. | Corinna Vinschen | 2009-09-23 | 1 | -1/+1 |
* | * strfuncs.cc (sys_cp_wcstombs): Convert lone surrogate pair | Corinna Vinschen | 2009-09-23 | 2 | -35/+73 |
* | * autoload.cc (WSARecv): Define. | Corinna Vinschen | 2009-09-22 | 3 | -6/+29 |
* | Make *at functions more like Linux. | Eric Blake | 2009-09-22 | 2 | -1/+38 |
* | * strfuncs.cc (sys_cp_mbstowcs): Reset shift state after handling | Corinna Vinschen | 2009-09-22 | 2 | -0/+6 |
* | * path.cc (symlink_worker): Rework error handling to generate Linux | Corinna Vinschen | 2009-09-22 | 2 | -4/+18 |
* | Match dup2 and fcntl error values to POSIX. | Eric Blake | 2009-09-22 | 6 | -5/+23 |
* | * ChangeLog-2002: Fix typo. | Eric Blake | 2009-09-22 | 2 | -2/+2 |
* | * cygheap.h (cwdstuff::get_posix): Convert to const inline method just | Corinna Vinschen | 2009-09-21 | 4 | -29/+40 |
* | * new-features.sgml (ov-new1.7-file): Add new hardlink behaviour on | Corinna Vinschen | 2009-09-21 | 3 | -2/+12 |
* | * fhandler_disk_file.cc (fhandler_disk_file::link): Drop faking hardlink | Corinna Vinschen | 2009-09-21 | 2 | -11/+8 |
* | * dcrt0.cc (dll_crt0_1): Add another hack to REALLY make sure that cxx_malloc | Christopher Faylor | 2009-09-21 | 2 | -0/+11 |
* | * external.cc (cygwin_internal): Add hack to always reset cxx_malloc to proper | Christopher Faylor | 2009-09-21 | 3 | -2/+16 |
* | * exceptions.cc (sigpacket::process): Explicitly set thread-specific handler | Christopher Faylor | 2009-09-19 | 2 | -1/+9 |
* | * exceptions.cc (sigpacket::process): Give sigwait() processing precedence even | Christopher Faylor | 2009-09-18 | 3 | -4/+12 |
* | * ntea.c (write_ea): Don't abort if not-samba. | Christopher Faylor | 2009-09-16 | 2 | -2/+11 |
* | Avoid multiple link time definitions of _printf() for C++ | Keith Marshall | 2009-09-01 | 2 | -1/+9 |
* | * select.cc (peek_console): Always check window size when there is ANY keyboard | Christopher Faylor | 2009-09-01 | 2 | -1/+6 |
* | 2009-08-30 Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | Chris Sutcliffe | 2009-08-30 | 2 | -11/+14 |
* | * path.h (INTERIX_SYMLINK_COOKIE): Define. | Corinna Vinschen | 2009-08-26 | 3 | -6/+38 |
* | * fhandler.cc (fhandler_base::open): Only set R/O attribute if ACLs | Corinna Vinschen | 2009-08-26 | 2 | -2/+8 |
* | * new-features.sgml (ov-new1.7-posix): Add "KOI8-R" and "KOI8-U" | Corinna Vinschen | 2009-08-26 | 2 | -4/+9 |
* | * mount.cc (fs_info::update): Add comment. | Corinna Vinschen | 2009-08-25 | 3 | -3/+26 |
* | * globals.cc (ro_u_volume): New R/O unicode string. | Corinna Vinschen | 2009-08-24 | 3 | -2/+16 |
* | * cygwin/strfuncs.cc (__set_charset_from_codepage): Add codepages 20866 | Christopher Faylor | 2009-08-22 | 4 | -0/+14 |
* | * setup2.sgml (setup-locale-charsetlist): Add description of | Corinna Vinschen | 2009-08-22 | 2 | -3/+12 |
* | * dll_init.h (has_dtors): New flag. | Christopher Faylor | 2009-08-21 | 3 | -2/+22 |
* | * fcntl.cc (fcntl64): Detect negative fd as error. | Christopher Faylor | 2009-08-21 | 2 | -1/+11 |
* | * mmap.cc (mmap64): Allocate fh_disk_file on cygheap. Delete | Corinna Vinschen | 2009-08-21 | 2 | -2/+11 |