summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* add svt_local slot to magic vtable, and fix local $sharedDave Mitchell2006-01-023-13/+38
* Add 2006 to the copyright years in the header generated by embed.plNicholas Clark2006-01-021-1/+1
* [patch] comment grammar and indentation, spurious tabJim Cromie2006-01-021-5/+5
* [PAUSE] CPAN Upload: A/AN/ANDK/CPAN-1.80_58.tar.gzAndreas König2006-01-021-2/+2
* Update copyrights for files modified in 2006Rafael Garcia-Suarez2006-01-0214-15/+15
* Get rid of length argument for the FEATURE_IS_ENABLED() macro.Gisle Aas2006-01-011-10/+10
* Making 0 pointers to NULLsAndy Lester2006-01-0114-52/+57
* Configure: stdio char (un)signednessJarkko Hietaniemi2006-01-011-5/+4
* Making 0 pointers to NULLsAndy Lester2006-01-010-0/+0
* make threads use MY_CXT API rather than using PL_modglobalDave Mitchell2005-12-311-9/+16
* tidy index arrangements in new MY_CXT codeDave Mitchell2005-12-313-5/+5
* Upgrade to CPAN-1.80_57Steve Peters2005-12-315-162/+384
* Turn a for loop that's almost a while into an honest-to-goodness while.Nicholas Clark2005-12-311-2/+2
* Calling Perl_hv_clear_placeholders while the hash iterator was activeNicholas Clark2005-12-312-2/+21
* Remove unneeded test in Perl_hv_clear_placeholders.Nicholas Clark2005-12-311-15/+9
* op/pack.t failure on Win64Jan Dubois2005-12-311-0/+5
* Add a test for change 26547. (We no longer expect to see errors aboutNicholas Clark2005-12-311-1/+15
* Re-attempt to clear the hash in S_hfreeentries if anything adds to it.Nicholas Clark2005-12-312-83/+120
* Stop 'sub a { // }; %::=()' panicing because the backreference arrayNicholas Clark2005-12-311-1/+21
* Marcus Holland-Moritz suggested that assert should Nicholas Clark2005-12-301-1/+1
* Tweak S_init_main_stash so as allocate PL_curstname as a shared stringNicholas Clark2005-12-301-2/+9
* Convert t/op/sleep.t to using test.plSteve Peters2005-12-301-1/+8
* Document why it's a bad plan to move the backreferences array fromNicholas Clark2005-12-302-4/+13
* Now that the backreference array has no NULL entries, and is correctlyNicholas Clark2005-12-301-10/+3
* POSIX now declares missing constants as sub ... ();, so Net::PingNicholas Clark2005-12-301-6/+6
* Update perltodo. First shot at perl593delta.Rafael Garcia-Suarez2005-12-302-15/+139
* In the shared string table, if we add new entries to the head of theNicholas Clark2005-12-301-10/+10
* Differences from Perl 6Robin Houston2005-12-301-0/+35
* Re: [PATCH] Re: INSTALLSCRIPT versus INSTALLDIRSRafael Garcia-Suarez2005-12-303-10/+32
* fix errors in new MY_CTX codeDave Mitchell2005-12-302-1/+4
* Reduce size of buffers for identifier names, as suggested inTels2005-12-301-2/+2
* perlio.c - gv_stashpvn() vs gv_stashpv()Tels2005-12-301-1/+1
* Perl_gv_fetchpv vs. gv_fetchpvnTels2005-12-301-4/+4
* Skip my_cxt_init if PERL_IMPLICIT_CONTEXT isn't definedRafael Garcia-Suarez2005-12-301-0/+1
* RMAGIC on symbol tables is bad, m'kay.Nicholas Clark2005-12-308-54/+193
* change #26523 didn't make my_cxt_init publicDave Mitchell2005-12-303-3/+2
* $a = \$a oddityTels2005-12-291-12/+13
* Actual real consting of parmsAndy Lester2005-12-293-12/+11
* av.c cleanup, plus!Andy Lester2005-12-298-39/+55
* Fix test for perl version number in Makefile.PLRafael Garcia-Suarez2005-12-291-1/+1
* Fixing the SVREFCNT macroAndy Lester2005-12-291-1/+1
* re-implement MY_CXT API more efficiently, and add explicitDave Mitchell2005-12-2912-22/+136
* add tests for MY_CXT API and improve its documentationDave Mitchell2005-12-295-2/+173
* Test that constant overloading is propagated into evalRobin Houston2005-12-291-1/+8
* [DOC PATCH] rindex clarificationYitzchak Scott-Thoennes2005-12-291-2/+2
* fortify Pod::Simple::Search against non-case-preserving filesystemsCraig A. Berry2005-12-292-10/+36
* A GVs stash can be NULL, so don't call macros that assume otherwiseNicholas Clark2005-12-291-1/+2
* As the backreferences AV doesn't hold references on its contents,Nicholas Clark2005-12-281-0/+2
* PL_amagic_generation is always non-zero, so remove the test for this.Nicholas Clark2005-12-281-4/+0
* Upgrade to Sys-Syslog-0.11Steve Peters2005-12-285-76/+263