summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Updates to README.win32 (aka perlwin32), with some changes.Max Maischein2004-12-071-9/+31
| | | | | | Subject: Patch to README.win32 distributed with 5.8.6 for building under .net / MSVC7 (free) Message-ID: <41B355EC.9010505@corion.net> p4raw-id: //depot/perl@23621
* Upgrade to Term::ANSIColor 1.09Rafael Garcia-Suarez2004-12-064-12/+31
| | | p4raw-id: //depot/perl@23620
* Small addition to perlsec by Stas Bekman.Rafael Garcia-Suarez2004-12-061-0/+5
| | | p4raw-id: //depot/perl@23619
* Fix another Win32 breakage caused by change 23554Steve Hay2004-12-061-1/+3
| | | p4raw-id: //depot/perl@23618
* Break out setting $^X into its own static function S_set_caret_XNicholas Clark2004-12-061-11/+17
| | | p4raw-id: //depot/perl@23617
* Fix typo from change 23554 which screwed up Windows smokesSteve Hay2004-12-061-1/+1
| | | p4raw-id: //depot/perl@23616
* sanity check the arguments to runperl(), to try to avoid itNicholas Clark2004-12-061-0/+8
| | | | | hanging waiting on STDIN for a script. p4raw-id: //depot/perl@23615
* Remove spurious semicolonsNicholas Clark2004-12-061-2/+2
| | | | | | (As these 2 are spare, I guess I should send them to Mark Rhodes (former office mate) as he often said that he kept mislaying his) p4raw-id: //depot/perl@23614
* Tests for Config.pm much better now - toDONENicholas Clark2004-12-061-4/+0
| | | p4raw-id: //depot/perl@23613
* Turn gv_fullname3 and gv_efullname3 into macros that callNicholas Clark2004-12-064-8/+7
| | | | | gv_fullname4 and gv_efullname4 directly, saving overhead. p4raw-id: //depot/perl@23612
* New Itanium serversH.Merijn Brand2004-12-061-3/+3
| | | p4raw-id: //depot/perl@23611
* Check that @INC entries and %Config path entries are consistent.Nicholas Clark2004-12-061-0/+26
| | | p4raw-id: //depot/perl@23610
* gv_fullname4() can get rid of the main:: for us.Nicholas Clark2004-12-031-3/+1
| | | | | (well, actually, it never puts it in) p4raw-id: //depot/perl@23609
* $foo::_ was wrongly forced as $main::_.Rafael Garcia-Suarez2004-12-033-6/+12
| | | | | | | Since we still want "our $_" to be always forced to $main::_, deplace the forcing code at our-pad allocation time. (Making execution probably a tiny bit faster) p4raw-id: //depot/perl@23608
* Remove double checking of acceptable switches on tr/// ops.Nicholas Clark2004-12-031-4/+12
| | | p4raw-id: //depot/perl@23607
* use (c == '$' || c == '@' || c == '%') instead of strchr("$@%", c)Nicholas Clark2004-12-032-12/+20
| | | | | The latter gives larger code, is less clear and can't be any faster p4raw-id: //depot/perl@23606
* Small code tidy up in gv_fullname4Nicholas Clark2004-12-031-5/+4
| | | p4raw-id: //depot/perl@23605
* There are clearer ways of saying m/^[ab]$/ than strchr("ab", c)Nicholas Clark2004-12-031-1/+2
| | | | | They seem to produce slightly smaller object code too. p4raw-id: //depot/perl@23604
* Fix a typo in an assert(). It helps to compile with -DDEBUGGINGNicholas Clark2004-12-031-1/+1
| | | p4raw-id: //depot/perl@23603
* Pull out the duplicateded push @INC, $_ if -e $_ code fromNicholas Clark2004-12-031-14/+25
| | | | | | | S_pushinc into a new function S_pushinc_if_exists Avoid the SV copy when pushing onto @INC by creating a new scratch SV each time a push is done. p4raw-id: //depot/perl@23602
* configure.com: no more CONFIG=trueCraig A. Berry2004-12-021-2/+14
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41AF87BA.1080108@mac.com> Date: Thu, 02 Dec 2004 15:23:06 -0600 p4raw-id: //depot/perl@23601
* 2 new BeOS files were missingNicholas Clark2004-12-011-0/+2
| | | p4raw-id: //depot/perl@23598
* Makefile.SH: de-parallelise mktablesJarkko Hietaniemi2004-12-011-2/+5
| | | | | | Message-ID: <41ADFD95.4030007@iki.fi> Date: Wed, 01 Dec 2004 19:21:25 +0200 p4raw-id: //depot/perl@23592
* &test in constant.t is vestigial, so amputate it.Nicholas Clark2004-12-011-12/+0
| | | p4raw-id: //depot/perl@23588
* Tidy up the reference name stringification to save getting theNicholas Clark2004-12-011-7/+6
| | | | | | hash name twice. Pleasant side effect is 44 byte smaller object file. (A small win is still a win) p4raw-id: //depot/perl@23587
* [perl #32717] BeOS specific Updates Ingo Weinhold2004-12-0111-14/+657
| | | | | | From: Ingo Weinhold (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32717-101307.19.7097750538509@perl.org> p4raw-id: //depot/perl@23584
* add -I../lib to VMS build to find Config_heavy.plCraig A. Berry2004-12-011-27/+27
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41ADC61D.8010407@mac.com> p4raw-id: //depot/perl@23583
* MANIFEST.SKIP is missing from the list of files that comeRafael Garcia-Suarez2004-12-011-1/+1
| | | | | with MakeMaker p4raw-id: //depot/perl@23581
* Add placeholders for the new strlcat and strlcpy entries inNicholas Clark2004-11-301-0/+2
| | | | | | config.sh, to ensure that the config.h generated for cross- compilation will still work. p4raw-id: //depot/perl@23577
* Let pod/buildtoc resort the MANIFEST the way it wants itNicholas Clark2004-11-301-8/+8
| | | p4raw-id: //depot/perl@23575
* Add perl586delta.pod to all the necessary makefiles and tables ofNicholas Clark2004-11-305-118/+267
| | | | | contents. p4raw-id: //depot/perl@23574
* Re: [PATCH] Re: Smoke [5.9.2] 23566 FAIL(X) openbsd 3.6 (i386/1 cpu)Steve Peters2004-11-301-2/+2
| | | | | Message-ID: <20041130152906.GA555@mccoy.peters.homeunix.org> p4raw-id: //depot/perl@23571
* Integrate perlhist entries for 5.8.6 and its perldelta to bleadNicholas Clark2004-11-303-0/+173
| | | | | | | p4raw-id: //depot/perl@23570 p4raw-branched: from //depot/maint-5.8/perl@23568 'branch in' pod/perl586delta.pod p4raw-integrated: from //depot/maint-5.8/perl@23568 'copy in' pod/perlhist.pod (@23141..)
* Protection against trailing spaces in embed.fncRafael Garcia-Suarez2004-11-302-0/+2
| | | p4raw-id: //depot/perl@23568
* Remove trailing whitespace that found their way in the docsRafael Garcia-Suarez2004-11-303-3/+3
| | | | | (spotted by Stas Bekman) p4raw-id: //depot/perl@23567
* Upgrade to Test::Simple 0.53Rafael Garcia-Suarez2004-11-2921-182/+709
| | | p4raw-id: //depot/perl@23566
* Skip generating all the code to deal with "" strings in config.shNicholas Clark2004-11-281-49/+94
| | | | | if there aren't any. '' only code is much simpler. p4raw-id: //depot/perl@23564
* Given that there is a pre-built cache, no need for @v_fastNicholas Clark2004-11-281-9/+3
| | | p4raw-id: //depot/perl@23563
* The byteorder code doesn't need to be in Config.pm if byteorderNicholas Clark2004-11-281-5/+15
| | | | | isn't actually a frequently looked up value. p4raw-id: //depot/perl@23562
* Need to stub the public functions to keep some existing codeNicholas Clark2004-11-281-2/+11
| | | | | | | working. No need to keep $Config_SH around in memory when we can easily re-create it. p4raw-id: //depot/perl@23561
* Generate the precached %Config entries based on some empiricalNicholas Clark2004-11-272-14/+131
| | | | | data, rather than just guesswork. p4raw-id: //depot/perl@23558
* Re: getting Config.pm on a dietCraig A. Berry2004-11-271-1/+1
| | | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41A8F225.7080902@mac.com> Date: Sat, 27 Nov 2004 15:31:17 -0600 p4raw-id: //depot/perl@23557
* Hateful cAsE iNsEnSiTiVe file systemsNicholas Clark2004-11-271-1/+1
| | | p4raw-id: //depot/perl@23555
* Put Config.pm on a diet. 3K rather than 32KNicholas Clark2004-11-275-36/+82
| | | | | | | | | configpm now generates 2 files, a small Config.pm containing the commonly used functions and values, which AUTOLOADs a Config_heavy.pl containing anything else needed. The "common" values in the small Config.pm may need some tweaking, based on real world data. p4raw-id: //depot/perl@23554
* Clarify the return values of pos, particularly 0 and undef, asNicholas Clark2004-11-271-3/+8
| | | | | suggested by Stas Bekman p4raw-id: //depot/perl@23550
* Document the interaction of PERL_USE_SAVE_PUTENV andNicholas Clark2004-11-271-0/+13
| | | | | PL_use_safe_putenv, based on text by Stas Bekman p4raw-id: //depot/perl@23549
* [perl #32639] [PATCH] Bug in Term::Complete Module with $_ Usage Steve Peters2004-11-261-1/+2
| | | | | | From: "Steve Peters via RT" <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-32639-101066.11.6172971744206@perl.org> p4raw-id: //depot/perl@23548
* Freak out if h2ph has to translate a macro that contains assembly code.Rafael Garcia-Suarez2004-11-261-0/+1
| | | | | | Subject: [PATCH] h2ph vs __asm__ Message-ID: <20041125172443.757a4833@dhcp123.mandrakesoft.com> p4raw-id: //depot/perl@23547
* Doc nit for B::LintAndy Lester2004-11-261-9/+10
| | | | | | Subject: [PATCH] B::Lint Message-ID: <20041126063048.GA10161@petdance.com> p4raw-id: //depot/perl@23546
* The change to the internal representation introduced a bug wherebyNicholas Clark2004-11-262-12/+16
| | | | | | the key returned by FIRSTKEY had an erroneous leading newline. EXISTS was also buggy. p4raw-id: //depot/perl@23545