summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* perl_mutex n/a if !USE_THREADSGurusamy Sarathy1999-10-191-1/+1
| | | p4raw-id: //depot/perl@4409
* added intro to source filters from Paul MarquessGurusamy Sarathy1999-10-183-0/+577
| | | p4raw-id: //depot/perl@4406
* missing manpagesGurusamy Sarathy1999-10-181-0/+2
| | | p4raw-id: //depot/perl@4405
* pod updates from Tom ChristiansenGurusamy Sarathy1999-10-183-160/+201
| | | p4raw-id: //depot/perl@4404
* PL_malloc_mutex needs to be global, not per-interpreterGurusamy Sarathy1999-10-175-8/+21
| | | | | (malloc.c has static data) p4raw-id: //depot/perl@4403
* support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS onGurusamy Sarathy1999-10-1711-237/+292
| | | | | windows p4raw-id: //depot/perl@4402
* serious bug introduced by G_VOID changes in 5.003_96: scalarGurusamy Sarathy1999-10-172-1/+8
| | | | | | eval"" did not pop stack correctly; C<$a = eval "(1,2)x1"> is one symptom of the problem p4raw-id: //depot/perl@4401
* remove FileHandle from list of PodParser dependencies (theGurusamy Sarathy1999-10-174-7/+7
| | | | | difference is 20 files vs 6 files loaded!) p4raw-id: //depot/perl@4400
* make installperl ignore RCS files (from Michael G SchwernGurusamy Sarathy1999-10-172-6/+8
| | | | | <schwern@pobox.com>) p4raw-id: //depot/perl@4398
* another bug in change#3386 (CATCH_SET wasn't reverted correctly)Gurusamy Sarathy1999-10-161-1/+1
| | | | | p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@4397
* assumption about @_ always being non-REAL doesn't hold whenGurusamy Sarathy1999-10-161-1/+7
| | | | | | debugger is running; DB::sub() can call arbitrary stuff that modifies @_ at will p4raw-id: //depot/perl@4395
* OS/2 support bits (from Ilya Zakharevich)Gurusamy Sarathy1999-10-164-5/+12
| | | p4raw-id: //depot/perl@4393
* 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 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