summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* A slightly better layout for the diagram.Nicholas Clark2005-05-021-17/+17
* Clarify the definition of the 'w' pack format, as suggested byRafael Garcia-Suarez2005-05-021-4/+4
* For perls where pids and ppids are cached, when the ppid ofRafael Garcia-Suarez2005-05-021-0/+6
* Change inheritance hierarchy of B subclassses :Nicholas Clark2005-05-021-23/+23
* printf.patch: Adding printf checking for gccAndy Lester2005-05-0212-47/+50
* Re: [perl #31793] Data::Dumper: Useqq interacts badly with overloadingRafael Garcia-Suarez2005-05-021-5/+20
* Better fix for #8738 (Core dump in 'leavetry')Dave Mitchell2005-05-022-2/+16
* Revert change #15705 (Core dump in 'leavetry')Dave Mitchell2005-05-021-18/+2
* move the SETJMP exception-handing definitions from scope.h to cop.hDave Mitchell2005-05-022-118/+120
* Fix [perl #35162] $SIG{__DIE__} = 'IGNORE' is base.pm is illegalRafael Garcia-Suarez2005-05-021-2/+2
* undo pod utilities regression in 24034Craig A. Berry2005-05-022-6/+4
* uninitialized warnings in regcompSteven Philip Schubiger2005-05-021-12/+12
* Explode if anyone attempts to sv_upgrade PL_mess_sv.Nicholas Clark2005-05-011-0/+4
* 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