summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add missing SVfARG()s in require_tie_mod().Marcus Holland-Moritz2007-01-181-2/+2
| | | p4raw-id: //depot/perl@29875
* Given that we now do the tests in S_visit() to avoid calling theNicholas Clark2007-01-181-2/+4
| | | | | | helper function when skippable, no need to retain those tests inside the helper functions do_clean_objs() and do_clean_named_objs(). p4raw-id: //depot/perl@29872
* perl rebuilds because of gcc's -g flagMarcus Holland-Moritz2007-01-181-0/+1
| | | | | | Subject: [PATCH] Re: [perl #41058] make rebuilds perl everytime Message-ID: <20070118142755.28e7f724@r2d2> p4raw-id: //depot/perl@29871
* Re: [PATCH] win32_async_check() can still loop indefinitelyJan Dubois2007-01-181-1/+1
| | | | | Message-ID: <rigoq25vda3sg4i7ppdb5o2jhvuiq15kqj@4ax.com> p4raw-id: //depot/perl@29868
* As PVLVs can hold globs in some cases, I think that we should beNicholas Clark2007-01-181-10/+5
| | | | | | treating them as a strict subclass of PVGV. Hence drop through into the PVGV handling code. p4raw-id: //depot/perl@29867
* disable parser stack cleanup on reduce croak (too fragile)Dave Mitchell2007-01-181-1/+17
| | | p4raw-id: //depot/perl@29866
* Fix a typo in Dynaloader_pm.PL.Marcus Holland-Moritz2007-01-171-1/+1
| | | p4raw-id: //depot/perl@29857
* Replace SvRELEASE_IVX(dstr) with SvOOK_off(dstr) in sv_setsv_flags(),Nicholas Clark2007-01-171-1/+1
| | | | | | because it's not possible for dstr to be COW at this point, due to an earlier force_normal. p4raw-id: //depot/perl@29855
* Make PERL_OLD_COPY_ON_WRITE build again. Inline Perl_sv_release_IVX().Nicholas Clark2007-01-177-45/+24
| | | | | (Currently it fails ext/Compress/Raw/Zlib/t/07bufsize.t) p4raw-id: //depot/perl@29853
* If we use SvUPGRADE() rather than sv_upgrade() then it can make theNicholas Clark2007-01-171-3/+2
| | | | | | decision on not "up"grading PVLV to PVGV for us. However, it appears that the other actions conducted for "not-yet-a-glob" are useful here. p4raw-id: //depot/perl@29852
* Re: [PATCH] symbian/xsbuild.pl patching continuesJarkko Hietaniemi2007-01-171-0/+6
| | | | | Message-ID: <45AE2427.7080907@iki.fi> p4raw-id: //depot/perl@29848
* Reentrant functions appear to still be broken in NetBSD 3.1.Steve Peters2007-01-161-1/+1
| | | p4raw-id: //depot/perl@29845
* Re: Dual-lived AutoLoaderSteffen Müller2007-01-161-0/+8
| | | | | Message-ID: <45ACE158.4080102@sneakemail.com> p4raw-id: //depot/perl@29844
* Re: [PATCH] Change implementation of %+ to use a proper tied hash interface ↵Yves Orton2007-01-161-4/+4
| | | | | | | and add support for %- Message-ID: <9b18b3110701151406p7168b20byf873ee2e58091ca3@mail.gmail.com> p4raw-id: //depot/perl@29843
* Make offsets support conditionalYves Orton2007-01-163-30/+79
| | | | | Message-ID: <9b18b3110701140624v452f7684x5e9d2890805489fd@mail.gmail.com> p4raw-id: //depot/perl@29842
* Typo fix, by Robin BarkerRafael Garcia-Suarez2007-01-161-1/+1
| | | p4raw-id: //depot/perl@29841
* make Dump display the SVf_BREAK flagDave Mitchell2007-01-151-0/+1
| | | p4raw-id: //depot/perl@29839
* Enable the ~~ operator by default.Rafael Garcia-Suarez2007-01-155-62/+4
| | | | | Remove the ~~ feature. p4raw-id: //depot/perl@29838
* when cloning PL_regex_pad, copy SVf_BREAK flag tooDave Mitchell2007-01-151-0/+2
| | | p4raw-id: //depot/perl@29837
* pp_rv2av and pp_rv2hv have a lot of common code, so it's certainly aNicholas Clark2007-01-155-131/+54
| | | | | space saving to merge them. Hopefully this will reduce L2 cache misses. p4raw-id: //depot/perl@29836
* Make changes analagous to pp_rv2hv's 21394 and 24489 in pp_rv2av.Nicholas Clark2007-01-151-12/+12
| | | p4raw-id: //depot/perl@29835
* Re: [PATCH] Add support for /k modfier for matching along with ${^PREMATCH}, ↵Yves Orton2007-01-154-15/+43
| | | | | | | | | ${^MATCH}, ${^POSTMATCH} Message-ID: <9b18b3110701130818h6badbd3o1b38f2660d258173@mail.gmail.com> macroize regexp modifiers p4raw-id: //depot/perl@29834
* Add support for /k modfier for matching along with ${^PREMATCH}, ${^MATCH}, ↵Yves Orton2007-01-1515-139/+281
| | | | | | | | ${^POSTMATCH} Message-ID: <9b18b3110701111731x29b1c63i57b1698f769b3bbc@mail.gmail.com> (with tweaks) p4raw-id: //depot/perl@29831
* Add get_cvn_flags(), which is like get_cv() but takes a length. ThisNicholas Clark2007-01-1512-26/+65
| | | | | allows symbolic code references with embeded NULs to work. p4raw-id: //depot/perl@29830
* symbian/xsbuild.plJarkko Hietaniemi2007-01-151-17/+54
| | | | | Message-ID: <45AB8684.70906@iki.fi> p4raw-id: //depot/perl@29829
* extend threads 'veto cleanup' to perl_free and system stuffDave Mitchell2007-01-155-2/+20
| | | p4raw-id: //depot/perl@29827
* Proper symbian fix (replacing change #29813) by JarkkoRafael Garcia-Suarez2007-01-151-1/+1
| | | | | p4raw-link: @29813 on //depot/perl: 7b82c93812e18a92e98b364b3e820e455a5a1358 p4raw-id: //depot/perl@29826
* Use the $Is_MacOS variableRafael Garcia-Suarez2007-01-151-3/+3
| | | p4raw-id: //depot/perl@29825
* Simplify the ok/not ok logicRafael Garcia-Suarez2007-01-151-9/+13
| | | | | (another refactorisation by Schwern) p4raw-id: //depot/perl@29824
* Various cleanup and factorization by SchwernRafael Garcia-Suarez2007-01-151-16/+23
| | | | | for tests for warnings and features p4raw-id: //depot/perl@29823
* Introduce the :5.10.0 feature bundle, and make :5.10 anRafael Garcia-Suarez2007-01-151-5/+11
| | | | | alias to it (aimed at be an alias to the latest :5.10.X) p4raw-id: //depot/perl@29822
* Fix link to perlsyn (thanks to Michael G Schwern)Rafael Garcia-Suarez2007-01-151-1/+1
| | | p4raw-id: //depot/perl@29821
* Remove the "dor" feature alias.Rafael Garcia-Suarez2007-01-151-5/+0
| | | p4raw-id: //depot/perl@29820
* Document "no feature" (Michael G Schwern)Rafael Garcia-Suarez2007-01-151-1/+16
| | | p4raw-id: //depot/perl@29819
* Move the documentation of the lexical effect of feature.pm to its ownRafael Garcia-Suarez2007-01-151-5/+17
| | | | | | section thus removing a lot of redundant redundant documentation about it cluttering up the feature documentation. (by Michael G Schwern) p4raw-id: //depot/perl@29818
* Remove obsolete notes and TODOs from feature.pmRafael Garcia-Suarez2007-01-151-12/+1
| | | p4raw-id: //depot/perl@29817
* Add a reference to the docs for state() variables in feature.pmRafael Garcia-Suarez2007-01-151-0/+2
| | | | | (suggested by Michael G Schwern) p4raw-id: //depot/perl@29816
* Factorise croak() calls and error messages in feature.pmRafael Garcia-Suarez2007-01-151-18/+21
| | | | | (suggested by Michael G Schwern) p4raw-id: //depot/perl@29815
* Test that names with embedded NULs work for symbolic array, hash andNicholas Clark2007-01-151-3/+44
| | | | | typeglob references. p4raw-id: //depot/perl@29814
* Revert perl.h part of change 29811, which breaks compilation with gccRafael Garcia-Suarez2007-01-151-1/+1
| | | p4raw-id: //depot/perl@29813
* g++ fixesJarkko Hietaniemi2007-01-152-3/+5
| | | | | Message-Id: <20070115040930.8685843A67@anubis.hut.fi> p4raw-id: //depot/perl@29812
* Symbian/S90 further fixesJarkko Hietaniemi2007-01-153-2/+6
| | | | | Message-Id: <20070115041152.374AB43A67@anubis.hut.fi> p4raw-id: //depot/perl@29811
* make S_ithread_run() call S_ithread_free() in main contextDave Mitchell2007-01-141-4/+6
| | | | | | | Fixes a race condition between detach clearing a thread's interpreter, and S_ithread_run() freeing itself while assuming that it's own interpreter still exists. p4raw-id: //depot/perl@29810
* further refinement to #29796 (cleanup veto)Dave Mitchell2007-01-141-6/+14
| | | p4raw-id: //depot/perl@29805
* Re: Memory...growing, and growingMarvin Humphrey2007-01-141-0/+4
| | | | | | | Message-Id: <3CCCF699-345E-4C65-BCCB-1549EB99547A@rectangular.com> Document -DDL_UNLOAD_ALL_AT_EXIT p4raw-id: //depot/perl@29803
* unfreed threads should trigger cleanup vetoDave Mitchell2007-01-131-3/+11
| | | | | | | The thread pool struct is allocated in the main interpreter, so don't clean that up if any threads remain, regardless of what state they are in p4raw-id: //depot/perl@29796
* In S_hfreeentries, orig_array can be const.Nicholas Clark2007-01-131-3/+2
| | | p4raw-id: //depot/perl@29790
* TODO: yada yada yadaRafael Garcia-Suarez2007-01-131-0/+10
| | | p4raw-id: //depot/perl@29786
* Re: AW: umask handling in File::TempGisle Aas2007-01-131-2/+6
| | | | | Message-ID: <877ivs1dt3.fsf@ask.g.aas.no> p4raw-id: //depot/perl@29784
* perlthrtut.pod (based on perl-current@29766)Wolfgang Laun2007-01-131-8/+11
| | | | | Message-ID: <45A7B966.1040307@thalesgroup.com> p4raw-id: //depot/perl@29781