aboutsummaryrefslogtreecommitdiff
path: root/winsup/cygwin
AgeCommit message (Expand)AuthorFilesLines
2009-04-09* speclib: Semi-revert to previous version but don't try to generateChristopher Faylor4-52/+64
2009-04-09 * syscalls.cc (try_to_bin): Use tmp_pathbuf buffer to allocate infobufCorinna Vinschen2-10/+13
2009-04-09 * syscalls.cc (try_to_bin): Fix alignment of infobuf.Corinna Vinschen2-1/+7
2009-04-09 * fhandler_disk_file.cc (fhandler_disk_file::fchown): Catch anCorinna Vinschen6-8/+56
2009-04-07 * include/stdint.h (int_least32_t): Define as int.Corinna Vinschen2-12/+27
2009-04-07 * strfuncs.cc: Change WCHAR to wchar_t in multibyte<->widecharCorinna Vinschen3-13/+22
2009-04-07 * fhandler.h (class dev_console): Add members con_mbtowc, con_wctomb,Corinna Vinschen6-50/+123
2009-04-06 * libc/rexec.cc (ruserpass): Use fstat64 instead of fstat.Corinna Vinschen2-3/+7
2009-04-06 * strfuncs.cc: Add comment to explain why we can't support JISCorinna Vinschen2-40/+169
2009-04-05* Makefile.in: Use all compile options when calculating magic values.Christopher Faylor5-6/+15
2009-04-05* net.cc: Undefine NOERROR and DELETE to avoid compiler warnings.Christopher Faylor4-2/+18
2009-04-04 * include/asm/byteorder.h (__ntohl): Prototype before define to avoidCorinna Vinschen2-8/+14
2009-04-02 * environ.cc (build_env): Fix length calculation of resultingCorinna Vinschen2-2/+7
2009-04-02 * include/netdb.h: #include <inttypes.h>, <netinet/in.h>,Corinna Vinschen2-2/+10
2009-04-01 * strfuncs.cc (sys_cp_mbstowcs): Check if ASCII SO is followed by atCorinna Vinschen2-2/+12
2009-03-31 * shm.cc (struct shm_attached_list): Convert access type to ULONG.Corinna Vinschen2-13/+30
2009-03-31 * ctype.cc: Remove implementation of ctype functions in favor ofCorinna Vinschen6-822/+48
2009-03-28* Makefile.in: Perform some minor cleanup. Revamp speclib handling.Christopher Faylor3-97/+60
2009-03-27 * net.cc (inet_ntop6): Convert to lowercase hex digits on the fly.Corinna Vinschen2-1/+10
2009-03-27 * net.cc (cygwin_getaddrinfo): Check hints for non-NULL beforeCorinna Vinschen2-0/+6
2009-03-27 * fhandler.h (class fhandler_fifo): Rename read/write methods toCorinna Vinschen3-4/+10
2009-03-27 * syscalls.cc (pathconf): Fix memory leak.Corinna Vinschen2-5/+11
2009-03-26 * path.cc (symlink_worker): Write target filename as UTF-16 stringCorinna Vinschen2-10/+46
2009-03-26 * include/asm/byteorder.h (__ntohl): Align definition to ISO C99.Corinna Vinschen2-5/+13
2009-03-26 * strfuncs.cc (__set_charset_from_codepage): Revert to translatingCorinna Vinschen2-2/+7
2009-03-25 * strfuncs.cc (sys_wcstombs): Don't convert ASCII SO into twoCorinna Vinschen2-3/+7
2009-03-25 * environ.cc (environ_init): Break from locale loop after first hit.Corinna Vinschen3-2/+29
2009-03-25 * strfuncs.cc (__kr_wctomb): Use codepage 51949 rather than 50949.Corinna Vinschen2-5/+12
2009-03-24 * strfuncs.cc (__kr_wctomb): Use codepage 50949 rather than 949.Corinna Vinschen2-4/+12
2009-03-24 * strfuncs.cc (sys_cp_mbstowcs): Don't read beyond src + nms.Corinna Vinschen2-1/+6
2009-03-24 * shared_info.h (CURR_SHARED_MAGIC): Update.Corinna Vinschen2-1/+5
2009-03-24 * wchar.h: Replace UINT with unsigned int.Corinna Vinschen2-1/+5
2009-03-24 * wchar.h: Remove erroneous "C" specifier from extern declaration.Corinna Vinschen2-10/+15
2009-03-24 * ctype.cc (_CTYPE_DATA_0_127): Add _B class to TAB character.Corinna Vinschen14-315/+1336
2009-03-24 * sec_auth.cc (str2buf2uni): Remove.Corinna Vinschen3-14/+5
2009-03-24 * include/mntent.h: Remove declarations of nonexistant addmntentCorinna Vinschen2-6/+10
2009-03-23 * smallprint.cc (__small_vsprintf): Handle NULL PWCHAR andCorinna Vinschen2-3/+12
2009-03-23 * include/asm/byteorder.h (__constant_ntohs): Remove declaration.Corinna Vinschen2-2/+5
2009-03-23 * cygwin.din: Export wordexp, wordfree.Corinna Vinschen4-3/+12
2009-03-23 * include/sys/un.h: #include <string.h> for strlen.Corinna Vinschen2-1/+6
2009-03-19 * dlfcn.cc (get_full_path_of_dll): Revert patch from 2008-07-16.Corinna Vinschen2-2/+6
2009-03-19 * cygwin.din: Export log2, log2f as functions.Corinna Vinschen4-1/+12
2009-03-18 * sec_auth.cc (lsaauth): Remove local definitions of structCorinna Vinschen2-12/+29
2009-03-15 * errno.cc (_sys_errlist): Add ESTRPIPE.Corinna Vinschen2-1/+6
2009-03-15 * cygwin.din: Export wcsdup.Corinna Vinschen4-1/+10
2009-03-15 * include/inttypes.h: Remove "l" size specifier from all 16 and 32 bitCorinna Vinschen2-44/+49
2009-03-14* path.cc (warn_msdos): Don't warn about MS-DOS filenames encountered duringChristopher Faylor2-1/+6
2009-03-14 * gendef: Remove STABS directives.Corinna Vinschen2-4/+4
2009-03-13 * mktemp.cc: Remove STABS specific link-time warning. Align copyrightCorinna Vinschen2-12/+5
2009-03-13 * flock.cc: Fix lockf copyright to latest version.Corinna Vinschen2-12/+7