index
:
cygnal
cygnal-2.5.2
cygnal-2.9.0-branch
cygnal-3-1-6-98-branch
cygnal-3-1-98-branch
cygwin-master
"Cygwin Native Application Lib" --- http://www.kylheku.com/cygnal
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix stray closing brace
Corinna Vinschen
2016-08-23
1
-1
/
+0
*
Add/change a few #ifdef comments in locale code for clearness
Corinna Vinschen
2016-08-23
4
-13
/
+13
*
Remove erroneous POSIX guards for reentrant locale functions
Corinna Vinschen
2016-08-23
1
-2
/
+0
*
Reference __global_locale only via __get_global_locale.
Corinna Vinschen
2016-08-23
2
-6
/
+6
*
Avoid truncating from long double to double in sinhl().
David Wohlferd
2016-08-22
1
-1
/
+1
*
sqrt: Fix NaN propagation for IEEE Std 754-2008
Ray Donnelly
2016-08-22
1
-3
/
+2
*
Remove extern declaration of __locale_cjk_lang in string/local.h
Corinna Vinschen
2016-08-21
1
-4
/
+0
*
Document nl_langinfo_l and separate POSIX from GNU extensions in release message
Corinna Vinschen
2016-08-20
3
-18
/
+29
*
Implement missing POSIX function nl_langinfo_l
Corinna Vinschen
2016-08-20
4
-94
/
+61
*
Introduce __current_locale_charset/__locale_charset
Corinna Vinschen
2016-08-20
5
-8
/
+19
*
Only define __getreent inline function when building newlib or Cygwin
Corinna Vinschen
2016-08-20
5
-3
/
+14
*
Add release message for commit eb61113
Corinna Vinschen
2016-08-19
2
-0
/
+6
*
Add release message for commit a871644
Corinna Vinschen
2016-08-19
1
-0
/
+4
*
Simplify "Windows-standard-like" permissions
Corinna Vinschen
2016-08-19
2
-23
/
+22
*
Fix outdated S_JUSTCREATED comment
Corinna Vinschen
2016-08-19
1
-3
/
+3
*
Fix html build
Thomas Preud'homme
2016-08-19
1
-67
/
+34
*
Fix html build with makeinfo 5.2
Thomas Preudhomme
2016-08-19
1
-2
/
+2
*
Reinstantiate Cygwin function called `__getreent'
Corinna Vinschen
2016-08-18
2
-2
/
+7
*
Revert "Fix __getreent function for Cygwin"
Corinna Vinschen
2016-08-18
2
-8
/
+2
*
Workaround AzureAD shortcomings
Corinna Vinschen
2016-08-18
1
-10
/
+90
*
Fix __getreent function for Cygwin
Corinna Vinschen
2016-08-18
2
-2
/
+8
*
Fix pdf build failure wrt documentation of is*_l functions
Thomas Preudhomme
2016-08-17
4
-104
/
+5
*
Add release message for commit c02ac89
Corinna Vinschen
2016-08-17
2
-0
/
+8
*
Add -i/--input option to locale(1)
Corinna Vinschen
2016-08-17
2
-14
/
+34
*
Constify __locale_ctype_ptr and __locale_ctype_ptr_l
Corinna Vinschen
2016-08-17
2
-8
/
+5
*
Actually return pointers in locale categroy accessor functions
Corinna Vinschen
2016-08-16
1
-8
/
+8
*
Always fall back to __ctype_ptr__ in isXXX_l functions.
Corinna Vinschen
2016-08-16
1
-1
/
+2
*
Avoid "implicit declaration of function ‘strtold_l’" in wcstold.c
Corinna Vinschen
2016-08-16
1
-0
/
+1
*
Use era_info_t and alt_digits_t on _WANT_C99_TIME_FORMATS targets only
Corinna Vinschen
2016-08-16
1
-2
/
+12
*
Expose locale category accessor functions to non-__HAVE_LOCALE_INFO__ targets.
Corinna Vinschen
2016-08-16
1
-1
/
+49
*
__localeconv_l: Always define locale variable lconv
Corinna Vinschen
2016-08-16
1
-1
/
+1
*
Don't use locale_t in internal header
Corinna Vinschen
2016-08-16
2
-2
/
+2
*
Rephrase release message
Corinna Vinschen
2016-08-16
1
-1
/
+1
*
Fix typo in release message
Corinna Vinschen
2016-08-16
1
-1
/
+0
*
Add release text for Cygwin 2.6.0
Corinna Vinschen
2016-08-15
3
-29
/
+118
*
Implement strto[dflu]_l/wcsto[dflu]_l
Corinna Vinschen
2016-08-15
27
-812
/
+1035
*
Add documentation for duplocale, freelocale, newlocale, and uselocale.
Corinna Vinschen
2016-08-15
6
-2
/
+209
*
Fold documentation of is*_l funcs into documentation of non-l is* funcs
Corinna Vinschen
2016-08-15
68
-1209
/
+514
*
setlocale/localeconv are *not* POSIX-1.2008
Corinna Vinschen
2016-08-15
1
-3
/
+3
*
setlocale.h: Fix current locale handling for !__HAVE_LOCALE_INFO__ targets
Corinna Vinschen
2016-08-15
3
-21
/
+14
*
__loadlocale: Set missing val when evaluating CP874
Corinna Vinschen
2016-08-15
1
-0
/
+1
*
Make sure alloca is called even when optimizing, fully init _REENT
Corinna Vinschen
2016-08-15
1
-3
/
+7
*
Fix multiple thinkos in newlocale
Corinna Vinschen
2016-08-15
1
-54
/
+59
*
Fix _REENT_INIT initialization of _locale
Corinna Vinschen
2016-08-15
1
-3
/
+2
*
Fix typo in isalnum_l doc
Corinna Vinschen
2016-08-15
1
-1
/
+1
*
Get rid of LCID, reformat type definitions in setlocale.h
Corinna Vinschen
2016-08-15
1
-90
/
+94
*
Add sys/_locale.h header and fix up headers
Corinna Vinschen
2016-08-15
9
-22
/
+47
*
Bump CygwinAPI minor.
Corinna Vinschen
2016-08-15
1
-3
/
+5
*
Implement strfmon_l
Corinna Vinschen
2016-08-15
3
-36
/
+64
*
Rename __get_locale_XXX to __get_XXX_locale to use unified naming scheme
Corinna Vinschen
2016-08-15
3
-19
/
+43
[next]