Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | make weak keyword check look for defined(&lock), not | Gurusamy Sarathy | 1999-12-04 | 1 | -0/+1 |
| | | | | | merely defined(*lock) p4raw-id: //depot/perl@4643 | ||||
* | make eof() open ARGV if it isn't open already; also fixes bug | Gurusamy Sarathy | 1999-12-04 | 1 | -3/+21 |
| | | | | | | where eof() would operate on any last-read filehandle, not just ARGV p4raw-id: //depot/perl@4642 | ||||
* | make uninitialized value warnings report opcode | Gurusamy Sarathy | 1999-12-04 | 23 | -92/+120 |
| | | | p4raw-id: //depot/perl@4641 | ||||
* | provide explicit functions timegm_nocheck() and timelocal_nocheck() | Gurusamy Sarathy | 1999-12-04 | 1 | -12/+23 |
| | | | | | that don't do range checking p4raw-id: //depot/perl@4640 | ||||
* | better implementation of change#3326; open(local $foo,...) now | Gurusamy Sarathy | 1999-12-04 | 4 | -117/+285 |
| | | | | | | | | | | allowed in addition to any uninitialized variable, for consistency with how autovivification works elsewhere; add code to use the variable name as the name of the handle for simple variables, so that diagnostics report the handle: "... at - line 1, <$foo> line 10." p4raw-link: @3326 on //depot/perl: 853846ea710f8feaed8c98b358bdc8967dd522d2 p4raw-id: //depot/perl@4639 | ||||
* | pod nits | Gurusamy Sarathy | 1999-12-03 | 2 | -54/+55 |
| | | | p4raw-id: //depot/perl@4638 | ||||
* | change#4431 was flawed | Gurusamy Sarathy | 1999-12-03 | 1 | -3/+4 |
| | | | | | p4raw-link: @4431 on //depot/perl: 72b3d9b4e0eb3eb49735d998edaf49073f03375e p4raw-id: //depot/perl@4637 | ||||
* | pod embellishments from Nathan Torkington | Gurusamy Sarathy | 1999-12-03 | 2 | -28/+35 |
| | | | p4raw-id: //depot/perl@4636 | ||||
* | perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>) | Gurusamy Sarathy | 1999-12-03 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@4635 | ||||
* | test tweak for VMS (from Craig A. Berry) | Gurusamy Sarathy | 1999-12-03 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@4634 | ||||
* | patchls tweak from Andreas Koenig | Gurusamy Sarathy | 1999-12-03 | 1 | -2/+5 |
| | | | p4raw-id: //depot/perl@4633 | ||||
* | don't mess with the umask() | Gurusamy Sarathy | 1999-12-03 | 5 | -10/+0 |
| | | | p4raw-id: //depot/perl@4632 | ||||
* | support -a switch to append bytecode to an existing file and make | Gurusamy Sarathy | 1999-12-03 | 2 | -2/+13 |
| | | | | | perlcc use it (from Tom Hughes <tom@compton.nu>) p4raw-id: //depot/perl@4631 | ||||
* | document incompatible perl4 vec() vs bitwise ops interaction trap | Gurusamy Sarathy | 1999-12-03 | 1 | -0/+24 |
| | | | | | (from Tom Phoenix) p4raw-id: //depot/perl@4630 | ||||
* | use PerlIO abstraction rather than straight stdio (from | Gurusamy Sarathy | 1999-12-03 | 1 | -8/+18 |
| | | | | | Chip Salzenberg) p4raw-id: //depot/perl@4629 | ||||
* | avoid warning in IO::Select::exists() if socket doesn't exist | Gurusamy Sarathy | 1999-12-03 | 1 | -1/+3 |
| | | | p4raw-id: //depot/perl@4628 | ||||
* | two small patches from Peter Prymmer <pvhp@forte.com> | Gurusamy Sarathy | 1999-12-03 | 3 | -4/+5 |
| | | | p4raw-id: //depot/perl@4627 | ||||
* | implement /[:ascii:]/ on ebcdic machines | Peter Prymmer | 1999-12-03 | 1 | -0/+12 |
| | | | | | Message-Id: <199911260506.VAA17230@brio.forte.com> p4raw-id: //depot/perl@4626 | ||||
* | Windows build tweaks due to change#4623 | Gurusamy Sarathy | 1999-12-03 | 3 | -3/+16 |
| | | | | | p4raw-link: @4623 on //depot/perl: 9426adcd48655815b65cea5a9f1eebbe7e23a9df p4raw-id: //depot/perl@4625 | ||||
* | add missing file | Gurusamy Sarathy | 1999-12-03 | 1 | -0/+158 |
| | | | p4raw-id: //depot/perl@4624 | ||||
* | applied suggested patch; removed $VERSION = $VERSION hack | Ilya Zakharevich | 1999-12-03 | 26 | -73/+75 |
| | | | | | | | | | (change#4043 fixed the need for that) Message-Id: <199911160650.BAA18874@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] XSLoader.pm p4raw-link: @4043 on //depot/cfgperl: 09bef84370e90d727656ea11ba5ee8be80e361d3 p4raw-id: //depot/perl@4623 | ||||
* | revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>) | Gurusamy Sarathy | 1999-12-03 | 7 | -700/+131 |
| | | | | | p4raw-link: @4618 on //depot/perl: f9d9cdce9cbb41baf3d0716ebac8540732d59bf8 p4raw-id: //depot/perl@4622 | ||||
* | caveat about thread-safety of extensions | Gurusamy Sarathy | 1999-12-02 | 1 | -2/+10 |
| | | | p4raw-id: //depot/perl@4621 | ||||
* | XS documentation patches suggested by Ilya, severally adjusted | Gurusamy Sarathy | 1999-12-02 | 2 | -203/+670 |
| | | | p4raw-id: //depot/perl@4620 | ||||
* | re-add missing Unicode database master | Gurusamy Sarathy | 1999-12-02 | 1 | -0/+10617 |
| | | | p4raw-id: //depot/perl@4619 | ||||
* | applied suggested patch with prototype changes | Ilya Zakharevich | 1999-12-02 | 6 | -30/+700 |
| | | | | | | Message-Id: <199911240355.WAA23033@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] First char cognizance p4raw-id: //depot/perl@4618 | ||||
* | fixes for bugs in change#4586 and OS/2 pod tweak, from Ilya | Gurusamy Sarathy | 1999-12-02 | 3 | -16/+44 |
| | | | | | p4raw-link: @4586 on //depot/cfgperl: 6eb5f6b9f48454b7ad64225a5bab0de7fdff695c p4raw-id: //depot/perl@4617 | ||||
* | various documentation tweaks suggested by M. J. T. Guy | Gurusamy Sarathy | 1999-12-02 | 4 | -4/+11 |
| | | | p4raw-id: //depot/perl@4616 | ||||
* | various File::Glob fixes for DOSISH platforms | Paul Moore | 1999-12-02 | 9 | -33/+206 |
| | | | | | | Message-Id: <714DFA46B9BBD0119CD000805FC1F53BDC38E3@UKRUX002.rundc.uk.origin-it.com> Subject: File::Glob again. Final patch, honest! p4raw-id: //depot/perl@4615 | ||||
* | allow XSUBs and prototyped subroutines to be used with sort() (tweaked | Gurusamy Sarathy | 1999-12-02 | 4 | -60/+221 |
| | | | | | variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>) p4raw-id: //depot/perl@4614 | ||||
* | ignore yet another known scalar leak | Gurusamy Sarathy | 1999-12-02 | 1 | -1/+2 |
| | | | p4raw-id: //depot/perl@4613 | ||||
* | avoid potential stack extension bug in pp_unpack() (spotted by Ilya) | Gurusamy Sarathy | 1999-12-02 | 1 | -3/+4 |
| | | | p4raw-id: //depot/perl@4612 | ||||
* | a somewhat tweaked version of suggested patch | Ilya Zakharevich | 1999-12-02 | 1 | -10/+54 |
| | | | | | | Message-Id: <199910272257.SAA29928@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_62] Another round of pack/vec docs patches p4raw-id: //depot/perl@4611 | ||||
* | more accurate require() pseudocode (from James P. Williams | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+2 |
| | | | | | <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>) p4raw-id: //depot/perl@4610 | ||||
* | avoid "Callback called exit" error on intentional exit() | Gurusamy Sarathy | 1999-12-01 | 6 | -3/+14 |
| | | | p4raw-id: //depot/perl@4609 | ||||
* | find_byclass() prototype was incoherent | Gurusamy Sarathy | 1999-12-01 | 1 | -7/+4 |
| | | | p4raw-id: //depot/perl@4608 | ||||
* | better documentation for goto &NAME (from M. J. T. Guy) | Gurusamy Sarathy | 1999-12-01 | 1 | -7/+14 |
| | | | p4raw-id: //depot/perl@4607 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-12-01 | 214 | -1608/+4278 |
|\ | | | | | p4raw-id: //depot/perl@4606 | ||||
| * | Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>. | Jarkko Hietaniemi | 1999-11-22 | 2 | -4/+4 |
| | | | | | | p4raw-id: //depot/cfgperl@4598 | ||||
| * | Replace #4596 with the change done in 5.005_03. | Jarkko Hietaniemi | 1999-11-21 | 1 | -1/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@4597 | ||||
| * | Skip processing a file if the file to be opened is '-' | Jarkko Hietaniemi | 1999-11-21 | 1 | -1/+1 |
| | | | | | | | | | | (can happen in UNICOS) p4raw-id: //depot/cfgperl@4596 | ||||
| * | VMS patches from Peter Prymmer. | Jarkko Hietaniemi | 1999-11-21 | 5 | -166/+206 |
| | | | | | | p4raw-id: //depot/cfgperl@4595 | ||||
| * | The find_byclass prototype is already in proto.h. | Jarkko Hietaniemi | 1999-11-18 | 1 | -3/+0 |
| | | | | | | p4raw-id: //depot/cfgperl@4594 | ||||
| * | Regen Configure. | Jarkko Hietaniemi | 1999-11-16 | 5 | -19/+42 |
| | | | | | | p4raw-id: //depot/cfgperl@4592 | ||||
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-16 | 20 | -86/+1087 |
| |\ | | | | | | | p4raw-id: //depot/cfgperl@4591 | ||||
| * \ | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-15 | 15 | -153/+1145 |
| |\ \ | | | | | | | | | p4raw-id: //depot/cfgperl@4587 | ||||
| * | | | Ilya's "hopscotch" patch, reworked by Ilya to fit. | Jarkko Hietaniemi | 1999-11-14 | 5 | -331/+423 |
| | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4586 | ||||
| * | | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-14 | 16 | -65/+95 |
| |\ \ \ | | | | | | | | | | | p4raw-id: //depot/cfgperl@4582 | ||||
| * | | | | The separation of 64-bitness and largefileness continues | Jarkko Hietaniemi | 1999-11-14 | 6 | -893/+1028 |
| | | | | | | | | | | | | | | | | | | | | | | | | | (with a setback, see hpux.sh). p4raw-id: //depot/cfgperl@4581 | ||||
| * | | | | Another Unicode update. | Jarkko Hietaniemi | 1999-11-14 | 192 | -198/+2429 |
| | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4580 |