Clarification and cleanup of the XS SWASHGET code
[p5sagit/p5-mst-13.2.git] / utf8.c
2005-12-05 SADAHIRO Tomoyuki Clarification and cleanup of the XS SWASHGET code
2005-11-30 SADAHIRO Tomoyuki Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-24 SADAHIRO Tomoyuki Re: XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-23 SADAHIRO Tomoyuki XS-assisted SWASHGET (esp. for t/uni/class.t speedup)
2005-11-07 Andy Lester Consting and localizing: Part LXVIII
2005-10-31 Nicholas Clark A more elegant way to deal with utf8n_to_uvchr() and...
2005-10-31 Nicholas Clark uvchr_to_utf8() and utf8n_to_uvchr() are mathoms on...
2005-10-30 Nicholas Clark const const bad bad.
2005-10-30 Nicholas Clark is_utf8_alnum() and is_utf8_alnumc() can use is_utf8_co...
2005-10-30 Nicholas Clark Jarkko and I think that Perl_is_utf8_alnumc should...
2005-10-30 Nicholas Clark Perl_is_utf8_* share a lot of common code. Pull that...
2005-10-30 Nicholas Clark Replace uvuni_to_utf8() with a macro that passes the...
2005-10-30 Nicholas Clark Replace is_utf8_string_loc() with a macro that passes...
2005-10-30 Nicholas Clark Fix typos in comments.
2005-10-28 Steve Peters Add a new file, mathoms.c, to hold old code kept around...
2005-10-13 Andy Lester Stas' croak patch and then some
2005-10-09 SADAHIRO Tomoyuki undef IS_UTF8_CHAR() on EBCDIC
2005-10-05 Andy Lester Re: [PATCH] Random constings and printf cleanup
2005-07-18 Andy Lester The continuing plod through embed.fnc
2005-07-15 Andy Lester more embed cleanup
2005-07-08 Jim Cromie Re: janitorial work ? [patch]
2005-07-08 Dave Mitchell [perl #36207] UTF8/Latin 1/i regexp "Malformed characte...
2005-06-10 Nicholas Clark More SvPV consting. And other related drive-by refactoring.
2005-06-08 Rafael Garcia-Suarez Mark a static function as static
2005-06-07 Jarkko Hietaniemi one more round of is_utf8_foo tuneup
2005-06-05 Andy Lester Fix minor bummer in 24706
2005-06-04 Jarkko Hietaniemi further speeding up of is_utf8_string()
2005-06-03 Jarkko Hietaniemi speed up is_utf8_char()
2005-05-30 Andy Lester [PATCH] Minor warning squashings
2005-05-24 Andy Lester embed.fnc cleanup + SvPVX_const usage
2005-05-16 Andy Lester consting-eleventy.patch: More consts, plus actual bug fix
2005-05-11 Rafael Garcia-Suarez Include vim/emacs modelines in generated files to open...
2005-05-10 Rafael Garcia-Suarez Add editor boilerplates to all C files
2005-05-09 Andy Lester attributes-two.patch, the next batch
2005-05-07 Andy Lester GCC attributes!
2005-04-21 Jarkko Hietaniemi Symbian port of Perl
2005-03-29 Steve Hay Clean-up some warnings when compiling on Win32 with...
2005-03-26 Dave Mitchell [perl #33185] UTF-8 string substitution corrupts memory
2005-03-25 Andy Lester Consting part 4
2005-03-24 Andy Lester Third consting batch
2005-03-18 Andy Lester More const parms
2005-03-14 Andy Lester Adding const qualifiers
2005-01-22 Nicholas Clark Update copyright years and add editor blocks
2005-01-22 Jarkko Hietaniemi Re: uc($long_utf8_string) exhausts memory
2005-01-19 Robin Barker Further follow-up to 23767
2005-01-14 Nicholas Clark A terser way to write the \-ing code in pv_uni_display
2005-01-14 Nicholas Clark sv_catpvf holds no advantage over sv_catpv when the...
2005-01-13 Nicholas Clark sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()
2004-12-13 Gisle Aas Re: Smoke [5.9.2] 23634 FAIL(F) openbsd 3.6 (i386/1...
2004-11-17 Rafael Garcia-Suarez Fix a couple of typos.
2004-10-08 Rafael Garcia-Suarez Make the perl interpreter more tolerant of UTF-16-encod...
2004-08-09 Dave Mitchell fix minor nit in file description, to keep Jarkko happy
2004-08-01 Dave Mitchell Add comment to top of reentr.c and fix typos in other...
2004-07-31 Dave Mitchell Add comment to the top of most .c files explaining...
2004-07-12 Nick Ing-Simmons Perl_is_utf8_string(pTHX_ U8 *s, STRLEN len)
2004-05-02 Nicholas Clark Save some repeated strlen()s in Perl_swash_init
2004-03-16 Rafael Garcia-Suarez Update copyright notices
2004-03-03 Jarkko Hietaniemi Speed up the unicode case mappings (for /i, lc, uc...
2003-09-21 Jarkko Hietaniemi Macrofy the compile/runtime test.
2003-09-12 Jarkko Hietaniemi It's UTF-8, not UTF8. (Note: not s/UTF-8/UTF8/,
2003-09-10 Jarkko Hietaniemi A new UTF-8 API, Perl_is_utf8_string_loc(), a variant
2003-07-24 Dinger, Tom [perl #22946] Bug in Unicode surrogate pair conversion...
2003-04-16 Jarkko Hietaniemi Fix up Larry's copyright statements to my best knowledge.
2003-04-16 Jarkko Hietaniemi Synchronize the specifications of the POSIX character
2003-03-02 Hugo van der Sanden Update all copyrights to 2003, from Jarkko
2003-02-22 Jarkko Hietaniemi API doc tweaks.
2003-01-07 Nicholas Clark %_ (was Re: [PATCH] operation on `PL_na' may be undefined)
2002-09-26 Marty Pauley [PATCH] bug in utf8.c(?)
2002-07-01 Jarkko Hietaniemi Small speedup by inlining the easy bits of is_utf8_char()
2002-05-16 Vadim Konovalov good day for WinCE port of perl.
2002-05-13 Vadim Konovalov WinCE several touches
2002-04-28 Vadim Konovalov WinCE many fixes
2002-04-21 Gurusamy Sarathy fixes for all the warnings reported by Visual C (most...
2002-04-16 Jarkko Hietaniemi my $utf8here, our $utf8here, and package variable ...
2002-04-08 Nick Ing-Simmons Integrate mainline
2002-04-07 Philip Newton Re: Change 15762: As noted by Philip Newton: nothing...
2002-04-06 Jarkko Hietaniemi As noted by Philip Newton: nothing wrong with BOM,
2002-04-02 Jarkko Hietaniemi What started as a small nit (the charnames test, nit...
2002-03-29 Nick Ing-Simmons Integrate mainline
2002-03-28 Jarkko Hietaniemi A little bit better error message for \pq, still
2002-03-27 Jarkko Hietaniemi Warn instead of croak.
2002-03-18 Rafael Garcia-Suarez B::perlstring and unicode
2002-03-11 Paul Marquess more warnings tidyup
2002-02-24 Jarkko Hietaniemi EBCDIC: this seems to calm the last of the
2002-02-20 Jarkko Hietaniemi In EBCDIC the UNI_TO_NATIVE() macro evaluates its argument
2002-02-19 Jarkko Hietaniemi Misplaced block end.
2002-02-19 Jarkko Hietaniemi Oops.
2002-02-19 Jarkko Hietaniemi Try special casing first.
2002-02-18 Jarkko Hietaniemi Unused in ASCII, used in EBCDIC.
2002-02-18 Nick Ing-Simmons Integrate mainline
2002-02-18 Jarkko Hietaniemi EBCDIC: now the worst seems to be over for
2002-02-18 Jarkko Hietaniemi After much rewriting we are now pretty much
2002-02-17 Jarkko Hietaniemi Clearing up to_utf8_case() continues: this time use
2002-02-17 Jarkko Hietaniemi Tiny tweak.
2002-02-17 Jarkko Hietaniemi Redundant casts.
2002-02-17 Jarkko Hietaniemi EBCDIC: to_utf8_case() is supposed to get its low 256
2002-02-17 Jarkko Hietaniemi The #14715 and #14716 were okay: they just revealed
2002-02-16 Jarkko Hietaniemi Retreat, retreat! (retract #14715 and #14716)
2002-02-16 Jarkko Hietaniemi Tiny tweak.
2002-02-16 Jarkko Hietaniemi Restructure to_utf8_case() for simpler execution paths.
next