summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* With very high probability this 8-space wants to be a 1-tab.Jarkko Hietaniemi2002-07-161-1/+1
| | | p4raw-id: //depot/perl@17579
* Remove the extra warning since after it the right thingJarkko Hietaniemi2002-07-161-1/+0
| | | | | is attempted (and that gives a warning if necessary). p4raw-id: //depot/perl@17578
* [ID 20020716.001] RC3 pp_sys.c #ifdef usage wrongW.BRISCOE@ponl.com2002-07-161-5/+4
| | | | | Message-Id: <NXfa4c15-42476076@eur.ponl.com> p4raw-id: //depot/perl@17577
* sprintf: fix and docsHugo van der Sanden2002-07-162-49/+132
| | | | | Message-Id: <200207161501.g6GF1CN00635@crypt.compulink.co.uk> p4raw-id: //depot/perl@17576
* Regen toc.Jarkko Hietaniemi2002-07-161-32/+40
| | | p4raw-id: //depot/perl@17575
* Update Changes.Jarkko Hietaniemi2002-07-162-1/+188
| | | p4raw-id: //depot/perl@17574
* Mac OS X dyld problem: try more direct action first.Jarkko Hietaniemi2002-07-161-5/+7
| | | p4raw-id: //depot/perl@17573
* More explicit solution for the Mac OS X "dyld undefined symbols"Jarkko Hietaniemi2002-07-161-6/+31
| | | | | problem. p4raw-id: //depot/perl@17572
* Upgrade to Locale::Codes 2.06.Jarkko Hietaniemi2002-07-167-26/+49
| | | p4raw-id: //depot/perl@17571
* integrate a variant of change#17568 from maint-5.6 branch (theGurusamy Sarathy2002-07-1610-58/+53
| | | | | | | do_exec parts elided so that change is restricted strictly to windows; binary compatibility stubs not needed) p4raw-link: @17568 on //depot/maint-5.6/perl: 07691bcd6c6d7fd92f508fd5268e700370ea47c2 p4raw-id: //depot/perl@17570
* Integrate change #16844 from maint:Jarkko Hietaniemi2002-07-161-0/+40
| | | | | | | | | | | extension of change#16332: isolate signal diddling to the main interpreter (fixes signal-related races, e.g. when multiple threads run system()) p4raw-link: @16844 on //depot/maint-5.6/perl: 9bc2ac260e3c5ad531ff50393278b22d570db209 p4raw-link: @16332 on //depot/maint-5.6/perl: 9bf7742e23b67e3d7c671615795c570c51951513 p4raw-id: //depot/perl@17569 p4raw-integrated: from //depot/maint-5.6/perl@17567 'merge in' util.c (@16508..)
* integrate change#17566 from maint-5.6 branchGurusamy Sarathy2002-07-161-1/+24
| | | | | | | | | | | | | on windows, ensure child processes that get run via backticks get the right pipe handle at stdin/stdout; this is needed to make subprocesses see the correct standard handles such that backticks and piped open()s work when run from within GUI applications this also makes it possible to launch wperl.exe in backticks from within an application that has no std handles without a new blank console window popping up p4raw-link: @17566 on //depot/maint-5.6/perl: c7efefc2a43b65746e10207fe89bc47b7f7c27ea p4raw-id: //depot/perl@17567
* change#16528 merged the fix for my_popen() but missed my_popen_list()Gurusamy Sarathy2002-07-151-4/+8
| | | | | | | | | which had the same code (and bugs) duplicated; add changes#16329,16331 into my_popen_list() p4raw-link: @16528 on //depot/perl: b5ac89c3e91fc5e73ab09acd099240e5aaa213a5 p4raw-link: @16331 on //depot/maint-5.6/perl: 821302ef08e28e13ed846e63b71b1a8e0bd6e09a p4raw-link: @16329 on //depot/maint-5.6/perl: 5676c1b12073c1e0625a9800fba3bbcb4a2e99c8 p4raw-id: //depot/perl@17565
* add missing xref in ChangesGurusamy Sarathy2002-07-151-1/+1
| | | p4raw-id: //depot/perl@17564
* IRIX -O2 trick (needs verification from John P. Linderman)Jarkko Hietaniemi2002-07-151-5/+10
| | | p4raw-id: //depot/perl@17563
* Typo? in perlxstut.pod + PATCHJohn P. Linderman2002-07-151-1/+1
| | | | | | From: "John P. Linderman" <jpl@research.att.com> Message-Id: <200207151808.OAA53989@raptor.research.att.com> p4raw-id: //depot/perl@17562
* Split "Known problems" into "Known problems" (generic,Jarkko Hietaniemi2002-07-151-151/+153
| | | | | | or shared among several platforms) and "Platform Specific Problems". p4raw-id: //depot/perl@17561
* Clarify the PerlIO::scalar docs (suggested by ElizabethRafael Garcia-Suarez2002-07-151-1/+7
| | | | | Mattijsen.) p4raw-id: //depot/perl@17560
* Retract #17486: OS/2 didn't like it.Jarkko Hietaniemi2002-07-151-13/+0
| | | p4raw-id: //depot/perl@17559
* Add #!./perl, noticed by John Adams.Jarkko Hietaniemi2002-07-151-0/+2
| | | p4raw-id: //depot/perl@17558
* Regen toc.Jarkko Hietaniemi2002-07-151-9/+17
| | | p4raw-id: //depot/perl@17557
* Add a section on ithreads; rearrange the sections a bit.Jarkko Hietaniemi2002-07-151-39/+49
| | | p4raw-id: //depot/perl@17556
* Re: [PATCH] reinclude ODBM_File & NDBM_File in Cygwin buildYitzchak Scott-Thoennes2002-07-151-0/+11
| | | | | | | Message-ID: <CCwM9gzkg25T092yn@efn.org> Document which tests will fail. p4raw-id: //depot/perl@17555
* [ID 20020715.009] perl 5.8.0 RC3 incorrectly tests gcc version on Tru64 UNIX ↵Rainer Orth2002-07-151-4/+4
| | | | | | | | | V4.0F Message-Id: <5.8.0_22255_1026753561@rimsky> (also raise the gcc minimum to 2.95.3) p4raw-id: //depot/perl@17554
* configure.gnu wants to be executable, too.Jarkko Hietaniemi2002-07-151-0/+1
| | | p4raw-id: //depot/perl@17553
* DJGPP broke after 5.7.3, so that's good news.Jarkko Hietaniemi2002-07-151-1/+1
| | | p4raw-id: //depot/perl@17552
* Retract #17550: the build/test time warnings do notJarkko Hietaniemi2002-07-151-13/+0
| | | | | belong to perldelta, they belong to the announcement. p4raw-id: //depot/perl@17551
* (retracted by #17551)Jarkko Hietaniemi2002-07-151-0/+13
| | | | | | Copy the warnings about build and test times from the RC announcements to perldelta. p4raw-id: //depot/perl@17550
* Try to future proof the op/taint.Jarkko Hietaniemi2002-07-151-0/+2
| | | p4raw-id: //depot/perl@17549
* Squash "uninitialized" warning from gcc.Jarkko Hietaniemi2002-07-151-1/+1
| | | p4raw-id: //depot/perl@17548
* Update Changes.Jarkko Hietaniemi2002-07-152-0/+138
| | | p4raw-id: //depot/perl@17547
* Re: Core dump in perl_clone (even with 'use threads;' first) [PATCH]Tim Bunce2002-07-151-0/+6
| | | | | Message-ID: <20020715121454.F20682@dansat.data-plan.com> p4raw-id: //depot/perl@17546
* RC3: lib/constant.t #35Tatsuhiko Miyagawa2002-07-151-1/+1
| | | | | | | | Message-ID: <86adotwisn.wl@mail.edge.co.jp> Assuming " " in error messages does not work in Japanese, just skip the test (even the #34 is suspicious). p4raw-id: //depot/perl@17545
* Upgrade to podlators 1.23.Jarkko Hietaniemi2002-07-158-20/+54
| | | p4raw-id: //depot/perl@17544
* Say something about missing "Perl_get_sv".Jarkko Hietaniemi2002-07-151-0/+9
| | | p4raw-id: //depot/perl@17542
* Re: Regexp causes coredumpHugo van der Sanden2002-07-152-1/+2
| | | | | Message-Id: <200207150122.g6F1MZP31385@crypt.compulink.co.uk> p4raw-id: //depot/perl@17541
* Upgrade to Term::ANSIColor 1.05.Jarkko Hietaniemi2002-07-141-45/+46
| | | p4raw-id: //depot/perl@17540
* Test skip counter tweak from Craig Berry.Jarkko Hietaniemi2002-07-141-1/+1
| | | p4raw-id: //depot/perl@17539
* Re: [ID 20020713.008] %vd eats two argumentsHugo van der Sanden2002-07-142-9/+17
| | | | | Message-Id: <200207141800.g6EI0CA14256@crypt.compulink.co.uk> p4raw-id: //depot/perl@17538
* Unfortunately we have to downgrade the status of DJGPP.Jarkko Hietaniemi2002-07-142-4/+12
| | | p4raw-id: //depot/perl@17537
* I would say the long double support has matured enough.Jarkko Hietaniemi2002-07-141-12/+0
| | | p4raw-id: //depot/perl@17536
* The z/OS problems are dependent on the environment;Jarkko Hietaniemi2002-07-141-2/+3
| | | | | | Merijn Broeren didn't hit the pat.t crash. Now we only need to figure out what's different in the environments... p4raw-id: //depot/perl@17535
* perldelta didn't know of FreeBSD 4.6 readdir_r.Jarkko Hietaniemi2002-07-141-2/+2
| | | p4raw-id: //depot/perl@17534
* perldelta shuffling.Jarkko Hietaniemi2002-07-141-36/+36
| | | p4raw-id: //depot/perl@17533
* Document the Thread:: change.Jarkko Hietaniemi2002-07-141-1/+7
| | | p4raw-id: //depot/perl@17532
* Add a few new diagnostics.Jarkko Hietaniemi2002-07-141-9/+121
| | | p4raw-id: //depot/perl@17531
* Move the debugger changes from "diagnostics" to "fixes".Jarkko Hietaniemi2002-07-141-27/+27
| | | p4raw-id: //depot/perl@17530
* This is 5.8.0 RC3.Jarkko Hietaniemi2002-07-131-1/+0
| | | p4raw-id: //depot/perl@17527
* Update Changes.Jarkko Hietaniemi2002-07-132-2/+74
| | | p4raw-id: //depot/perl@17526
* Small pod nits.Jarkko Hietaniemi2002-07-134-11/+11
| | | p4raw-id: //depot/perl@17525