summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* universal.c: Make croak_xs_usage account for UTF8Brian Fraser2011-10-061-6/+8
* "Use of uninitialized value..." UTF8 cleanupBrian Fraser2011-10-063-2/+17
* gv.c: Make more warnings utf8-cleanBrian Fraser2011-10-061-24/+30
* mro.(c|xs): Make warnings utf8-cleanBrian Fraser2011-10-063-15/+21
* t/uni/gv.t, stringify is clean, remove the TODOBrian Fraser2011-10-061-3/+2
* Tests for DATA handle in UTF8 packagesBrian Fraser2011-10-061-1/+12
* toke.c: Take utf8 into account when creating DATA handleFather Chrysostomos2011-10-061-3/+13
* Tests for UTF-8 stashes.Brian Fraser2011-10-062-0/+319
* Tests for package; declarations in UTF-8Brian Fraser2011-10-062-0/+95
* More tests for t/uni/method.tBrian Fraser2011-10-061-1/+88
* sv.c: Make most warnings utf8-cleanBrian Fraser2011-10-064-7/+83
* sv.c: Make cloning account for UTF8 stash namesBrian Fraser2011-10-061-1/+2
* Make sv.c:sv_clear account for UTF8 keys in PL_stashcacheBrian Fraser2011-10-061-1/+1
* sv.c: Pass in UNI_DISPLAY_ISPRINT in S_not_a_numberBrian Fraser2011-10-062-7/+5
* pp_sys.c: Make warnings utf8-cleanBrian Fraser2011-10-063-21/+170
* pp_hot.c: Make warnings utf8-cleanBrian Fraser2011-10-063-6/+16
* Teach porting/diag.t about SVf32 and SVf256Father Chrysostomos2011-10-061-1/+4
* pp.c: Make warnings utf8-cleanBrian Fraser2011-10-062-3/+17
* Make op.c warnings UTF8-cleanBrian Fraser2011-10-066-8/+233
* Make gv.c and pp_ctl.c warnings utf8-cleanBrian Fraser2011-10-062-42/+56
* doio.c: Make warnings UTF8- and nul-cleanBrian Fraser2011-10-062-8/+88
* util.c for threads: stashpv_hvname_match UTF8 cleanup.Brian Fraser2011-10-061-7/+16
* Tests for DOES/isa/can with UTF8 and embedded nulsBrian Fraser2011-10-063-1/+185
* Document sv_does_pvnFather Chrysostomos2011-10-061-2/+9
* Correct name of sv_does_sv apidoc entryFather Chrysostomos2011-10-061-3/+3
* universal.c: sv_does() UTF8 cleanup.Brian Fraser2011-10-064-12/+85
* mro.c: Correct utf8 and bytes concatenationFather Chrysostomos2011-10-066-22/+114
* mro UTF8 cleanup.Brian Fraser2011-10-0643-46/+3533
* universal.c: ->can UTF8 cleanup.Brian Fraser2011-10-061-3/+1
* universal.c: ->isa, sv_derived_from UTF8 cleanup.Brian Fraser2011-10-064-16/+94
* pp_sys.c: pp_tie and untie UTF8 cleanup.Brian Fraser2011-10-063-29/+36
* pp.c: pp_substr for UTF-8 globs.Brian Fraser2011-10-062-3/+17
* pp_ctl.c: pp_caller UTF8 cleanup.Brian Fraser2011-10-063-7/+82
* sv.c: S_anonymise_cv_maybe UTF8 cleanup.Brian Fraser2011-10-061-5/+4
* pp.c & sv.c: pp_ref UTF8 and null cleanup.Brian Fraser2011-10-065-13/+36
* Add a sv_sethek() function to sv.cBrian Fraser2011-10-064-0/+50
* pp.c: pp_bless UTF8 cleanup.Brian Fraser2011-10-063-1/+129
* op.c: Flag named methods if they are in UTF-8.Brian Fraser2011-10-063-1/+42
* pp_hot.c: method_common is UTF-8 aware.Brian Fraser2011-10-063-10/+28
* gv.c: gv_fetchmethod_(flags|autoload) UTF8 cleanup.Brian Fraser2011-10-062-12/+12
* gv.c: S_gv_get_super_pkg UTF8 cleanup.Brian Fraser2011-10-061-4/+7
* gv.c: gv_fetchmeth_pvn_autoload UTF8 cleanup.Brian Fraser2011-10-062-3/+36
* gv.c: gv_fetchmeth_pvn UTF8 cleanup.Brian Fraser2011-10-062-5/+35
* gv.c: gv_init_pvn now uses newCONSTSUB_flags.Brian Fraser2011-10-061-1/+1
* pp.c: Make pp_rv2cv use gv_autoload_pvn()Brian Fraser2011-10-061-1/+1
* pp_hot.c: pp_entersub UTF8 cleanup.Brian Fraser2011-10-061-2/+2
* pp_ctl.c: pp_goto UTF8 cleanup.Brian Fraser2011-10-063-2/+45
* gv.c: gv_autoload4 is now UTF-8 clean.Brian Fraser2011-10-062-16/+23
* gv.c: gp_free UTF8 cleanupBrian Fraser2011-10-061-4/+5
* Tests for UTF-8 GVs.Brian Fraser2011-10-062-0/+854