summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* major pod update from Tom ChristiansenGurusamy Sarathy1999-05-2435-2859/+4665
| | | p4raw-id: //depot/perl@3460
* perlfaq update from Tom ChristiansenGurusamy Sarathy1999-05-2410-277/+702
| | | p4raw-id: //depot/perl@3459
* updated to v1.50 from CPANGurusamy Sarathy1999-05-243-73/+258
| | | p4raw-id: //depot/perl@3458
* name PL_in_eval bitsHugo van der Sanden1999-05-246-13/+21
| | | | | Message-Id: <199905231535.QAA00032@crypt.compulink.co.uk> p4raw-id: //depot/perl@3457
* make -t mode the default on emacs/dumb terminalsGurusamy Sarathy1999-05-242-1/+117
| | | p4raw-id: //depot/perl@3456
* return 0 rather than "" when scalar grep has nothing to iterateGurusamy Sarathy1999-05-241-1/+1
| | | | | on (brings behavior in line with documentation) p4raw-id: //depot/perl@3455
* Problem with MM_Unix in 5.005_03Tim Jenness1999-05-241-1/+1
| | | | | Message-Id: <E10kcDN-0007TA-00@lapaki> p4raw-id: //depot/perl@3454
* avoid removing duplicates in user-generated warningsByron Brummer1999-05-241-4/+11
| | | | | | Message-Id: <199905201101.EAA91175@thrush.omix.com> Subject: [PATCH] Re: warn buffers/loses output in ?? - 5.005_03 p4raw-id: //depot/perl@3453
* straighten some code to avoid NeXT compiler bugs (fromGurusamy Sarathy1999-05-241-1/+4
| | | | | Geoff Kuenning <geoff@cs.hmc.edu>) p4raw-id: //depot/perl@3452
* minor logic tweak for reserved word warningGurusamy Sarathy1999-05-242-10/+12
| | | p4raw-id: //depot/perl@3451
* oops, some files missing in change#3449Gurusamy Sarathy1999-05-243-0/+27
| | | | | p4raw-link: @3449 on //depot/perl: 18228614d1dac2db099ef3d8846e53f44accce72 p4raw-id: //depot/perl@3450
* allow '*' prototype to autoquote even barewords that happen to beGurusamy Sarathy1999-05-241-1/+33
| | | | | | | function names; parens or ampersand continue to force the other interpretation; makes C<sub Foo {'bar'} CORE::GLOBAL::require Foo;> do the right thing, for example p4raw-id: //depot/perl@3449
* remove vestiges of PL_last_protoGurusamy Sarathy1999-05-243-5/+0
| | | p4raw-id: //depot/perl@3448
* redo change#2061 and parts of change#1169 with code in theGurusamy Sarathy1999-05-248-39/+47
| | | | | | | | | | | parser; PL_last_proto hackery gone, strict 'subs' in now implemented in the optimizer where specifying the exceptional cases is much more robust; '*' (bareword) prototype now works reliably when used in second and subsequent arguments p4raw-link: @2061 on //depot/perl: bf8481137c02593eb36f8d0e234a2ec41a1c92e4 p4raw-link: @1169 on //depot/perl: 2a841d1398ee9bbf30a942905192cc2591b3e92a p4raw-id: //depot/perl@3447
* remove redundant part of change#1169 superseded by change#2061;Gurusamy Sarathy1999-05-232-17/+23
| | | | | | | | avoid "future reserved word" warning on prototypical bearwords p4raw-link: @2061 on //depot/perl: bf8481137c02593eb36f8d0e234a2ec41a1c92e4 p4raw-link: @1169 on //depot/perl: 2a841d1398ee9bbf30a942905192cc2591b3e92a p4raw-id: //depot/perl@3446
* s/isspace/isSPACE/g and make sure the CRT version is alwaysGurusamy Sarathy1999-05-213-6/+9
| | | | | | | passed an unsigned char (fixes random occurrence of spaces in arguments containing high-bit chars passed to spawned children, on win32) p4raw-id: //depot/perl@3445
* integrate Configure changes from cfgperlGurusamy Sarathy1999-05-215-42/+52
|\ | | | | p4raw-id: //depot/perl@3444
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-2114-171/+507
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3443
* | integrate cfgperl changesGurusamy Sarathy1999-05-217-29/+112
|\ \ | | | | | | p4raw-id: //depot/perl@3441
* | | test tweakGurusamy Sarathy1999-05-211-1/+1
| | | | | | | | | p4raw-id: //depot/perl@3440
* | | fix breakage when neither FFLUSH_ALL nor FFLUSH_NULL are #defined.Gurusamy Sarathy1999-05-212-0/+244
| | | | | | | | | | | | | | | | | | (Configure fflush(NULL) detection seems broken on Solaris, which is why I hit the problem) p4raw-id: //depot/perl@3439
* | | perlport 1.41 update from Chris Nandor <pudge@pobox.com>Gurusamy Sarathy1999-05-201-144/+227
| | | | | | | | | p4raw-id: //depot/perl@3438
* | | various little nitsGurusamy Sarathy1999-05-2010-26/+35
| | | | | | | | | p4raw-id: //depot/perl@3436
| | * fflush.Jarkko Hietaniemi1999-05-215-42/+52
| |/ | | | | p4raw-id: //depot/cfgperl@3442
| * Patches to fflushing in SunOS 4 from Andy DoughertyJarkko Hietaniemi1999-05-206-27/+107
| | | | | | | | | | (via private email). p4raw-id: //depot/cfgperl@3437
| * installperlHugo van der Sanden1999-05-181-2/+5
| | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <199905142034.VAA00865@crypt.compulink.co.uk> p4raw-id: //depot/cfgperl@3435
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-1720-176/+228
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3434
* | integrate cfgperl changes into mainlineGurusamy Sarathy1999-05-1714-46/+406
|\ \ | | | | | | p4raw-id: //depot/perl@3433
* | | emit more appropriate diagnostic for failed glob (variantGurusamy Sarathy1999-05-174-7/+12
| | | | | | | | | | | | | | | of patch suggested by Graham Barr) p4raw-id: //depot/perl@3432
* | | find2perl does not grok the 'c' suffix to the -size argumentTodd C. Miller1999-05-171-1/+6
| | | | | | | | | | | | | | | Message-Id: <199905140418.WAA18826@xerxes.courtesan.com> p4raw-id: //depot/perl@3431
* | | additional cleanups for cygwin32 portFifer, Eric1999-05-1715-168/+210
| | | | | | | | | | | | | | | | | | Message-ID: <71E287AB0D94D111BBD600600849EC8185EDAF@POST> Subject: [PATCH]perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3430
* | | (Was Re: SunOS4.1 compilation error)Andy Dougherty1999-05-171-4/+14
| | | | | | | | | | | | | | | Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys> p4raw-id: //depot/perl@3429
| | * Integrate from mainperl modulo the Socket.xs change.Jarkko Hietaniemi1999-05-174-25/+76
| | |\ | |/ / | | / | |/ |/| p4raw-id: //depot/cfgperl@3428
* | Mingw32 + w32api-0.1.5 tweaksNick Ing-Simmons1999-05-154-4/+11
| | | | | | | | | | - now more like other Win32 compilers p4raw-id: //depot/perl@3425
* | Experimental "slab" allocator for ops.Nick Ing-Simmons1999-05-141-20/+59
| | | | | | | | | | | | | | | | | | | | | | | | To try it -DPL_OP_SLAB_ALLOC for op.c This is for proof of concept only, it leaks memory (ops are not free'd) so don't use in embedded apps. If this minimalist version does not show performance gain then whole idea is worthless. Nick see's approx 12% speed up vs perlmalloc running perl -Ilib -MCPAN -e '' Solaris2.6, gcc-2.8.1 but numbers are not repeatable. p4raw-id: //depot/perl@3424
* | on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn'tGurusamy Sarathy1999-05-141-1/+8
| | | | | | | | | | found (brings sitelib intuition in line with privlib) p4raw-id: //depot/perl@3423
| * Devel::Peek::mstat not workingIlya Zakharevich1999-05-161-1/+2
| | | | | | | | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199905160528.BAA23376@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3427
| * DOC PATCH (5.005_55): Error message missing from perldiag.podMark-Jason Dominus1999-05-161-0/+5
| | | | | | | | | | | | To: perl5-porters@perl.com Message-ID: <19990515164348.7313.qmail@plover.com> p4raw-id: //depot/cfgperl@3426
| * add config.msg to VMS configure.comPeter Prymmer1999-05-141-0/+35
| | | | | | | | | | | | To: perl5-porters@perl.org, vmsperl@perl.org Message-Id: <9905132229.AA15854@forte.com> p4raw-id: //depot/cfgperl@3422
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-142-64/+62
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3421
* | mortalize string allocations by win32_get_{priv,site}lib()Gurusamy Sarathy1999-05-141-58/+56
| | | | | | | | | | (fixes small memory leak in interpreter) p4raw-id: //depot/perl@3419
* | make win32_longname() preserve kind of slashes in argumentGurusamy Sarathy1999-05-141-5/+5
| | | | | | p4raw-id: //depot/perl@3418
* | canonicalize path for $(FULLPERL) and $(PERL) in MakeMakerGurusamy Sarathy1999-05-141-1/+1
| | | | | | p4raw-id: //depot/perl@3417
| * Still fflushing.Jarkko Hietaniemi1999-05-143-47/+59
| | | | | | p4raw-id: //depot/cfgperl@3420
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-131-1/+1
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3416
* | valist vs va_list typoNick Ing-Simmons1999-05-131-1/+1
| | | | | | p4raw-id: //depot/perl@3414
| * Fixes from Andy Dougherty (via private email).Jarkko Hietaniemi1999-05-131-14/+28
| | | | | | p4raw-id: //depot/cfgperl@3415
| * (Was Re: SunOS4.1 compilation error)Andy Dougherty1999-05-131-4/+14
| | | | | | | | | | | | To: perlbug@perl.com Message-Id: <Pine.GSU.4.05.9905121136520.25150-100000@newton.phys> p4raw-id: //depot/cfgperl@3413
| * Integrate from mainperl.Jarkko Hietaniemi1999-05-131-1/+1
| |\ | |/ |/| p4raw-id: //depot/cfgperl@3412
* | docatch_body() declaration mismatchGurusamy Sarathy1999-05-131-1/+1
| | | | | | p4raw-id: //depot/perl@3411