Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Some of the MAD structures in headers, plus PL_madskills and PL_xmlfp, | Nicholas Clark | 2006-03-07 | 6 | -9/+77 |
| | | | | | | | and default definitions for the 2 variables. (Which will save a lot of conditional complilation, by instead letting the C compiler optimiser remove dead code.) p4raw-id: //depot/perl@27408 | ||||
* | Add a Configure question for mad (Misc Attribute Decoration - Larry's | Nicholas Clark | 2006-03-07 | 16 | -0/+49 |
| | | | | | perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27407 | ||||
* | Two more TODOs for those with C knowledge. | Nicholas Clark | 2006-03-07 | 1 | -0/+25 |
| | | | p4raw-id: //depot/perl@27406 | ||||
* | Remove the #define - ARENASETS are always on now. | Nicholas Clark | 2006-03-07 | 2 | -41/+1 |
| | | | p4raw-id: //depot/perl@27405 | ||||
* | TPF++ # http://www.perlfoundation.org/gc/grants/2006-perl5-improve.html | Nicholas Clark | 2006-03-07 | 1 | -5/+4 |
| | | | | | Shrinking PVGVs, PVLVs, PVCVs and PVFMs is TODOne. p4raw-id: //depot/perl@27404 | ||||
* | This looks like a memory leak. | Rafael Garcia-Suarez | 2006-03-07 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@27403 | ||||
* | $[ = 2 should not warn. | Rafael Garcia-Suarez | 2006-03-07 | 2 | -1/+5 |
| | | | p4raw-id: //depot/perl@27402 | ||||
* | Fix lib/Module/Build/t/compat.t | Steve Hay | 2006-03-07 | 1 | -1/+1 |
| | | | | | (e.g. see http://www.nntp.perl.org/group/perl.daily-build.reports/36431) p4raw-id: //depot/perl@27401 | ||||
* | Make report on bad filenames easier to read | Rafael Garcia-Suarez | 2006-03-07 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@27400 | ||||
* | FAQ sync. (FAQ now moved to svn) | Rafael Garcia-Suarez | 2006-03-07 | 10 | -389/+498 |
| | | | p4raw-id: //depot/perl@27399 | ||||
* | Upgrade to PathTools-3.17 | Steve Peters | 2006-03-07 | 4 | -9/+25 |
| | | | p4raw-id: //depot/perl@27398 | ||||
* | Re: [PATCH] Removed a redundant o->op_type | Paul Johnson | 2006-03-06 | 1 | -1/+0 |
| | | | | | Message-ID: <20060228191731.GD20933@pjcj.net> p4raw-id: //depot/perl@27397 | ||||
* | Don't free thread memory if PERL_DESTRUCT_LEVEL is set to a non-zero | Marcus Holland-Moritz | 2006-03-06 | 1 | -4/+13 |
| | | | | | value as we're probably hunting memory leaks then p4raw-id: //depot/perl@27396 | ||||
* | Update David Dyck's e-mail address. | Nicholas Clark | 2006-03-06 | 2 | -1/+2 |
| | | | p4raw-id: //depot/perl@27393 | ||||
* | Add all new utilities in the perlutil man page. | Rafael Garcia-Suarez | 2006-03-06 | 1 | -8/+101 |
| | | | | | Includes lots of work by Zsban Ambrus. p4raw-id: //depot/perl@27390 | ||||
* | add Module::Build 0.27_08 | Yitzchak Scott-Thoennes | 2006-03-06 | 59 | -9/+15571 |
| | | | | | Message-ID: <20060305200830.GA2660@efn.org> p4raw-id: //depot/perl@27389 | ||||
* | Upgrade to Archive::Tar 1.29 | Rafael Garcia-Suarez | 2006-03-06 | 4 | -51/+138 |
| | | | p4raw-id: //depot/perl@27388 | ||||
* | Add and remove files forgotten in change #27384 | Rafael Garcia-Suarez | 2006-03-06 | 112 | -33603/+1646 |
| | | | | | p4raw-link: @27384 on //depot/perl: 25f0751fb55a0f87a7e18ae8960f9acf2407ae32 p4raw-id: //depot/perl@27387 | ||||
* | PATCH: 2 vms specific build files in perl @ 27383 | Peter Prymmer | 2006-03-06 | 2 | -21/+23 |
| | | | | | Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com> p4raw-id: //depot/perl@27386 | ||||
* | Re: threads and VMS | John E. Malmberg | 2006-03-06 | 1 | -62/+60 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <440A77EB.2030205@qsl.net> p4raw-id: //depot/perl@27385 | ||||
* | Compress::Zlib | Paul Marquess | 2006-03-06 | 157 | -1273/+38530 |
| | | | | | | From: "Paul Marquess" <paul.marquess@ntlworld.com> Message-ID: <007101c63eac$d919c6c0$4c05140a@myopwv.com> p4raw-id: //depot/perl@27384 | ||||
* | Change 27380 (HEK into the IV union failed to convert the code in the | Nicholas Clark | 2006-03-05 | 1 | -1/+1 |
| | | | | | non-gcc-debugging ifdef. Whoops. Very lax of me) p4raw-id: //depot/perl@27383 | ||||
* | Perl_gv_name_set should not leak the old HEK. Allow the flag GV_ADD | Nicholas Clark | 2006-03-05 | 3 | -3/+9 |
| | | | | | to simplify GV initialisation. p4raw-id: //depot/perl@27382 | ||||
* | Change hv_name_set to take U32 length and flags parameters. | Nicholas Clark | 2006-03-05 | 3 | -3/+6 |
| | | | p4raw-id: //depot/perl@27381 | ||||
* | Move the GvNAME HEK into the IV union - every GV is now 1 pointer | Nicholas Clark | 2006-03-05 | 6 | -7/+24 |
| | | | | | smaller. p4raw-id: //depot/perl@27380 | ||||
* | Use a HEK to store the GV's name, rather than a malloc()ed string. | Nicholas Clark | 2006-03-05 | 4 | -22/+25 |
| | | | | | | | Saves 1 word in each GV (no more strlen), and will also save the memory used by the string itself, as the HEK will exist already due to the key used by the symbol table for this GV. p4raw-id: //depot/perl@27379 | ||||
* | Only #define PERL_DONT_CREATE_GVSV if it wasn't already defined. | Nicholas Clark | 2006-03-05 | 1 | -1/+3 |
| | | | p4raw-id: //depot/perl@27378 | ||||
* | Provide Perl_gv_name_set to replace LVALUE use of GvNAME and GvNAMESET. | Nicholas Clark | 2006-03-05 | 7 | -19/+39 |
| | | | p4raw-id: //depot/perl@27377 | ||||
* | Re: threads and VMS | John E. Malmberg | 2006-03-05 | 1 | -1/+1 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <440A22D2.30009@qsl.net> p4raw-id: //depot/perl@27376 | ||||
* | patch@27373 VMS build fix + more long pathname stuff | John E. Malmberg | 2006-03-04 | 1 | -12/+28 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <44092743.4030607@qsl.net> p4raw-id: //depot/perl@27375 | ||||
* | Re: [PATCH] include configure.com in Porting/checkcfgvar.pl | Abe Timmerman | 2006-03-04 | 2 | -5/+3 |
| | | | | | Message-Id: <200603032256.47170.abe@ztreet.demon.nl> p4raw-id: //depot/perl@27374 | ||||
* | Add d_builtin_choose_expr and d_builtin_expect to configure.com as | Steve Peters | 2006-03-03 | 1 | -0/+2 |
| | | | | | 'undef'. p4raw-id: //depot/perl@27373 | ||||
* | Make Win32 configuration changes for HAS_BUILTIN_CHOOSE_EXPR and | Steve Peters | 2006-03-03 | 8 | -0/+49 |
| | | | | | HAS_BUILTIN_EXPECT. p4raw-id: //depot/perl@27372 | ||||
* | include configure.com in Porting/checkcfgvar.pl | Abe Timmerman | 2006-03-03 | 1 | -1/+8 |
| | | | | | Message-Id: <200603031843.24250.abe@ztreet.demon.nl> p4raw-id: //depot/perl@27371 | ||||
* | Support for __builtin_expect and __builtin_choose_expr | Andy Lester | 2006-03-03 | 4 | -70/+166 |
| | | | | | Message-ID: <20051228213408.GB26033@petdance.com> p4raw-id: //depot/perl@27370 | ||||
* | Re: [perl #38657] -d:Foo=bar broke in 5.8.8 | Jarkko Hietaniemi | 2006-03-03 | 2 | -3/+14 |
| | | | | | Message-ID: <440737A6.4060606@gmail.com> p4raw-id: //depot/perl@27368 | ||||
* | #27363 broke HP-UX (and others). if [[ ... ]] syntax not supported | H.Merijn Brand | 2006-03-03 | 1 | -13/+15 |
| | | | p4raw-id: //depot/perl@27367 | ||||
* | Re: [PATCH] Re: [perl #38612] Data::Dumper core dump in 5.8.6, fixed by 5.8.7 | Jarkko Hietaniemi | 2006-03-03 | 1 | -1/+16 |
| | | | | | Message-ID: <44075996.1000002@gmail.com> p4raw-id: //depot/perl@27365 | ||||
* | Taint handling for runperl: | H.Merijn Brand | 2006-03-02 | 1 | -16/+21 |
| | | | | | | - better taint detection (switch -T in command) - $ENV{PATH} stripping of writeable directories on unix/linux p4raw-id: //depot/perl@27364 | ||||
* | [perl #38385] _h2ph_pre.ph / $Config{cppsymbols} omits gcc-3.4+ cpp ↵ | Jason Vas Dias | 2006-03-02 | 2 | -30/+50 |
| | | | | | | | "predefined macros" From: Jason Vas Dias (via RT) <perlbug-followup@perl.org> p4raw-id: //depot/perl@27363 | ||||
* | mgvtbl initialization | Andy Lester | 2006-03-02 | 1 | -5/+45 |
| | | | | | Message-ID: <20060302045220.GA15985@petdance.com> p4raw-id: //depot/perl@27361 | ||||
* | Non-null optimizations | Andy Lester | 2006-03-02 | 4 | -9/+9 |
| | | | | | Message-ID: <20060302041345.GA13731@petdance.com> p4raw-id: //depot/perl@27360 | ||||
* | Don't put strings with embedded NULs in the environment. | Rafael Garcia-Suarez | 2006-03-01 | 1 | -1/+3 |
| | | | | | This makes things like -d:Foo=bar work again. p4raw-id: //depot/perl@27359 | ||||
* | Grammar nit in Locale::Maketext::TPJ13.pod, found by Justin Pryzby. | Steve Peters | 2006-03-01 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@27358 | ||||
* | Upgrade to podlators-2.04 | Steve Peters | 2006-03-01 | 4 | -6/+152 |
| | | | p4raw-id: //depot/perl@27357 | ||||
* | Upgrade to assertions-0.03 | Steve Peters | 2006-03-01 | 5 | -98/+133 |
| | | | p4raw-id: //depot/perl@27356 | ||||
* | a buglet in fakesdio.h | Anton Berezin | 2006-03-01 | 1 | -1/+0 |
| | | | | | Message-ID: <20060301155613.GA30368@heechee.tobez.org> p4raw-id: //depot/perl@27355 | ||||
* | Upgrade to CGI.pm-3.17, but continuing the version bump for | Steve Peters | 2006-03-01 | 4 | -8/+23 |
| | | | | | unintegrated changes. p4raw-id: //depot/perl@27354 | ||||
* | Re: Patch lint for grep { /.../ } and grep /.../, | Joshua ben Jore | 2006-03-01 | 2 | -3/+12 |
| | | | | | | From: "Joshua ben Jore" <twists@gmail.com> Message-ID: <dc5c751d0602282314o19c54a3av92d1a3addbc895fb@mail.gmail.com> p4raw-id: //depot/perl@27353 | ||||
* | Silence another VC++ warning | Steve Hay | 2006-02-28 | 2 | -2/+2 |
| | | | | | (signed/unsigned mismatch) p4raw-id: //depot/perl@27352 |