summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-2019-72/+215
| | | | | | | | | | | warnings; symbols that violate strictures do *not* end up in the symbol table anyway, making multiple evals of the same piece of code produce the same errors; errors indicate all locations of a global symbol rather than just the first one; these changes make compile-time failures within evals reliably visible via the return value or contents of $@, and trappable using __DIE__ hooks p4raw-id: //depot/perl@4197
* control change#1914 via hints (causes problems on some platforms)Gurusamy Sarathy1999-09-193-2/+6
| | | | | p4raw-link: @1914 on //depot/perl: e44f695ee9be4f523999589b52c7c8e9ddc1bed9 p4raw-id: //depot/perl@4196
* avoid clearing @_ at all for faster subroutine calls; fix bugsGurusamy Sarathy1999-09-196-21/+81
| | | | | | in passing around references to @_, eg C<sub foo { \@_ }>; add tests for the same p4raw-id: //depot/perl@4195
* more op description tweaksGurusamy Sarathy1999-09-182-8/+8
| | | p4raw-id: //depot/perl@4192
* tweak some op names in change#4177 (will any of this break code thatGurusamy Sarathy1999-09-186-70/+271
| | | | | | | gropes $@ ?) p4raw-link: @4177 on //depot/cfgperl: 42d382189339e56f3bd13a71933349bc8b7e8b42 p4raw-id: //depot/perl@4189
* fix typoGurusamy Sarathy1999-09-171-1/+1
| | | p4raw-id: //depot/perl@4187
* integrate cfgperl changeGurusamy Sarathy1999-09-171-56/+41
|\ | | | | p4raw-id: //depot/perl@4186
| * Re-apply applicable parts of #3993, #3994, and #3995.Jarkko Hietaniemi1999-09-171-56/+41
| | | | | | p4raw-id: //depot/cfgperl@4185
* | integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-1782-6550/+36146
|\ \ | |/ | | p4raw-id: //depot/perl@4184
| * Integrate with Sarathy.Jarkko Hietaniemi1999-09-1712-403/+337
| |\ | |/ |/| p4raw-id: //depot/cfgperl@4183
* | integrate vmsperl contents into mainline (where VMS files conflicted,Gurusamy Sarathy1999-09-1711-402/+334
|\ \ | | | | | | | | | | | | vmsperl contents have prevailed) p4raw-id: //depot/perl@4182
| * \ Integrate mainline 5.05_61Charles Bailey1999-09-06271-11299/+27392
| |\ \ | | | | | | | | p4raw-id: //depot/vmsperl@4084
| * | | 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
* | | | perlhist additionsGurusamy Sarathy1999-09-171-1/+3
| | | | | | | | | | | | p4raw-id: //depot/perl@4180
| | | * export_to_level()Michael G. Schwern1999-09-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Message-ID: <19990819213001.A22512@athens.aocn.com> p4raw-id: //depot/cfgperl@4181
| | | * The change #4176 should've undone only the test, not the code patch.Jarkko Hietaniemi1999-09-171-1/+10
| | | | | | | | | | | | | | | | | | | | p4raw-link: @4176 on //depot/cfgperl: b7a02c4fb533bb0a7ae92f82a4a660045d95669a p4raw-id: //depot/cfgperl@4179
| | | * Re: [ID 19990820.007] Small typo in perlsyn.podIan Phillipps1999-09-171-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | To: Hans GINZEL <hgin2088@mail.kolej.mff.cuni.cz>, perl5-porters@perl.org Message-ID: <19990821123612.A9955@homer.diplex.co.uk> p4raw-id: //depot/cfgperl@4178
| | | * More descriptive names for operators.Michael G. Schwern1999-09-176-171/+178
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: Ilya Zakharevich <ilya@math.ohio-state.edu> Cc: perl5-porters@perl.org Subject: Re: [ID 19990817.009] [BUG 5.005_60 & 5.005_03] == reported as eq in Date: Tue, 17 Aug 1999 18:35:45 -0400 Message-ID: <19990817183545.A23073@toldyouso.com> From: Michael G Schwern <schwern@pobox.com> To: perl5-porters@perl.org Subject: [PATCH 5.005_60 opcode.pl and friends] Improved opcode descriptions Date: Wed, 18 Aug 1999 03:53:38 -0400 Message-ID: <19990818035337.A31505@athens.aocn.com> p4raw-id: //depot/cfgperl@4177
| | | * Take away the infamous io/dup.t #7.Jarkko Hietaniemi1999-09-172-24/+2
| | | | | | | | | | | | | | | | | | | | | | | | It seems there simply is no way to portably "flush" an input file handle. p4raw-id: //depot/cfgperl@4176
| | | * (Replaced by #4265.)Barrie Slaymaker1999-09-171-14/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Subject: [PATCH 5.005_61] Benchmark: screwed patch format, try this instead Message-Id: <199909171516.LAA30887@jester.slaysys.com> p4raw-id: //depot/cfgperl@4175
| | | * UNICOS does support large files but doesn't support sparse filesJarkko Hietaniemi1999-09-172-0/+14
| | | | | | | | | | | | | | | | | | | | so we cannot easily test for large file support. p4raw-id: //depot/cfgperl@4174
| | | * UNICOS has sloppy division/modulo for floating point numbers.Jarkko Hietaniemi1999-09-171-4/+11
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4173
| | | * Portable blocksize (replaces #4171).Jarkko Hietaniemi1999-09-172-10/+2
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4172
| | | * (replaced by #4172)Jarkko Hietaniemi1999-09-172-2/+10
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4171
| | | * Detypo #4169.Jarkko Hietaniemi1999-09-172-2/+2
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4170
| | | * Diagnose possible quota limits.Jarkko Hietaniemi1999-09-172-6/+10
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4169
| | | * UNICOS doesn't have getpgid(). Or, at least 9.0.1aiJarkko Hietaniemi1999-09-171-0/+2
| | | | | | | | | | | | | | | | | | | | | | | | doesn't have one that wouldn't cause SIGSYS. UNICOS does have getpgrp(void) so Perl getpgrp() is happy. p4raw-id: //depot/cfgperl@4168
| | | * Filesystem quotas may stop you from using large files.Jarkko Hietaniemi1999-09-173-25/+51
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4167
| | | * Too strict pattern for parsing group lists.Jarkko Hietaniemi1999-09-171-2/+2
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4166
| | | * Configure maintenance. It's sigaction.sa_flagsJarkko Hietaniemi1999-09-174-26/+47
| | | | | | | | | | | | | | | | | | | | and the Glossary regen'ed. p4raw-id: //depot/cfgperl@4165
| | | * Integrate with Sarathy.Jarkko Hietaniemi1999-09-1529-235/+2734
| | | |\ | |_|_|/ |/| | | p4raw-id: //depot/cfgperl@4164
* | | | add :ALL export tag (from Chris Nandor <pudge@pobox.com>)Gurusamy Sarathy1999-09-151-1/+5
| | | | | | | | | | | | p4raw-id: //depot/perl@4163
* | | | addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>)Gurusamy Sarathy1999-09-153-4/+166
| | | | | | | | | | | | | | | | | | | | p4raw-link: @4136 on //depot/cfgperl: 564319723c2c18fa4801cd77e0d203a582b4d5a3 p4raw-id: //depot/perl@4162
* | | | missing perlhist dates from Jeff OkamotoGurusamy Sarathy1999-09-151-9/+9
| | | | | | | | | | | | p4raw-id: //depot/perl@4161
* | | | jpl tweakGurusamy Sarathy1999-09-152-4/+12
| | | | | | | | | | | | p4raw-id: //depot/perl@4160