cygwin-cvs archive
date index for July - September, 2016

This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.

Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:


2016-09-23 [newlib-cygwin] Created tag newlib-snapshot-20160923 Jeff Johnston
2016-09-08 [newlib-cygwin] dlopen: on x/lib search x/bin if exe is in x/bin Corinna Vinschen
2016-09-08 [newlib-cygwin] dlopen (pathfinder): try each basename per dir Corinna Vinschen
2016-09-08 [newlib-cygwin] dlopen: switch to new pathfinder class Corinna Vinschen
2016-08-31 [newlib-cygwin] Created tag cygwin-2_6_0-release Corinna Vinschen
2016-08-31 [newlib-cygwin] Created tag cygwin-2_6_0-release Corinna Vinschen
2016-08-31 [newlib-cygwin] strace: Don't print exception info for SetThreadName exception Corinna Vinschen
2016-08-31 [newlib-cygwin] Fix passwd getting error 1265 when running on newer Windows Corinna Vinschen
2016-08-30 [newlib-cygwin] Add release message for commit 3d3ab82 Yaakov Selkowitz
2016-08-25 [newlib-cygwin] Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptr Corinna Vinschen
2016-08-25 [newlib-cygwin] Fix formatting Corinna Vinschen
2016-08-25 [newlib-cygwin] Fix SetThreadName with current gdb Jon TURNEY
2016-08-24 [newlib-cygwin] Include winsup.h prior to including other headers Corinna Vinschen
2016-08-23 [newlib-cygwin] Clarify Cygwin's support for Win32 paths Corinna Vinschen
2016-08-23 [newlib-cygwin] Add missing LF in release text Corinna Vinschen
2016-08-23 [newlib-cygwin] Export and document strerror_l, strptime_l, wcsftime_l from Cygwin Corinna Vinschen
2016-08-23 [newlib-cygwin] Implement GNU extension strptime_l Corinna Vinschen
2016-08-23 [newlib-cygwin] Implement GNU extension wcsftime_l Corinna Vinschen
2016-08-23 [newlib-cygwin] Implement missing POSIX-1.2008 function strerror_l Corinna Vinschen
2016-08-23 [newlib-cygwin] Send thread names to debugger Jon TURNEY
2016-08-23 [newlib-cygwin] Add pthread_getname_np and pthread_setname_np Jon TURNEY
2016-08-23 [newlib-cygwin] Reference __global_locale only via __get_global_locale. Corinna Vinschen
2016-08-22 [newlib-cygwin] Avoid truncating from long double to double in sinhl(). Corinna Vinschen
2016-08-22 [newlib-cygwin] sqrt: Fix NaN propagation for IEEE Std 754-2008 Corinna Vinschen
2016-08-20 [newlib-cygwin] Document nl_langinfo_l and separate POSIX from GNU extensions in release message Corinna Vinschen
2016-08-20 [newlib-cygwin] Implement missing POSIX function nl_langinfo_l Corinna Vinschen
2016-08-20 [newlib-cygwin] Introduce __current_locale_charset/__locale_charset Corinna Vinschen
2016-08-20 [newlib-cygwin] Only define __getreent inline function when building newlib or Cygwin Corinna Vinschen
2016-08-19 [newlib-cygwin] Add release message for commit eb61113 Corinna Vinschen
2016-08-19 [newlib-cygwin] Add release message for commit a871644 Corinna Vinschen
2016-08-19 [newlib-cygwin] Simplify "Windows-standard-like" permissions Corinna Vinschen
2016-08-19 [newlib-cygwin] Fix outdated S_JUSTCREATED comment Corinna Vinschen
2016-08-18 [newlib-cygwin] Reinstantiate Cygwin function called `__getreent' Corinna Vinschen
2016-08-18 [newlib-cygwin] Revert "Fix __getreent function for Cygwin" Corinna Vinschen
2016-08-18 [newlib-cygwin] Workaround AzureAD shortcomings Corinna Vinschen
2016-08-18 [newlib-cygwin] Fix __getreent function for Cygwin Corinna Vinschen
2016-08-17 [newlib-cygwin] Add release message for commit c02ac89 Corinna Vinschen
2016-08-17 [newlib-cygwin] Add -i/--input option to locale(1) Corinna Vinschen
2016-08-16 [newlib-cygwin] Rephrase release message Corinna Vinschen
2016-08-16 [newlib-cygwin] Fix typo in release message Corinna Vinschen
2016-08-15 [newlib-cygwin] Add release text for Cygwin 2.6.0 Corinna Vinschen
2016-08-15 [newlib-cygwin] Implement strto[dflu]_l/wcsto[dflu]_l Corinna Vinschen
2016-08-15 [newlib-cygwin] Make sure alloca is called even when optimizing, fully init _REENT Corinna Vinschen
2016-08-15 [newlib-cygwin] Add sys/_locale.h header and fix up headers Corinna Vinschen
2016-08-15 [newlib-cygwin] Bump CygwinAPI minor. Corinna Vinschen
2016-08-15 [newlib-cygwin] Implement strfmon_l Corinna Vinschen
2016-08-15 [newlib-cygwin] Rename __get_locale_XXX to __get_XXX_locale to use unified naming scheme Corinna Vinschen
2016-08-15 [newlib-cygwin] Implement per-locale string functions Corinna Vinschen
2016-08-15 [newlib-cygwin] Implement all per-locale ctype functions Corinna Vinschen
2016-08-15 [newlib-cygwin] posix.xml: Note duplocale, freelocale, newlocale, uselocale as implemented Corinna Vinschen
2016-08-15 [newlib-cygwin] Fix memory handling in functions called from loadlocale Corinna Vinschen
2016-08-15 [newlib-cygwin] Implement newlocale, freelocale, duplocale, uselocale Corinna Vinschen
2016-08-15 [newlib-cygwin] Rearrange struct __locale_t pointers into an array Corinna Vinschen
2016-08-15 [newlib-cygwin] Change loadlocale to fill a __locale_t given as parameter Corinna Vinschen
2016-08-15 [newlib-cygwin] Consolidate wctomb/mbtowc calls for POSIX-1.2008 Corinna Vinschen
2016-08-15 [newlib-cygwin] POSIX-1.2008 per-thread locales, groundwork part 2 Corinna Vinschen
2016-08-15 [newlib-cygwin] POSIX-1.2008 per-thread locales, groundwork part 1 Corinna Vinschen
2016-08-12 [newlib-cygwin] Remove unused import/rexec.c accidentally imported by commit b6e90a06 Corinna Vinschen
2016-08-11 [newlib-cygwin] kill(pid, sig) before waitpid() returns -1 for sig != 0 Corinna Vinschen
2016-08-05 [newlib-cygwin] Workaround for filesystems with broken FileAllInformation info class (NcFsd) Corinna Vinschen
2016-08-03 [newlib-cygwin] Fix console clear screen if buffer is full Corinna Vinschen
2016-08-01 [newlib-cygwin] Fix console clear screen in case of partial scrolling Corinna Vinschen
2016-08-01 [newlib-cygwin] Open process with PROCESS_QUERY_INFORMATION to fetch maps Corinna Vinschen
2016-07-29 [newlib-cygwin] Fix clear screen behaviour of console when user scrolled up or down Corinna Vinschen
2016-07-28 [newlib-cygwin] Fix buffer scrolling when performing a "clear screen" Corinna Vinschen
2016-07-27 [newlib-cygwin] Don't raise SIGTTIN from poll/select Jon TURNEY
2016-07-27 [newlib-cygwin] Remove redundant macro and function called `__getreent' Corinna Vinschen
2016-07-23 [newlib-cygwin] posix.xml: Add missing unimplemented functions from POSIX-1.2013 Corinna Vinschen
2016-07-22 [newlib-cygwin] Change "nodomain+nobody" to "no+body" Corinna Vinschen
2016-07-19 [newlib-cygwin] Handle WinFSP nobody account Corinna Vinschen
2016-07-18 [newlib-cygwin] Fix typo Corinna Vinschen
2016-07-18 [newlib-cygwin] Add release message for commit 71df3bf Corinna Vinschen
2016-07-18 [newlib-cygwin] truncl: Fix setting rounding bits in FPU control word Corinna Vinschen
2016-07-14 [newlib-cygwin] Put previous doc in correct section Eric Blake
2016-07-14 [newlib-cygwin] Add release message for commit fe9e3b4 Corinna Vinschen
2016-07-14 [newlib-cygwin] Transform all special chars in relative Windows path string Corinna Vinschen
2016-07-14 [newlib-cygwin] Fix 32-bit SSIZE_MAX Eric Blake
2016-07-14 [newlib-cygwin] Add release message for commit 82e0649 Corinna Vinschen
2016-07-14 [newlib-cygwin] machine/_types.h: __blkcnt_t should be signed Corinna Vinschen
2016-07-07 [newlib-cygwin] Improve description of Cygwin ldd utility Jon TURNEY
2016-07-07 [newlib-cygwin] Use <filename> tag, not <pathname> tag Jon TURNEY
2016-07-07 [newlib-cygwin] Use <example> tag at same level as <para>, not inside it Jon TURNEY
2016-07-06 [newlib-cygwin] Add release message for commit 8cff156 Corinna Vinschen
2016-07-06 [newlib-cygwin] strace: Make sure strace timer isn't copied to child process Corinna Vinschen
2016-07-06 [newlib-cygwin] Redefine locale info in struct _reent for per-thread locales Corinna Vinschen
2016-07-02 [newlib-cygwin] ldd: Handle executable relocation when setting breakpoint Corinna Vinschen
2016-07-02 [newlib-cygwin] ldd: terminate process on hitting breakpoint Corinna Vinschen
2016-07-01 [newlib-cygwin] Make sure to use the Winsock definition of FIONREAD in ioctlsocket call Corinna Vinschen
Indexes: [Date Index] [Subject Index] [Author Index] [Thread Index]
Site Nav: [Browse other archives for this mailing list]
[Browse other mailing lists at this site]
Search: Limit to:

Mail converted by MHonArc