summaryrefslogtreecommitdiff
path: root/utf8.c
Commit message (Expand)AuthorAgeFilesLines
* 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-1/+1
* attributes-two.patch, the next batchAndy Lester2005-05-091-2/+1
* GCC attributes!Andy Lester2005-05-071-4/+4
* Symbian port of PerlJarkko Hietaniemi2005-04-211-2/+5
* Clean-up some warnings when compiling on Win32 with VC++Steve Hay2005-03-291-1/+1
* [perl #33185] UTF-8 string substitution corrupts memoryDave Mitchell2005-03-261-5/+5
* Consting part 4Andy Lester2005-03-251-4/+4
* Third consting batchAndy Lester2005-03-241-22/+23
* More const parmsAndy Lester2005-03-181-51/+51
* Adding const qualifiersAndy Lester2005-03-141-11/+10
* Update copyright years and add editor blocksNicholas Clark2005-01-221-1/+2
* Re: uc($long_utf8_string) exhausts memoryJarkko Hietaniemi2005-01-221-35/+32
* Further follow-up to 23767Robin Barker2005-01-191-1/+1
* A terser way to write the \-ing code in pv_uni_displayNicholas Clark2005-01-141-11/+27
* sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.Nicholas Clark2005-01-141-8/+8
* sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()Nicholas Clark2005-01-131-1/+1
* Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1 cpu) [PATCH]Gisle Aas2004-12-131-1/+1
* Fix a couple of typos.Rafael Garcia-Suarez2004-11-171-1/+1
* Make the perl interpreter more tolerant of UTF-16-encoded scriptRafael Garcia-Suarez2004-10-081-1/+7
* fix minor nit in file description, to keep Jarkko happyDave Mitchell2004-08-091-1/+2
* Add comment to top of reentr.c and fix typos in other filesDave Mitchell2004-08-011-2/+2
* Add comment to the top of most .c files explaining their purposeDave Mitchell2004-07-311-0/+5
* Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)Nick Ing-Simmons2004-07-121-2/+2
* Save some repeated strlen()s in Perl_swash_initNicholas Clark2004-05-021-4/+7
* Update copyright noticesRafael Garcia-Suarez2004-03-161-1/+1
* Speed up the unicode case mappings (for /i, lc, uc, etc).Jarkko Hietaniemi2004-03-031-12/+10
* Macrofy the compile/runtime test.Jarkko Hietaniemi2003-09-211-3/+3
* It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,Jarkko Hietaniemi2003-09-121-20/+20
* A new UTF-8 API, Perl_is_utf8_string_loc(), a variantJarkko Hietaniemi2003-09-101-0/+49
* [perl #22946] Bug in Unicode surrogate pair conversion in Perl_utf16_to_utf8 Dinger, Tom2003-07-241-1/+2
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-161-1/+1
* Synchronize the specifications of the POSIX characterJarkko Hietaniemi2003-04-161-2/+2
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-021-1/+1
* API doc tweaks.Jarkko Hietaniemi2003-02-221-4/+7
* %_ (was Re: [PATCH] operation on `PL_na' may be undefined)Nicholas Clark2003-01-071-2/+2
* [PATCH] bug in utf8.c(?)Marty Pauley2002-09-261-0/+1
* Small speedup by inlining the easy bits of is_utf8_char()Jarkko Hietaniemi2002-07-011-3/+11
* good day for WinCE port of perl.Vadim Konovalov2002-05-161-9/+0
* WinCE several touchesVadim Konovalov2002-05-131-1/+1
* WinCE many fixesVadim Konovalov2002-04-281-0/+9
* fixes for all the warnings reported by Visual C (most of thisGurusamy Sarathy2002-04-211-82/+82
* my $utf8here, our $utf8here, and package variable $utf8here.Jarkko Hietaniemi2002-04-161-8/+27
* Re: Change 15762: As noted by Philip Newton: nothing wrong with BOM,Philip Newton2002-04-071-1/+1
* As noted by Philip Newton: nothing wrong with BOM,Jarkko Hietaniemi2002-04-061-14/+3
* What started as a small nit (the charnames test, nit foundJarkko Hietaniemi2002-04-021-6/+10
* A little bit better error message for \pq, stillJarkko Hietaniemi2002-03-281-1/+5
* Warn instead of croak.Jarkko Hietaniemi2002-03-271-8/+42
* B::perlstring and unicodeRafael Garcia-Suarez2002-03-181-1/+1
* more warnings tidyupPaul Marquess2002-03-111-4/+4