Commit Graph

  • f16f20ff95 cygcheck: Eenable output of Vista++ FS flags Corinna Vinschen 2016-10-23 15:57:40 +0200
  • 015f6894a0 cygcheck: Eliminate dead code Corinna Vinschen 2016-10-22 22:57:03 +0200
  • bbeef8ef3f cygcheck: Fix broken test for invalid wcstombs conversion reading symlinks Corinna Vinschen 2016-10-22 22:53:29 +0200
  • 7909b528e5 cygcheck: Fix check for Cygwin symlink Corinna Vinschen 2016-10-22 22:44:25 +0200
  • 61401f24ef strace: Add comment trying to explain confusing code Corinna Vinschen 2016-10-22 22:39:31 +0200
  • 46c472a1c1 cygcheck: Close with pclose what has been opened with popen Corinna Vinschen 2016-10-22 22:14:34 +0200
  • 5c758bf910 towupper: Eliminate dead code Corinna Vinschen 2016-10-22 22:00:51 +0200
  • 941df759a2 Fix a potential buffer overflow in wscanf family Corinna Vinschen 2016-10-22 21:43:28 +0200
  • 94f40db019 get_alt_digits: Fix typo in allocation Corinna Vinschen 2016-10-22 21:29:10 +0200
  • db8bda4b47 Remove unreachable code from passwd(1) Corinna Vinschen 2016-10-22 21:20:28 +0200
  • 8c6e4fec14 Actually return value from __cp_index Corinna Vinschen 2016-10-22 21:08:44 +0200
  • 5005be3daf Drop redundant checks for NULL input string in wctomb helper funcs Corinna Vinschen 2016-10-22 20:28:08 +0200
  • 34aded1f54 Fix check for empty locale string in newlocale Corinna Vinschen 2016-10-22 20:22:20 +0200
  • dda82d1a7b Add _PC_CASE_INSENSITIVE to [f]pathconf Ken Brown 2016-10-20 15:35:54 -0400
  • 93374181cb Fix SetThreadName with gdb 7.10 on x86 Jon Turney 2016-09-11 13:37:54 +0100
  • afcde26618 Update FAQ answer about setting an early breakpoint Jon Turney 2016-09-11 13:41:32 +0100
  • e3ccb68610 Don't check directories always case-insensitive in rename(2) Corinna Vinschen 2016-10-19 13:26:03 +0200
  • e1824aea27 Add release msg for 5a3496c Corinna Vinschen 2016-10-19 12:53:58 +0200
  • 5a3496c3e3 Fix regression in console charset handling Corinna Vinschen 2016-10-19 12:48:40 +0200
  • ba2851eeca Bump Cygwin version to 2.6.1 Corinna Vinschen 2016-10-19 12:52:06 +0200
  • 8394e47d73 Make ctype_.c and ctype_.h agree on _ctype_b type Thomas Preud'homme 2016-09-06 11:26:55 +0100
  • f763e2dc88 dlopen: on x/lib search x/bin if exe is in x/bin Michael Haubenwallner 2016-09-02 13:57:20 +0200
  • b37c3ed5e5 dlopen (pathfinder): try each basename per dir Michael Haubenwallner 2016-08-31 20:07:07 +0200
  • 97974e3076 dlopen: switch to new pathfinder class Michael Haubenwallner 2016-08-31 20:07:06 +0200
  • 091a0ac120 Fix typo in strerror doc Corinna Vinschen 2016-08-31 13:43:19 +0200
  • a157df3165 strace: Don't print exception info for SetThreadName exception Corinna Vinschen 2016-08-31 12:15:29 +0200
  • 472e5439e7 Fix passwd getting error 1265 when running on newer Windows Corinna Vinschen 2016-08-31 12:08:34 +0200
  • abd37f0c79 Add release message for commit 3d3ab82 Yaakov Selkowitz 2016-08-30 10:53:35 -0500
  • 3d3ab82968 Fix off_t typedef on Cygwin64 Yaakov Selkowitz 2016-08-29 15:30:59 -0500
  • de8b81950d Change return type from locale_t to struct __locale_t * as well Corinna Vinschen 2016-08-25 17:27:37 +0200
  • b690df6bbd Drop duplicate _ctype_ declaration from ctype_.h Corinna Vinschen 2016-08-25 16:05:12 +0200
  • e97109184a Drop global __ctype_ptr__ entirely in favor of using locale_t::ctype_ptr Corinna Vinschen 2016-08-25 14:18:31 +0200
  • 988629da1d Fix formatting Corinna Vinschen 2016-08-25 12:06:17 +0200
  • eccefd9704 Fix SetThreadName with current gdb Jon Turney 2016-08-25 10:06:47 +0100
  • 14228e2d0f Use struct __locale_t * for reentrent locale functions Corinna Vinschen 2016-08-25 09:53:01 +0200
  • 448b46397d Add strerror_l prototype, change str[n]casecmp_l feature tests Brian Inglis 2016-08-24 14:36:31 -0600
  • a703d64ad7 Avoid crash when calling __localeconv_l with __C_locale Corinna Vinschen 2016-08-24 19:46:55 +0200
  • 2fd2f308e2 Include winsup.h prior to including other headers Corinna Vinschen 2016-08-24 10:19:53 +0200
  • 58ede08b91 Use #if __GNU_VISIBLE, not #ifdef __GNU_VISIBLE Corinna Vinschen 2016-08-24 10:18:54 +0200
  • ec0117b6e1 strerror_l: Fix copy-and-paste typo Eric Blake 2016-08-23 14:36:06 -0500
  • 8ad852ac12 Clarify Cygwin's support for Win32 paths Ken Brown 2016-08-23 13:24:49 -0400
  • 801fffcb7e Add missing LF in release text Corinna Vinschen 2016-08-23 18:57:16 +0200
  • 7501249d5e Mention strerror_l in libc/string/strings.tex Corinna Vinschen 2016-08-23 18:15:55 +0200
  • 3f36c6fa62 Add __get_C_locale inline function and fix new locale code for !_MB_CAPABLE targets Corinna Vinschen 2016-08-23 12:49:23 +0200
  • 2ea3993619 Export and document strerror_l, strptime_l, wcsftime_l from Cygwin Corinna Vinschen 2016-08-23 17:50:21 +0200
  • 0ecb846d2b Implement GNU extension strptime_l Corinna Vinschen 2016-08-23 17:42:47 +0200
  • e636fe3d48 Implement GNU extension wcsftime_l Corinna Vinschen 2016-08-23 17:41:50 +0200
  • 463a8afaa5 Implement missing POSIX-1.2008 function strerror_l Corinna Vinschen 2016-08-23 17:49:24 +0200
  • 80e0ad1e77 Add missing declarations of str{n}casecmp_l to strings.h. Corinna Vinschen 2016-08-23 17:40:03 +0200
  • 9e0f9ec7ae Send thread names to debugger Jon Turney 2016-07-28 00:40:23 +0100
  • fdb7df230d Add pthread_getname_np and pthread_setname_np Jon Turney 2016-08-22 18:43:05 +0100
  • fb8e88815e Fix stray closing brace Corinna Vinschen 2016-08-23 13:08:01 +0200
  • f4fb06ce17 Add/change a few #ifdef comments in locale code for clearness Corinna Vinschen 2016-08-23 12:43:40 +0200
  • 3eace743b2 Remove erroneous POSIX guards for reentrant locale functions Corinna Vinschen 2016-08-23 12:39:42 +0200
  • 2fb5e3dfb2 Reference __global_locale only via __get_global_locale. Corinna Vinschen 2016-08-23 12:38:28 +0200
  • 113abc27a6 Avoid truncating from long double to double in sinhl(). David Wohlferd 2016-08-22 00:51:12 -0700
  • 96fc528397 sqrt: Fix NaN propagation for IEEE Std 754-2008 Ray Donnelly 2016-04-06 02:59:53 +0100
  • 5085ce2106 Remove extern declaration of __locale_cjk_lang in string/local.h Corinna Vinschen 2016-08-21 12:14:32 +0200
  • 0df76cbd63 Document nl_langinfo_l and separate POSIX from GNU extensions in release message Corinna Vinschen 2016-08-20 17:24:16 +0200
  • 216054fa77 Implement missing POSIX function nl_langinfo_l Corinna Vinschen 2016-08-20 17:22:41 +0200
  • 7630e38462 Introduce __current_locale_charset/__locale_charset Corinna Vinschen 2016-08-20 16:05:56 +0200
  • 06ac671811 Only define __getreent inline function when building newlib or Cygwin Corinna Vinschen 2016-08-20 16:03:14 +0200
  • 5e9b414e1c Add release message for commit eb61113 Corinna Vinschen 2016-08-19 17:25:31 +0200
  • 3a2f654379 Add release message for commit a871644 Corinna Vinschen 2016-08-19 16:54:56 +0200
  • a8716448ce Simplify "Windows-standard-like" permissions Corinna Vinschen 2016-08-19 16:50:04 +0200
  • 3e8f833df0 Fix outdated S_JUSTCREATED comment Corinna Vinschen 2016-08-19 16:27:07 +0200
  • 65277df72d Fix html build Thomas Preud'homme 2016-08-18 15:31:28 +0100
  • 3ce88693f5 Fix html build with makeinfo 5.2 Thomas Preudhomme 2016-08-19 09:10:38 +0100
  • 6f3943bca1 Reinstantiate Cygwin function called `__getreent' Corinna Vinschen 2016-08-18 14:27:05 +0200
  • 3bbc40af2a Revert "Fix __getreent function for Cygwin" Corinna Vinschen 2016-08-18 14:26:42 +0200
  • eb61113daf Workaround AzureAD shortcomings Corinna Vinschen 2016-08-08 09:45:34 +0200
  • 4de8596b8e Fix __getreent function for Cygwin Corinna Vinschen 2016-08-18 10:27:14 +0200
  • 0e2e3c958c Fix pdf build failure wrt documentation of is*_l functions Thomas Preudhomme 2016-08-17 17:05:07 +0100
  • 8443fcd625 Add release message for commit c02ac89 Corinna Vinschen 2016-08-17 11:17:26 +0200
  • c02ac89f28 Add -i/--input option to locale(1) Corinna Vinschen 2016-08-17 10:58:04 +0200
  • b0d341442c Constify __locale_ctype_ptr and __locale_ctype_ptr_l Corinna Vinschen 2016-08-17 09:40:28 +0200
  • 1c25a777b3 Actually return pointers in locale categroy accessor functions Corinna Vinschen 2016-08-16 16:23:51 +0200
  • 625a8a3f62 Always fall back to __ctype_ptr__ in isXXX_l functions. Corinna Vinschen 2016-08-16 16:22:12 +0200
  • 042263cd83 Avoid "implicit declaration of function ‘strtold_l’" in wcstold.c Corinna Vinschen 2016-08-16 16:21:19 +0200
  • 1ec81984d8 Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets only Corinna Vinschen 2016-08-16 15:26:01 +0200
  • 6e7ce50e04 Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets. Corinna Vinschen 2016-08-16 15:24:26 +0200
  • 7ef90f7f9d __localeconv_l: Always define locale variable lconv Corinna Vinschen 2016-08-16 13:54:32 +0200
  • 7964ad15c1 Don't use locale_t in internal header Corinna Vinschen 2016-08-16 13:51:46 +0200
  • a867598373 Rephrase release message Corinna Vinschen 2016-08-16 12:41:34 +0200
  • de09bb4d32 Fix typo in release message Corinna Vinschen 2016-08-16 11:22:26 +0200
  • 5dc306cf97 Add release text for Cygwin 2.6.0 Corinna Vinschen 2016-08-15 21:26:01 +0200
  • 238455adfa Implement strto[dflu]_l/wcsto[dflu]_l Corinna Vinschen 2016-08-10 16:30:46 +0200
  • 5ef60b7e6a Add documentation for duplocale, freelocale, newlocale, and uselocale. Corinna Vinschen 2016-08-15 17:34:40 +0200
  • baf0c9fcb5 Fold documentation of is*_l funcs into documentation of non-l is* funcs Corinna Vinschen 2016-08-15 14:21:52 +0200
  • 5bdf8cfa49 setlocale/localeconv are *not* POSIX-1.2008 Corinna Vinschen 2016-07-29 09:52:50 +0200
  • 1a5d08014b setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targets Corinna Vinschen 2016-07-28 09:50:43 +0200
  • beb721cf37 __loadlocale: Set missing val when evaluating CP874 Corinna Vinschen 2016-07-27 22:27:06 +0200
  • 8f1378b19f Make sure alloca is called even when optimizing, fully init _REENT Corinna Vinschen 2016-07-27 13:52:10 +0200
  • d7281b92ab Fix multiple thinkos in newlocale Corinna Vinschen 2016-07-26 23:36:04 +0200
  • 659f4ca916 Fix _REENT_INIT initialization of _locale Corinna Vinschen 2016-07-26 15:42:04 +0200
  • 18f6750b95 Fix typo in isalnum_l doc Corinna Vinschen 2016-07-25 20:22:48 +0200
  • ac7f1d5e93 Get rid of LCID, reformat type definitions in setlocale.h Corinna Vinschen 2016-07-25 12:30:25 +0200
  • 7156bf842e Add sys/_locale.h header and fix up headers Corinna Vinschen 2016-07-25 11:47:36 +0200
  • 91ebe04042 Bump CygwinAPI minor. Corinna Vinschen 2016-07-25 11:28:48 +0200
  • 765d2c0bac Implement strfmon_l Corinna Vinschen 2016-07-25 11:26:08 +0200