summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-1511-12/+59
|\ | | | | p4raw-id: //depot/cfgperl@4392
| * here be 5.005_62Gurusamy Sarathy1999-10-153-3/+31
| | | | | | p4raw-id: //depot/perl@4391
| * lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;Gurusamy Sarathy1999-10-154-5/+10
| | | | | | | | | | | | | | | | avoid tickling it in Pod::Man for now; other nits in Pod::* p4raw-link: @4081 on //depot/perl: cd06dffe59d60ee6a2fdd7c81f8cef42c7026b36 p4raw-id: //depot/perl@4390
| * disable internal globbing for miniperl (or build breaks outGurusamy Sarathy1999-10-154-4/+18
| | | | | | | | | | in a rash of failed dependencies) p4raw-id: //depot/perl@4389
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-157-88/+395
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4388
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-155-7/+249
| |\ | |/ |/| p4raw-id: //depot/perl@4387
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-1417-177/+238
|\ \ | | | | | | p4raw-id: //depot/cfgperl@4381
* | | Warn inside character classes about unknown backslash escapesJarkko Hietaniemi1999-10-144-7/+44
| | | | | | | | | | | | | | | | | | | | | (that are not caught earlier because of being completely unknown, such as \m), such as \z (because they make do sense inside regexen, but not inside character classes). p4raw-id: //depot/cfgperl@4380
| | * various little goofs in change#4385Gurusamy Sarathy1999-10-152-10/+11
| | | | | | | | | | | | | | | p4raw-link: @4385 on //depot/perl: 95136addeff6f7c87c13a96a62f5eaafb9bafdcf p4raw-id: //depot/perl@4386
| | * win32_*dir() cleanup; win32_readdir() iterates as necessaryGurusamy Sarathy1999-10-152-72/+101
| | | | | | | | | | | | | | | rather than win32_opendir() reading all files up front (untested) p4raw-id: //depot/perl@4385
| | * Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)Gurusamy Sarathy1999-10-152-6/+53
| | | | | | | | | p4raw-id: //depot/perl@4384
| | * include info about Perl Mongers in perlfaq2 (from David H. AdlerGurusamy Sarathy1999-10-151-2/+20
| | | | | | | | | | | | | | | <dha@panix.com>) p4raw-id: //depot/perl@4383
| | * Prevent "Out of memory" error in POSIX's strftime()Jan Dubois1999-10-151-9/+16
| |/ | | | | | | | | Message-ID: <380f61ae.18202914@smtprelay.t-online.de> p4raw-id: //depot/perl@4382
| * clarify significance of parens for "x" (from M.J.T. GuyGurusamy Sarathy1999-10-141-4/+5
| | | | | | | | | | <mjtg@cus.cam.ac.uk>) p4raw-id: //depot/perl@4379
| * make timelocal work better when time is close to the epochGurusamy Sarathy1999-10-141-1/+1
| | | | | | | | | | east of GMT (from Keiki SATOH <kki@wakusei.ne.jp>) p4raw-id: //depot/perl@4378
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-1412-440/+597
| |\ | |/ |/| p4raw-id: //depot/perl@4377
* | Warn about false ranges like \d-\w (see the change #4355).Jarkko Hietaniemi1999-10-145-319/+465
| | | | | | | | | | | | | | The invalid ranges (b-a) warning message also enhanced. p4raw-link: @4355 on //depot/cfgperl: 1209ba901e0b2880eea69ad70613848af5543517 p4raw-id: //depot/cfgperl@4374
* | Integrate with Sarathy.Jarkko Hietaniemi1999-10-132-19/+8
|\ \ | | | | | | p4raw-id: //depot/cfgperl@4371
* \ \ Integrate with Sarathy.Jarkko Hietaniemi1999-10-133-37/+98
|\ \ \ | | | | | | | | p4raw-id: //depot/cfgperl@4369
* | | | [ID 19991013.002] fix for 'perlop.pod' shipped with perl5.00503Vlad Harchev1999-10-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <Pine.LNX.4.10.9910131546580.3542-100000@localhost.localdomain> p4raw-id: //depot/cfgperl@4367
* | | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-1327-30/+1911
|\ \ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@4365
* | | | | [ID 19991012.002] Latest UnixWare7 (svr5.sh) hints fileMike Hopkirk (hops)1999-10-131-95/+100
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <199910130248.TAA14636@scoot.pdev.sco.com> p4raw-id: //depot/cfgperl@4363
* | | | | Add DB_File hint for SCO ODT.Mike Hopkirk1999-10-132-0/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2) Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com> p4raw-id: //depot/cfgperl@4362
* | | | | Revert the parts of #3926 that outlawed character rangesJarkko Hietaniemi1999-10-124-17/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | that have character classes such as \w as either endpoint. This change re-establishes the old behavior which meant that such ranges weren't really ranges, the "-" was literal. Moreover, this change also fixes the old behavior to be more consistent: [\w-.] and [\s-\w] worked, but [.-\w] didn't. Now they all do work as described above. The #3926 outlawed all of those. p4raw-id: //depot/cfgperl@4355
* | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-1233-302/+1212
|\ \ \ \ \ | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4354
* | | | | | Sparc Linux -Duseshrplib fix.Brian Jepson1999-10-111-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: Nick Ing-Simmons <nick@ing-simmons.net> cc: perl5-porters@perl.org Subject: Re: [ID 19990813.002] Can't build Perl 5.005_60 on SPARC/Linux with -Duseshrplib Message-ID: <Pine.LNX.4.10.9908201123570.5116-100000@cx384756-a.sking1.ri.home.com> p4raw-id: //depot/cfgperl@4347
* | | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-1129-365/+1548
|\ \ \ \ \ \ | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4342
* | | | | | | The 2.5th cut at the AIX C++ extension problems.Jarkko Hietaniemi1999-10-111-23/+9
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4341
| | | | | | * fix POPSTACK panics that ensued from bad interaction betweenGurusamy Sarathy1999-10-145-15/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | runlevels and stack of stacks (change#3988 done right); basically, we pop the runlevel if the stacklevel is not the same one we started the runlevel with p4raw-link: @3988 on //depot/perl: a7c6d24429ab2b6db54575a3bdc62c7ed9f881cf p4raw-id: //depot/perl@4376
| | | | | | * avoid warningsGurusamy Sarathy1999-10-141-83/+83
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@4375
| | | | | | * File::Glob fixes for WindowsGurusamy Sarathy1999-10-144-25/+61
| | | | | | | | | | | | | | | | | | | | | p4raw-id: //depot/perl@4373
| | | | | | * avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-149-50/+70
| | | | | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by an avoidable call to setjmp()) p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@4372
| | | | | * misc tweaksGurusamy Sarathy1999-10-132-19/+8
| | | | |/ | | | | | | | | | | p4raw-id: //depot/perl@4370
| | | | * pod nits from various perl portersGurusamy Sarathy1999-10-133-4/+61
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@4368
| | | | * typos and language goofs pointed out by Hugo van der SandenGurusamy Sarathy1999-10-132-33/+37
| | | |/ | | | | | | | | | | | | | | | | <hv@crypt.compulink.co.uk> p4raw-id: //depot/perl@4366
| | | * debugger tweak (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)Gurusamy Sarathy1999-10-131-1/+1
| | | | | | | | | | | | p4raw-id: //depot/perl@4364
| | | * PL_numeric_radix used without being defined (from IlyaGurusamy Sarathy1999-10-131-2/+0
| | | | | | | | | | | | | | | | | | | | Zakharevich) p4raw-id: //depot/perl@4361
| | | * use libdbm.nfs.a if available (libdbm.a is missing dbmclose())Mike Hopkirk1999-10-133-4/+9
| | | | | | | | | | | | | | | | | | | | | | | | Message-Id: <199910122016.aa18415@charmstr.pdev.sco.com> Subject: [ID 19991012.004] Build patch for perl5.005_03 on ODT3 ( 3.2v4.2) p4raw-id: //depot/perl@4360
| | | * various pod tweaks (from M.J.T. Guy <mjtg@cus.cam.ac.uk>)Gurusamy Sarathy1999-10-135-14/+24
| | | | | | | | | | | | p4raw-id: //depot/perl@4359
| | | * perldelta updatesGurusamy Sarathy1999-10-121-5/+11
| | | | | | | | | | | | p4raw-id: //depot/perl@4358
| | | * update perldelta for change#4356Gurusamy Sarathy1999-10-122-0/+55
| | | | | | | | | | | | | | | | | | | | p4raw-link: @4356 on //depot/perl: 72b166521443a1b89b0fed156fa8334cfab6e61b p4raw-id: //depot/perl@4357
| | | * add File::BSDGlob as File::Glob and load it at compile-timeGurusamy Sarathy1999-10-1216-4/+1811
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | if perl was built with -DPERL_INTERNAL_GLOB TODO: we currently get a compile-time failure if File/Glob.pm can't be found; such failure needs to be made to emit a warning and use the csh implementation instead p4raw-id: //depot/perl@4356
| | * apply parts of LynxOS patches from Alan JohnsonGurusamy Sarathy1999-10-125-7/+48
| | | | | | | | | | | | | | | <johnson@alonn.gemse.fr> p4raw-id: //depot/perl@4353
| | * allow any unpack specifier to take a count via '/'Gurusamy Sarathy1999-10-122-8/+23
| | | | | | | | | | | | | | | (from Ilya Zakharevich) p4raw-id: //depot/perl@4352
| | * avoid warningsGurusamy Sarathy1999-10-121-2/+4
| | | | | | | | | p4raw-id: //depot/perl@4351
| | * various cleanupsGurusamy Sarathy1999-10-1216-206/+545
| | | | | | | | | p4raw-id: //depot/perl@4350
| | * update Changes, patchlevel etc.Gurusamy Sarathy1999-10-128-42/+210
| | | | | | | | | p4raw-id: //depot/perl@4349
| | * add vec() example from Chaim Frenkel <chaimf@pobox.com>Gurusamy Sarathy1999-10-111-5/+175
| | | | | | | | | p4raw-id: //depot/perl@4348
| | * more pack/unpack documentation (from Ilya Zakharevich); changedGurusamy Sarathy1999-10-113-32/+95
| | | | | | | | | | | | | | | | | | the behavior of 'Z*' and 'Z3' to always pack a trailing null byte; changed documentation to suit; added test p4raw-id: //depot/perl@4346
| | * writing to perllocal.pod fails if it was never created;Gurusamy Sarathy1999-10-112-1/+4
| | | | | | | | | | | | | | | | | | tweak pseudo-hash example (both suggested by Michael G Schwern <schwern@pobox.com>) p4raw-id: //depot/perl@4345