summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Put back INSTALL_PREFIX and INSTALL_PREFIX_EXP as they wereH.Merijn Brand2005-04-291-0/+12
* Small patch to perlport.podSébastien Aperghis-Tramoni2005-04-291-13/+24
* one cannot "static" exported functionsJarkko Hietaniemi2005-04-291-2/+2
* Skip PL_sig_sv when PERL_IMPLICIT_CONTEXT is definedSteve Hay2005-04-291-1/+6
* Refactor Perl_sv_utf8_upgrade_flags to use SvPV_freeNicholas Clark2005-04-281-28/+26
* (in blead) a missing const in a prototypeJarkko Hietaniemi2005-04-282-2/+2
* Silence a compilation warning on Win32Steve Hay2005-04-281-1/+1
* Add a new macro SvPV_free() which undoes OOK and free()s the PVX(),Nicholas Clark2005-04-286-36/+29
* Remove temporary clean-up from Win32 makefilesSteve Hay2005-04-282-14/+4
* Remove confusing punctuationRafael Garcia-Suarez2005-04-281-1/+1
* Calling sv_backoff() on something that's about to be free()d willNicholas Clark2005-04-281-4/+15
* Fix perlsio_binmode() export breakage caused by change #24338Steve Hay2005-04-282-3/+5
* The if() clause is the wrong way round, so OOK can never be true inNicholas Clark2005-04-281-3/+5
* A couple of warning fixes by GisleRafael Garcia-Suarez2005-04-272-2/+2
* perlio-two.patch: More warnings squashed, more constsAndy Lester2005-04-274-156/+237
* Win32 MM test fixSteve Hay2005-04-272-2/+3
* XS() __attribute__Andy Lester2005-04-263-34/+5
* Re: [PATCH] pp_pack.c redux, to work w/Jarkko's recent patchesAndy Lester2005-04-266-161/+162
* Upgrade to CGI.pm 3.08Rafael Garcia-Suarez2005-04-265-37/+41
* for AIX problems? RE: [PATCH] Symbian port of PerlH.Merijn Brand2005-04-261-75/+75
* Update location to fetch dmake from in README.win32Steve Hay2005-04-251-8/+2
* mktables.lst and related stuff (was Re: [PATCH] Unicode 4.1.0)Yves Orton2005-04-253-32/+164
* Provide $Config{libswanted_uselargefiles} on Win32Steve Hay2005-04-254-0/+4
* combopatchJarkko Hietaniemi2005-04-2510-76/+91
* Fix typo, noticed by Randal SchwartzRafael Garcia-Suarez2005-04-251-1/+1
* Add STORABLE_attach hook (Adam Kennedy).Abhijit Menon-Sen2005-04-259-3/+540
* Add files missing in 24314Rafael Garcia-Suarez2005-04-245-0/+403
* Upgrade to Test::Harness 2.48Rafael Garcia-Suarez2005-04-249-771/+972
* Add -Wdeclaration-after-statement to default flags for gcc 3+Steve Peters2005-04-241-2/+16
* Add %patchlevel hash to Module::CoreListRafael Garcia-Suarez2005-04-241-2/+31
* lib/Time/Local.t: time_t is unsigned on VMSCraig A. Berry2005-04-241-1/+4
* Variable declarations can't come after statements in C89.Nicholas Clark2005-04-231-1/+2
* Save state when auto-generating #ifdef PERL_CORE and PERL_CORE/PERL_EXTNicholas Clark2005-04-232-1299/+52
* Fix for warnings in util.c/Perl_init_tm()Steve Peters2005-04-231-1/+3
* Convert to test.plNicholas Clark2005-04-221-331/+341
* t/uni/class.t -- update VMS test skippageCraig A. Berry2005-04-221-1/+1
* Patch by Yves Orton to accept several options on the corelist(1)Rafael Garcia-Suarez2005-04-222-12/+26
* Fix last remaining Win32 linker error following change 24271Steve Hay2005-04-221-1/+1
* There's no point listing '-f' in --help outputRafael Garcia-Suarez2005-04-221-0/+2
* For now, TODO the 2 tests that fail on 5.8.xNicholas Clark2005-04-221-1/+9
* -A wasn't listed in the --help outputRafael Garcia-Suarez2005-04-221-0/+1
* Fix more Win32 linker errors following change 24271Steve Hay2005-04-225-17/+18
* pp_pack.c warning quietingAndy Lester2005-04-221-26/+26
* Fix Win32 linker errors following change 24271Steve Hay2005-04-221-0/+45
* bytecode.pl, bytecode.h, and sv.h fixesSteve Peters2005-04-224-8/+16
* Fix my_chsize() for systems having chsize(), broken by change #24271Steve Hay2005-04-221-0/+1
* Sigh - really bump Text::Wrap version number this time.Dave Mitchell2005-04-211-1/+1
* bump version number in Text::Wrap after change #24273Dave Mitchell2005-04-210-0/+0
* [perl #34902] Text::Wrap::wrap() fails with non-space separatorDave Mitchell2005-04-212-7/+23
* Symbian port of PerlJarkko Hietaniemi2005-04-21119-750/+7688