2011-11-28 |
Tony Cook | avoid double defining the POSIX::TCSANOW constant sub
|
commit | commitdiff | tree |
2011-11-14 |
Tony Cook | Internals::SvREFCNT() now treats reference counts as...
|
commit | commitdiff | tree |
2011-11-14 |
Tony Cook | [rt #103222] make Internals::SvREFCNT set/get consistent
|
commit | commitdiff | tree |
2011-11-14 |
Tony Cook | match the definition of S_mro_gather_and_rename to...
|
commit | commitdiff | tree |
2011-11-12 |
Tony Cook | ignore some newer build generated files
|
commit | commitdiff | tree |
2011-10-29 |
Tony Cook | produce a properly sorted known_pod_issues.dat
|
commit | commitdiff | tree |
2011-10-28 |
Tony Cook | allow for 2Gb+ memory allocations on 64-bit Win32 debug...
|
commit | commitdiff | tree |
2011-10-23 |
Tony Cook | ignore extra build product from ext/arybase/
|
commit | commitdiff | tree |
2011-10-23 |
Tony Cook | fix g++ build breakage introduced in 03d9f026ae25
|
commit | commitdiff | tree |
2011-10-17 |
Tony Cook | document boolSV(), which is used in the default typemap
|
commit | commitdiff | tree |
2011-10-07 |
Tony Cook | use SSize_t for string offsets instead of int or socklen_t
|
commit | commitdiff | tree |
2011-10-07 |
Tony Cook | document the behaviour of negative klen for hv_fetch...
|
commit | commitdiff | tree |
2011-09-29 |
Tony Cook | update valgrind URL and platforms
|
commit | commitdiff | tree |
2011-09-29 |
Tony Cook | Add darwin to the list of valgrind platforms
|
commit | commitdiff | tree |
2011-09-19 |
Tony Cook | use :raw to avoid interference from PERL_UNICODE when...
|
commit | commitdiff | tree |
2011-09-19 |
Tony Cook | clear $ENV{PERL_UNICODE} before runperl()ing a test...
|
commit | commitdiff | tree |
2011-09-08 |
Tony Cook | avoid " in Carp.t test programs, due to Win32 shell...
|
commit | commitdiff | tree |
2011-08-22 |
Tony Cook | skip a test that requires Cwd under miniperl
|
commit | commitdiff | tree |
2011-08-22 |
Tony Cook | skip the defined *+ and *- tests on miniperl
|
commit | commitdiff | tree |
2011-08-11 |
Tony Cook | workaround a type handling bug in SystemTap Dtrace 1.2
|
commit | commitdiff | tree |
2011-08-09 |
Tony Cook | work around a bug in dtrace - it strips const from...
|
commit | commitdiff | tree |
2011-08-01 |
Tony Cook | Note the stat() change in perldelta
|
commit | commitdiff | tree |
2011-08-01 |
Tony Cook | [rt #84590] try to preserve the inode number, even...
|
commit | commitdiff | tree |
2011-07-27 |
Tony Cook | every use of $(mini_obj) needs the mini specific objects...
|
commit | commitdiff | tree |
2011-07-24 |
Tony Cook | export the invlist functions that were causing the...
|
commit | commitdiff | tree |
2011-07-24 |
Tony Cook | avoid defining the same global functions in multiple...
|
commit | commitdiff | tree |
2011-07-24 |
Tony Cook | B:: is pre-instantiated when B is static
|
commit | commitdiff | tree |
2011-07-24 |
Tony Cook | use the correct type for a format field width parameter
|
commit | commitdiff | tree |
2011-05-20 |
Tony Cook | if List-Util is built statically, depend on $(PERL_EXE...
|
commit | commitdiff | tree |
2011-05-20 |
Tony Cook | remove unused dependency rule generation for Text/ParseWords
|
commit | commitdiff | tree |
2011-05-20 |
Tony Cook | handle a static Cwd when generating the deps for x2p...
|
commit | commitdiff | tree |
2011-05-20 |
Tony Cook | remove unneeded dependencies against Cwd
|
commit | commitdiff | tree |
2011-04-27 |
Tony Cook | skip a problematic test on openbsd/thread
|
commit | commitdiff | tree |
2011-04-18 |
Tony Cook | check --whole-archive is supported (in cc.cbu) before...
|
commit | commitdiff | tree |
2011-04-18 |
Tony Cook | Revert "check --whole-archive is supported before using it"
|
commit | commitdiff | tree |
2011-04-13 |
Tony Cook | check --whole-archive is supported before using it
|
commit | commitdiff | tree |
2011-03-09 |
Tony Cook | fix C++ build error introducted in f8088870
|
commit | commitdiff | tree |
2011-02-19 |
Tony Cook | export PL_core_reg_engine so it's visible to the re...
|
commit | commitdiff | tree |
2011-02-18 |
Tony Cook | adjust the skip count to account for the new test in...
|
commit | commitdiff | tree |
2011-02-15 |
Tony Cook | ignore the new lib/buildcustomize.pl build deritus
|
commit | commitdiff | tree |
2011-02-15 |
Tony Cook | fix C++ builds and make the comment on initializers...
|
commit | commitdiff | tree |
2011-02-15 |
Tony Cook | note fixes to FindExt.t
|
commit | commitdiff | tree |
2011-02-13 |
Tony Cook | ignore extensions based on the configuration
|
commit | commitdiff | tree |
2011-02-13 |
Tony Cook | actually handle the case of extensions being built...
|
commit | commitdiff | tree |
2011-02-10 |
Tony Cook | exporting a static function doesn't work
|
commit | commitdiff | tree |
2011-02-05 |
Tony Cook | export the functions required by re
|
commit | commitdiff | tree |
2011-02-04 |
Tony Cook | use the macro that casts to HV * so threaded C++ builds...
|
commit | commitdiff | tree |
2011-01-28 |
Tony Cook | perldelta: 3bef022 depend on files needed for porting...
|
commit | commitdiff | tree |
2011-01-21 |
Tony Cook | depend on files needed for porting/buildtoc.t
|
commit | commitdiff | tree |
2011-01-21 |
Tony Cook | quote the pod filename used in the regexp to avoid...
|
commit | commitdiff | tree |
2011-01-20 |
Tony Cook | provide an explicit cast to the enum parameter for C++
|
commit | commitdiff | tree |
2011-01-17 |
Tony Cook | test_prep now depends on the pods needed for porting...
|
commit | commitdiff | tree |
2011-01-16 |
Tony Cook | allow buildtoc to find libraries after chdir into pod/
|
commit | commitdiff | tree |
2011-01-15 |
Tony Cook | test that perl.pod, pod.lst, MANIFEST and the file...
|
commit | commitdiff | tree |
2011-01-10 |
Tony Cook | newSVpvf_nocontext only visible with threads, fix for...
|
commit | commitdiff | tree |
2010-12-29 |
Tony Cook | properly clean up work files from testing GDBM_File
|
commit | commitdiff | tree |
2010-12-28 |
Tony Cook | close the produced test file so win32 can unlink it
|
commit | commitdiff | tree |
2010-12-28 |
Tony Cook | skip ExtUtils-CBuilder base tests expected and known...
|
commit | commitdiff | tree |
2010-12-28 |
Tony Cook | avoid undefined behaviour in fetch and modify of SP...
|
commit | commitdiff | tree |
2010-12-21 |
Tony Cook | avoid emitting control characters in test comments
|
commit | commitdiff | tree |
2010-12-21 |
Tony Cook | multiple watchdog()s in the one test script are meaningless
|
commit | commitdiff | tree |
2010-12-18 |
Tony Cook | Re-order the tests to match the comment
|
commit | commitdiff | tree |
2010-12-02 |
Tony Cook | Fix C++ breakage introduced in d7ef4b73
|
commit | commitdiff | tree |
2010-11-29 |
Tony Cook | Fix C++ build problems introduced in 9a5a5549
|
commit | commitdiff | tree |
2010-10-26 |
Tony Cook | detect the failure introduced in 304474c3 and fixed...
|
commit | commitdiff | tree |
2010-10-25 |
Tony Cook | rt #72398 - get magic before downgrading in SvPVbyte()
|
commit | commitdiff | tree |
2010-10-25 |
Tony Cook | use compatible types in a conditional expression
|
commit | commitdiff | tree |
2010-10-24 |
Tony Cook | .gitignore some extra ext/B build products
|
commit | commitdiff | tree |
2010-10-24 |
Tony Cook | remove ; so the conditional actually controls some...
|
commit | commitdiff | tree |
2010-10-24 |
Tony Cook | make the definition of sv_catpv_flags match the declaration
|
commit | commitdiff | tree |
2010-10-12 |
Tony Cook | ANSI C-ify the Perl_mro_isa_changed_in return mathoms.c
|
commit | commitdiff | tree |
2010-10-01 |
Tony Cook | rt 76474: Avoid the child perl reading from stdout
|
commit | commitdiff | tree |
2010-09-26 |
Tony Cook | make PL_charclass available to modules under Win32
|
commit | commitdiff | tree |
2010-09-23 |
Tony Cook | Make dquote_static.c available to ext/re/
|
commit | commitdiff | tree |
2010-09-23 |
Tony Cook | Configure inline support for 32-bit VC++
|
commit | commitdiff | tree |
2010-09-22 |
Tony Cook | make sure perl doesn't touch stat.t between stats
|
commit | commitdiff | tree |
2010-09-21 |
Tony Cook | compare stat results on a file that isn't touched elsewhere
|
commit | commitdiff | tree |
2010-09-21 |
Tony Cook | Restore Unicode-Normalize .gitignore to ignore build...
|
commit | commitdiff | tree |
2010-09-20 |
Tony Cook | Add two (SV *) casts to placate C++.
|
commit | commitdiff | tree |
2010-09-17 |
Tony Cook | Explicitly disable unicode for non-unicode tests in...
|
commit | commitdiff | tree |
2010-09-06 |
Tony Cook | rt74170: handle the stack changing in the custom sort...
|
commit | commitdiff | tree |
2010-09-05 |
Tony Cook | remove removed file dist/Cwd/Changes from the MANIFEST
|
commit | commitdiff | tree |
2010-09-01 |
Tony Cook | PL_my_cxt_list is only available with PERL_IMPLICIT_CONTEXT
|
commit | commitdiff | tree |
2010-08-30 |
Tony Cook | fix the AIX skip to only skip on AIX
|
commit | commitdiff | tree |
2010-08-30 |
Tony Cook | rt77432: sigaction would crash/assert with a replaced...
|
commit | commitdiff | tree |
2010-08-30 |
Tony Cook | mauve.t needs access to %Config, make sure it's available
|
commit | commitdiff | tree |
2010-08-13 |
Tony Cook | POSIX/t/posix.t expects a certain start to Makefile.PL
|
commit | commitdiff | tree |
2010-08-13 |
Tony Cook | two of my patches had a bad From, teach checkAUTHORs...
|
commit | commitdiff | tree |
2010-07-13 |
Tony Cook | new is a reserved word in C++, don't use it as a variable...
|
commit | commitdiff | tree |
2010-07-11 |
Tony Cook | RT #73520: POSIX::strftime memory leak
|
commit | commitdiff | tree |
2010-06-25 |
Tony Cook | RT #75812: apply get magic before checking flags, PVX
|
commit | commitdiff | tree |
2010-05-31 |
Tony Cook | move the fresh_perl() tests above the environment tests
|
commit | commitdiff | tree |
2010-05-31 |
Tony Cook | handle perl extended utf8 start bytes
|
commit | commitdiff | tree |
2010-05-17 |
Tony Cook | use the correct format codes in warnings from gmtime...
|
commit | commitdiff | tree |
2010-04-30 |
Tony Cook | RT#73814 - unpack() didn't handle scalar context correctly...
|
commit | commitdiff | tree |
2010-03-08 |
Tony Cook | list undocumented API and internal functions in perlapi...
|
commit | commitdiff | tree |
2010-02-18 |
Tony Cook | rt #72866 - add magic to arrayrefs assigned to *Foo...
|
commit | commitdiff | tree |
2010-01-19 |
Tony Cook | Fix for #71506: work around possible gcc bug
|
commit | commitdiff | tree |
2009-12-08 |
Tony Cook | [perl #70802] -i'*' refuses to work
|
commit | commitdiff | tree |
2009-12-07 |
Tony Cook | Fix for 7baa4690 breakage of threaded builds.
|
commit | commitdiff | tree |
next |