2013-09-13 |
Tony Cook | perldelta for e7ab04ce5
|
commit | commitdiff | tree |
2013-09-13 |
Tony Cook | [perl #115928] use a consistent internal rand on all...
|
commit | commitdiff | tree |
2013-09-13 |
Tony Cook | [perl #115928] we don't use drand48_r or random_r any...
|
commit | commitdiff | tree |
2013-09-13 |
Tony Cook | [perl #115928] Configure now selects our internal drand48()
|
commit | commitdiff | tree |
2013-09-13 |
Tony Cook | revert config_h.SH changes, now handled by Configure
|
commit | commitdiff | tree |
2013-09-13 |
Tony Cook | [perl #115928] a consistent (public) rand() implementation
|
commit | commitdiff | tree |
2013-09-11 |
Tony Cook | [perl #88814] sigdispatch.t work on openbsd 5.2
|
commit | commitdiff | tree |
2013-09-11 |
Tony Cook | [perl #118091] Split gv_fetchpvn_flags into smaller...
|
commit | commitdiff | tree |
2013-09-11 |
Brian Fraser | gv.c: Split part of find_default_stash into gv_is_in_main.
|
commit | commitdiff | tree |
2013-09-11 |
Brian Fraser | gv.c: Rename magicalize_gv into gv_magicalize, make...
|
commit | commitdiff | tree |
2013-09-11 |
Brian Fraser | gv.c, gv_fetchpvn_flags: Split another chunk of magic...
|
commit | commitdiff | tree |
2013-09-11 |
Brian Fraser | gv.c, gv_fetchpvn_flags: Comments for when the glob...
|
commit | commitdiff | tree |
2013-09-11 |
Brian Fraser | gv.c: Explain the purpose of the <none>:: stash a bit.
|
commit | commitdiff | tree |
2013-09-11 |
Brian Fraser | gv_fetchpvn_flags: Simplify some warnings code
|
commit | commitdiff | tree |
2013-09-11 |
Brian Fraser | gv.c: Move the code that magicalizes new globs into...
|
commit | commitdiff | tree |
2013-09-11 |
Brian Fraser | gv.c: Begin splitting gv_fetchpvn_flags into smaller...
|
commit | commitdiff | tree |
2013-09-09 |
Tony Cook | [perl #117265] fix various problems with safesyscalls
|
commit | commitdiff | tree |
2013-09-09 |
Tony Cook | [perl #117265] move the "glob failed" warning to the...
|
commit | commitdiff | tree |
2013-09-09 |
Tony Cook | [perl #117265] do most glob \0 checks in the same place
|
commit | commitdiff | tree |
2013-09-09 |
Tony Cook | [perl #117265] correctly handle overloaded strings
|
commit | commitdiff | tree |
2013-09-09 |
Tony Cook | [perl #117265] TODO tests for overloading issues
|
commit | commitdiff | tree |
2013-08-27 |
Tony Cook | [perl #119351] the test note isn't a note but an object...
|
commit | commitdiff | tree |
2013-08-26 |
Tony Cook | perldelta for 6ca940a96, ed51a345f
|
commit | commitdiff | tree |
2013-08-26 |
Tony Cook | [perl #85104] save platform specific error code across...
|
commit | commitdiff | tree |
2013-08-26 |
Tony Cook | [perl #85104] work harder to save error numbers
|
commit | commitdiff | tree |
2013-08-26 |
Tony Cook | [perl #85104] TODO test for preserving $^E across signal...
|
commit | commitdiff | tree |
2013-08-26 |
Tony Cook | perldelta for c8028aa68
|
commit | commitdiff | tree |
2013-08-26 |
Tony Cook | fix a type in the find2perl perldelta entry
|
commit | commitdiff | tree |
2013-08-26 |
Tony Cook | [perl #117265] safesyscalls: check embedded nul in...
|
commit | commitdiff | tree |
2013-08-26 |
Tony Cook | [perl #119351] update the test note for the changed...
|
commit | commitdiff | tree |
2013-08-25 |
Tony Cook | perldelta for f244b0855, d80ab086, 4883c539
|
commit | commitdiff | tree |
2013-08-25 |
Tony Cook | [perl #119351] fix regression in B::CV::GV
|
commit | commitdiff | tree |
2013-08-25 |
Tony Cook | bump B to 1.46
|
commit | commitdiff | tree |
2013-08-25 |
Tony Cook | [perl #119351] fix B::CV::GV to return a B::SPECIAL...
|
commit | commitdiff | tree |
2013-08-23 |
Tony Cook | [perl #119429] restore XS module building on WinCE
|
commit | commitdiff | tree |
2013-08-23 |
Daniel Dragan | restore XS module building for WinCE
|
commit | commitdiff | tree |
2013-08-23 |
Tony Cook | [perl #119429] bump-perl-version now updates Makefile.ce
|
commit | commitdiff | tree |
2013-08-23 |
Tony Cook | perldelta for 5ceca735, 6358232b
|
commit | commitdiff | tree |
2013-08-23 |
Peter John Acklam | Add bint() method for rounding towards zero.
|
commit | commitdiff | tree |
2013-08-23 |
Tony Cook | bump versions for Math::BigInt and Math::BigFloat
|
commit | commitdiff | tree |
2013-08-23 |
Tony Cook | Clean up POD for Math::BigInt and Math::BigFloat
|
commit | commitdiff | tree |
2013-08-21 |
Tony Cook | perldelta for 710639c2
|
commit | commitdiff | tree |
2013-08-21 |
Tony Cook | [perl #113054] add tests for find2perl and fix ? wildcard...
|
commit | commitdiff | tree |
2013-08-21 |
Tony Cook | [perl #113054] find2perl mistranslates fileglob ? to...
|
commit | commitdiff | tree |
2013-08-21 |
Tony Cook | [perl #113054] test find2perl, with a TODO for ? glob...
|
commit | commitdiff | tree |
2013-08-19 |
Tony Cook | [perl #92446] don't use overloaded string values in...
|
commit | commitdiff | tree |
2013-08-15 |
Tony Cook | perldelta for 6136213, cccbbce
|
commit | commitdiff | tree |
2013-08-15 |
Tony Cook | [perl #92446] fix recursion introduced in original...
|
commit | commitdiff | tree |
2013-08-14 |
Tony Cook | [perl #3330] avoid an uncaught warning from op/inc.t
|
commit | commitdiff | tree |
2013-08-12 |
Tony Cook | [perl #117355] [lu]cfirst don't respect 'use bytes'
|
commit | commitdiff | tree |
2013-08-12 |
Tony Cook | [perl #117355] unTODO the [lu]cfirst under bytes tests
|
commit | commitdiff | tree |
2013-08-12 |
Karl Williamson | XXX Patch for discussion: [perl #117355] [lu]cfirst...
|
commit | commitdiff | tree |
2013-08-12 |
Tony Cook | [perl #117355] very basic tests for [ul]c(first)? under...
|
commit | commitdiff | tree |
2013-08-12 |
Tony Cook | [perl #3330] warn on increment of an non number/non...
|
commit | commitdiff | tree |
2013-08-12 |
Tony Cook | fix several problems in the MY_CXT example in perlxs.pod
|
commit | commitdiff | tree |
2013-08-09 |
Tony Cook | perldelta for b4bf645b3d
|
commit | commitdiff | tree |
2013-08-09 |
Darin McBride | Carp now handles objects with string overloads.
|
commit | commitdiff | tree |
2013-08-09 |
Tony Cook | perldelta for da1929e75
|
commit | commitdiff | tree |
2013-08-09 |
Tony Cook | [perl #117793] remove dangerous functions and improve...
|
commit | commitdiff | tree |
2013-08-02 |
Tony Cook | prevent a precedence warning on clang
|
commit | commitdiff | tree |
2013-07-30 |
Tony Cook | [perl #118525] make it work on threaded builds
|
commit | commitdiff | tree |
2013-07-29 |
Tony Cook | perldelta for 486b1e7f0
|
commit | commitdiff | tree |
2013-07-29 |
Tony Cook | CvGV is no longer a simple struct member access
|
commit | commitdiff | tree |
2013-07-29 |
Tony Cook | Philip Boulain is now a perl AUTHOR, and bump a version
|
commit | commitdiff | tree |
2013-07-29 |
Philip Boulain | Reap child in case where exception has been thrown
|
commit | commitdiff | tree |
2013-07-29 |
Colin Kuskie | Refactor ext/Pod-Functions/Functions_pm.PL to use Test...
|
commit | commitdiff | tree |
2013-07-29 |
Tony Cook | [perl #52000] use PL_exit_flags in the test so it works...
|
commit | commitdiff | tree |
2013-07-29 |
Tony Cook | [perl #52000] Warn/abort on attempted perl exit
|
commit | commitdiff | tree |
2013-07-29 |
Tony Cook | [perl #52000] add perldiag entries for the new warnings
|
commit | commitdiff | tree |
2013-07-29 |
Tony Cook | John Gardiner Myers is now a perl AUTHOR
|
commit | commitdiff | tree |
2013-07-29 |
John Gardiner Myers | [perl #52000] Warn/abort on attempted perl exit
|
commit | commitdiff | tree |
2013-07-29 |
Tony Cook | [perl #114964] Correct 'ref' func POD to fix bad behavior...
|
commit | commitdiff | tree |
2013-07-29 |
Tony Cook | mention reftype too
|
commit | commitdiff | tree |
2013-07-29 |
Tony Cook | Brendan Byrd is now a perl AUTHOR
|
commit | commitdiff | tree |
2013-07-29 |
Brendan Byrd | Correct 'ref' func POD to fix bad behavior around ...
|
commit | commitdiff | tree |
2013-07-29 |
Daniel Dragan | comments only, explain the different ONE_AT_A_TIME...
|
commit | commitdiff | tree |
2013-07-26 |
Tony Cook | perldelta for d7d11da6a3
|
commit | commitdiff | tree |
2013-07-26 |
Tony Cook | [perl #39739] Exporter::Heavy ignores custom $SIG{__WARN__...
|
commit | commitdiff | tree |
2013-07-26 |
Tony Cook | bump $Exporter::VERSION (and hence $Exporter::Heavy...
|
commit | commitdiff | tree |
2013-07-26 |
Tony Cook | [perl #39739] Exporter::Heavy ignores custom $SIG{__WARN__...
|
commit | commitdiff | tree |
2013-07-26 |
Tony Cook | [perl #39739] TODO test for Exporter respecting warning...
|
commit | commitdiff | tree |
2013-07-26 |
Tony Cook | let Porting/cmpVERSION.pl know Exporter was moved to...
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | perldelta for ea382fac4c7
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | [perl #118995] Fix bigrat's $MBI configuration
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | [perl #118955] bump $bignum::VERSION to 0.36
|
commit | commitdiff | tree |
2013-07-24 |
Nathan Trapuzzano | Initialize BigInt's $MBI correctly with "use bigrat...
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | perldelta for ab5c89ab2
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | [perl #118907] Do not call DESTROY on empty objects...
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | [perl #118907] bump $Storable::VERSION
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | [perl #118907] fix some issues with patch
|
commit | commitdiff | tree |
2013-07-24 |
Vladimir Timofeev | Restore Storable speed after previous fix.
|
commit | commitdiff | tree |
2013-07-24 |
Vladimir Timofeev | Do not call DESTROY for empty objects
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | [perl #118923] Add some edge cases to join.t
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | join() with an empty list and undef separator may not...
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | add Victor Efimov to AUTHORS
|
commit | commitdiff | tree |
2013-07-24 |
Victor Efimov | Add some edge cases to join.t test
|
commit | commitdiff | tree |
2013-07-24 |
Tony Cook | Revert "Remove the non-inline function S_croak_memory_wrap...
|
commit | commitdiff | tree |
2013-07-24 |
Neil Bowers | For changelogs suggest name it Changes and follow CPAN...
|
commit | commitdiff | tree |
2013-07-23 |
Tony Cook | [perl #74798] fix the build for -Duseithreads
|
commit | commitdiff | tree |
2013-07-23 |
Tony Cook | perldelta for 1d5bb6ba43b89
|
commit | commitdiff | tree |
next |