summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [perl #33892] Add Interix support Todd Vierling2005-01-218-8/+42
* [perl #33892] Add Interix support Todd Vierling2005-01-211-2/+2
* Upgrade to Test::Harness 2.46Rafael Garcia-Suarez2005-01-2111-327/+435
* [perl #32967] [PATCH] Re: More B bugs: svref_2object Stephen McCamant2005-01-211-1/+9
* [Patch] [perl #32446] close leaves fd openSteffen Ullrich2005-01-211-0/+7
* Re: [perl #31924] %INC caching failure-case problemRick Delaney2005-01-219-13/+87
* Re: [PATCH] File::Find dies on find({follow=>1, ...}) on Win32Yitzchak Scott-Thoennes2005-01-212-12/+16
* doc SVt_PVLV <=> SVt_PVGV change version in B.pmYitzchak Scott-Thoennes2005-01-211-5/+5
* [patch] cleanup perlsfio.hStas Bekman2005-01-201-10/+0
* VERSION++Rafael Garcia-Suarez2005-01-201-1/+1
* Re: [perl #33173] shellwords.pl and taintingAlexey Tourbin2005-01-204-56/+52
* Run regen.pl and pod/buildtoc --build-allNicholas Clark2005-01-203-105/+104
* A little more determinacy in our sortingNicholas Clark2005-01-201-1/+2
* Make "assertion" attribute code and test conditionalNicholas Clark2005-01-192-2/+5
* Further follow-up to 23767Robin Barker2005-01-197-35/+19
* Re: [perl #32498] h2xs generates incorrect code for Makefile.PL for enumsNoah2005-01-191-1/+1
* op/stat.t test 9 failing on recent cygwin snapshotsYitzchak Scott-Thoennes2005-01-191-1/+1
* Make Data::Dumper work when dynamic extensions are not availableJos I. Boumans2005-01-191-24/+33
* Fix dependencies in ext/B/Makefile.PLRafael Garcia-Suarez2005-01-191-1/+1
* Exclude "Thread" from $Config{extensions}Steve Hay2005-01-191-3/+4
* Exclude "Thread" from $Config{dynamic_ext}Steve Hay2005-01-191-1/+2
* Fix for building with MinGW under CygwinYitzchak Scott-Thoennes2005-01-171-1/+7
* Get $Config{ccversion} or $Config{gccversion} filled in on Win32Steve Hay2005-01-171-0/+16
* Better test diagnostics for the numbers tests.Nicholas Clark2005-01-141-6/+6
* Correct the editor block to match the perl 5 policy on tabsNicholas Clark2005-01-149-9/+9
* Refactor S_regclass to generate slightly smaller object codeNicholas Clark2005-01-141-31/+68
* A terser way to write the \-ing code in pv_uni_displayNicholas Clark2005-01-141-11/+27
* Improve documentation for sv_catpvf, to note that pattern's UTF-8nessNicholas Clark2005-01-142-2/+4
* SvUTF8_off() in do_join can be unconditional.Nicholas Clark2005-01-141-2/+1
* sv_catpvf holds no advantage over sv_catpv when the "pattern" isn't.Nicholas Clark2005-01-144-41/+41
* Use the new SV_NOSTEAL flag to avoid the SvTEMP dance in newSVsvNicholas Clark2005-01-131-7/+4
* sv_2mortal(NEWSV(0,0)) better written as sv_newmortal()Nicholas Clark2005-01-131-1/+1
* replace NEWSV(), SvSetSV() with newSVsv()Nicholas Clark2005-01-136-38/+19
* Turn the unreachable code into assertions. (So prove me wrong...)Nicholas Clark2005-01-131-16/+8
* Source code tidy up - avoid assigning to sv.Nicholas Clark2005-01-131-54/+26
* Avoid dogfood problems when an empty string accidentally ends upNicholas Clark2005-01-131-2/+4
* The leaktesting of NEWSV() is long dead, so create and initialiseNicholas Clark2005-01-131-95/+33
* Not a good idea to use unpack "H*" to peek at a scalar's internalNicholas Clark2005-01-131-9/+29
* Update copyright years. Add an editor block while passing by.Nicholas Clark2005-01-138-8/+86
* utf.pm needs to require Carp before croak()ingNicholas Clark2005-01-132-1/+8
* Refactor all the unpack checksum-or-not logic to avoid massiveNicholas Clark2005-01-131-439/+295
* Re: killing USE_5005THREADS in blead?Stas Bekman2005-01-131-12/+0
* Fix Win32 build problem caused by change 23757Steve Hay2005-01-131-1/+4
* follow-up to #23765Craig A. Berry2005-01-121-0/+3
* Fix bug 32294 - index()/rindex() ignore UTF8 flagNicholas Clark2005-01-112-9/+112
* follow-up to 23767Robin Barker2005-01-112-25/+22
* Remove PERL_FLEXIBLE_EXCEPTIONS code.Marcus Holland-Moritz2005-01-1016-335/+41
* t/op/split.t #11 nit on VMSCraig A. Berry2005-01-101-6/+2
* Need to close files before unlinking them on Win32Steve Hay2005-01-104-1/+5
* Make Win32's distclean target clean up properlySteve Hay2005-01-102-0/+8