2011-01-07 |
Nicholas Clark | Run make regen after 486ec47ab73770ab updated regcomp...
|
commit | commitdiff | tree |
2011-01-05 |
Nicholas Clark | Calling "PRINT" on a tied STDERR can use G_DISCARD...
|
commit | commitdiff | tree |
2011-01-05 |
Nicholas Clark | Convert tied READLINE to using Perl_tied_method()
|
commit | commitdiff | tree |
2011-01-05 |
Nicholas Clark | Convert tied PRINT to using Perl_tied_method()
|
commit | commitdiff | tree |
2011-01-05 |
Nicholas Clark | Convert tied SPLICE to using Perl_tied_method()
|
commit | commitdiff | tree |
2011-01-05 |
Nicholas Clark | Rename tied_handle_method() to tied_method(), and make...
|
commit | commitdiff | tree |
2011-01-05 |
Nicholas Clark | In pp_sys.c, rename the macro tied_handle_method()...
|
commit | commitdiff | tree |
2011-01-05 |
Nicholas Clark | The mg parameter to S_tied_handle_method() can be const...
|
commit | commitdiff | tree |
2011-01-05 |
Nicholas Clark | Split the flags and argc parameters to S_tied_handle_method().
|
commit | commitdiff | tree |
2011-01-04 |
Nicholas Clark | Convert tied WRITE to using S_tied_handle_method()
|
commit | commitdiff | tree |
2011-01-04 |
Nicholas Clark | Convert tied READ to using S_tied_handle_method()
|
commit | commitdiff | tree |
2011-01-04 |
Nicholas Clark | Convert tied PRINTF to using S_tied_handle_method()
|
commit | commitdiff | tree |
2011-01-04 |
Nicholas Clark | Convert tied OPEN to using S_tied_handle_method()
|
commit | commitdiff | tree |
2011-01-04 |
Nicholas Clark | In pp_sys.c, move S_tied_handle_method() before pp_open.
|
commit | commitdiff | tree |
2011-01-04 |
Nicholas Clark | Remove a long-vestigial PUTBACK from the tied OPEN...
|
commit | commitdiff | tree |
2011-01-04 |
Nicholas Clark | Converge the implementation of tied OPEN with PRINTF...
|
commit | commitdiff | tree |
2011-01-04 |
Nicholas Clark | Refactor filenames.t to use unlike() and cmp_ok() for...
|
commit | commitdiff | tree |
2011-01-02 |
Nicholas Clark | GvIO(gv) returns NULL for a NULL gv, so refactor to...
|
commit | commitdiff | tree |
2011-01-02 |
Nicholas Clark | 1; is not a valid no-op for /bin/sh, but true is.
|
commit | commitdiff | tree |
2011-01-02 |
Nicholas Clark | chmod +x metaconfig.SH.
|
commit | commitdiff | tree |
2011-01-01 |
Nicholas Clark | Ensure ExtUtils::CBuilder's 04-base.t cleans up its...
|
commit | commitdiff | tree |
2010-12-31 |
Nicholas Clark | Avoid using OP_NAME() in unimplemented_op(), as it...
|
commit | commitdiff | tree |
2010-12-30 |
Nicholas Clark | Merge the opcode bodies for pp_bind and pp_connect.
|
commit | commitdiff | tree |
2010-12-30 |
Nicholas Clark | Most socket ops weren't warning for unopened handles...
|
commit | commitdiff | tree |
2010-12-30 |
Nicholas Clark | Convert a pp_sys test to use warnings 'closed', instead...
|
commit | commitdiff | tree |
2010-12-30 |
Nicholas Clark | pp_leavewrite wasn't warning for unopened handles unless...
|
commit | commitdiff | tree |
2010-12-28 |
Nicholas Clark | As report_evil_fh() checks WARN_{CLOSED,UNOPENED},...
|
commit | commitdiff | tree |
2010-12-28 |
Nicholas Clark | As report_wrongway_fh() checks ckWARN(WARN_IO) internally...
|
commit | commitdiff | tree |
2010-12-28 |
Nicholas Clark | Remove OP_phoney_{IN,OUT}PUT_ONLY, as they are no longer...
|
commit | commitdiff | tree |
2010-12-28 |
Nicholas Clark | Argument op to report_evil_fh() is always PL_op->op_type...
|
commit | commitdiff | tree |
2010-12-28 |
Nicholas Clark | The io argument to report_evil_fh() is always GvIO...
|
commit | commitdiff | tree |
2010-12-28 |
Nicholas Clark | Extract the OP_phoney_* code from report_evil_fh()...
|
commit | commitdiff | tree |
2010-12-28 |
Nicholas Clark | In pp_sockpair, remove duplication of code to close...
|
commit | commitdiff | tree |
2010-12-28 |
Nicholas Clark | Fix typo in warning code added to pp_sockpair in c289d2f7288...
|
commit | commitdiff | tree |
2010-12-27 |
Nicholas Clark | Simplify return handling for tied handle OPEN/PRINTF...
|
commit | commitdiff | tree |
2010-12-27 |
Nicholas Clark | A perldelta entry describing the refactoring of the...
|
commit | commitdiff | tree |
2010-12-27 |
Nicholas Clark | Move do_chomp() from pp.c to doop.c, and make it static.
|
commit | commitdiff | tree |
2010-12-27 |
Nicholas Clark | Merge the opcode bodies for chop/chomp and schop/schomp.
|
commit | commitdiff | tree |
2010-12-27 |
Nicholas Clark | Merge Perl_do_chop() and Perl_do_chomp().
|
commit | commitdiff | tree |
2010-12-27 |
Nicholas Clark | Convert Perl_do_chomp() to the same prototype as Perl_do_chop().
|
commit | commitdiff | tree |
2010-12-27 |
Nicholas Clark | Refactor pp_chomp to process arguments in the same...
|
commit | commitdiff | tree |
2010-12-27 |
Nicholas Clark | Fix links (and hence the podchecker test) after cce04bebd8af...
|
commit | commitdiff | tree |
2010-12-21 |
Nicholas Clark | Fix IS_UTF8_CHAR() to recognise start bytes 0xF5, 0xF6...
|
commit | commitdiff | tree |
2010-12-21 |
Nicholas Clark | Convert lib/utf8.t to strict and warnings throughout.
|
commit | commitdiff | tree |
2010-12-21 |
Nicholas Clark | Re-sort MANIFEST after a7dcd8d74e57d2a8.
|
commit | commitdiff | tree |
2010-12-20 |
Nicholas Clark | Tweak IPC-Open3.t to cope with \r\n line endings on...
|
commit | commitdiff | tree |
2010-12-17 |
Nicholas Clark | Refactor ExtUtils::Constant's tests to pass cleanly...
|
commit | commitdiff | tree |
2010-12-17 |
Nicholas Clark | Refactor ExtUtils::Constant::Utils backwards compatibility...
|
commit | commitdiff | tree |
2010-12-17 |
Nicholas Clark | Convert ext/PerlIO-encoding/t/encoding.t to Test::More.
|
commit | commitdiff | tree |
2010-12-17 |
Nicholas Clark | Convert ext/Opcode/t/ops.t to Test::More
|
commit | commitdiff | tree |
2010-12-17 |
Nicholas Clark | Convert ext/IPC-Open3/t/IPC-Open3.t to Test::More
|
commit | commitdiff | tree |
2010-12-17 |
Nicholas Clark | In dbmt_common.pl, change checkOutput(...) to 5 calls...
|
commit | commitdiff | tree |
2010-12-16 |
Nicholas Clark | Version bumps for modules changed by a6d37805ca8a9ba8...
|
commit | commitdiff | tree |
2010-12-16 |
Nicholas Clark | Remove "dead" RCS $Id$ tags from files that we own.
|
commit | commitdiff | tree |
2010-12-16 |
Nicholas Clark | Move common code from ext/[GONS]DBM_File/t/[gons]dbm...
|
commit | commitdiff | tree |
2010-12-16 |
Nicholas Clark | Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by parameterising...
|
commit | commitdiff | tree |
2010-12-16 |
Nicholas Clark | Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t further.
|
commit | commitdiff | tree |
2010-12-16 |
Nicholas Clark | Converge ext/[GNOS]DBM_File/t/[gnos]dbm.t by using...
|
commit | commitdiff | tree |
2010-12-16 |
Nicholas Clark | Tweak gdbm.t to use GDBM_WRITER instead of GDBM_WRCREAT...
|
commit | commitdiff | tree |
2010-12-15 |
Nicholas Clark | Convert ext/SDBM_File/t/sdbm.t to Test::More.
|
commit | commitdiff | tree |
2010-12-15 |
Nicholas Clark | Convert ext/ODBM_File/t/odbm.t to Test::More.
|
commit | commitdiff | tree |
2010-12-15 |
Nicholas Clark | Convert ext/NDBM_File/t/ndbm.t to Test::More.
|
commit | commitdiff | tree |
2010-12-15 |
Nicholas Clark | Convert ext/GDBM_File/t/gdbm.t to Test::More.
|
commit | commitdiff | tree |
2010-12-15 |
Nicholas Clark | Remove redundant use strict,warnings,?DBM_File from...
|
commit | commitdiff | tree |
2010-12-15 |
Nicholas Clark | Add another e-mail address for Renee Baecker's to checkAUTHO...
|
commit | commitdiff | tree |
2010-12-15 |
Nicholas Clark | Convert all File::Glob tests to Test::More.
|
commit | commitdiff | tree |
2010-12-14 |
Nicholas Clark | Convert ext/Fcntl/t/syslfs.t to Test::More and t/op...
|
commit | commitdiff | tree |
2010-12-14 |
Nicholas Clark | Add $Tests_Are_Passing to test.pl, analogous to Test...
|
commit | commitdiff | tree |
2010-12-14 |
Nicholas Clark | In Fcntl's syslfs.t and t/op/lfs.t, eliminate bye().
|
commit | commitdiff | tree |
2010-12-14 |
Nicholas Clark | In Fcntl's syslfs.t and t/op/lfs.t, eliminate zap().
|
commit | commitdiff | tree |
2010-12-14 |
Nicholas Clark | Refactor syslfs.t and lfs.t to call bye() directly...
|
commit | commitdiff | tree |
2010-12-14 |
Nicholas Clark | Convert ext/Fcntl/t/syslfs.t to File::Temp
|
commit | commitdiff | tree |
2010-12-14 |
Nicholas Clark | Reduce inconsistencies between ext/Fcntl/t/syslfs.t...
|
commit | commitdiff | tree |
2010-12-14 |
Nicholas Clark | Check return values in the test programs run by syslfs...
|
commit | commitdiff | tree |
2010-12-11 |
Nicholas Clark | Fix permissions for ext/XS-APItest/t/refs.t, added...
|
commit | commitdiff | tree |
2010-12-10 |
Nicholas Clark | As of 2.25, 5.6.x is writing minor version 8, so update...
|
commit | commitdiff | tree |
2010-12-10 |
Nicholas Clark | 5.8.8's Test::More doesn't provide note(), so revert...
|
commit | commitdiff | tree |
2010-12-10 |
Nicholas Clark | Convert all Storable's tests to use Test::More.
|
commit | commitdiff | tree |
2010-12-09 |
Nicholas Clark | Storable's t/malice.t now needs to use a minor version...
|
commit | commitdiff | tree |
2010-12-09 |
Nicholas Clark | Refactor Storable::read_magic to avoid 4 arg substr.
|
commit | commitdiff | tree |
2010-12-08 |
Nicholas Clark | In Storable.xs fix #80074, caused by the Perl stack...
|
commit | commitdiff | tree |
2010-12-07 |
Nicholas Clark | Uncomment and fix up tests at the end of Storable's...
|
commit | commitdiff | tree |
2010-12-03 |
Nicholas Clark | Remove the Makefile command to touch perlmain.c after...
|
commit | commitdiff | tree |
2010-12-01 |
Nicholas Clark | Avoid two compiler warnings in B::cstring, spotted...
|
commit | commitdiff | tree |
2010-11-30 |
Nicholas Clark | Restore building Encode's subextensions for a static...
|
commit | commitdiff | tree |
2010-11-30 |
Nicholas Clark | In S_scan_const(), use my_snprintf() instead of my_sprintf().
|
commit | commitdiff | tree |
2010-11-29 |
Nicholas Clark | Following fbcaf61123069fe4, remove perlmain.c from...
|
commit | commitdiff | tree |
2010-11-29 |
Nicholas Clark | Add a verbose option to -DP, and replace C<#if 0> blocks...
|
commit | commitdiff | tree |
2010-11-29 |
Nicholas Clark | In Perl_sv_gets(), shortbuffered is always 0 when rslen...
|
commit | commitdiff | tree |
2010-11-29 |
Nicholas Clark | Break out code from Perl_sv_gets() which is self contained...
|
commit | commitdiff | tree |
2010-11-28 |
Nicholas Clark | Correct a copy&pasto - := is now an error, and no longer...
|
commit | commitdiff | tree |
2010-11-28 |
Nicholas Clark | Make my $pi := 4; a syntax error.
|
commit | commitdiff | tree |
2010-11-28 |
Nicholas Clark | Remove makeaperl, never used, a wrapper for ExtUtils...
|
commit | commitdiff | tree |
2010-11-28 |
Nicholas Clark | Generate perlmain.c using ExtUtils::Miniperl, instead...
|
commit | commitdiff | tree |
2010-11-28 |
Nicholas Clark | Proper Makefile dependencies for the x2p/s2p rule.
|
commit | commitdiff | tree |
2010-11-26 |
Nicholas Clark | In deparse.t, give a description to every test. Remove...
|
commit | commitdiff | tree |
2010-11-25 |
Nicholas Clark | Make BEGIN {require 5.12.0} behave as documented.
|
commit | commitdiff | tree |
2010-11-25 |
Nicholas Clark | Extend -d:foo=bar to make -d:-foo expand to C<no foo...
|
commit | commitdiff | tree |
2010-11-25 |
Nicholas Clark | Use newSVpvs_flags() instead of sv_2mortal(newSVpvs())
|
commit | commitdiff | tree |
2010-11-25 |
Nicholas Clark | Refactor ENAME dumping in Perl_do_sv_dump() to simplify...
|
commit | commitdiff | tree |
next |