summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* When MAN3PODS is forced to {} in a Makefile.PL, manpages should not beRafael Garcia-Suarez2006-03-231-1/+3
* No reason to ship MakeMaker's META.ymlRafael Garcia-Suarez2006-03-232-20/+0
* Merge changes from CPAN's EU:MM 6.30_01.Rafael Garcia-Suarez2006-03-2321-238/+474
* Document the values for ${^UTF8CACHE}Nicholas Clark2006-03-231-0/+2
* Rejig the location of the cache assertion code in Perl_sv_pos_b2u().Nicholas Clark2006-03-231-17/+18
* Get version numbers in line with what's in the CPANRafael Garcia-Suarez2006-03-236-6/+6
* Move orphaned documentation back to its functionsNicholas Clark2006-03-232-42/+75
* Make S_sv_pos_u2b_cached use both cache pairs.Nicholas Clark2006-03-231-1/+15
* Use both cache entries for Perl_sv_pos_b2u().Nicholas Clark2006-03-231-3/+13
* Complete the other 2 arms of the cache update code.Nicholas Clark2006-03-231-0/+42
* Pass the (byte) length of the entire string intoNicholas Clark2006-03-234-21/+81
* Upgrade to Time::Local 1.12Rafael Garcia-Suarez2006-03-232-16/+22
* Add all new static functions to embed.fncNicholas Clark2006-03-234-190/+48
* Use the cache in S_sv_pos_u2b_cached() when the desired offset isNicholas Clark2006-03-231-4/+11
* Use the cache in S_sv_pos_u2b_cached when the sought offset is afterNicholas Clark2006-03-231-1/+28
* Further adjustement to change #27576 by Jan DuboisRafael Garcia-Suarez2006-03-231-1/+1
* RE: [PATCH, no, really!] Re: [perl #38779] NAN's on Win32Jan Dubois2006-03-235-7/+55
* Call S_utf8_mg_pos_cache_update() from S_sv_pos_u2b_cached().Nicholas Clark2006-03-231-4/+20
* Take advantage of uoffset >= uoffset0, to simplify some logic.Nicholas Clark2006-03-221-11/+13
* Add S_sv_pos_u2b_midway for when we know the utf-8/bytes offsets onNicholas Clark2006-03-221-5/+53
* Create S_sv_pos_u2b_cached, which abstracts away utf-8 to byteNicholas Clark2006-03-221-7/+24
* Uninitialized value in Archive::TarRandy W. Sims2006-03-221-2/+2
* The simplest way to start on Perl_sv_pos_u2b seems to be to take outNicholas Clark2006-03-221-36/+31
* remove idential code branch from regmatch()Dave Mitchell2006-03-221-23/+1
* Fix some test failures in t/op/cmp.t when compiling with the IntelSteve Peters2006-03-221-1/+2
* Re: [perl #38779] NAN's on Win32Dominic Dunlop2006-03-221-1/+7
* Adjust docs to reflect that DynaLoader, as of change 27549,Gisle Aas2006-03-221-10/+1
* Increase the length of content compressed as a kludge to get Steve Peters2006-03-221-1/+5
* (Hopefully) make VMS happy.Nicholas Clark2006-03-211-1/+1
* [patch@27529] thread.h - VMS needs more stackJohn E. Malmberg2006-03-211-0/+5
* Upgrade to Digest-1.15Gisle Aas2006-03-212-11/+50
* [patch@27538] utime patch for VMSJohn E. Malmberg2006-03-213-2/+34
* Test croak(NULL)Gisle Aas2006-03-212-5/+15
* Extend change 27558 - if we know the character offset of the end, butNicholas Clark2006-03-201-3/+5
* In Perl_sv_pos_b2u, if we know the character offset of the end, weNicholas Clark2006-03-201-5/+12
* Abstract the string walking functionality from Perl_sv_pos_b2u intoNicholas Clark2006-03-201-92/+135
* Merge some more changes from ActivePerl 5.8.8.816Steve Hay2006-03-202-29/+33
* Merge some changes from ActivePerl 5.8.8.816Steve Hay2006-03-202-20/+73
* Revert part of change 27546 related to a /dev/null bugRafael Garcia-Suarez2006-03-201-1/+1
* Perl_utf8_distance can be implemented as a call to Perl_utf8_length.Nicholas Clark2006-03-201-33/+1
* The two loops in Perl_utf8_distance can be merged.Nicholas Clark2006-03-201-24/+20
* Avoid "uninitialized value" warnings during 'make test'.Gisle Aas2006-03-201-1/+1
* Also strip $ENV{PATH} dirs writable by world.Gisle Aas2006-03-201-1/+1
* Move DynaLoader.o into libperl.so.Gisle Aas2006-03-204-20/+30
* If the scalar has just been upgraded to SVt_RV, there's no way SvPVXNicholas Clark2006-03-201-1/+1
* Re: [perl #38710] localised stash sliceRick Delaney2006-03-202-9/+11
* [patch@27538] Misc vms.c fixes for buffer sizes.John E. Malmberg2006-03-201-27/+28
* win32_async_check must *always* check for pending signalsJan Dubois2006-03-201-0/+2
* merge the TRIEF/TRIEFL and TRIE branches in regmatch(),Dave Mitchell2006-03-201-128/+80
* Remove a redundant test on mg->mg_ptr. (It had to be non-NULL to getNicholas Clark2006-03-191-1/+1