summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* make weak keyword check look for defined(&lock), notGurusamy Sarathy1999-12-041-0/+1
| | | | | merely defined(*lock) p4raw-id: //depot/perl@4643
* make eof() open ARGV if it isn't open already; also fixes bugGurusamy Sarathy1999-12-041-3/+21
| | | | | | where eof() would operate on any last-read filehandle, not just ARGV p4raw-id: //depot/perl@4642
* make uninitialized value warnings report opcodeGurusamy Sarathy1999-12-0423-92/+120
| | | p4raw-id: //depot/perl@4641
* provide explicit functions timegm_nocheck() and timelocal_nocheck()Gurusamy Sarathy1999-12-041-12/+23
| | | | | that don't do range checking p4raw-id: //depot/perl@4640
* better implementation of change#3326; open(local $foo,...) nowGurusamy Sarathy1999-12-044-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 nitsGurusamy Sarathy1999-12-032-54/+55
| | | p4raw-id: //depot/perl@4638
* change#4431 was flawedGurusamy Sarathy1999-12-031-3/+4
| | | | | p4raw-link: @4431 on //depot/perl: 72b3d9b4e0eb3eb49735d998edaf49073f03375e p4raw-id: //depot/perl@4637
* pod embellishments from Nathan TorkingtonGurusamy Sarathy1999-12-032-28/+35
| | | p4raw-id: //depot/perl@4636
* perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)Gurusamy Sarathy1999-12-031-1/+1
| | | p4raw-id: //depot/perl@4635
* test tweak for VMS (from Craig A. Berry)Gurusamy Sarathy1999-12-031-1/+1
| | | p4raw-id: //depot/perl@4634
* patchls tweak from Andreas KoenigGurusamy Sarathy1999-12-031-2/+5
| | | p4raw-id: //depot/perl@4633
* don't mess with the umask()Gurusamy Sarathy1999-12-035-10/+0
| | | p4raw-id: //depot/perl@4632
* support -a switch to append bytecode to an existing file and makeGurusamy Sarathy1999-12-032-2/+13
| | | | | perlcc use it (from Tom Hughes <tom@compton.nu>) p4raw-id: //depot/perl@4631
* document incompatible perl4 vec() vs bitwise ops interaction trapGurusamy Sarathy1999-12-031-0/+24
| | | | | (from Tom Phoenix) p4raw-id: //depot/perl@4630
* use PerlIO abstraction rather than straight stdio (fromGurusamy Sarathy1999-12-031-8/+18
| | | | | Chip Salzenberg) p4raw-id: //depot/perl@4629
* avoid warning in IO::Select::exists() if socket doesn't existGurusamy Sarathy1999-12-031-1/+3
| | | p4raw-id: //depot/perl@4628
* two small patches from Peter Prymmer <pvhp@forte.com>Gurusamy Sarathy1999-12-033-4/+5
| | | p4raw-id: //depot/perl@4627
* implement /[:ascii:]/ on ebcdic machinesPeter Prymmer1999-12-031-0/+12
| | | | | Message-Id: <199911260506.VAA17230@brio.forte.com> p4raw-id: //depot/perl@4626
* Windows build tweaks due to change#4623Gurusamy Sarathy1999-12-033-3/+16
| | | | | p4raw-link: @4623 on //depot/perl: 9426adcd48655815b65cea5a9f1eebbe7e23a9df p4raw-id: //depot/perl@4625
* add missing fileGurusamy Sarathy1999-12-031-0/+158
| | | p4raw-id: //depot/perl@4624
* applied suggested patch; removed $VERSION = $VERSION hackIlya Zakharevich1999-12-0326-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 Sarathy1999-12-037-700/+131
| | | | | p4raw-link: @4618 on //depot/perl: f9d9cdce9cbb41baf3d0716ebac8540732d59bf8 p4raw-id: //depot/perl@4622
* caveat about thread-safety of extensionsGurusamy Sarathy1999-12-021-2/+10
| | | p4raw-id: //depot/perl@4621
* XS documentation patches suggested by Ilya, severally adjustedGurusamy Sarathy1999-12-022-203/+670
| | | p4raw-id: //depot/perl@4620
* re-add missing Unicode database masterGurusamy Sarathy1999-12-021-0/+10617
| | | p4raw-id: //depot/perl@4619
* applied suggested patch with prototype changesIlya Zakharevich1999-12-026-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 IlyaGurusamy Sarathy1999-12-023-16/+44
| | | | | p4raw-link: @4586 on //depot/cfgperl: 6eb5f6b9f48454b7ad64225a5bab0de7fdff695c p4raw-id: //depot/perl@4617
* various documentation tweaks suggested by M. J. T. GuyGurusamy Sarathy1999-12-024-4/+11
| | | p4raw-id: //depot/perl@4616
* various File::Glob fixes for DOSISH platformsPaul Moore1999-12-029-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() (tweakedGurusamy Sarathy1999-12-024-60/+221
| | | | | variant of patch suggested by Peter Haworth <pmh@edison.ioppublishing.com>) p4raw-id: //depot/perl@4614
* ignore yet another known scalar leakGurusamy Sarathy1999-12-021-1/+2
| | | p4raw-id: //depot/perl@4613
* avoid potential stack extension bug in pp_unpack() (spotted by Ilya)Gurusamy Sarathy1999-12-021-3/+4
| | | p4raw-id: //depot/perl@4612
* a somewhat tweaked version of suggested patchIlya Zakharevich1999-12-021-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. WilliamsGurusamy Sarathy1999-12-011-1/+2
| | | | | <James.P.Williams@USAHQ.UnitedSpaceAlliance.com>) p4raw-id: //depot/perl@4610
* avoid "Callback called exit" error on intentional exit()Gurusamy Sarathy1999-12-016-3/+14
| | | p4raw-id: //depot/perl@4609
* find_byclass() prototype was incoherentGurusamy Sarathy1999-12-011-7/+4
| | | p4raw-id: //depot/perl@4608
* better documentation for goto &NAME (from M. J. T. Guy)Gurusamy Sarathy1999-12-011-7/+14
| | | p4raw-id: //depot/perl@4607
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-01214-1608/+4278
|\ | | | | p4raw-id: //depot/perl@4606
| * Small VMS nits from Craig A. Berry, <craig.berry@metamor.com>.Jarkko Hietaniemi1999-11-222-4/+4
| | | | | | p4raw-id: //depot/cfgperl@4598
| * Replace #4596 with the change done in 5.005_03.Jarkko Hietaniemi1999-11-211-1/+1
| | | | | | p4raw-id: //depot/cfgperl@4597
| * Skip processing a file if the file to be opened is '-'Jarkko Hietaniemi1999-11-211-1/+1
| | | | | | | | | | (can happen in UNICOS) p4raw-id: //depot/cfgperl@4596
| * VMS patches from Peter Prymmer.Jarkko Hietaniemi1999-11-215-166/+206
| | | | | | p4raw-id: //depot/cfgperl@4595
| * The find_byclass prototype is already in proto.h.Jarkko Hietaniemi1999-11-181-3/+0
| | | | | | p4raw-id: //depot/cfgperl@4594
| * Regen Configure.Jarkko Hietaniemi1999-11-165-19/+42
| | | | | | p4raw-id: //depot/cfgperl@4592
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-1620-86/+1087
| |\ | | | | | | p4raw-id: //depot/cfgperl@4591
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-11-1515-153/+1145
| |\ \ | | | | | | | | p4raw-id: //depot/cfgperl@4587
| * | | Ilya's "hopscotch" patch, reworked by Ilya to fit.Jarkko Hietaniemi1999-11-145-331/+423
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4586
| * | | Integrate with Sarathy.Jarkko Hietaniemi1999-11-1416-65/+95
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@4582
| * | | | The separation of 64-bitness and largefileness continuesJarkko Hietaniemi1999-11-146-893/+1028
| | | | | | | | | | | | | | | | | | | | | | | | | (with a setback, see hpux.sh). p4raw-id: //depot/cfgperl@4581
| * | | | Another Unicode update.Jarkko Hietaniemi1999-11-14192-198/+2429
| | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4580