2009-11-06 |
Gerard Goossen | Add a line directive to op.c and perl.c such that error...
|
commit | commitdiff | tree |
2009-11-06 |
Gerard Goossen | Add a "return NORMAL" to a DIE at the end of a function...
|
commit | commitdiff | tree |
2009-11-06 |
Gerard Goossen | Check to see if there was a body which needs freeing...
|
commit | commitdiff | tree |
2009-11-06 |
Gerard Goossen | move JMPENV_JUMP to die_where and mark it as "noreturn"
|
commit | commitdiff | tree |
2009-11-04 |
Rafael Garcia-Suarez | Document qr overloading in perldelta
|
commit | commitdiff | tree |
2009-11-01 |
Rafael Garcia-Suarez | Improvements to qr-overload tests
|
commit | commitdiff | tree |
2009-11-01 |
Rafael Garcia-Suarez | Bump overload.pm's VERSION (plus some spelling nits)
|
commit | commitdiff | tree |
2009-11-01 |
Ben Morrow | Documentation for the 'qr' overload.
|
commit | commitdiff | tree |
2009-11-01 |
Ben Morrow | Implement the 'qr' overload type.
|
commit | commitdiff | tree |
2009-11-01 |
Ben Morrow | Add a new overload type, "qr".
|
commit | commitdiff | tree |
2009-11-01 |
Gerard Goossen | Use of SV* instead of message, msglen, utf8 to contain...
|
commit | commitdiff | tree |
2009-10-31 |
Gerard Goossen | Add assertion to JMPENV_POP to assert that the jumplevel...
|
commit | commitdiff | tree |
2009-10-31 |
Father Chrysostomos | [perl #69875] Slow down split in scalar context :-)
|
commit | commitdiff | tree |
2009-10-31 |
Gerard Goossen | Improve warnings about known issues in (?{...}) blocks...
|
commit | commitdiff | tree |
2009-10-29 |
Rafael Garcia-Suarez | Remove unused variable
|
commit | commitdiff | tree |
2009-10-29 |
Gerard Goossen | remove unnecessary (always true) condition in S_vdie
|
commit | commitdiff | tree |
2009-10-29 |
David E. Wheeler | Convert all Pod::Simple files to Unix line endings.
|
commit | commitdiff | tree |
2009-10-28 |
Rafael Garcia-Suarez | Bump Exporter's version in blead after last patch
|
commit | commitdiff | tree |
2009-10-28 |
Jerry D. Hedden | Test exported arrays and hashes without using defined()
|
commit | commitdiff | tree |
2009-10-28 |
Rafael Garcia-Suarez | Add missing files
|
commit | commitdiff | tree |
2009-10-28 |
David E. Wheeler | Bring Pod::Simple up to 3.09 as on CPAN.
|
commit | commitdiff | tree |
2009-10-28 |
Rafael Garcia-Suarez | $#array should be accepted as a lvalue sub return value.
|
commit | commitdiff | tree |
2009-10-28 |
Eric Brine | Avoid adding magic with rvalue $#a
|
commit | commitdiff | tree |
2009-10-27 |
Rafael Garcia-Suarez | Better wording for the hash ~~ array docs
|
commit | commitdiff | tree |
2009-10-23 |
Zefram | a2p match() faulty
|
commit | commitdiff | tree |
2009-10-23 |
Rafael Garcia-Suarez | CPAN release of Switch 2.16
|
commit | commitdiff | tree |
2009-10-22 |
Zefram | [perl #69838] a2p generates code using $[
|
commit | commitdiff | tree |
2009-10-22 |
Rafael Garcia-Suarez | [perl #69903] 5.10.1 perlretut section "A bit of magic...
|
commit | commitdiff | tree |
2009-10-22 |
Ben Morrow | Let SvRX(OK) recognise a bare REGEXP.
|
commit | commitdiff | tree |
2009-10-22 |
Ben Morrow | RT#69616: regexp SVs lose regexpness in assignment
|
commit | commitdiff | tree |
2009-10-22 |
Rafael Garcia-Suarez | Remove the venerable fatal error "Runaway format"
|
commit | commitdiff | tree |
2009-10-22 |
Rafael Garcia-Suarez | Remove file t/0 added by last commit
|
commit | commitdiff | tree |
2009-10-22 |
Brad Gilbert | Bare readdir in while loop now sets $_
|
commit | commitdiff | tree |
2009-10-22 |
Rafael Garcia-Suarez | POD link fix
|
commit | commitdiff | tree |
2009-10-22 |
Rafael Garcia-Suarez | Bump base and fields versions to 2.15
|
commit | commitdiff | tree |
2009-10-22 |
Rafael Garcia-Suarez | Fix built-in prototype of each, keys, and values
|
commit | commitdiff | tree |
2009-10-20 |
Rafael Garcia-Suarez | Update Switch version in Maintainers.pl after CPAN...
|
commit | commitdiff | tree |
2009-10-20 |
Rafael Garcia-Suarez | Bump version of Switch to 2.15 for CPAN release
|
commit | commitdiff | tree |
2009-10-14 |
Rafael Garcia-Suarez | Remove old code dealing with installing 5.003's perldiag
|
commit | commitdiff | tree |
2009-10-14 |
Rafael Garcia-Suarez | Ignore files installed by Parse::CPAN::Meta
|
commit | commitdiff | tree |
2009-10-14 |
Rafael Garcia-Suarez | Don't install uupacktool.pl
|
commit | commitdiff | tree |
2009-10-13 |
Smylers | perlvar $1 clarification
|
commit | commitdiff | tree |
2009-10-12 |
Rafael Garcia-Suarez | Don't install filter-util.pl
|
commit | commitdiff | tree |
2009-10-08 |
Rafael Garcia-Suarez | Disable strictures while setting $VERSION in a "package...
|
commit | commitdiff | tree |
2009-10-08 |
Rafael Garcia-Suarez | Merge branch 'feature/package-name-version' into blead
|
commit | commitdiff | tree |
2009-10-08 |
Rafael Garcia-Suarez | Documentation typo
|
commit | commitdiff | tree |
2009-10-08 |
Rafael Garcia-Suarez | Simplify code that sets $VERSION on the "package" line
|
commit | commitdiff | tree |
2009-10-08 |
Rafael Garcia-Suarez | Restore MAD handling of package statements
|
commit | commitdiff | tree |
2009-10-08 |
Rafael Garcia-Suarez | Let tell() report warnings on unopened filehandles
|
commit | commitdiff | tree |
2009-10-08 |
Rafael Garcia-Suarez | Make tell() fail properly if called without an argument...
|
commit | commitdiff | tree |
2009-10-08 |
Rafael Garcia-Suarez | Properly return a syntax error instead of segfaulting...
|
commit | commitdiff | tree |
2009-10-07 |
Max Maischein | Remove BEGIN{}, use '..', part deux
|
commit | commitdiff | tree |
2009-10-06 |
Rafael Garcia-Suarez | Add tests for syntax errors in "package Name VERSION"
|
commit | commitdiff | tree |
2009-10-05 |
Rafael Garcia-Suarez | Upgrade File::Path to 2.08 (and add taint.t test)
|
commit | commitdiff | tree |
2009-10-04 |
Rafael Garcia-Suarez | Run "cd pod ; ../perl -I../lib buildtoc --build-all"
|
commit | commitdiff | tree |
2009-10-04 |
Rafael Garcia-Suarez | Don't autovivify a spurious key "all" in the %Targets...
|
commit | commitdiff | tree |
2009-10-03 |
Rafael Garcia-Suarez | Make Module::Corelist recognise $] as a version number...
|
commit | commitdiff | tree |
2009-10-03 |
Rafael Garcia-Suarez | Update Changes/README for 2.19, version of Module:...
|
commit | commitdiff | tree |
2009-10-03 |
Rafael Garcia-Suarez | Change warning "Unicode character is illegal" to more...
|
commit | commitdiff | tree |
2009-10-03 |
Rafael Garcia-Suarez | Adapt test to accept local uncommitted changes
|
commit | commitdiff | tree |
2009-10-02 |
Rafael Garcia-Suarez | "Malformed UTF-16 surrogate" is a fatal error
|
commit | commitdiff | tree |
2009-09-30 |
Rafael Garcia-Suarez | Doc typo fix
|
commit | commitdiff | tree |
2009-09-27 |
Robin Barker | fix up ABSTRACT_FROM
|
commit | commitdiff | tree |
2009-09-27 |
Rafael Garcia-Suarez | Remove unused gitignore entry
|
commit | commitdiff | tree |
2009-09-27 |
Zefram | git config lossage
|
commit | commitdiff | tree |
2009-09-27 |
Rafael Garcia-Suarez | gitignore additions
|
commit | commitdiff | tree |
2009-09-27 |
Zefram | [perl #69384] numericness failure in sorting
|
commit | commitdiff | tree |
2009-09-21 |
Robin Barker | typo in usage of deprecate
|
commit | commitdiff | tree |
2009-09-21 |
Rafael Garcia-Suarez | Change my email address
|
commit | commitdiff | tree |
2009-09-17 |
Rafael Garcia-Suarez | Since gitignores are advisory, we don't need the specific...
|
commit | commitdiff | tree |
2009-09-17 |
Rafael Garcia-Suarez | Revert "much simpler .gitignore for ext/"
|
commit | commitdiff | tree |
2009-09-16 |
Rafael Garcia-Suarez | Upgrade to IO::Zlib 1.10
|
commit | commitdiff | tree |
2009-09-16 |
Rafael Garcia-Suarez | Localize $@ and $! before loading a file in SWASHNEW
|
commit | commitdiff | tree |
2009-09-14 |
Rafael Garcia-Suarez | Core tests purged from macperl references: done (as...
|
commit | commitdiff | tree |
2009-09-14 |
Rafael Garcia-Suarez | Some POD and spelling fixes
|
commit | commitdiff | tree |
2009-09-14 |
Rafael Garcia-Suarez | Doc nit in perlfunc for die() and warn() with an empty...
|
commit | commitdiff | tree |
2009-09-13 |
Robin Barker | deprecate Pod::Plainer - update to 1.00
|
commit | commitdiff | tree |
2009-09-13 |
Rafael Garcia-Suarez | This test was incorrectly skipped because it couldn...
|
commit | commitdiff | tree |
2009-09-13 |
Rafael Garcia-Suarez | Remove obsolete interpreter variable PL_utf8_alnumc
|
commit | commitdiff | tree |
2009-09-13 |
Rafael Garcia-Suarez | Remove obsolete functions is_uni_alnumc, is_uni_alnumc_lc...
|
commit | commitdiff | tree |
2009-09-13 |
Rafael Garcia-Suarez | .gitignore fix for AutoSplit
|
commit | commitdiff | tree |
2009-09-11 |
Rafael Garcia-Suarez | Update Maintainers.pl for encoding::warnings
|
commit | commitdiff | tree |
2009-09-11 |
Rafael Garcia-Suarez | Move encoding::warnings to ext/
|
commit | commitdiff | tree |
2009-09-10 |
Rafael Garcia-Suarez | Ignore MANIFEST.SKIP once installed in lib/
|
commit | commitdiff | tree |
2009-09-10 |
Rafael Garcia-Suarez | The "package;" syntax was removed in 5.10
|
commit | commitdiff | tree |
2009-09-08 |
Rafael Garcia-Suarez | Remove Mac OS classic instructions from perlrun
|
commit | commitdiff | tree |
2009-09-08 |
Rafael Garcia-Suarez | Remove code specific to MacOS Classic from core tests
|
commit | commitdiff | tree |
2009-09-07 |
Rafael Garcia-Suarez | Make Encode's piconv.t test run within the core
|
commit | commitdiff | tree |
2009-09-07 |
Rafael Garcia-Suarez | Add missing files from the Encode CPAN distribution
|
commit | commitdiff | tree |
2009-09-07 |
Rafael Garcia-Suarez | Make Encode tests work with $PERL_CORE in the environment
|
commit | commitdiff | tree |
2009-09-07 |
Rafael Garcia-Suarez | Upgrade to Encode 2.37
|
commit | commitdiff | tree |
2009-09-06 |
Salvador Ortiz Garcia | Corrupt filename when setting %INC entry in a @INC...
|
commit | commitdiff | tree |
2009-09-06 |
Zefram | Fix [perl #66970] Incorrect coderef in MODIFY_CODE_ATTRIBUTES
|
commit | commitdiff | tree |
2009-09-06 |
Rafael Garcia-Suarez | Remove spaces in MANIFEST
|
commit | commitdiff | tree |
2009-09-06 |
Rafael Garcia-Suarez | Add new Unicode files to MANIFEST
|
commit | commitdiff | tree |
2009-09-06 |
Rafael Garcia-Suarez | Merge commit 'khwilliamson/U5.1' into blead
|
commit | commitdiff | tree |
2009-09-04 |
Rafael Garcia-Suarez | Replace system by print in strictures/parsing regression...
|
commit | commitdiff | tree |
2009-08-31 |
paul | compress 2.021
|
commit | commitdiff | tree |
2009-08-31 |
Lubomir Rintel | Fix unpack of abstract socket addrs with nul byte
|
commit | commitdiff | tree |
2009-08-30 |
Rafael Garcia-Suarez | Remove old "EXCLUDED" entry for base.pm in Maintainers.pl
|
commit | commitdiff | tree |
next |