summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Change installman to instantiate a new Pod::Man instance for eachSteve Peters2006-01-051-0/+4
* Reorder changes made in change 26630Steve Hay2006-01-058-52/+48
* Run regen.pl (Just updating copyright years)Steve Hay2006-01-047-7/+7
* Don't try to export PL_my_ctx_mutex and PL_my_cxt_* whenSteve Hay2006-01-041-0/+4
* More copyright updatesRafael Garcia-Suarez2006-01-0413-13/+13
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-043-258/+140
* Move all the xxxpvs() macros to handy.h.Gisle Aas2006-01-042-6/+12
* Make the new STR_WITH_LEN() affected compile under -Dusethreads.Gisle Aas2006-01-049-22/+24
* Add an extra NUL so that we can use sv_catpvs()Gisle Aas2006-01-041-4/+1
* Get rid of hardcoded string length.Gisle Aas2006-01-041-1/+1
* Introduce newSVpvs_share() macro.Gisle Aas2006-01-043-5/+6
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-045-16/+16
* Update copyright year.Steve Peters2006-01-041-1/+1
* Fix some compilation warningsRafael Garcia-Suarez2006-01-041-2/+2
* Get rid of a few more hardcoded string lengths.Gisle Aas2006-01-044-8/+8
* Introduce the macros newSVpvs(str) and sv_catpvs(sv, str).Gisle Aas2006-01-0417-152/+155
* Removed unused part of string passed to sv_catpvn().Gisle Aas2006-01-041-1/+1
* Updates to various configurations courtesy of Jarkko.Steve Peters2006-01-047-2/+153
* Don't warn about invalid dirhandles in DirHandle::DESTROY().Steve Peters2006-01-041-1/+4
* Make Borland and MinGW happy with change 26379Steve Hay2006-01-041-1/+1
* Fix typo in comment.Gisle Aas2006-01-041-1/+1
* Introduce STR_WITH_LEN macro in the form suggested by Chip.Gisle Aas2006-01-042-1/+4
* Workaround Win32 compiler bugs following change 26395Steve Hay2006-01-041-1/+5
* Silence compiler warning; ref change 26598Gisle Aas2006-01-041-1/+1
* Added snprintf() and vsnprintf() to configure.com as 'undef'.Steve Peters2006-01-041-0/+2
* Add warnings for the various other *dir() functions when attemptedSteve Peters2006-01-042-10/+47
* Add snprintf() and vsnprintf() to the various Win32 configuration Steve Peters2006-01-048-0/+56
* Re: [perl #38034] A combination eval, DESTROY method and $@ - dangerous - bugMike Guy2006-01-031-0/+5
* If NV_ZERO_IS_ALLBITS_ZERO is not true, then it's important to inialiseNicholas Clark2006-01-031-2/+5
* Attemting to readdir() something that isn't a dirhandle should causeSteve Peters2006-01-032-2/+12
* Fix release mode builds following change 26598Steve Hay2006-01-031-2/+10
* perldiag.pod additions to go with change #26602.Steve Peters2006-01-031-0/+6
* Add probe for snprintf () and vsnprintf ()Steve Peters2006-01-033-2/+25
* Update perldelta, up to change 25344 more or less.Rafael Garcia-Suarez2006-01-031-1/+26
* Bad symbols that are pretending to be dirhandles, should say they Steve Peters2006-01-031-2/+15
* Sync perlfaq.Rafael Garcia-Suarez2006-01-0310-65/+84
* silence some compiler warningsDave Mitchell2006-01-032-7/+11
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-033-24/+103
* Re: [perl #36837] B::Deparse fails when it comes to ByteLoader programsStephen McCamant2006-01-031-1/+3
* [patch@26561] utf8.c const issue.John E. Malmberg2006-01-031-1/+1
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.81.tar.gzAndreas König2006-01-032-6/+29
* ithreads: SVs that were only on the tmps stack leakedDave Mitchell2006-01-031-0/+14
* The two never used NOTYET switch ops can go.Nicholas Clark2006-01-021-40/+0
* stop DEBUG_LEAKING_SCALARS producing spurious memory pool errorsDave Mitchell2006-01-021-4/+0
* More missing AUTHORSNicholas Clark2006-01-022-2/+10
* patch@26561 & earlier - buffer overrun in VMS.CJohn E. Malmberg2006-01-021-1/+1
* Erk! craigb's changes come out of p4 with ^Ms as line endings.Nicholas Clark2006-01-021-10/+27
* More missing AUTHORSNicholas Clark2006-01-022-3/+26
* Fix up missing and duplicate AUTHORSNicholas Clark2006-01-022-6/+34
* Re: [patch] optimized constant subs are cool, teach B::Concise about themJim Cromie2006-01-024-94/+508