summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Socket.pm changed; bump versionRicardo Signes2011-01-081-1/+1
* Fix list of constants to import to make this test passRafael Garcia-Suarez2011-01-041-1/+1
* Make perlio line buffer VMS record-oriented files on output.Craig A. Berry2011-01-011-1/+31
* Fix perl build problems on Stratus VOSPaul Green2010-12-021-12/+38
* Move code to after the variable declarations.Nicholas Clark2010-08-231-2/+5
* bump PerlIO::scalar versionDavid Mitchell2010-08-231-1/+1
* RT 43789: "in memory" files don't call STOREDavid Mitchell2010-08-232-5/+89
* Spell-check fixes in extH.Merijn Brand2010-07-153-4/+4
* [perl #74006] 5.12.0-RC stuffing bugZefram2010-05-092-1/+46
* [PATCH] [5.12] Allow build on aix 4.2 (sigaction and IPv6)H.Merijn Brand2010-04-301-0/+1
* Downgrade Socket.pm's new inet_ntop and inet_pton to EXPORT_OK ratherJesse Vincent2010-03-252-3/+9
* Check that sparse files hold at least a block (bug in eCryptfs: https://bugs....Leon Brocard2010-03-241-1/+2
* Fix an example for LC_COLLATE in POSIX.pod that actually sets LC_ALLVincent Pit2010-03-031-1/+1
* stop skipping ext/Fcntl/t/syslfs.tDavid Mitchell2010-02-211-1/+7
* Make the new Socket implementation of inet_pton consistent with the existing ...Jesse Vincent2010-02-172-2/+3
* Fix for non-regexps being upgraded to SVt_REGEXPNicholas Clark2010-02-091-1/+1
* Improvements to 31c9a3 - CPAN code did depend on the previous behaviour of bl...Nicholas Clark2010-02-061-1/+1
* 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