summaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* Reorder CVf_* flags to be numerically contiguous again.Nicholas Clark2010-06-091-2/+5
* Spell-check fixes in extH.Merijn Brand2010-06-073-4/+4
* Fix for typo in 0824d66743a706cd, in the expected output with threads.Nicholas Clark2010-05-251-1/+1
* add OPpDEREFed flag to avoid double mg_get()David Mitchell2010-05-252-2/+3
* Add s///r (non-destructive substitution).David Caldwell2010-05-221-1/+2
* SvIVX() isn't valid on SVt_REGEXPNicholas Clark2010-05-201-1/+0
* bump version on modules changed since 5.13.0Ricardo Signes2010-05-202-2/+2
* Move code to after the variable declarations.Nicholas Clark2010-05-061-2/+5
* bump PerlIO::scalar versionDavid Mitchell2010-05-051-1/+1
* RT 43789: "in memory" files don't call STOREDavid Mitchell2010-05-052-5/+89
* Merge remote branch 'zefram/zefram/reliable_exception' into bleadRafael Garcia-Suarez2010-05-041-5/+48
|\
| * bring G_KEEPERR back to the realm of sanityZefram2010-04-231-5/+48
* | Make tests pass with open pragma in effectRafael Garcia-Suarez2010-05-041-22/+22
* | shift; optimizationRuslan Zakirov2010-05-031-168/+148
* | tries: don't allocate memory at runtimeDavid Mitchell2010-05-031-8/+10
* | Reduce Errno memory usage by around 55%.Nicholas Clark2010-05-021-33/+36
* | Remove unused %errno and $AUTOLOAD from the generated Errno.pmNicholas Clark2010-05-021-1/+1
* | Remove the lexical $len and associated calculation, which is never used.Nicholas Clark2010-05-011-3/+1
* | Don't use a C++ keyword as a variable name ("new").Nicholas Clark2010-04-301-7/+7
* | Regression tests for the ptr_table_* API.Nicholas Clark2010-04-293-0/+87
* | remove Perl_pmflagRobin Barker2010-04-263-48/+4
* | In Socket.xs, convert 3 croak()s to use %s and a constant string for the name.Nicholas Clark2010-04-241-3/+4
|/
* Bump version due to d97c33b505dd45c052a8bf42014917701b4502a5Leon Brocard2010-04-191-1/+1
* Bump version due to 255fdf19250671082618dae106a246f12379dbe6Leon Brocard2010-04-191-1/+1
* [PATCH] [5.12] Allow build on aix 4.2 (sigaction and IPv6)H.Merijn Brand2010-04-161-0/+1
* Bump $VERSION of IPC::Open3 to 1.06Rafael Garcia-Suarez2010-04-151-1/+1
* open3 errors in child croak parent RT#72016Eric Brine2010-04-152-57/+99
* Add TODO test for RT#72016Eric Brine2010-04-151-1/+23
* [perl #74006] 5.12.0-RC stuffing bugZefram2010-04-142-1/+46
* Merge commit 'origin/davem/post-5.12' into bleadDavid Mitchell2010-04-132-2/+10
|\
| * create SV leak test infrastructureDavid Mitchell2010-04-112-2/+10
* | 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