Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add get_cvn_flags(), which is like get_cv() but takes a length. This | Nicholas Clark | 2007-01-15 | 12 | -26/+65 |
| | | | | | allows symbolic code references with embeded NULs to work. p4raw-id: //depot/perl@29830 | ||||
* | symbian/xsbuild.pl | Jarkko Hietaniemi | 2007-01-15 | 1 | -17/+54 |
| | | | | | Message-ID: <45AB8684.70906@iki.fi> p4raw-id: //depot/perl@29829 | ||||
* | extend threads 'veto cleanup' to perl_free and system stuff | Dave Mitchell | 2007-01-15 | 5 | -2/+20 |
| | | | p4raw-id: //depot/perl@29827 | ||||
* | Proper symbian fix (replacing change #29813) by Jarkko | Rafael Garcia-Suarez | 2007-01-15 | 1 | -1/+1 |
| | | | | | p4raw-link: @29813 on //depot/perl: 7b82c93812e18a92e98b364b3e820e455a5a1358 p4raw-id: //depot/perl@29826 | ||||
* | Use the $Is_MacOS variable | Rafael Garcia-Suarez | 2007-01-15 | 1 | -3/+3 |
| | | | p4raw-id: //depot/perl@29825 | ||||
* | Simplify the ok/not ok logic | Rafael Garcia-Suarez | 2007-01-15 | 1 | -9/+13 |
| | | | | | (another refactorisation by Schwern) p4raw-id: //depot/perl@29824 | ||||
* | Various cleanup and factorization by Schwern | Rafael Garcia-Suarez | 2007-01-15 | 1 | -16/+23 |
| | | | | | for tests for warnings and features p4raw-id: //depot/perl@29823 | ||||
* | Introduce the :5.10.0 feature bundle, and make :5.10 an | Rafael Garcia-Suarez | 2007-01-15 | 1 | -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-Suarez | 2007-01-15 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@29821 | ||||
* | Remove the "dor" feature alias. | Rafael Garcia-Suarez | 2007-01-15 | 1 | -5/+0 |
| | | | p4raw-id: //depot/perl@29820 | ||||
* | Document "no feature" (Michael G Schwern) | Rafael Garcia-Suarez | 2007-01-15 | 1 | -1/+16 |
| | | | p4raw-id: //depot/perl@29819 | ||||
* | Move the documentation of the lexical effect of feature.pm to its own | Rafael Garcia-Suarez | 2007-01-15 | 1 | -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.pm | Rafael Garcia-Suarez | 2007-01-15 | 1 | -12/+1 |
| | | | p4raw-id: //depot/perl@29817 | ||||
* | Add a reference to the docs for state() variables in feature.pm | Rafael Garcia-Suarez | 2007-01-15 | 1 | -0/+2 |
| | | | | | (suggested by Michael G Schwern) p4raw-id: //depot/perl@29816 | ||||
* | Factorise croak() calls and error messages in feature.pm | Rafael Garcia-Suarez | 2007-01-15 | 1 | -18/+21 |
| | | | | | (suggested by Michael G Schwern) p4raw-id: //depot/perl@29815 | ||||
* | Test that names with embedded NULs work for symbolic array, hash and | Nicholas Clark | 2007-01-15 | 1 | -3/+44 |
| | | | | | typeglob references. p4raw-id: //depot/perl@29814 | ||||
* | Revert perl.h part of change 29811, which breaks compilation with gcc | Rafael Garcia-Suarez | 2007-01-15 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@29813 | ||||
* | g++ fixes | Jarkko Hietaniemi | 2007-01-15 | 2 | -3/+5 |
| | | | | | Message-Id: <20070115040930.8685843A67@anubis.hut.fi> p4raw-id: //depot/perl@29812 | ||||
* | Symbian/S90 further fixes | Jarkko Hietaniemi | 2007-01-15 | 3 | -2/+6 |
| | | | | | Message-Id: <20070115041152.374AB43A67@anubis.hut.fi> p4raw-id: //depot/perl@29811 | ||||
* | make S_ithread_run() call S_ithread_free() in main context | Dave Mitchell | 2007-01-14 | 1 | -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 Mitchell | 2007-01-14 | 1 | -6/+14 |
| | | | p4raw-id: //depot/perl@29805 | ||||
* | Re: Memory...growing, and growing | Marvin Humphrey | 2007-01-14 | 1 | -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 veto | Dave Mitchell | 2007-01-13 | 1 | -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 Clark | 2007-01-13 | 1 | -3/+2 |
| | | | p4raw-id: //depot/perl@29790 | ||||
* | TODO: yada yada yada | Rafael Garcia-Suarez | 2007-01-13 | 1 | -0/+10 |
| | | | p4raw-id: //depot/perl@29786 | ||||
* | Re: AW: umask handling in File::Temp | Gisle Aas | 2007-01-13 | 1 | -2/+6 |
| | | | | | Message-ID: <877ivs1dt3.fsf@ask.g.aas.no> p4raw-id: //depot/perl@29784 | ||||
* | perlthrtut.pod (based on perl-current@29766) | Wolfgang Laun | 2007-01-13 | 1 | -8/+11 |
| | | | | | Message-ID: <45A7B966.1040307@thalesgroup.com> p4raw-id: //depot/perl@29781 | ||||
* | fix PL_parser_dup symbol (again) | Dave Mitchell | 2007-01-12 | 3 | -5/+2 |
| | | | p4raw-id: //depot/perl@29780 | ||||
* | Rationalise refcounting of thread structures | Dave Mitchell | 2007-01-12 | 1 | -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 Brand | 2007-01-12 | 1 | -6/+8 |
| | | | | | cx2600 is Madison 6 p4raw-id: //depot/perl@29778 | ||||
* | gcc -dumpversion is at least supported back to 2.7.x and | H.Merijn Brand | 2007-01-12 | 7 | -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-Suarez | 2007-01-12 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@29774 | ||||
* | Upgrade to ExtUtils::Manifest 1.51 | Rafael Garcia-Suarez | 2007-01-12 | 2 | -11/+142 |
| | | | p4raw-id: //depot/perl@29768 | ||||
* | fix typo in hv.c | Dave Mitchell | 2007-01-12 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@29767 | ||||
* | fix PL_parser_dup symbol | Dave Mitchell | 2007-01-12 | 3 | -3/+8 |
| | | | p4raw-id: //depot/perl@29766 | ||||
* | make tr/// threadsafe by moving swash into pad | Dave Mitchell | 2007-01-12 | 2 | -5/+37 |
| | | | p4raw-id: //depot/perl@29765 | ||||
* | trivia in perlthrtut.pod | Wolfgang Laun | 2007-01-12 | 1 | -7/+7 |
| | | | | | Message-ID: <45A65E69.8010400@thalesgroup.com> p4raw-id: //depot/perl@29764 | ||||
* | Update copyright year in "perl -v" output | Steve Hay | 2007-01-11 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@29762 | ||||
* | Fix bug [perl #41234] : the tokenizer understands "=cute" | Rafael Garcia-Suarez | 2007-01-11 | 1 | -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 Clark | 2007-01-11 | 2 | -2/+3 |
| | | | p4raw-id: //depot/perl@29758 | ||||
* | Silence an "unused parameter" warning in Perl_reg_numbered_buff_get(). | Rafael Garcia-Suarez | 2007-01-11 | 1 | -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 Orton | 2007-01-11 | 8 | -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 NULL | Nicholas Clark | 2007-01-11 | 2 | -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-Suarez | 2007-01-11 | 1 | -0/+4 |
| | | | | | ensure there's a string buffer in the scalar p4raw-id: //depot/perl@29751 | ||||
* | AutoLoader fix, part 2 | Steffen Müller | 2007-01-11 | 2 | -2/+15 |
| | | | | | Message-ID: <20070110175148.26694.qmail@lists.develooper.com> p4raw-id: //depot/perl@29750 | ||||
* | In toke.c, merge S_update_debugger_info_pv() and | Nicholas Clark | 2007-01-11 | 4 | -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 Clark | 2007-01-10 | 1 | -2/+3 |
| | | | | | given that blead's refactoring is not yet in maint. p4raw-id: //depot/perl@29748 | ||||
* | Regenerate all files | Rafael Garcia-Suarez | 2007-01-10 | 4 | -5/+3 |
| | | | p4raw-id: //depot/perl@29747 | ||||
* | PATCH: perlfunc.pod / warn | Peter Scott | 2007-01-10 | 1 | -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 Tomoyuki | 2007-01-10 | 1 | -2/+10 |
| | | | | | | | Message-Id: <20070109233928.07AF.BQW10602@nifty.com> plus nits by Dominic Dunlop p4raw-id: //depot/perl@29744 |