summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
| * | | | Change #4576 accidentally leaked also parts ofJarkko Hietaniemi1999-11-132-399/+64
| | | | | | | | | | | | | | | | | | | | | | | | | Ilya's patch that won't apply cleanly anymore. p4raw-id: //depot/cfgperl@4577
| * | | | Integrate with Sarathy.Jarkko Hietaniemi1999-11-137-291/+402
| |\ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4576
* | | | | | avoid PTR->IV cast warningsGurusamy Sarathy1999-12-013-3/+3
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@4605
* | | | | | email address changesGurusamy Sarathy1999-12-0117-19/+19
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@4604
* | | | | | minor USE_ITHREADS tweaksGurusamy Sarathy1999-12-019-45/+40
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@4603
* | | | | | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-0157-2616/+6880
| | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@4602
* | | | | | rudimentary support for remote debugging, from aeons ago (somewhatGraham TerMarsch1999-12-011-16/+50
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | modified) Message-ID: <35FAB38F.EA9AAC50@activestate.com> Subject: Re: Patches to perl5db.pl to allow for remote debugging p4raw-id: //depot/perl@4601
* | | | | | Document known limitations of fdopen() on some systems,Chip Salzenberg1999-11-191-2/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | as they apply to open() and sysopen(). p4raw-id: //depot/perl@4600
* | | | | | Undef printf before redirecting it to PerlIO_stdoutf.Chip Salzenberg1999-11-191-0/+1
| |_|_|_|/ |/| | | | | | | | | | | | | | | | | | | (Avoids an irritating warning when compiling with PerlIO.) p4raw-id: //depot/perl@4599
* | | | | Pod::Parser updates (v1.091) from Brad Appleton <bradapp@enteract.com>Gurusamy Sarathy1999-11-168-47/+888
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@4590
* | | | | add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-159-15/+91
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C<if (fork()) { print "parent" } else { print "child" }> works on Windows (incidentally running a cloned^2 interpreter :) p4raw-id: //depot/perl@4589