| Commit message (Expand) | Author | Age | Files | Lines |
* | Make sure LC_MONETARY is initialized | Karl Williamson | 2014-02-15 | 1 | -0/+13 |
* | Initialize LC_MESSAGES at start-up | Karl Williamson | 2014-02-15 | 1 | -1/+13 |
* | locale.c: White-space, useless brace removal only | Karl Williamson | 2014-02-15 | 1 | -84/+82 |
* | Improve fallback during locale initialization | Karl Williamson | 2014-02-15 | 1 | -46/+162 |
* | locale.c: Add, move some comments, and a declaration | Karl Williamson | 2014-02-15 | 1 | -7/+16 |
* | Emulate POSIX locale setting on Windows | Karl Williamson | 2014-02-15 | 1 | -8/+87 |
* | regexec.c, locale.c: Silence some compiler warnings | Karl Williamson | 2014-02-12 | 1 | -0/+2 |
* | Add -DL option to trace setlocale calls | Karl Williamson | 2014-02-03 | 1 | -0/+64 |
* | locale.c: Fix failure to find UTF-8 locales | Karl Williamson | 2014-01-29 | 1 | -31/+34 |
* | White-space, comments only | Karl Williamson | 2014-01-27 | 1 | -9/+8 |
* | Work properly under UTF-8 LC_CTYPE locales | Karl Williamson | 2014-01-27 | 1 | -2/+12 |
* | locale.c: Silence Win32 compiler warning. | Karl Williamson | 2014-01-23 | 1 | -1/+1 |
* | locale.c: White-space only | Karl Williamson | 2014-01-22 | 1 | -13/+13 |
* | locale.c: Find utf8-8 locales reliably on C99 platforms | Karl Williamson | 2014-01-22 | 1 | -10/+53 |
* | locale.c: Avoid writing libc static storage | Karl Williamson | 2014-01-04 | 1 | -3/+3 |
* | locale.c: Add comments | Karl Williamson | 2014-01-04 | 1 | -7/+68 |
* | locale.c: White-space only | Karl Williamson | 2014-01-04 | 1 | -4/+4 |
* | locale.c: Always set state variables for a new locale | Karl Williamson | 2014-01-04 | 1 | -7/+5 |
* | Fix broken locale case-insensitive matching | Karl Williamson | 2013-12-03 | 1 | -5/+5 |
* | fix -Wsign-compare in core | David Mitchell | 2013-11-29 | 1 | -2/+2 |
* | PATCH: [perl #119443] Blead won't compile on wince | Karl Williamson | 2013-08-23 | 1 | -4/+13 |
* | locale.c: Rmv unused variable | Karl Williamson | 2013-08-12 | 1 | -1/+0 |
* | Assume UTF-8 locale if that string occurs anywhere in name | Karl Williamson | 2013-08-12 | 1 | -11/+23 |
* | locale.c: Add missing STATIC to fcn decl | Karl Williamson | 2013-07-19 | 1 | -1/+1 |
* | PATCH: [perl #38193] embedded perl always calls setlocale(LC_ALL,"") | Karl Williamson | 2013-07-09 | 1 | -8/+12 |
* | PATCH: [perl #118197] Cope with non-ASCII decimal separators | Karl Williamson | 2013-07-07 | 1 | -0/+6 |
* | locale.c: Further checks for utf8ness of a locale | Karl Williamson | 2013-07-05 | 1 | -0/+154 |
* | locale.c: Extract out, fix, expand fcn to see if a locale is utf8 | Karl Williamson | 2013-07-05 | 1 | -40/+121 |
* | locale.c: Compare apples to apples | Karl Williamson | 2013-07-05 | 1 | -4/+9 |
* | perl.h, locale.c: White space only | Karl Williamson | 2013-07-05 | 1 | -8/+8 |
* | locale.c: Add comments | Karl Williamson | 2013-07-05 | 1 | -3/+4 |
* | update the editor hints for spaces, not tabs | Ricardo Signes | 2012-05-29 | 1 | -2/+2 |
* | Don't #include headers already included by perl.h | Nicholas Clark | 2011-09-15 | 1 | -4/+0 |
* | When probing strxfrm, consider a consistent return value of 0 as sane | Nicholas Clark | 2011-09-09 | 1 | -1/+1 |
* | Provide more information in the message for "strxfrm() gets absurd". | Nicholas Clark | 2011-09-09 | 1 | -1/+2 |
* | Convert some files from Latin-1 to UTF-8 | Keith Thompson | 2011-09-07 | 1 | -2/+2 |
* | Fix typos (spelling errors) in Perl sources. | Peter J. Acklam) (via RT | 2011-01-07 | 1 | -1/+1 |
* | Change name of ibcmp to foldEQ | Karl Williamson | 2010-06-05 | 1 | -8/+8 |
* | delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr() and rninstr() from ut... | Vincent Pit | 2009-08-27 | 1 | -8/+8 |
* | PATCH: Large omnibus patch to clean up the JRRT quotes | Tom Christiansen | 2008-11-02 | 1 | -7/+9 |
* | Update copyright years. | Nicholas Clark | 2008-10-25 | 1 | -2/+2 |
* | assert() that every NN argument is not NULL. Otherwise we have the | Nicholas Clark | 2008-02-12 | 1 | -0/+7 |
* | Fix up copyright years for files modified in 2007. | Nicholas Clark | 2007-11-07 | 1 | -2/+2 |
* | strxfrm() returns a size_t, not a ssize_t. See: | Devin Heitmueller | 2007-04-26 | 1 | -2/+2 |
* | Turn on UTF8 cache assertions with -Ca | Nicholas Clark | 2006-04-17 | 1 | -0/+2 |
* | locale.c: more Safefree() (Coverity finding) | Jarkko Hietaniemi | 2006-04-11 | 1 | -0/+6 |
* | Re: [PATCH] locale.c: Coverity finding | Jarkko Hietaniemi | 2006-04-09 | 1 | -0/+3 |
* | unused context warnings | Andy Lester | 2006-02-24 | 1 | -0/+1 |
* | Re: [PATCH] s/Null(gv|hv|sv)/NULL/g | Steven Schubiger | 2006-02-03 | 1 | -2/+2 |
* | Re: [PATCH] s/Null(av|ch)/NULL/g | Steven Schubiger | 2006-02-02 | 1 | -6/+6 |