summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* fix PL_parser_dup symbol (again)Dave Mitchell2007-01-123-5/+2
| | | p4raw-id: //depot/perl@29780
* Rationalise refcounting of thread structuresDave Mitchell2007-01-121-59/+52
| | | | | | Formerly there could be races with multiple destroys of a thread structure. p4raw-id: //depot/perl@29779
* Superdome now also in Itanium series (sx1000 & sx2000),H.Merijn Brand2007-01-121-6/+8
| | | | | cx2600 is Madison 6 p4raw-id: //depot/perl@29778
* gcc -dumpversion is at least supported back to 2.7.x andH.Merijn Brand2007-01-127-7/+7
| | | | | | thus seems to be much more defensive against upcoming version reporting format changes. p4raw-id: //depot/perl@29777
* makedef.pl should be able to load "strict"Rafael Garcia-Suarez2007-01-121-0/+2
| | | p4raw-id: //depot/perl@29774
* Upgrade to ExtUtils::Manifest 1.51Rafael Garcia-Suarez2007-01-122-11/+142
| | | p4raw-id: //depot/perl@29768
* fix typo in hv.cDave Mitchell2007-01-121-1/+1
| | | p4raw-id: //depot/perl@29767
* fix PL_parser_dup symbolDave Mitchell2007-01-123-3/+8
| | | p4raw-id: //depot/perl@29766
* make tr/// threadsafe by moving swash into padDave Mitchell2007-01-122-5/+37
| | | p4raw-id: //depot/perl@29765
* trivia in perlthrtut.podWolfgang Laun2007-01-121-7/+7
| | | | | Message-ID: <45A65E69.8010400@thalesgroup.com> p4raw-id: //depot/perl@29764
* Update copyright year in "perl -v" outputSteve Hay2007-01-111-1/+1
| | | p4raw-id: //depot/perl@29762
* Fix bug [perl #41234] : the tokenizer understands "=cute"Rafael Garcia-Suarez2007-01-111-1/+1
| | | | | or other words that begin with "cut" as synonyms for "=cut" p4raw-id: //depot/perl@29761
* Change 29753 messed up do_hv_dump() [my fault]Nicholas Clark2007-01-112-2/+3
| | | p4raw-id: //depot/perl@29758
* Silence an "unused parameter" warning in Perl_reg_numbered_buff_get().Rafael Garcia-Suarez2007-01-111-0/+1
| | | | | This parameter might become handy in the future, so keep it. p4raw-id: //depot/perl@29757
* Add Regexp::Keep \K functionality to regex engine as well as add \v and \V, ↵Yves Orton2007-01-118-129/+311
| | | | | | | | | cleanup and more docs for regatom() Message-ID: <9b18b3110701101133i46dc5fd0p1476a0f1dd1e9c5a@mail.gmail.com> (plus POD nits by Merijn and myself) p4raw-id: //depot/perl@29756
* do_gv_dump, do_gvgv_dump and do_hv_dump call all actually take a NULLNicholas Clark2007-01-112-8/+7
| | | | | | parameter. Patch for do_hv_dump supplied by Brandon L Black, other two added after code inspection. p4raw-id: //depot/perl@29753
* Fix bug #40407: after a seek on a PerlIO::scalar filehandle,Rafael Garcia-Suarez2007-01-111-0/+4
| | | | | ensure there's a string buffer in the scalar p4raw-id: //depot/perl@29751
* AutoLoader fix, part 2Steffen Müller2007-01-112-2/+15
| | | | | Message-ID: <20070110175148.26694.qmail@lists.develooper.com> p4raw-id: //depot/perl@29750
* In toke.c, merge S_update_debugger_info_pv() andNicholas Clark2007-01-114-33/+15
| | | | | S_update_debugger_info_sv() into S_update_debugger_info(). p4raw-id: //depot/perl@29749
* An implementation of change 29735 for blead (PL_curcop could be NULL)Nicholas Clark2007-01-101-2/+3
| | | | | given that blead's refactoring is not yet in maint. p4raw-id: //depot/perl@29748
* Regenerate all filesRafael Garcia-Suarez2007-01-104-5/+3
| | | p4raw-id: //depot/perl@29747
* PATCH: perlfunc.pod / warnPeter Scott2007-01-101-2/+2
| | | | | Message-Id: <pan.2007.01.10.13.18.52.834683@PSDT.com> p4raw-id: //depot/perl@29745
* Re: [perl #41215] % on scalars sometimes throws away fractions SADAHIRO Tomoyuki2007-01-101-2/+10
| | | | | | | Message-Id: <20070109233928.07AF.BQW10602@nifty.com> plus nits by Dominic Dunlop p4raw-id: //depot/perl@29744