summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Get $Config{osvers} filled in on Win32Steve Hay2005-01-101-0/+2
* follow-up to #23748, -Duselargefiles on VMSCraig A. Berry2005-01-101-6/+8
* Shorter source code in pp_gelem. (But it compiles to the same size)Nicholas Clark2005-01-091-4/+2
* If we know the length of the string constant, save a strlen()Nicholas Clark2005-01-092-3/+3
* savepv(SvPV(sv,n_a)) is common, and creates an unnecessary call toNicholas Clark2005-01-099-10/+35
* Can pass in a length here without introducing a bug. Might saveNicholas Clark2005-01-091-2/+6
* Pull the am-I-utf8-or-not logic into one place (S_newSV_maybe_utf8)Nicholas Clark2005-01-091-6/+18
* Disable PERL_MALLOC and DEBUG_MSTATS in win32/makefile.mk by defaultSteve Hay2005-01-071-2/+6
* Re: [PATCH] Remove Carp from warnings.pmJim Cromie2005-01-0711-137/+114
* to improve -DCHECK_FORMATRobin Barker2005-01-075-8/+33