summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* spaceship and refsNicholas Clark2001-11-213-11/+42
| | | | | Message-ID: <20011120215951.U62891@plum.flirble.org> p4raw-id: //depot/perl@13147
* Try to clarify which I/O call operates on bytes,Jarkko Hietaniemi2001-11-211-71/+135
| | | | | which on characters, which on either. p4raw-id: //depot/perl@13146
* Give a simple example of writing PerlIO::Via handlersJarkko Hietaniemi2001-11-201-0/+52
| | | | | in Perl. p4raw-id: //depot/perl@13144
* Add test for Pod::LaTeX; re-sort MANIFEST.Jarkko Hietaniemi2001-11-202-7/+357
| | | p4raw-id: //depot/perl@13143
* Pod::LaTeX up to V0.54Tim Jenness2001-11-202-64/+203
| | | | | Message-ID: <Pine.LNX.4.33.0111201131060.22000-100000@lapaki> p4raw-id: //depot/perl@13142
* Spread d_procselfexe to far-off lands (undefined).Jarkko Hietaniemi2001-11-2014-4407/+4437
| | | p4raw-id: //depot/perl@13141
* Integrate perlio:Jarkko Hietaniemi2001-11-204-1495/+1544
|\ | | | | | | | | | | | | | | | | | | [ 13138] perl.c change to use HAS_PROCSELFEXE, also tweak to $^X test to comprehend full path to real executable being returned (like Cygwin as it happens...) p4raw-link: @13138 on //depot/perlio: 04fee9b5a11624a5e33d02ff7b7129631d312bd9 p4raw-id: //depot/perl@13140
| * perl.c change to use HAS_PROCSELFEXE, alsoNick Ing-Simmons2001-11-202-5/+29
| | | | | | | | | | | | tweak to $^X test to comprehend full path to real executable being returned (like Cygwin as it happens...) p4raw-id: //depot/perlio@13138
| * Integrate mainlineNick Ing-Simmons2001-11-2038-915/+1358
| |\ | | | | | | p4raw-id: //depot/perlio@13137
| * | Use /proc/self/exe to set $^X on linux (or anywhere newNick Ing-Simmons2001-11-192-1490/+1515
| | | | | | | | | | | | | | | Configure unit detects the feature). p4raw-id: //depot/perlio@13109
| * | Integrate mainlineNick Ing-Simmons2001-11-1941-1438/+1696
| |\ \ | | | | | | | | p4raw-id: //depot/perlio@13108
* | | | Really define do_report_used() only if DEBUGGING.Jarkko Hietaniemi2001-11-201-2/+3
| |_|/ |/| | | | | p4raw-id: //depot/perl@13139
* | | [?PATCH] terser pp_eqNicholas Clark2001-11-201-34/+25
| | | | | | | | | | | | | | | Message-ID: <20011119230901.O62891@plum.flirble.org> p4raw-id: //depot/perl@13136
* | | Pass 4 at perldelta - cleanup problems found by podchecker.Jarkko Hietaniemi2001-11-201-192/+180
| | | | | | | | | p4raw-id: //depot/perl@13135
* | | Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6Andy Dougherty2001-11-202-9/+4
| | | | | | | | | | | | | | | Message-ID: <Pine.SOL.4.10.10111201240270.15132-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@13134
* | | Re: [ID 20011117.127] Not OK: perl v5.7.2 +DEVEL13048 on i686-linux 2.4.15-pre6Andy Dougherty2001-11-201-4/+0
| | | | | | | | | | | | | | | Message-ID: <Pine.SOL.4.10.10111201106010.15104-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@13133
* | | Integrate change #13119 from macperl.Jarkko Hietaniemi2001-11-200-0/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (No changes since already applied the patch, just keep perforce happy and well-fed.) p4raw-link: @13119 on //depot/maint-5.6/macperl: 007690fd0ba883a465302d3cc1451bce084fe6ca p4raw-id: //depot/perl@13132 p4raw-integrated: from //depot/maint-5.6/macperl@13131 'ignore' lib/Pod/Html.pm (@11007..)
* | | filter-util.pl for Mac OSChris Nandor2001-11-201-0/+1
| | | | | | | | | | | | | | | Message-Id: <p0510030ab81f970e9c05@[10.0.1.177]> p4raw-id: //depot/perl@13131
* | | Portability fix for Pod::HtmlChris Nandor2001-11-201-2/+3
| | | | | | | | | | | | | | | Message-Id: <p05100307b81f92788846@[10.0.1.177]> p4raw-id: //depot/perl@13130
* | | Need to skip more tests if not perlio.Jarkko Hietaniemi2001-11-201-81/+81
| | | | | | | | | p4raw-id: //depot/perl@13129
* | | Pass 3 at perldelta - sort the lists of new modules,Jarkko Hietaniemi2001-11-201-561/+431
| | | | | | | | | | | | | | | module improvements, and new platforms. p4raw-id: //depot/perl@13128
* | | Document ${^OPEN}.Jarkko Hietaniemi2001-11-201-0/+6
| | | | | | | | | p4raw-id: //depot/perl@13127
* | | Upgrade to Text::Balanced 1.89.Jarkko Hietaniemi2001-11-2011-47/+183
| | | | | | | | | p4raw-id: //depot/perl@13118
* | | Upgrade to NEXT 0.50.Jarkko Hietaniemi2001-11-208-51/+350
| | | | | | | | | p4raw-id: //depot/perl@13117
* | | Update the README.threads scary header a bit.Jarkko Hietaniemi2001-11-201-8/+20
| | | | | | | | | p4raw-id: //depot/perl@13115
* | | Pass 2 at perldelta: add some changes since 5.7.2.Jarkko Hietaniemi2001-11-201-2/+82
| | | | | | | | | p4raw-id: //depot/perl@13114
* | | [DOC PATCH] perlfaq4.pod Tim Jenness2001-11-201-1/+4
| | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.33.0111191530180.5914-100000@lapaki> p4raw-id: //depot/perl@13113
* | | Extra diagnostics for -DP Michael G. Schwern2001-11-201-0/+5
| | | | | | | | | | | | | | | Message-ID: <20011119195311.I11883@blackrider> p4raw-id: //depot/perl@13112
* | | update of vms Makefile.SH analogPeter Prymmer2001-11-201-2/+5
| | | | | | | | | | | | | | | Message-ID: <OFE1F46859.B4E4C53A-ON85256B09.0078C420@55.25.11> p4raw-id: //depot/perl@13111
* | | Create a per-interpeter debug scratchpad containerJarkko Hietaniemi2001-11-206-5/+32
| | | | | | | | | | | | | | | and use that for the regexec debugging. p4raw-id: //depot/perl@13110
* | | sysseek tweak.Jarkko Hietaniemi2001-11-191-4/+9
| | | | | | | | | p4raw-id: //depot/perl@13107
* | | Move the sysio tests from io/utf8 to lib/open.Jarkko Hietaniemi2001-11-192-77/+100
| | | | | | | | | p4raw-id: //depot/perl@13106
* | | Thou shalt not mix stdio and sysio.Jarkko Hietaniemi2001-11-191-11/+13
| |/ |/| | | p4raw-id: //depot/perl@13104
* | Update Changes.Jarkko Hietaniemi2001-11-192-1/+364
| | | | | | p4raw-id: //depot/perl@13103
* | The runops_debug needs to be present always, otherwiseJarkko Hietaniemi2001-11-191-1/+0
| | | | | | | | | | | | | | places like AIX which need an explicit symbol export list will croak when trying to build Devel::Peek (which uses the runops_debug). p4raw-id: //depot/perl@13102
* | VMS specific cleanup and strictness for tie_sdbm.tPeter Prymmer2001-11-191-0/+8
| | | | | | | | | | Message-ID: <OF8BFCD922.9F513397-ON85256B09.005AAA90@55.25.11> p4raw-id: //depot/perl@13101
* | Retract #13088: it seems that unless dump.c is extensivelyJarkko Hietaniemi2001-11-193-1/+6
| | | | | | | | | | | | | | reorganized as to what symbols it shows, when, and to whom, we are stuck with having the dump.o symbols in the libperl and thusly in the main Perl binary. p4raw-id: //depot/perl@13100
* | The _uni_display should not be in dump.c since theyJarkko Hietaniemi2001-11-196-40/+38
| | | | | | | | | | are used under normal operation (S_not_a_number()). p4raw-id: //depot/perl@13099
* | Protect sv_dump() from being included unless DEBUGGING,Jarkko Hietaniemi2001-11-191-0/+4
| | | | | | | | | | as noticed by Ilya. p4raw-id: //depot/perl@13098
* | Pending further investigation skip the tell() tests.Jarkko Hietaniemi2001-11-191-25/+35
| | | | | | | | | | | | The tell() is okay on Solaris, HP-UX and Tru64, but fails (by returning too much) in Linux. p4raw-id: //depot/perl@13097
* | Retract #13082 until a better solution is found:Jarkko Hietaniemi2001-11-191-15/+5
| | | | | | | | | | statics break ithreads. p4raw-id: //depot/perl@13096
* | Figures 1 and 2 for UTF-8.Jarkko Hietaniemi2001-11-191-0/+25
| | | | | | p4raw-id: //depot/perl@13095
* | new warning "Useless use of sort in scalar context"Rafael Garcia-Suarez2001-11-193-0/+22
| | | | | | | | | | Message-ID: <20011119132645.A15034@rafael> p4raw-id: //depot/perl@13094
* | A little extra debugging outputMichael G. Schwern2001-11-191-12/+15
| | | | | | | | | | Message-ID: <20011119031112.E786@blackrider> p4raw-id: //depot/perl@13093
* | Double FETCH testMichael G. Schwern2001-11-192-0/+69
| | | | | | | | | | Message-ID: <20011119034256.I786@blackrider> p4raw-id: //depot/perl@13092
* | io_poll.t vms/test.com tweaksCraig A. Berry2001-11-192-2/+2
| | | | | | | | | | Message-Id: <a05101001b81db38899ea@[172.16.52.1]> p4raw-id: //depot/perl@13091
* | ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMakerDave Rolsky2001-11-191-9/+8
| | | | | | | | | | Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org> p4raw-id: //depot/perl@13090
* | ExtUtils::Install - use File::Spec instead of ExtUtils::MakeMakerDave Rolsky2001-11-191-6/+6
| | | | | | | | | | Message-ID: <Pine.LNX.4.40.0111190006040.4213-100000@urth.org> p4raw-id: //depot/perl@13089
* | The runops_dbg should not be needed.Jarkko Hietaniemi2001-11-194-25/+20
| | | | | | p4raw-id: //depot/perl@13088
* | do_spawn() cleanup from Charles Lane.Jarkko Hietaniemi2001-11-191-23/+18
| | | | | | p4raw-id: //depot/perl@13087