summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Update Changes.Jarkko Hietaniemi2001-01-132-1/+179
| | | p4raw-id: //depot/perl@8429
* Re: [PATCH: perl@8342] lib/bigfloat.t FAILED at test 351Peter Prymmer2001-01-132-2/+55
| | | | | | | Message-ID: <Pine.OSF.4.10.10101121623130.478096-100000@aspara.forte.com> Add a BEGIN guard for sloppy floating point division. p4raw-id: //depot/perl@8428
* The B::Terse drop-in replacement wasn't quite drop-in.Jarkko Hietaniemi2001-01-131-12/+129
| | | p4raw-id: //depot/perl@8427
* Use UVXf.Jarkko Hietaniemi2001-01-1216-7/+41
| | | p4raw-id: //depot/perl@8426
* -WformatRobin Barker2001-01-124-8/+9
| | | | | Message-Id: <200101122003.UAA29599@tempest.npl.co.uk> p4raw-id: //depot/perl@8425
* B::Concise -- an improved replacement for B::Terse Stephen McCamant2001-01-123-129/+825
| | | | | Message-ID: <14935.43597.962940.803717@soda.csua.berkeley.edu> p4raw-id: //depot/perl@8424
* Forgot the microperl config from the #8421.Jarkko Hietaniemi2001-01-122-0/+8
| | | p4raw-id: //depot/perl@8422
* Add sigprocmask() probe, regen Configure, regen toc.Jarkko Hietaniemi2001-01-1216-286/+108
| | | p4raw-id: //depot/perl@8421
* Add sockatmark() to the todo list.Jarkko Hietaniemi2001-01-121-0/+1
| | | p4raw-id: //depot/perl@8420
* Rename RETVAL_MAX to RETURN_UNLIMITED_NUMBER.Jarkko Hietaniemi2001-01-121-6/+6
| | | p4raw-id: //depot/perl@8419
* Re: [PATCH] [ID 20001223.002] lvalues in list contextRadu Greab2001-01-122-1/+10
| | | | | Message-ID: <14943.15321.515713.119805@ix.netsoft.ro> p4raw-id: //depot/perl@8418
* Consolidated lvalue sub changesStephen McCamant2001-01-1220-93/+271
| | | | | Message-ID: <14941.16925.736415.785818@soda.csua.berkeley.edu> p4raw-id: //depot/perl@8417
* RE: [PATCH] [ID 20001223.002] lvalues in list contextRichard Soderberg2001-01-121-4/+5
| | | | | | | | Message-ID: <NAEKLNAAHLMBPMPNBMLEAELDCKAA.rs@crystalflame.net> Replace 10000 with RETVAL_MAX, and compute RETVAL_MAX according to the platform. p4raw-id: //depot/perl@8416
* One more UTF-8 fix from Inaba Hiroto.Jarkko Hietaniemi2001-01-123-5/+15
| | | p4raw-id: //depot/perl@8415
* Mea culpa: I botched up Hugo's "Tw" bug fix when applying it.Jarkko Hietaniemi2001-01-121-2/+2
| | | p4raw-id: //depot/perl@8414
* [Patch perl@8375] pragma/subs.t ......FAILED tests 1-2 using Bison's parserRoca, Ignasi2001-01-121-1/+2
| | | | | Message-ID: <5930DC161690D2119667009027157547038123E1@madt009a.siemens.es> p4raw-id: //depot/perl@8413
* updates to posix-bc hints fileRoca, Ignasi2001-01-121-13/+72
| | | | | Message-ID: <5930DC161690D21196670090271575470384E3FC@madt009a.siemens.es> p4raw-id: //depot/perl@8412
* op/regmesg FAILED at test 33 on EBCDIC machinesRoca, Ignasi2001-01-121-1/+1
| | | | | Message-ID: <5930DC161690D211966700902715754703812F33@madt009a.siemens.es> p4raw-id: //depot/perl@8411
* Re: [ID 20010101.004] Not OK: perl v5.7.0 +DEVEL8268 on i586-linux-64int-ld ↵Nicholas Clark2001-01-121-0/+18
| | | | | | | 2.2.17-21mdk (UNINSTALLED) Message-ID: <20010107194714.B1048@plum.flirble.org> p4raw-id: //depot/perl@8410
* Integrate perlio:Jarkko Hietaniemi2001-01-122-2/+19
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 8408] Remove variables that were used in experiments. [ 8407] Catch die in %SIG handler and unblock the signal before re-dying. This make Linux work _without_ sigsetjmp(). Turn off sigsetjmp() to see what else it does. May need Configure probe for sigprocmask() if anything has sigaction() but not sigprocmask(). p4raw-link: @8408 on //depot/perlio: e86d18fb728c811dd6c2cb46964683c4547de3e7 p4raw-link: @8407 on //depot/perlio: 1b266415f383a85c93346bb15a7bdcac7f62eb77 p4raw-id: //depot/perl@8409
| * Remove variables that were used in experiments.Nick Ing-Simmons2001-01-111-2/+0
| | | | | | p4raw-id: //depot/perlio@8408
| * Catch die in %SIG handler and unblock the signal before re-dying.Nick Ing-Simmons2001-01-112-2/+21
| | | | | | | | | | | | | | | | This make Linux work _without_ sigsetjmp(). Turn off sigsetjmp() to see what else it does. May need Configure probe for sigprocmask() if anything has sigaction() but not sigprocmask(). p4raw-id: //depot/perlio@8407
| * Integrate mainlineNick Ing-Simmons2001-01-1110-12/+376
| |\ | |/ |/| p4raw-id: //depot/perlio@8406
* | Fix UTF-8 lval substr().Jarkko Hietaniemi2001-01-112-5/+140
| | | | | | p4raw-id: //depot/perl@8405
* | Update Changes.Jarkko Hietaniemi2001-01-112-2/+202
| | | | | | p4raw-id: //depot/perl@8404
* | Re: [ID 20001029.005] Regex error: "cd. (A. Tw)" !~ /\((\w\. \w+)\)/Hugo van der Sanden2001-01-112-1/+2
| | | | | | | | | | Message-Id: <200010300133.BAA10390@crypt.compulink.co.uk> p4raw-id: //depot/perl@8403
* | Integrate perlio:Jarkko Hietaniemi2001-01-112-3/+7
|\ \ | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 8401] Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK. (So Alan and Ilya can try setting via hints.) Verified Linux "works" with it true and fails to re-enable SIGINT if false. Restoring sigmask in Perl_sighandler() if handler dies is not equivalent; doing the save everywhere seems to restart read() correctly, but just doing it once "round" the handler does not. [ 8399] Safe fix for Simon's pclose() doing SvIVX of undef -> core bug. [ 8393] Back out Simon's pid hackery for now. [ 8371] Fix "scalars leaked" bugs caused by overload magic (Highlighted by Ilya's DESTROY optimization.) p4raw-link: @8401 on //depot/perlio: b03c0a3af9d8dc230dbf7f55955fdc7ce65f2403 p4raw-link: @8399 on //depot/perlio: 25d920232779109764865e51a54577792f1390e3 p4raw-link: @8393 on //depot/perlio: 245f541b6f35ec487dff355c77302d41b2c043a6 p4raw-link: @8371 on //depot/perlio: d460ef459c7692518f607c250b9843bea7e01dd6 p4raw-id: //depot/perl@8402
| * Allow control of 2nd arg to segsetjmp() via -DSCOPE_SAVES_SIGNAL_MASK.Nick Ing-Simmons2001-01-101-2/+6
| | | | | | | | | | | | | | | | | | (So Alan and Ilya can try setting via hints.) Verified Linux "works" with it true and fails to re-enable SIGINT if false. Restoring sigmask in Perl_sighandler() if handler dies is not equivalent; doing the save everywhere seems to restart read() correctly, but just doing it once "round" the handler does not. p4raw-id: //depot/perlio@8401
| * Safe fix for Simon's pclose() doing SvIVX of undef -> core bug.Nick Ing-Simmons2001-01-101-1/+1
| | | | | | p4raw-id: //depot/perlio@8399
* | Not defining PERL_PRESERVE_IVUV fixes only the op/inc problemJarkko Hietaniemi2001-01-101-1/+0
| | | | | | | | | | of IRIX, HP-UX is unaffected. p4raw-id: //depot/perl@8400
* | Add ReuseAddr as a (preferred) alias for Reuse as we knowJarkko Hietaniemi2001-01-101-2/+3
| | | | | | | | | | also have ReusePort. p4raw-id: //depot/perl@8398
* | add ReusePort option to IO::Socket::INET for better multicast support (resend)Jeremy D. Zawodny2001-01-101-0/+6
| | | | | | | | | | Message-ID: <20010110013813.B41744@yahoo-inc.com> p4raw-id: //depot/perl@8397
* | add SO_REUSEPORT to export list in Socket.pm for better multicast support ↵Jeremy D. Zawodny2001-01-101-0/+1
| | | | | | | | | | | | | | (resend) Message-ID: <20010110013732.A41744@yahoo-inc.com> p4raw-id: //depot/perl@8396
* | Test for bug id 20010105.016 (fixed by #8378).Jarkko Hietaniemi2001-01-101-1/+22
| | | | | | p4raw-id: //depot/perl@8395
* | Integrate perlio.Jarkko Hietaniemi2001-01-101-3/+1
|\ \ | |/ | | p4raw-id: //depot/perl@8394
| * Back out Simon's pid hackery for now.Nick Ing-Simmons2001-01-101-3/+1
| | | | | | p4raw-id: //depot/perlio@8393
| * Integrate mainline. (Builds but does not work - something broke pipes...)Nick Ing-Simmons2001-01-1028-208/+775
| |\ | |/ |/| p4raw-id: //depot/perlio@8392
* | Fix my_pclose segfaultSimon Cozens2001-01-101-1/+3
| | | | | | | | | | Message-ID: <20010110183934.A25640@pembro26.pmb.ox.ac.uk> p4raw-id: //depot/perl@8391
* | Opcode.XS, fix memory leakCharles Lane2001-01-101-0/+1
| | | | | | | | | | Message-Id: <010110132245.8129a@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@8390
* | Turn off the integer preservation for now.Jarkko Hietaniemi2001-01-101-2/+2
| | | | | | p4raw-id: //depot/perl@8389
* | Few more IDE/editor nits from p5p.Jarkko Hietaniemi2001-01-101-16/+18
| | | | | | p4raw-id: //depot/perl@8388
* | Re: [ID 20010109.003] Patch 8138 broke a test in libwwwJarkko Hietaniemi2001-01-101-18/+38
| | | | | | | | | | | | | | To: "Andreas J. Koenig" <andreas.koenig@anima.de> Date: Tue, 9 Jan 2001 23:16:02 +0000 Message-ID: <20010109231602.A81101@plum.flirble.org> p4raw-id: //depot/perl@8387
* | Test cases for #8385 (from Simon's "torture.pl")Jarkko Hietaniemi2001-01-101-1/+15
| | | | | | p4raw-id: //depot/perl@8386
* | Re: more UTF8 test suites and an UTF8 patchInaba Hiroto2001-01-101-6/+6
| | | | | | | | | | | | | | Message-Id: <10101100239.AA10002@tux0017.sdd.tokyo-sc.toshiba.co.jp> Some more UTF-8 tr cases fixed. p4raw-id: //depot/perl@8385
* | Allow the locale test needing POSIX and the taint testJarkko Hietaniemi2001-01-092-5/+21
| | | | | | | | | | | | needing IPC::SysV to run under 'minitest' (basically, bail out if loading the extension fails) p4raw-id: //depot/perl@8384
* | Remove FileHandle/IO dependence in t/io/openpid.tStephen McCamant2001-01-091-8/+5
| | | | | | | | | | Message-ID: <14939.33475.474459.147429@soda.csua.berkeley.edu> p4raw-id: //depot/perl@8383
* | save_delete(), err, SAVEDELETE() fixes from Charles Lane.Jarkko Hietaniemi2001-01-093-3/+3
| | | | | | | | | | Should finish up the bug id 20001205.022. p4raw-id: //depot/perl@8382
* | Re: [PATCH: perl@8342] comp/proto..........FAILED tests 112-123Andy Dougherty2001-01-091-1/+3
| | | | | | | | | | | | | | Message-ID: <Pine.SOL.4.10.10101091144440.13124-100000@maxwell.phys.lafayette.edu> More robust yacc/bison error detection. p4raw-id: //depot/perl@8381
* | make t/op/misc.t work on VMSCharles Lane2001-01-092-2/+5
| | | | | | | | | | Message-Id: <010109075323.91c8f@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@8380
* | [ID 20001230.003] UTF-8 tr still hurtsJarkko Hietaniemi2001-01-091-1/+93
| | | | | | | | | | | | | | Message-Id: <200012302057.WAA31168@alpha.hut.fi> The #8378 fixed this. p4raw-id: //depot/perl@8379