summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Stage 1 of utf8 support for soft references.Nicholas Clark2005-01-0716-93/+130
* make lib/warnings.t use t/test.plCraig A. Berry2005-01-071-24/+12
* Fix win32/config.*'s cc, ld and other related valuesYitzchak Scott-Thoennes2005-01-074-19/+19
* Add TODO tests for UTF8 encoded soft referencesNicholas Clark2005-01-061-1/+48
* Allow static linking core extensions on Win32 with MinGWYitzchak Scott-Thoennes2005-01-062-17/+16
* Silence a compilation warningRafael Garcia-Suarez2005-01-061-1/+1
* Turn barewords into strings to run under strict subs.Nicholas Clark2005-01-061-13/+20
* All tests now use test.plNicholas Clark2005-01-061-51/+57
* Start converting t/op/ref.t to use test.plNicholas Clark2005-01-061-72/+59
* Fix extensions config fields on Win32 to be as they are on UnixYitzchak Scott-Thoennes2005-01-062-45/+75
* Correct a Greengrocer's apostrophe.Nicholas Clark2005-01-051-1/+1
* Foolishly I committed change 23753 before remembering to test withoutNicholas Clark2005-01-051-1/+1