summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Fix saving of STDOUT during system() in lib/perl5db.pl:Jason A. Smith1998-02-121-1/+1
| | | | | Subject: Perl debugger. p4raw-id: //depot/perl@501
* Integrate win32 into mainline.Malcolm Beattie1998-02-1122-344/+670
|\ | | | | p4raw-id: //depot/perl@496
| * [win32] fix opendir() problem on share namesGurusamy Sarathy1998-02-101-1/+4
| | | | | | | | | | | | Message-Id: <199802101828.NAA10420@aatma.engin.umich.edu> Subject: Re: BUG: opendir and UNC names on NT p4raw-id: //depot/win32/perl@494
| * [win32] enhancements to previous patch for XSUB OUTPUT argsGurusamy Sarathy1998-02-0915-274/+454
| | | | | | | | | | | | Message-Id: <199802090731.CAA04438@aatma.engin.umich.edu> Subject: Re: [PATCH] XSUB OUTPUT arguments and 'set' magic p4raw-id: //depot/win32/perl@492
| * [win32] don't share TARG unless -DUSE_BROKEN_PAD_RESETGurusamy Sarathy1998-02-091-5/+18
| | | | | | | | | | | | Message-Id: <199710300036.TAA01004@aatma.engin.umich.edu> Subject: [PATCH] Don't use broken pad_reset() (was Re: Perl bug in 5.004_03 ) p4raw-id: //depot/win32/perl@491
| * [win32] fix for bugs in handling DESTROY (adjusted test numbers)Gurusamy Sarathy1998-02-093-39/+87
| | | | | | | | | | | | Message-Id: <199801010030.TAA14274@aatma.engin.umich.edu> Subject: Re: [PERL] RFD: iterative DESTROYing of objects p4raw-id: //depot/win32/perl@490
| * [win32] ansify prototype for my_safemalloc(), avoid warningsGurusamy Sarathy1998-02-091-2/+5
| | | | | | p4raw-id: //depot/win32/perl@489
| * [win32] fix misapplied hunks in 5.004_58Gurusamy Sarathy1998-02-092-12/+12
| | | | | | | | | | | | Message-Id: <199802080718.CAA18115@aatma.engin.umich.edu> Subject: [PATCH] fixes for test failures in 5.004_58 p4raw-id: //depot/win32/perl@488
| * [win32] win32_utime() tweaks to avoid warningsGurusamy Sarathy1998-02-092-2/+8
| | | | | | p4raw-id: //depot/win32/perl@487
| * [win32] integrate mainline, plus a few small win32 enhancementsGurusamy Sarathy1998-02-0764-549/+1601
| |\ | |/ |/| | | | | | | | | - remove Win32::GetCurrentDirectory() - add Win32::Sleep() for compat - add smarter utime() from Jan Dubois, and export it as win32_utime() p4raw-id: //depot/win32/perl@486
* | Bump patchlevel to 58.Malcolm Beattie1998-02-061-1/+1
| | | | | | p4raw-id: //depot/perl@485
* | Fix up problem with gv.c from change 477.Malcolm Beattie1998-02-062-3/+12
| | | | | | | | | | Fix up Config.pm use in t/lib/ph.t from change 478. p4raw-id: //depot/perl@484
* | Integrate win32 branch into mainlineMalcolm Beattie1998-02-061-0/+9
|\ \ | |/ | | p4raw-id: //depot/perl@483
| * [win32] support win32_select(0,0,0,msec) (winsock doesn't)Gurusamy Sarathy1998-02-041-0/+8
| | | | | | p4raw-id: //depot/win32/perl@461
| * [win32] bug: win32_select() must StartSockets()Gurusamy Sarathy1998-02-041-0/+1
| | | | | | p4raw-id: //depot/win32/perl@460
* | lib/Fatal.pm missing from repositoryMalcolm Beattie1998-02-061-0/+157
| | | | | | p4raw-id: //depot/perl@482
* | Re: posix::strftime (core dumped)Andy Dougherty1998-02-066-14/+21
| | | | | | p4raw-id: //depot/perl@481
* | x2p/str.c was missing from list of changed files in change 466Malcolm Beattie1998-02-061-1/+1
| | | | | | p4raw-id: //depot/perl@480
* | Added t/lib/ph.t to MANIFESTMalcolm Beattie1998-02-061-0/+1
| | | | | | p4raw-id: //depot/perl@479
* | h2ph.PLKurt D. Starsinic1998-02-062-13/+266
| | | | | | p4raw-id: //depot/perl@478
* | Faster gv_fetchpv() for nested packagesMalcolm Beattie1998-02-061-10/+10
| | | | | | | | | | | | | | | | | | Date: 04 Feb 1998 14:49:46 +0100 From: Gisle Aas <gisle@aas.no> as modified by From: chip@atlantic.net Date: Wed, 4 Feb 1998 11:46:49 -0500 (EST) p4raw-id: //depot/perl@477
* | [PATCH] almost OK: perl 5.00457 on i386-freebsd-thread 3.0Jarkko Hietaniemi1998-02-063-126/+318
| | | | | | | | | | | | | | Date: Wed, 4 Feb 1998 12:59:47 +0200 (EET) Subject: Re: [PATCH] 5.004_04 and 5.004_57: Complex.pm and complex.t Date: Thu, 5 Feb 1998 18:08:20 +0200 (EET) p4raw-id: //depot/perl@476
* | nomemokGisle Aas1998-02-061-0/+16
| | | | | | p4raw-id: //depot/perl@475
* | Benchmark.pm: timethese corrupts $_Abigail1998-02-061-1/+3
| | | | | | p4raw-id: //depot/perl@474
* | adding the newSVpvn API functionMatthias Ulrich Neeracher1998-02-065-12/+38
| | | | | | p4raw-id: //depot/perl@473
* | Re: [PATCH] new hints/solaris2.sh (was Re: make check fails 17% of it's ↵Stephen Zander1998-02-061-25/+25
| | | | | | | | | | tests on Solaris...) p4raw-id: //depot/perl@472
* | Re: 5.004_04 vec() fails with 32-bit valuesM. J. T. Guy1998-02-063-3/+7
| | | | | | p4raw-id: //depot/perl@471
* | 5.004_56: Patch to Tie::Hash and docsIlya Zakharevich1998-02-067-24/+55
| | | | | | | | | | | | | | Date: Sun, 11 Jan 1998 20:34:05 -0500 (EST) Subject: 5.004_56: Patch to (?{}) quoting + cosmetic Date: Mon, 2 Feb 1998 01:28:46 -0500 (EST) p4raw-id: //depot/perl@470
* | Another Array.pm patchPaul Marquess1998-02-061-1/+1
| | | | | | p4raw-id: //depot/perl@469
* | documentation patch for 5.004_57Paul Marquess1998-02-061-2/+2
| | | | | | p4raw-id: //depot/perl@468
* | 5.004_56: patch for `use Fatal' againIlya Zakharevich1998-02-067-2/+87
| | | | | | p4raw-id: //depot/perl@467
* | Newer -DLEAKTEST patchIlya Zakharevich1998-02-0620-118/+239
| | | | | | p4raw-id: //depot/perl@466
* | More Chip patches (tweaked for _5x). The final one mentioned hereMalcolm Beattie1998-02-066-132/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (@ARGV with -i) actually went in at change 462 but I failed to add it to the change description: Subject: [PATCH] Fix typo: "FORM{,AT}LINE" Date: Sun, 11 Jan 1998 19:37:17 -0500 (EST) Subject: [PATCH] Fix for C<@x = my @y> Date: Sun, 11 Jan 1998 18:12:16 -0500 (EST) Subject: [PATCH] Fix SEGV on C<*glob{SCALAR,ARRAY}> Date: Thu, 5 Feb 1998 21:30:13 -0500 (EST) Subject: [PATCH] Allow last() to mean last Date: Thu, 5 Feb 1998 21:42:57 -0500 (EST) Subject: [PATCH] Consider @ARGV to be plain files if inplace (-i) Date: Wed, 4 Feb 1998 16:04:47 -0500 (EST) p4raw-id: //depot/perl@465
* | More Chip patches:Malcolm Beattie1998-02-063-9/+42
| | | | | | | | | | | | | | | | | | | | Subject: [PATCH] Fix SEGV from combining caller and C<package;> Date: Thu, 5 Feb 1998 21:47:50 -0500 (EST) Subject: [PATCH] Fix line numbers after here documents in eval STRING Date: Thu, 5 Feb 1998 21:50:08 -0500 (EST) Subject: [PATCH] Make recursive lexical analysis more robust Date: Thu, 5 Feb 1998 21:57:02 -0500 (EST) p4raw-id: //depot/perl@464
* | Some more Chip patches (tweaked to match _5x):Malcolm Beattie1998-02-064-8/+21
| | | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH] Fix empty BLOCK Date: Wed, 4 Feb 1998 16:52:28 -0500 (EST) Subject: [PATCH] fix (\@@) proto Date: Thu, 5 Feb 1998 10:24:29 -0500 (EST) Subject: [PATCH] Cope with lack of args in Fcntl::AUTOLOAD Date: Thu, 5 Feb 1998 21:26:55 -0500 (EST) Subject: [PATCH] Don't fold string comparison under C<use locale> Date: Thu, 5 Feb 1998 21:46:25 -0500 (EST) p4raw-id: //depot/perl@463
* | Some Chip patches (some tweaked to match _5x source):Chip Salzenberg1998-02-068-31/+57
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH] local leakage Date: Tue, 3 Feb 1998 09:16:50 -0500 (EST) Subject: [PATCH] NULs in patterns Date: Wed, 4 Feb 1998 01:33:51 -0500 (EST) Subject: [PATCH] Configure on PerlIO Date: Wed, 4 Feb 1998 01:38:43 -0500 (EST) Subject: [PATCH] Avoid core dump on package alias Date: Wed, 4 Feb 1998 15:38:42 -0500 (EST) Subject: [PATCH] Fix name of $Foo::{'Bar::'} Date: Wed, 4 Feb 1998 16:37:51 -0500 (EST) p4raw-id: //depot/perl@462
* | Replaced two occurrences of THREADSV(find_thread_sv(...)) (orderMalcolm Beattie1998-02-032-12/+3
| | | | | | | | | | | | of execution causes core dump if threadsvp is moved). Replaced lvalue occurrence of AvARRAY(av) with SvPVX(av) (former does cast). p4raw-id: //depot/perl@459
* | Fix up MANIFEST.Malcolm Beattie1998-02-031-4/+2
| | | | | | p4raw-id: //depot/perl@458
* | Integrate win32 into mainline. My last integration from ansiperlMalcolm Beattie1998-02-0359-862/+1376
|\ \ | |/ | | | | | | | | | | to the mainline was a dismal failure: I did -ay but meant -at. This should fix things now since win32 has already integrated all the necessary changes from ansiperl. p4raw-id: //depot/perl@457
| * [win32] Fix minor problems with non USE_THREADS build. win32 branchGurusamy Sarathy1998-02-032-0/+3
| | | | | | | | | | now looks 5.004_57-ready. p4raw-id: //depot/win32/perl@456
| * [win32] integrate mainlineGurusamy Sarathy1998-02-0318-68/+114
| |\ | |/ |/| p4raw-id: //depot/win32/perl@455
* | The new dec_osf.sh didn't work so the new glibpth and useshrplibMalcolm Beattie1998-02-021-5/+10
| | | | | | | | | | defaults have been commented out for now. p4raw-id: //depot/perl@454
* | Introduced thr->threadsvp and THREADSV() for faster per-threadMalcolm Beattie1998-02-0215-59/+91
| | | | | | | | | | | | | | variables. Moved threadnum to a per-interpreter variable and made dTHR and lock/unlock of sv_mutex bypass the get/lock unless more than one thread may be running. Minor tweaks to Thread.xs. p4raw-id: //depot/perl@453
* | Fix up MANIFEST to add missing filesMalcolm Beattie1998-01-301-0/+13
| | | | | | p4raw-id: //depot/perl@447
* | Bump patchlevel to 57.Malcolm Beattie1998-01-301-1/+1
| | | | | | p4raw-id: //depot/perl@446
* | Integrate ansi branch into mainline (resolve -ay).Malcolm Beattie1998-01-2713-0/+1153
|\ \ | | | | | | p4raw-id: //depot/perl@439
| | * [win32] remove totally egregious s/\\dir// in File::FindGurusamy Sarathy1998-02-021-4/+0
| | | | | | | | | p4raw-id: //depot/win32/perl@452
| | * [win32] fix htonlx typoGurusamy Sarathy1998-01-301-26/+26
| | | | | | | | | p4raw-id: //depot/win32/perl@448
| | * [win32] integrate winansiGurusamy Sarathy1998-01-308-22/+488
| | |\ | | |/ | |/| p4raw-id: //depot/win32/perl@440
| * | Gisle's av_unshift tweak, two small patches from chipNick Ing-Simmons1998-01-244-22/+29
| | | | | | | | | | | | | | | | | | and check for NULL in hv_delete in case '~' and tie magic are present p4raw-id: //depot/ansiperl@438