summaryrefslogtreecommitdiff
path: root/locale.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* strEQ/strNE of 1 character strings seems better hand inlined,Nicholas Clark2005-01-011-3/+5
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+5
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* Doc tweaks (and one code tweak) based on Philip Newton's comments.Jarkko Hietaniemi2003-02-171-1/+1
* The new(er) way of controlling Unicode I/O (and other) features;Jarkko Hietaniemi2003-02-151-5/+5
* Make the locale-induced UTF-8-ification of STD fhsJarkko Hietaniemi2003-01-161-16/+23
* Re: [PATCH] UTF-8 enabling via locale (was: Re: Redhat 8 issue?)Jarkko Hietaniemi2002-11-191-25/+24
* Detype locale.c commentPhilip Newton2002-06-111-2/+2
* Make UTF-8 locales effective only if PerlIO has beenJarkko Hietaniemi2002-06-111-1/+4
* NI-S doesn't need these comments :-) but I'm commenting anyway.Jarkko Hietaniemi2002-06-101-0/+10
* reentr.h affects more C files than just reentr.cJarkko Hietaniemi2002-05-141-0/+2
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-2/+2
* microperl tweaks.Jarkko Hietaniemi2002-03-241-0/+2
* If it looks like UTF-8 (either nl_langinfo or locale variables),Jarkko Hietaniemi2002-03-201-0/+39
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-231-1/+1
* splitting util.cHugo van der Sanden2001-06-131-0/+549