summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* bump versions for core libs changed since 5.11.3Ricardo Signes2010-01-192-2/+2
* [perl #71676] GDBM_File support on Win32kmx2010-01-181-0/+1
* Bump version of PerlIO::encodingRafael Garcia-Suarez2010-01-151-1/+1
* The warnings emitted by PerlIO::encoding should be silenceable.Rafael Garcia-Suarez2010-01-151-5/+8
* Fix typo in referenceAbigail2010-01-061-1/+1
* Document that interpolating a '(??{ code })' construct in a regularAbigail2010-01-061-3/+5
* Fix a couple of typos and standardize on using 'regexp' instead ofAbigail2010-01-061-9/+9
* POSIX.pm - minor change to POSIX.xs since 5.11.2 - bump the versionJesse Vincent2009-12-201-1/+1
* Add lchown to POSIX.podDaniel Frederick Crisman2009-12-201-0/+8
* Ensure that pp_qr returns a new regexp SV each time. Resolves RT #69852.Nicholas Clark2009-12-021-3/+3
* Merge branch 'blead' of ssh://stevep@perl5.git.perl.org/gitroot/perl into bleadSteve Peters2009-11-2815-12/+729
|\
| * fix logic for a workaround in POSIX.xsStepan Kasal2009-11-231-2/+2
| * PVIOs don't use the SvIVX slot.Nicholas Clark2009-11-191-1/+1
| * lexer APIZefram2009-11-154-91/+86
| * Teach B::Deparse about in-place reverseVincent Pit2009-11-151-4/+4
| * 1 is a magic number to C's exit() and Perl_my_exit().Craig A. Berry2009-11-121-2/+8
| * Sorry, missed a "H.Merijn Brand2009-11-121-1/+1
| * HP-UX does not accept UTC0UTC, because there is no valid DST ruleH.Merijn Brand2009-11-121-0/+8
| * Add missing LEAVE to POSIX.xs sigactionGerard Goossen2009-11-121-2/+6
| * Map winsock error codes to POSIX errno valuesJan Dubois2009-11-111-0/+123
| * Optimize reversing an array in-placeVincent Pit2009-11-101-0/+1
| * Make my_exit behave the same as the Perl exit. And add tests for itGerard Goossen2009-11-083-1/+39
| * pad_findmy APIificationZefram2009-11-082-19/+14
| * Correctly document export of I18N::LanginfoKevin Ryde2009-11-081-2/+2
| * Add length and flags arguments to Perl_pad_findmy(), moving it to the public ...Nicholas Clark2009-11-071-1/+1
| * C++ fail with KeywordRPNZefram2009-11-072-3/+3
| * Implement facility to plug in syntax triggered by keywordsJesse Vincent2009-11-055-0/+547
* | Add error codes for getaddrinfo() and getnameinfo()Steve Peters2009-11-281-1/+2
|/
* Remove Perl_pmflag() from the public API, and mark it as deprecated.Nicholas Clark2009-11-013-2/+53
* disable non-unicode case insensitive trie matchingYves Orton2009-10-251-6/+6
* Avoid using defined @array in core tests.Nicholas Clark2009-10-231-1/+1
* Avoid using defined %hash in core code and tests.Nicholas Clark2009-10-231-2/+2
* Convert tests in ext/ from Test to Test::More.Nicholas Clark2009-10-232-63/+61
* Perl_utf16_to_utf8() should treat "\0" like any every other odd-length input.Nicholas Clark2009-10-221-11/+9
* Bump mro's version number and copyright year, since it differs from 5.11.0Jesse Vincent2009-10-201-2/+2
* Bump B::Consise's version number since it's changed since 5.11.0Jesse Vincent2009-10-201-1/+1
* Add two (U8 *) casts to placate C++.Nicholas Clark2009-10-191-2/+2
* In utf16_to_utf8(), fix off-by-one errors for the range of valid surrogates.Nicholas Clark2009-10-181-1/+2
* utf16_to_utf8() should croak on encountering a bare low surrogate.Nicholas Clark2009-10-181-0/+3
* utf16_to_utf8() should croak if the buffer ends without the second surrogate.Nicholas Clark2009-10-181-0/+7
* utf16_to_utf8_reversed() should croak early when passed an odd byte length.Nicholas Clark2009-10-181-0/+7
* Expose utf16_to_utf8{,reversed} via XS::APItest, and provide some basic tests.Nicholas Clark2009-10-183-2/+80
* Use gmtime() instead of localtime(), as timezones hinder testing strtime().Nicholas Clark2009-10-181-1/+1
* Replace sv_2mortal(newSVpvn(...)) with newSVpvn_flags(..., SVs_TEMP)Nicholas Clark2009-10-1510-35/+39
* Use newSVpvn(), newSVpvs() and gv_fetchpvs(), the later with proper arguments.Nicholas Clark2009-10-151-3/+3
* Use gv_stashsv() and gv_fetchpvs(), the later with proper arguments.Nicholas Clark2009-10-152-7/+7
* Use sv_catpvs(), newSVpvs(), newSVpvn(), newSVhek(), gv_stashpvs() and theNicholas Clark2009-10-152-47/+51
* In strftime(), save a malloc()/free() by using sv_usepvn_flags().Nicholas Clark2009-10-151-2/+6
* POSIX::strftime() should be able to handle Unicode characters in the formatNicholas Clark2009-10-153-5/+14
* Hmmm... this may be a heisenbug. Works on some terminals but notSteve Peters2009-10-153-7/+5