summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Convert xsutils.c and lib/attributes.pm to a regular XS extension.Nicholas Clark2009-04-1234-151/+79
* Remove #ifdef CVf_LVALUE/#endif - LVALUE subs aren't conditionally compiled.Nicholas Clark2009-04-121-4/+0
* Deprecate use of the attribute :locked on subroutines.Nicholas Clark2009-04-124-23/+22
* Eliminate "Old Perl threads tutorial", which describes 5005 threads.Nicholas Clark2009-04-129-1205/+10
* Rebuild pod/perltoc.pod.Nicholas Clark2009-04-121-1506/+3127
* Sort the MANIFEST.Nicholas Clark2009-04-121-231/+231
* Remove attrs, which has been deprecated since 1999/10/02.Nicholas Clark2009-04-1227-333/+29
* Upgrade to NEXT-0.63.Florian Ragwitz2009-04-102-1/+7
* Don't SEGV while warning about redefining the format STDOUT. Fixes RT #64562.Nicholas Clark2009-04-092-4/+25
* Fix declaration-after-statement in ext/Socket/Socket.xsAndy Dougherty2009-04-091-1/+2
* Update CPANPLUS::Dist::Build to 0.20Chris Williams2009-04-092-2/+2
* Merge commit 'rafl/blead' into bleadRafael Garcia-Suarez2009-04-092-72/+61
|\
| * Upgrade to NEXT-0.62.Florian Ragwitz2009-04-082-72/+61
* | Net::hostent fails make test if can't resolve localhostDavid Cantrell2009-04-081-0/+5
* | Use of freed comppad array during clear_yystack()Marcus Holland-Moritz2009-04-081-1/+1
* | h2xs incorrectly treats enum values like macrosNiko Tyni2009-04-081-4/+11
|/
* Docs: Fixed a couple of [my] typosMichael Witten2009-04-081-4/+4
* Docs: Update summary and add copyrightMichael Witten2009-04-071-12/+15
* Docs: Expanded treatment of adding instance variablesMichael Witten2009-04-071-12/+49
* Docs: Clarify that a class is not an instanceMichael Witten2009-04-071-12/+6
* Docs: Minor modifications to discussion of constructorMichael Witten2009-04-071-5/+6
* Docs: Make use of $self and $class clearMichael Witten2009-04-071-2/+2
* Docs: Better orgnization of instance discussionMichael Witten2009-04-071-50/+56
* Docs: Cleanup lead-in to instance variablesMichael Witten2009-04-071-8/+9
* Docs: Better[?] development of SUPERMichael Witten2009-04-071-36/+54
* Docs: Get rid of those awful tabs!Michael Witten2009-04-071-11/+11
* Docs: Quick explanation of duck typing and a warningMichael Witten2009-04-071-9/+18
* Docs: Make the "use base" purpose more obviousMichael Witten2009-04-071-10/+4
* Docs: Minor reorganization.Michael Witten2009-04-071-5/+5
* Docs: Typo: 'no strict subs' -> 'no strict refs'Michael Witten2009-04-071-1/+1
* Docs: Typo: \{-1} -> \g{-1}Michael Witten2009-04-071-1/+1
* Make h2ph look in "include-fixed", needed by at least gcc 4.3Niko Tyni2009-04-071-2/+2
* Deprecate assignment to $[Rafael Garcia-Suarez2009-04-076-4/+23
* Remove libbsd/libBSD from wanted libs on AIXH.Merijn Brand2009-04-061-0/+5
* In sdbm_open(), replace strcat()s and strcpy()s with memcpy()s.Nicholas Clark2009-04-031-6/+11
* Don't needlessly assign to pagname (which seems to make clang even happier).Nicholas Clark2009-04-031-1/+1
* Don't assign needlessly to dirname. (which seems to make clang happier.)Nicholas Clark2009-04-031-1/+1
* document PERL_SYS_INIT, PERL_SYS_TERM and that they should only be used onceDavid Mitchell2009-04-023-5/+73
* Skip bug in new File::stat test.Craig A. Berry2009-04-021-2/+2
* Sadahiro says that "first-come" should be preferred for Unicode::Normalize an...Rafael Garcia-Suarez2009-04-011-2/+2
* Remove the 5.005 threads details from the documentation for :locked and :methodNicholas Clark2009-03-311-22/+9
* Can't use inet_ntop and inet_pton under Cygwin because it doesn't fully imple...Jerry D. Hedden2009-03-311-0/+4
* Close the file before renaming it. Problem spotted and fix supplied by corion.Nicholas Clark2009-03-311-0/+2
* Getopt::Long is maintained on CPANRafael Garcia-Suarez2009-03-311-1/+1
* Upgrade to Getopt::Long 2.38Rafael Garcia-Suarez2009-03-314-45/+72
* Don't create an empty Errno.pm if there is an error whilst running Errno_pm.PLNicholas Clark2009-03-311-1/+3
* Note why we need a seemingly useless empty &Regexp::DESTROYNicholas Clark2009-03-311-0/+1
* Avoid "Constant subroutine ... redefined" warning, spotted by Jerry D. Hedden.Nicholas Clark2009-03-311-1/+1
* Upgrade to CPANPLUS-Dist-Build-0.18.Steve Peters2009-03-312-3/+8
* TZ setting must contain an offset.Craig A. Berry2009-03-301-1/+1