summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | | | | cloning the stack (part 1)Gurusamy Sarathy1999-11-154-39/+123
| |_|_|/ |/| | | | | | | p4raw-id: //depot/perl@4588
* | | | tweak for win32 buildGurusamy Sarathy1999-11-144-2/+8
| | | | | | | | | | | | p4raw-id: //depot/perl@4585
* | | | cosmetic tweaksGurusamy Sarathy1999-11-1412-149/+276
| | | | | | | | | | | | p4raw-id: //depot/perl@4584
* | | | fix problem pointer castsGurusamy Sarathy1999-11-143-2/+861
| |_|/ |/| | | | | p4raw-id: //depot/perl@4583
* | | sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-1412-57/+85
| | | | | | | | | | | | | | | | | | is due to regexps keeping non-constant data in their compiled structures) p4raw-id: //depot/perl@4579
* | | fix bug in change#4515 (STOP blocks now see @ARGV like the rest)Gurusamy Sarathy1999-11-144-8/+10
| |/ |/| | | | | | | p4raw-link: @4515 on //depot/perl: 4f25aa189c4a92535547c706ad37c13b7caee387 p4raw-id: //depot/perl@4578
* | typos in change#4561 and change#4565Gurusamy Sarathy1999-11-132-3/+2
| | | | | | | | | | | | p4raw-link: @4565 on //depot/cfgperl: 6688c047a9590c3f89dc0c1c9d684b235df668c4 p4raw-link: @4561 on //depot/cfgperl: 8bc9d5905854a266b70e2103e09a997741ac5d52 p4raw-id: //depot/perl@4575
* | revert non-kosher parts of change#4562 (sort order problemsGurusamy Sarathy1999-11-133-224/+1
| | | | | | | | | | | | | | | | | | | | should be ignored (on ebcdic) by fixing dumper.t/T() to sort result and expected lines; /[:ascii:]/ not working should be fixed, not ignored in regexp.t; result from sort should be fixed to be ascii portable on ebcdic, not ebcdic-specific) p4raw-link: @4562 on //depot/cfgperl: ee50adbe6978769b1ad873bd2be52593b054ff83 p4raw-id: //depot/perl@4574
* | integrate cfgperl changes into mainlineGurusamy Sarathy1999-11-13229-259/+1266
|\ \ | |/ | | p4raw-id: //depot/perl@4573
| * updates to README.vmsCraig A. Berry1999-11-131-13/+14
| | | | | | | | | | | | To: perl5-porters@perl.org, VMSPERL@perl.org Message-Id: <4.2.0.58.19991027105257.00addc10@mmtnt11.metamor.com> p4raw-id: //depot/cfgperl@4572
| * [5.005_62 PATCH] support link() on WinNT and NTFSJan Dubois1999-11-1313-14/+139
| | | | | | | | | | | | | | | | To: perl5-porters@perl.org, Perl-Win32-Porters@activestate.com Cc: Douglas Lankshear <dougl@activestate.com>, Gurusamy Sarathy <gsar@activestate.com> Message-ID: <382b5d24.10899522@smtprelay.t-online.de> p4raw-id: //depot/cfgperl@4571
| * makedef.pl goofIlya Zakharevich1999-11-131-1/+5
| | | | | | | | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199911090455.XAA25627@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4570
| * [DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatTextMichael G. Schwern1999-11-131-1/+3
| | | | | | | | | | | | | | To: perl5-porters@perl.org, pod-people@perl.org Cc: tchrist@mox.perl.com, gnat@frii.com Message-ID: <19991110172146.A23527@athens.aocn.com> p4raw-id: //depot/cfgperl@4569
| * DynaLoader_pm.PL patch (backslashes in strings)Paul Moore1999-11-131-1/+1
| | | | | | | | | | | | To: <perl5-porters@perl.org> Message-ID: <LPBBIIMJKJMPNOGHGLLCMEBFCAAA.gustav@morpheus.demon.co.uk> p4raw-id: //depot/cfgperl@4568
| * [ID 19991112.002] patch: Exporter.pm not reporting pathJD Laub1999-11-131-1/+2
| | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <199911121558.IAA08915@mocha.iasi.com> p4raw-id: //depot/cfgperl@4567