2010-05-19 |
Vincent Pit | Merge branch 'vincent/rvalue_stmt_given' into blead
|
commit | commitdiff | tree |
2010-05-06 |
Vincent Pit | Make t/op/sprintf.t test multiple warnings
|
commit | commitdiff | tree |
2010-05-06 |
Vincent Pit | Stop returning 0 for sprintf("%.0g")
|
commit | commitdiff | tree |
2010-05-06 |
Vincent Pit | Really test special sprintf formats
|
commit | commitdiff | tree |
2010-05-06 |
Vincent Pit | Make sv_vcatpvfn() complain when special formats "...
|
commit | commitdiff | tree |
2010-05-04 |
Vincent Pit | Silence a couple of false positive "may be used uninitialize...
|
commit | commitdiff | tree |
2010-05-03 |
Vincent Pit | Please don't use any of your git aliases in perlrepository.pod
|
commit | commitdiff | tree |
2010-04-30 |
Vincent Pit | Re-run bump-perl-version to update a few missing spots
|
commit | commitdiff | tree |
2010-04-30 |
Vincent Pit | Teach bump-perl-version about "libperl511.a"
|
commit | commitdiff | tree |
2010-04-26 |
Vincent Pit | Fix possible undefined behaviour introduced by b9e00b79e4947...
|
commit | commitdiff | tree |
2010-04-26 |
Vincent Pit | Save the popped cx->blk_eval.old_namesv before calling...
|
commit | commitdiff | tree |
2010-03-31 |
Vincent Pit | Don't initialize end in pp_reverse when begin is NULL
|
commit | commitdiff | tree |
2010-03-17 |
Vincent Pit | A couple of additions to perl5120delta
|
commit | commitdiff | tree |
2010-03-03 |
Vincent Pit | Fix an example for LC_COLLATE in POSIX.pod that actually...
|
commit | commitdiff | tree |
2010-01-26 |
Vincent Pit | A small typo in perlrun, spotted by Olivier Raginel.
|
commit | commitdiff | tree |
2010-01-17 |
Vincent Pit | Add t/comp/packagev.t to MANIFEST
|
commit | commitdiff | tree |
2010-01-06 |
Vincent Pit | [perl #71870] Use of uninitialized value in bitwise...
|
commit | commitdiff | tree |
2010-01-03 |
Vincent Pit | Make given() statements return the last evaluated expression
|
commit | commitdiff | tree |
2010-01-03 |
Vincent Pit | Allow "{sub f}" to compile
|
commit | commitdiff | tree |
2009-12-30 |
Vincent Pit | s/text message/text editor/ in the last change to perlreposi...
|
commit | commitdiff | tree |
2009-11-28 |
Vincent Pit | Allow a closing brace after an "use VERSION"
|
commit | commitdiff | tree |
2009-11-21 |
Vincent Pit | Fix unindented code in perlfunc after 5ed4f2ecec5b66feed399b...
|
commit | commitdiff | tree |
2009-11-18 |
Vincent Pit | {camel,dromedary}.booking.com names are gone, so update...
|
commit | commitdiff | tree |
2009-11-15 |
Vincent Pit | Teach B::Deparse about in-place reverse
|
commit | commitdiff | tree |
2009-11-11 |
Vincent Pit | Make diag.t skip the warning I just fixed
|
commit | commitdiff | tree |
2009-11-10 |
Vincent Pit | Clarify and complete documentation for in-place reverse
|
commit | commitdiff | tree |
2009-11-10 |
Vincent Pit | Fix misformed UVxf format in op.c
|
commit | commitdiff | tree |
2009-11-10 |
Vincent Pit | Optimize reversing an array in-place
|
commit | commitdiff | tree |
2009-11-10 |
Vincent Pit | Port t/op/reverse.t to test.pl
|
commit | commitdiff | tree |
2009-11-10 |
Vincent Pit | Add EXISTS and DELETE methods to Env.pm
|
commit | commitdiff | tree |
2009-11-10 |
Vincent Pit | Factor the "is this an in-place array operator construct...
|
commit | commitdiff | tree |
2009-11-08 |
Vincent Pit | SvREFCNT_inc already checks if the SV is non-NULL
|
commit | commitdiff | tree |
2009-11-08 |
Vincent Pit | SvREFCNT_dec already checks if the SV is non-NULL ...
|
commit | commitdiff | tree |
2009-11-05 |
Vincent Pit | SvREFCNT_dec already checks if the SV is non-NULL
|
commit | commitdiff | tree |
2009-11-01 |
Vincent Pit | Re: [perl #38809][PATCH] loss of stack elements with...
|
commit | commitdiff | tree |
2009-10-23 |
Vincent Pit | Cap the exit code of the bisecting script
|
commit | commitdiff | tree |
2009-10-23 |
Vincent Pit | "-x ./foo" isn't a shell command, but "[ -x ./foo ...
|
commit | commitdiff | tree |
2009-10-04 |
Vincent Pit | Apply the same policy for the value returned by push...
|
commit | commitdiff | tree |
2009-09-10 |
Vincent Pit | Update some remaining comments that still point to...
|
commit | commitdiff | tree |
2009-09-10 |
Vincent Pit | Fix paths in threaded regexp tests
|
commit | commitdiff | tree |
2009-09-10 |
Vincent Pit | Sort MANIFEST
|
commit | commitdiff | tree |
2009-09-10 |
Vincent Pit | No tabs in MANIFEST
|
commit | commitdiff | tree |
2009-09-10 |
Vincent Pit | Add missing entries to .gitignore for EU::{CBuilder...
|
commit | commitdiff | tree |
2009-09-10 |
Vincent Pit | Don't modify namelen in the first half of gv_stashpvn()
|
commit | commitdiff | tree |
2009-09-07 |
Vincent Pit | Don't install .gitignore files
|
commit | commitdiff | tree |
2009-09-07 |
Vincent Pit | Move Digest from lib to ext
|
commit | commitdiff | tree |
2009-09-07 |
Vincent Pit | Move CGI.pm from lib to ext
|
commit | commitdiff | tree |
2009-09-07 |
Vincent Pit | Move autodie from lib to ext
|
commit | commitdiff | tree |
2009-09-01 |
Vincent Pit | _run_test() doesn't need to conform to TAP::Harness...
|
commit | commitdiff | tree |
2009-09-01 |
Vincent Pit | Fix include path for utf8 tests
|
commit | commitdiff | tree |
2009-09-01 |
Vincent Pit | Don't use the anonymous hash reference constructor...
|
commit | commitdiff | tree |
2009-08-31 |
Vincent Pit | Revert Socket.t permissions to 644 after 89904c08923161afd23...
|
commit | commitdiff | tree |
2009-08-31 |
Vincent Pit | Adapt harness to the new TEST infrastructure
|
commit | commitdiff | tree |
2009-08-31 |
Vincent Pit | Don't quote -T/-t in _scan_test()
|
commit | commitdiff | tree |
2009-08-31 |
Vincent Pit | Put the chdir logic into the two new helpers _before_fork...
|
commit | commitdiff | tree |
2009-08-31 |
Vincent Pit | Forge the test command to execute in a new _cmd() subroutine
|
commit | commitdiff | tree |
2009-08-31 |
Vincent Pit | Move more test options discovery from _run_test() to...
|
commit | commitdiff | tree |
2009-08-30 |
Vincent Pit | Revert "Build Text::Tabs before running mktables, as...
|
commit | commitdiff | tree |
2009-08-30 |
Vincent Pit | Revert "Move Text::Tabs/Text::Wrap from lib to ext"
|
commit | commitdiff | tree |
2009-08-30 |
Vincent Pit | Build Text::Tabs before running mktables, as it needs it
|
commit | commitdiff | tree |
2009-08-27 |
Vincent Pit | Speed up repeatcpy() by at least 40% for 1-char or...
|
commit | commitdiff | tree |
2009-08-27 |
Vincent Pit | delimcopy(), ibcmp(), ibcmp_locale(), instr(), ninstr...
|
commit | commitdiff | tree |
2009-08-26 |
Vincent Pit | Don't pass the the interpreter to is_ascii_string(...
|
commit | commitdiff | tree |
2009-08-20 |
Vincent Pit | Teach perlivp about the new stucture of the IO::Compress...
|
commit | commitdiff | tree |
2009-08-17 |
Vincent Pit | Sebastien decided what was the UPSTREAM for his modules
|
commit | commitdiff | tree |
2009-08-13 |
Vincent Pit | Merge commit 'dromedary/blead' into blead
|
commit | commitdiff | tree |
2009-08-13 |
Vincent Pit | Perl_die_nocontext() is also called with NULL from...
|
commit | commitdiff | tree |
2009-08-04 |
Vincent Pit | Promote blocks resulting from constant folding to first...
|
commit | commitdiff | tree |
2009-08-03 |
Vincent Pit | Minor spelling nit in last perlfunc updated
|
commit | commitdiff | tree |
2009-07-29 |
Vincent Pit | Merge branch 'deletelocal' into blead
|
commit | commitdiff | tree |
2009-07-27 |
Vincent Pit | Really check that sysread(I, $x, 1, -4) dies with ...
|
commit | commitdiff | tree |
2009-07-27 |
Vincent Pit | Port t/op/sysio.t to test.pl
|
commit | commitdiff | tree |
2009-07-27 |
Vincent Pit | Document "delete local" in perlsub
|
commit | commitdiff | tree |
2009-07-27 |
Vincent Pit | Regression test for [perl #67912]
|
commit | commitdiff | tree |
2009-07-25 |
Vincent Pit | Introduce "delete local"
|
commit | commitdiff | tree |
2009-07-25 |
Vincent Pit | Use the new SAVEHDELETE() macro wherever possible
|
commit | commitdiff | tree |
2009-07-25 |
Vincent Pit | Introduce save_hdelete() and SAVEHDELETE()
|
commit | commitdiff | tree |
2009-07-25 |
Vincent Pit | Add a new SAVEf_KEEPOLDELEM flag to save_scalar_at...
|
commit | commitdiff | tree |
2009-07-25 |
Vincent Pit | Introduce save_aelem_flags()
|
commit | commitdiff | tree |
2009-07-25 |
Vincent Pit | Add the new db tests to the MANIFEST
|
commit | commitdiff | tree |
2009-07-22 |
Vincent Pit | Teach goto how to cross given/when blocks
|
commit | commitdiff | tree |
2009-07-22 |
Vincent Pit | Ignore t/op/require.t byproducts
|
commit | commitdiff | tree |
2009-07-18 |
Vincent Pit | Fix some nits in release_managers_guide.pod
|
commit | commitdiff | tree |
2009-07-15 |
Vincent Pit | Document PL_opfreehook
|
commit | commitdiff | tree |
2009-07-15 |
Vincent Pit | The op_free() hook doesn't need to return an OP*, so...
|
commit | commitdiff | tree |
2009-07-08 |
Vincent Pit | Add a pluggable hook in op_free()
|
commit | commitdiff | tree |
2009-06-26 |
Vincent Pit | One more regression test for RT #59734
|
commit | commitdiff | tree |
2009-06-26 |
Vincent Pit | Update RExC_npar and after_freeze correctly after the...
|
commit | commitdiff | tree |
2009-06-24 |
Vincent Pit | Update Maintainers.pl accordingly
|
commit | commitdiff | tree |
2009-06-13 |
Vincent Pit | More updates for Porting/Maintainers.pl
|
commit | commitdiff | tree |
2009-05-26 |
Vincent Pit | More tests for uninitialized warnings in ranges
|
commit | commitdiff | tree |
2009-05-26 |
Vincent Pit | Explicitely point to $. when it causes an uninitialized...
|
commit | commitdiff | tree |
2009-05-24 |
Vincent Pit | Ignore vim swap files
|
commit | commitdiff | tree |
2009-05-14 |
Vincent Pit | pp.c and time64.c don't need to be executable
|
commit | commitdiff | tree |
2009-05-14 |
Vincent Pit | Remove remaining POD tags in verbatim paragraphs
|
commit | commitdiff | tree |
2009-05-11 |
Vincent Pit | Allow typed arrays and hashes
|
commit | commitdiff | tree |
2009-03-29 |
Vincent Pit | Document when as a syntax modifier
|
commit | commitdiff | tree |
2009-03-29 |
Vincent Pit | Don't call SvPV_const() on the method name at the top...
|
commit | commitdiff | tree |
2009-03-28 |
Vincent Pit | Allow when to be used as a statement modifier
|
commit | commitdiff | tree |
2009-03-27 |
Vincent Pit | Also skip test 20 in t/Socket.t when no IPv6 is available
|
commit | commitdiff | tree |
next |