summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* GvFILE() cannot be a pointer to the memory owned by the COP, becauseNicholas Clark2006-05-026-6/+35
* Change 28037 broke t/op/each.t when running with TEST.Nicholas Clark2006-05-021-0/+2
* De-duplicate the code that creates new GPs into Perl_newGP().Nicholas Clark2006-05-025-26/+30
* Re: [PATCH] t/op/glob.t using test.plDavid Landgren2006-05-021-28/+24
* t/op/hashwarn.t using test.plDavid Landgren2006-05-021-47/+36
* toke.c: function pointer to data pointerJarkko Hietaniemi2006-05-021-4/+8
* [DOC PATCH] chop warning in perlportXavier Noria2006-05-021-15/+3
* Sigh. Third time lucky.Steve Hay2006-05-021-2/+2
* Ahem. And here's the rest of #28051...Steve Hay2006-05-021-0/+2
* RE: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 W...Steve Hay2006-05-024-8/+8
* pp.c casting, take twoAndy Lester2006-05-021-10/+10
* Some more SvREFCNT_inc updatesAndy Lester2006-05-022-5/+5
* quiet some perlio.c warningsAndy Lester2006-05-021-3/+4
* More tweaking of SvREFCNT_inc callsAndy Lester2006-05-021-9/+10
* One too many ('s in change #28043. Steve Peters2006-05-021-1/+1
* Escape prompts with #'s to avoid causing tests to fail fromSteve Peters2006-05-021-7/+7
* Fix for RT #25366: h2xs 1.23 from "Aaron Kaplan".Steve Peters2006-05-021-0/+1
* Fix for RT #7916: perl 5.6.1 with Intel's icc on RedHat Steve Peters2006-05-021-1/+3
* signed vs unsigned char * nitJarkko Hietaniemi2006-05-011-6/+6
* Reverting context removal from change #27992. This shouldSteve Peters2006-05-014-6/+6
* Add a BUGS section to Fatal.pm, see bug #38790Rafael Garcia-Suarez2006-05-011-0/+6
* Disable SIGRTMAX and SIGRTMIN in POSIX if Configure's probes found thatNicholas Clark2006-05-011-2/+18
* Allow a macro of "0" to mean "#if 0" for convenient elimination ofNicholas Clark2006-05-011-2/+2
* Re: [PATCH] provide diag() and don't use ++ in test.plDavid Landgren2006-05-011-5/+23
* Re: [PATCH] fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 W...SADAHIRO Tomoyuki2006-05-011-2/+2
* Re-order one DO_UTF8 to be after the SvPV.Nicholas Clark2006-05-011-1/+1
* Fix two errors found by Coverity.Nicholas Clark2006-04-301-5/+14
* Add a --percentage option to checkAUTHORS.pl to show rankings asNicholas Clark2006-04-301-3/+15
* Replace a STRLEN no_len; with a _nolen macro call.Nicholas Clark2006-04-301-2/+1
* Perl_pack_cat() is a mathom too!Nicholas Clark2006-04-303-33/+29
* One part of pp_pack couldn't correctly handle surprises from UTF-8Nicholas Clark2006-04-302-2/+20
* do_vop() couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-302-8/+38
* We had no tests that covered the grow paths in pp_uc and pp_lc.Nicholas Clark2006-04-301-1/+7
* Dave noticed that change 28022 was wrong - should read is_indexNicholas Clark2006-04-301-1/+1
* fix 27987 for MSVC (was Re: Smoke [5.9.4] 28020 FAIL(m) MSWin32 Win2000 SP4 (...Abe Timmerman2006-04-301-2/+2
* I was mistaken. Borland and gcc do have snprintf() and vsnprintf()Steve Peters2006-04-302-4/+4
* OK, Win32 must no have snprintf()/vsnprintfSteve Peters2006-04-304-8/+8
* remove a compiler warning by making HOPBACKc only hop *back*Dave Mitchell2006-04-301-1/+1
* index and rindex couldn't correctly handle surprises from UTF-8Nicholas Clark2006-04-303-24/+77
* Document SvGAMAGIC(), and its significance w.r.t. the side effects ofNicholas Clark2006-04-302-0/+26
* Coverity disliked us passing a negative length to vsnprintf().Nicholas Clark2006-04-291-1/+1
* syswrite couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-293-49/+131
* More tests for syswrite with UTF-8 data.Nicholas Clark2006-04-291-42/+64
* It should never be possible for SvGMAGICAL() to be true on SVt_IV.Nicholas Clark2006-04-291-1/+1
* print couldn't correctly handle surprises from UTF-8 overloading.Nicholas Clark2006-04-292-12/+70
* Add a cross reference to bytes_from_utf8() in the documentation forNicholas Clark2006-04-292-11/+15
* There were more ways to break uc/lc/ucfirst/lcfirst even withoutNicholas Clark2006-04-291-3/+59
* lcfirst/ucfist plus an 8 bit locale could mangle UTF-8 valuesNicholas Clark2006-04-292-34/+87
* uc plus an 8 bit locale could get confused by UTF-8 values returned byNicholas Clark2006-04-292-65/+89
* lc plus an 8 bit locale could mangle UTF-8 values returned byNicholas Clark2006-04-292-86/+118