| Commit message (Expand) | Author | Age | Files | Lines |
* | [perl #33892] Add Interix support | Todd Vierling | 2005-01-21 | 8 | -8/+42 |
* | [perl #33892] Add Interix support | Todd Vierling | 2005-01-21 | 1 | -2/+2 |
* | Upgrade to Test::Harness 2.46 | Rafael Garcia-Suarez | 2005-01-21 | 11 | -327/+435 |
* | [perl #32967] [PATCH] Re: More B bugs: svref_2object | Stephen McCamant | 2005-01-21 | 1 | -1/+9 |
* | [Patch] [perl #32446] close leaves fd open | Steffen Ullrich | 2005-01-21 | 1 | -0/+7 |
* | Re: [perl #31924] %INC caching failure-case problem | Rick Delaney | 2005-01-21 | 9 | -13/+87 |
* | Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32 | Yitzchak Scott-Thoennes | 2005-01-21 | 2 | -12/+16 |
* | doc SVt_PVLV <=> SVt_PVGV change version in B.pm | Yitzchak Scott-Thoennes | 2005-01-21 | 1 | -5/+5 |
* | [patch] cleanup perlsfio.h | Stas Bekman | 2005-01-20 | 1 | -10/+0 |
* | VERSION++ | Rafael Garcia-Suarez | 2005-01-20 | 1 | -1/+1 |
* | Re: [perl #33173] shellwords.pl and tainting | Alexey Tourbin | 2005-01-20 | 4 | -56/+52 |
* | Run regen.pl and pod/buildtoc --build-all | Nicholas Clark | 2005-01-20 | 3 | -105/+104 |
* | A little more determinacy in our sorting | Nicholas Clark | 2005-01-20 | 1 | -1/+2 |
* | Make "assertion" attribute code and test conditional | Nicholas Clark | 2005-01-19 | 2 | -2/+5 |
* | Further follow-up to 23767 | Robin Barker | 2005-01-19 | 7 | -35/+19 |
* | Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enums | Noah | 2005-01-19 | 1 | -1/+1 |
* | op/stat.t test 9 failing on recent cygwin snapshots | Yitzchak Scott-Thoennes | 2005-01-19 | 1 | -1/+1 |
* | Make Data::Dumper work when dynamic extensions are not available | Jos I. Boumans | 2005-01-19 | 1 | -24/+33 |
* | Fix dependencies in ext/B/Makefile.PL | Rafael Garcia-Suarez | 2005-01-19 | 1 | -1/+1 |
* | Exclude "Thread" from $Config{extensions} | Steve Hay | 2005-01-19 | 1 | -3/+4 |
* | Exclude "Thread" from $Config{dynamic_ext} | Steve Hay | 2005-01-19 | 1 | -1/+2 |
* | Fix for building with MinGW under Cygwin | Yitzchak Scott-Thoennes | 2005-01-17 | 1 | -1/+7 |
* | Get $Config{ccversion} or $Config{gccversion} filled in on Win32 | Steve Hay | 2005-01-17 | 1 | -0/+16 |
* | Better test diagnostics for the numbers tests. | Nicholas Clark | 2005-01-14 | 1 | -6/+6 |
* | Correct the editor block to match the perl 5 policy on tabs | Nicholas Clark | 2005-01-14 | 9 | -9/+9 |
* | Refactor S_regclass to generate slightly smaller object code | Nicholas Clark | 2005-01-14 | 1 | -31/+68 |
* | A terser way to write the \-ing code in pv_uni_display | Nicholas Clark | 2005-01-14 | 1 | -11/+27 |
* | Improve documentation for sv_catpvf, to note that pattern's UTF-8ness | Nicholas Clark | 2005-01-14 | 2 | -2/+4 |
* | SvUTF8_off() in do_join can be unconditional. | Nicholas Clark | 2005-01-14 | 1 | -2/+1 |
* | sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't. | Nicholas Clark | 2005-01-14 | 4 | -41/+41 |
* | Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsv | Nicholas Clark | 2005-01-13 | 1 | -7/+4 |
* | sv_2mortal(NEWSV(0,0)) better written as sv_newmortal() | Nicholas Clark | 2005-01-13 | 1 | -1/+1 |
* | replace NEWSV(), SvSetSV() with newSVsv() | Nicholas Clark | 2005-01-13 | 6 | -38/+19 |
* | Turn the unreachable code into assertions. (So prove me wrong...) | Nicholas Clark | 2005-01-13 | 1 | -16/+8 |
* | Source code tidy up - avoid assigning to sv. | Nicholas Clark | 2005-01-13 | 1 | -54/+26 |
* | Avoid dogfood problems when an empty string accidentally ends up | Nicholas Clark | 2005-01-13 | 1 | -2/+4 |
* | The leaktesting of NEWSV() is long dead, so create and initialise | Nicholas Clark | 2005-01-13 | 1 | -95/+33 |
* | Not a good idea to use unpack "H*" to peek at a scalar's internal | Nicholas Clark | 2005-01-13 | 1 | -9/+29 |
* | Update copyright years. Add an editor block while passing by. | Nicholas Clark | 2005-01-13 | 8 | -8/+86 |
* | utf.pm needs to require Carp before croak()ing | Nicholas Clark | 2005-01-13 | 2 | -1/+8 |
* | Refactor all the unpack checksum-or-not logic to avoid massive | Nicholas Clark | 2005-01-13 | 1 | -439/+295 |
* | Re: killing USE_5005THREADS in blead? | Stas Bekman | 2005-01-13 | 1 | -12/+0 |
* | Fix Win32 build problem caused by change 23757 | Steve Hay | 2005-01-13 | 1 | -1/+4 |
* | follow-up to #23765 | Craig A. Berry | 2005-01-12 | 1 | -0/+3 |
* | Fix bug 32294 - index()/rindex() ignore UTF8 flag | Nicholas Clark | 2005-01-11 | 2 | -9/+112 |
* | follow-up to 23767 | Robin Barker | 2005-01-11 | 2 | -25/+22 |
* | Remove PERL_FLEXIBLE_EXCEPTIONS code. | Marcus Holland-Moritz | 2005-01-10 | 16 | -335/+41 |
* | t/op/split.t #11 nit on VMS | Craig A. Berry | 2005-01-10 | 1 | -6/+2 |
* | Need to close files before unlinking them on Win32 | Steve Hay | 2005-01-10 | 4 | -1/+5 |
* | Make Win32's distclean target clean up properly | Steve Hay | 2005-01-10 | 2 | -0/+8 |