summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* When extension doesn't have a "main" object file to anchor linker search, ↵Charles Bailey1999-08-231-4/+21
| | | | | pull in all objct files p4raw-id: //depot/vmsperl@4031
* Patch up holes in realclean targetCharles Bailey1999-08-231-1/+6
| | | p4raw-id: //depot/vmsperl@4030
* Fix handling of PERL_POLLUTECharles Bailey1999-08-231-2/+7
| | | p4raw-id: //depot/vmsperl@4029
* Update VMS version of perly.hCharles Bailey1999-08-231-18/+19
| | | p4raw-id: //depot/vmsperl@4028
* Update dependencies in Descrip.MMSCharles Bailey1999-08-231-144/+103
| | | p4raw-id: //depot/vmsperl@4027
* Fix prototypes in perlapi.c (64-bit?)Charles Bailey1999-08-232-3/+6
| | | | | Clear prior definition of getenv_len before defining VMS-specific macro p4raw-id: //depot/vmsperl@4026
* Add '-m' option to Configure.com which skips the MANIFEST checkCharles Bailey1999-08-231-3/+16
| | | p4raw-id: //depot/vmsperl@4025
* Skip open() tests that rely on Unix fork semanticsCharles Bailey1999-08-231-2/+5
| | | p4raw-id: //depot/vmsperl@4024
* Loosen conditons for recognizing a function name in perl.h to accomodate ↵Charles Bailey1999-08-231-1/+1
| | | | | revisions p4raw-id: //depot/vmsperl@4023
* update MM_VMS to use new File::Spec routinesCharles Bailey1999-08-232-172/+25
| | | p4raw-id: //depot/vmsperl@4022
* byteperl is now part of the ByteLoader extCharles Bailey1999-08-232-12/+3
| | | p4raw-id: //depot/vmsperl@4021
* Allow option to treat barewords at start of Unix paths as simple words ↵Charles Bailey1999-08-231-4/+16
| | | | | rather than logicals p4raw-id: //depot/vmsperl@4020
* Update calls for new thread context handlingCharles Bailey1999-08-236-60/+91
| | | p4raw-id: //depot/vmsperl@4019
* Allow for file versions in library when looking for .bs filesCharles Bailey1999-08-231-1/+1
| | | p4raw-id: //depot/vmsperl@4018
* Update VMS configuration procedures for 5.005_60Charles Bailey1999-08-232-1/+297
| | | p4raw-id: //depot/vmsperl@4017
* create vmsperl branch (to be owned and operated by: cbailey)Gurusamy Sarathy1999-08-020-0/+0
| | | p4raw-id: //depot/vmsperl@3867
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-08-0127-2462/+834
|\ | | | | p4raw-id: //depot/perl@3860
| * Undo #3790 and the patches that attempted to fix itJarkko Hietaniemi1999-08-018-44/+1
| | | | | | | | | | | | | | (#3837, #3838, #3845). The #3790 caused linkage failures and/or core dumps in Solaris 2.6, Digital UNIX 4.0D, and IRIX 6.5. p4raw-id: //depot/cfgperl@3847
| * Reading 64-bit decimal numbers was broken becauseJarkko Hietaniemi1999-08-011-4/+6
| | | | | | | | | | the NV was cast to an I32, not an IV. p4raw-id: //depot/cfgperl@3846
| * Solaris doesn't like PERL_MALLOC_OK in SDBM_File.Jarkko Hietaniemi1999-08-011-0/+1
| | | | | | p4raw-id: //depot/cfgperl@3845
| * Enable Solaris largefiles support only if -Duse64bits is used.Jarkko Hietaniemi1999-08-011-14/+2
| | | | | | | | | | (Effectively removes #3311). p4raw-id: //depot/cfgperl@3844
| * Integer overflow iteration.Jarkko Hietaniemi1999-07-313-8/+23
| | | | | | p4raw-id: //depot/cfgperl@3843
| * Remove a lot of unused regnode codes.Jarkko Hietaniemi1999-07-313-1821/+89
| | | | | | | | | | Noticed by Ilya. p4raw-id: //depot/cfgperl@3842
| * Make the use64bits and usethreads friendlier/braver;Jarkko Hietaniemi1999-07-312-391/+378
| | | | | | | | | | | | | | | | they no more wimp out if the platform is unknown. On use64bits if gcc used -DUSE_LONG_LONG is added to the ccflags (this dependency on gcc caused a slightly weird reordering of Configure, but things still seem to work.) p4raw-id: //depot/cfgperl@3841
| * Hack the "integer overflow" code some more.Jarkko Hietaniemi1999-07-313-26/+15
| | | | | | p4raw-id: //depot/cfgperl@3840
| * Test oct() at the 2^32-1 limit.Jarkko Hietaniemi1999-07-311-1/+8
| | | | | | p4raw-id: //depot/cfgperl@3839
| * Update MANIFEST for #3837.Jarkko Hietaniemi1999-07-311-0/+1
| | | | | | p4raw-id: //depot/cfgperl@3838
| * Digital UNIX 4.0D doesn't like perl malloc on sdbmJarkko Hietaniemi1999-07-311-0/+1
| | | | | | | | | | (a core dump with a corrput stack ensues). p4raw-id: //depot/cfgperl@3837
| * Allow for Configure -Ubincompat5005 override.Jarkko Hietaniemi1999-07-291-3/+3
| | | | | | p4raw-id: //depot/cfgperl@3836
| * Make Configure support PERL_BINCOMPAT_5005.Jarkko Hietaniemi1999-07-295-4/+68
| | | | | | p4raw-id: //depot/cfgperl@3835
| * AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>Jarkko Hietaniemi1999-07-291-1/+1
| | | | | | p4raw-id: //depot/cfgperl@3834
| * Integrate with Sarathy. I overruled on perldeltaJarkko Hietaniemi1999-07-2915-280/+775
| |\ | | | | | | | | | | | | and perldiag. p4raw-id: //depot/cfgperl@3833
| * | Repent and make overly large integerishJarkko Hietaniemi1999-07-2910-210/+270
| | | | | | | | | | | | | | | | | | | | | constants non-fatal. They are now promoted to NVs, accompanied by an overflow warning that is by default on. p4raw-id: //depot/cfgperl@3832
| * | AIX exhibits different error on failed system().Jarkko Hietaniemi1999-07-291-1/+11
| | | | | | | | | | | | | | | | | | Slightly modified patch via private email from David R. Favor <dfavor@austin.ibm.com> p4raw-id: //depot/cfgperl@3831
* | | ext/B/B/Disassembler.pm patchNathan Torkington1999-08-011-0/+14
| | | | | | | | | | | | | | | Message-ID: <14244.33431.739419.806927@localhost.frii.com> p4raw-id: //depot/perl@3859
* | | DB_File 1.68 update from Paul MarquessGurusamy Sarathy1999-08-016-46/+864
| | | | | | | | | p4raw-id: //depot/perl@3858
* | | More optimizations to REx engineIlya Zakharevich1999-08-0111-100/+424
| | | | | | | | | | | | | | | Message-Id: <199907311407.IAA25038@localhost.frii.com> p4raw-id: //depot/perl@3857
* | | slightly modified version of suggested patchIlya Zakharevich1999-08-018-24/+136
| | | | | | | | | | | | | | | | | | Message-Id: <199907311406.IAA25034@localhost.frii.com> Subject: [PATCH 5.005_58] Fix OS/2 build p4raw-id: //depot/perl@3856
* | | cygwin updateFifer, Eric1999-08-019-11/+25
| | | | | | | | | | | | | | | | | | Message-Id: <71E287AB0D94D111BBD600600849EC8185EE06@POST> Subject: [ID 19990730.003] PATCH] perl5.005_58 cygwin port p4raw-id: //depot/perl@3855
* | | fixes from Stephen McCamant that address bugs in change#3612Gurusamy Sarathy1999-08-012-100/+150
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (the optimization shouldn't be enabled in expressions where the variable is introduced), and fix Deparse to grok the optimization Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT) Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net> Subject: [PATCH _58] Set OPpTARGET_MY more consistently -- Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT) Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net> Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction -- Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT) Message-Id: <199907310326.VAA24376@localhost.frii.com> Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...') p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e p4raw-id: //depot/perl@3854
* | | Two one-liner LOGOP tweaksStephen McCamant1999-08-013-2/+4
| | | | | | | | | | | | | | | Message-ID: <14240.42690.292893.605292@alias-2.pr.mcs.net> p4raw-id: //depot/perl@3853
* | | rename cygwin32 to cygwin (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy1999-08-0121-59/+45
| | | | | | | | | p4raw-id: //depot/perl@3852
* | | move files around for s/cygwin32/cygwin/ renamingGurusamy Sarathy1999-08-0112-575/+6
| | | | | | | | | p4raw-id: //depot/perl@3851
* | | posix-bc hints tweak (via private mail from Thomas DornerGurusamy Sarathy1999-08-012-1/+430
| | | | | | | | | | | | | | | <Thomas.Dorner@start.de>) p4raw-id: //depot/perl@3850
* | | notes on PERL_IMPLICIT_CONTEXT (from a version by Nathan TorkingtonGurusamy Sarathy1999-08-013-5/+265
| | | | | | | | | | | | | | | <gnat@frii.com>) p4raw-id: //depot/perl@3849
* | | fix defined(@foo) encarpmentsGurusamy Sarathy1999-08-015-20/+23
| |/ |/| | | p4raw-id: //depot/perl@3848
* | cperl-mode.el v4.19Gurusamy Sarathy1999-07-291-204/+583
| | | | | | p4raw-id: //depot/perl@3830
* | win32/bin/pl2bat.pl doesn't work correctlyJan Dubois1999-07-291-10/+14
| | | | | | | | | | Message-ID: <37aa5f9b.12941448@smtp1.ibm.net> p4raw-id: //depot/perl@3829
* | tweak previous change for multiple hitsGurusamy Sarathy1999-07-291-1/+3
| | | | | | p4raw-id: //depot/perl@3828
* | band-aid for perldoc -t broken-ness (the new Pod::TextGurusamy Sarathy1999-07-291-4/+1
| | | | | | | | | | really needs a pod2text() compatibility function) p4raw-id: //depot/perl@3827