summaryrefslogtreecommitdiff
path: root/locale.c
Commit message (Expand)AuthorAgeFilesLines
* locale.c: Avoid writing libc static storageKarl Williamson2014-01-041-3/+3
* locale.c: Add commentsKarl Williamson2014-01-041-7/+68
* locale.c: White-space onlyKarl Williamson2014-01-041-4/+4
* locale.c: Always set state variables for a new localeKarl Williamson2014-01-041-7/+5
* Fix broken locale case-insensitive matchingKarl Williamson2013-12-031-5/+5
* fix -Wsign-compare in coreDavid Mitchell2013-11-291-2/+2
* PATCH: [perl #119443] Blead won't compile on winceKarl Williamson2013-08-231-4/+13
* locale.c: Rmv unused variableKarl Williamson2013-08-121-1/+0
* Assume UTF-8 locale if that string occurs anywhere in nameKarl Williamson2013-08-121-11/+23
* locale.c: Add missing STATIC to fcn declKarl Williamson2013-07-191-1/+1
* PATCH: [perl #38193] embedded perl always calls setlocale(LC_ALL,"")Karl Williamson2013-07-091-8/+12
* PATCH: [perl #118197] Cope with non-ASCII decimal separatorsKarl Williamson2013-07-071-0/+6
* locale.c: Further checks for utf8ness of a localeKarl Williamson2013-07-051-0/+154
* locale.c: Extract out, fix, expand fcn to see if a locale is utf8Karl Williamson2013-07-051-40/+121
* locale.c: Compare apples to applesKarl Williamson2013-07-051-4/+9
* perl.h, locale.c: White space onlyKarl Williamson2013-07-051-8/+8
* locale.c: Add commentsKarl Williamson2013-07-051-3/+4
* update the editor hints for spaces, not tabsRicardo Signes2012-05-291-2/+2
* Don't #include headers already included by perl.hNicholas Clark2011-09-151-4/+0
* When probing strxfrm, consider a consistent return value of 0 as saneNicholas Clark2011-09-091-1/+1
* Provide more information in the message for "strxfrm() gets absurd".Nicholas Clark2011-09-091-1/+2
* Convert some files from Latin-1 to UTF-8Keith Thompson2011-09-071-2/+2
* Fix typos (spelling errors) in Perl sources.Peter J. Acklam) (via RT2011-01-071-1/+1
* Change name of ibcmp to foldEQKarl Williamson2010-06-051-8/+8
* delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr() and rninstr() from ut...Vincent Pit2009-08-271-8/+8
* PATCH: Large omnibus patch to clean up the JRRT quotesTom Christiansen2008-11-021-7/+9
* Update copyright years.Nicholas Clark2008-10-251-2/+2
* assert() that every NN argument is not NULL. Otherwise we have theNicholas Clark2008-02-121-0/+7
* Fix up copyright years for files modified in 2007.Nicholas Clark2007-11-071-2/+2
* strxfrm() returns a size_t, not a ssize_t. See:Devin Heitmueller2007-04-261-2/+2
* Turn on UTF8 cache assertions with -CaNicholas Clark2006-04-171-0/+2
* locale.c: more Safefree() (Coverity finding)Jarkko Hietaniemi2006-04-111-0/+6
* Re: [PATCH] locale.c: Coverity findingJarkko Hietaniemi2006-04-091-0/+3
* unused context warningsAndy Lester2006-02-241-0/+1
* Re: [PATCH] s/Null(gv|hv|sv)/NULL/gSteven Schubiger2006-02-031-2/+2
* Re: [PATCH] s/Null(av|ch)/NULL/gSteven Schubiger2006-02-021-6/+6
* sprinkle dVARJarkko Hietaniemi2006-01-061-0/+7
* More copyright updatesRafael Garcia-Suarez2006-01-041-1/+1
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-041-8/+8
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-041-8/+8
* More consting, and putting stuff in embed.fncAndy Lester2005-12-061-1/+1
* Consting and localizing: Part LXVIIIAndy Lester2005-11-071-6/+5
* init_i18nl14n is a mathom.Nicholas Clark2005-10-301-7/+0
* Re: janitorial work ? [patch]Jim Cromie2005-07-081-1/+1
* Don't check the pointer is non-NULL before calling Safefree() inNicholas Clark2005-07-021-10/+5
* Pre-YAPC consting funAndy Lester2005-06-231-22/+17
* Include vim/emacs modelines in generated files to open themRafael Garcia-Suarez2005-05-111-2/+2
* Add editor boilerplates to all C filesRafael Garcia-Suarez2005-05-101-0/+9
* Symbian port of PerlJarkko Hietaniemi2005-04-211-1/+3
* Consting fiveAndy Lester2005-03-251-1/+2