summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* Integrate from mainperl.Jarkko Hietaniemi1998-10-301-3/+6
|\ | | | | p4raw-id: //depot/cfgperl@2140
| * phase 1 of somewhat major rearrangement of PERL_OBJECT stuffGurusamy Sarathy1998-10-301-3/+6
| | | | | | | | | | | | | | | | | | | | (objpp.h is gone, embed.pl now does some of that); objXSUB.h should soon be automated also; the global variables that escaped the PL_foo conversion are now reined in; renamed MAGIC in regcomp.h to REG_MAGIC to avoid collision with the type of same name; duplicated lists of pp_things in various places is now gone; result has only been tested on win32 p4raw-id: //depot/perl@2133
* | EBCDIC Makefile.SH iteration converges. Hopefully.Jarkko Hietaniemi1998-10-291-1/+9
| | | | | | p4raw-id: //depot/cfgperl@2125
* | EBCDIC Makefile.SH tuneup.Jarkko Hietaniemi1998-10-291-29/+29
|/ | | p4raw-id: //depot/cfgperl@2124
* posix-bc doesn't want to regenerate a2p.h from a2p.y.Jarkko Hietaniemi1998-10-281-1/+11
| | | p4raw-id: //depot/cfgperl@2110
* a2p.y needs to generate also y.tab.h.Jarkko Hietaniemi1998-10-281-1/+1
| | | p4raw-id: //depot/cfgperl@2109
* Also posix-bc wants to reyacc.Jarkko Hietaniemi1998-10-261-1/+1
| | | p4raw-id: //depot/cfgperl@2094
* #2026 fallout.Jarkko Hietaniemi1998-10-201-0/+1
| | | p4raw-id: //depot/cfgperl@2027
* VM/ESA update.Jarkko Hietaniemi1998-10-201-0/+6
| | | p4raw-id: //depot/cfgperl@2026
* Make #2012 glob pattern more portable.Jarkko Hietaniemi1998-10-191-1/+1
| | | p4raw-id: //depot/cfgperl@2016
* clean numbered core dumps and t/tmp[0-9]*.Jarkko Hietaniemi1998-10-171-1/+1
| | | p4raw-id: //depot/cfgperl@2012
* check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-0/+1
| | | | | p4raw-link: @1964 on //depot/confperl: 2d85315bb227e0962a693eaaadc3f40ca2fbf49b p4raw-id: //depot/cfgperl@1971
* Cumulative OS/2-related patchIlya Zakharevich1998-10-061-1/+1
| | | | | Message-Id: <199810050637.CAA07781@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1930
* remove spurious unused conflicting globals (PL_yy{v,s}sp)Gurusamy Sarathy1998-10-061-2/+0
| | | p4raw-id: //depot/perl@1924
* os390 fixes (suggested by Peter Prymmer)Gurusamy Sarathy1998-10-021-1/+16
| | | p4raw-id: //depot/perl@1921
* tweak run_byacc recipeGurusamy Sarathy1998-10-021-1/+1
| | | p4raw-id: //depot/perl@1901
* big Configure update from Jarkko: sync metaconfig units; d_statblks fixGurusamy Sarathy1998-09-251-0/+55
| | | | | | | | | | | | | | | | | for Linux; hpux CMA-threads hints; ELF support for FreeBSD; beginnings of full-fledged 64-bit support (including support for: fseeko/ftello, Quad_t aka long long, hpux and irix 64-bits hints, new 64-bit constants in Fcntl) From: Jarkko Hietaniemi <jhi@iki.fi> Date: Fri, 11 Sep 1998 23:56:11 +0300 (EET DST) Message-Id: <199809112056.XAA04720@alpha.hut.fi> Subject: [PATCH] 5.005_51: Configure "Massive Attack" -- From: Jarkko Hietaniemi <jhi@cc.hut.fi> Date: 12 Sep 1998 09:44:25 +0300 Message-ID: <oeeaf45bzjq.fsf@alpha.hut.fi> Subject: Re: [PATCH] 5.005_51: Configure "Massive Attack" p4raw-id: //depot/perl@1889
* 5.004_50 or 5.005_02: get rid of interp.sym because not even AIX needs itJarkko Hietaniemi1998-09-231-0/+1
| | | | | Message-Id: <199808121941.WAA06263@alpha.hut.fi> p4raw-id: //depot/perl@1826
* lexical warnings; tweaks to places that didn't apply correctlyPaul Marquess1998-08-091-1/+3
| | | | | | Message-Id: <9807290828.AA26286@claudius.bfsec.bt.co.uk> Subject: lexical warnings patch for 5.005_50 p4raw-id: //depot/perl@1773
* Here are the long-expected Unicode/UTF-8 modifications.Larry Wall1998-07-241-3/+6
| | | p4raw-id: //depot/utfperl@1651
* make install failsNorton T. Allen1998-07-191-0/+1
| | | | | Message-Id: <199807171637.MAA24830@bottesini.harvard.edu> p4raw-id: //depot/perl@1561
* remove possibly unwritable lib/re.pm before overwriteLarry Wall1998-07-191-0/+1
| | | | | | Message-Id: <199807152126.OAA04623@wall.org> Subject: Re: bug encountered building perl5.005beta1 p4raw-id: //depot/perl@1544
* small tweaks from Jarkko Hietaniemi <jhi@cc.hut.fi>Gurusamy Sarathy1998-07-121-2/+3
| | | p4raw-id: //depot/perl@1457
* generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVSJarkko Hietaniemi1998-07-121-5/+9
| | | | | | Message-Id: <199807111451.RAA27010@alpha.hut.fi> Subject: M3 "generic" parts p4raw-id: //depot/perl@1451
* make lib/re.pm a prereq for minitestGurusamy Sarathy1998-07-111-1/+1
| | | p4raw-id: //depot/perl@1414
* add patch for C<use re 'debug'>Ilya Zakharevich1998-07-081-1/+4
| | | | | | Message-Id: <199807070224.WAA10318@monk.mps.ohio-state.edu> Subject: Re: _70 and Devel::RE p4raw-id: //depot/perl@1371
* suggest 'make test' after makeGurusamy Sarathy1998-07-081-1/+2
| | | p4raw-id: //depot/perl@1369
* Add elc target to to makefileIlya Zakharevich1998-07-041-1/+6
| | | | | Message-Id: <199807030102.VAA26813@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1300
* add perlbug -F switch to save message to fileHugo van der Sanden1998-07-041-0/+3
| | | | | | Message-Id: <l03130301b1c03a649e45@[194.222.64.89]> Subject: Re: [PATCH 5.004_69] perlbug -fok p4raw-id: //depot/perl@1294
* tweak various places for iperlsys.h awarenessGurusamy Sarathy1998-06-281-1/+1
| | | p4raw-id: //depot/perl@1232
* don't suppress display of Makefile recipes that invoke perlGurusamy Sarathy1998-06-251-2/+2
| | | p4raw-id: //depot/perl@1217
* add patch that generates regnodes.h via regcomp.plIlya Zakharevich1998-06-221-0/+2
| | | | | | Message-Id: <199806212038.QAA29797@monk.mps.ohio-state.edu> Subject: [PATCH 5.004_67] regcomp.h regnodes cleanup p4raw-id: //depot/perl@1188
* applied patch, modified logic to avoid reentering lexer at compile-timeGraham Barr1998-06-211-8/+18
| | | | | | Message-ID: <19980619113104.S9711@asic.sc.ti.com> Subject: Re: [PATCH perl5.004_67] Add Errno in ext/ p4raw-id: //depot/perl@1173
* fix Makefile.SH typoGurusamy Sarathy1998-06-181-1/+1
| | | p4raw-id: //depot/perl@1140
* 5.004_67 nigglesGurusamy Sarathy1998-06-171-1/+1
| | | p4raw-id: //depot/perl@1139
* Makefile.SH problem on dos/djgppLaszlo Molnar1998-06-111-1/+1
| | | | | Message-ID: <19980610005325.D162@cdata.tvnet.hu> p4raw-id: //depot/perl@1115
* [win32] merge changes#1014,1038 from maintbranchGurusamy Sarathy1998-05-291-2/+5
| | | | | | p4raw-link: @1038 on //depot/maint-5.004/perl: c3cf4c2be38f0215f451c3dd6cb13089e5f2329f p4raw-link: @1014 on //depot/maint-5.004/perl: d14230f9721c31ac6e9e2fdb706c7fc95118b4e6 p4raw-id: //depot/win32/perl@1052
* [win32] integrate mainlineGurusamy Sarathy1998-05-141-24/+52
| | | p4raw-id: //depot/win32/perl@973
* Re: [PATCH] 5.004_61: Makefile.SH (Re: 5.004_61: annoyingly missing patch)Jarkko Hietaniemi1998-03-051-1/+2
| | | p4raw-id: //depot/perl@775
* 5.004_61: Makefile.SH: 'ok' target needs perlbug...Jarkko Hietaniemi1998-03-051-1/+1
| | | p4raw-id: //depot/perl@772
* Config_60-03-04.diff patch for 5.004_60Andy Dougherty1998-02-271-2/+2
| | | p4raw-id: //depot/perl@592
* More compiler tweaks.Malcolm Beattie1998-02-251-3/+4
| | | p4raw-id: //depot/perl@585
* HP-UX hints and AIX global.sym changes (with Makefile.SH rule)Jarkko Hietaniemi1998-02-251-1/+6
| | | | | | | | Subject: [PATCH] 5.004_60: AIX: global.sym and Makefile.SH Date: Sat, 21 Feb 1998 15:26:19 +0200 (EET) Subject: Re: your HP-UX perl patch Date: Mon, 23 Feb 1998 23:14:37 +0200 (EET) p4raw-id: //depot/perl@579
* Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-6/+5
| | | p4raw-id: //depot/perl@575
* Start getting compiler to work when built with the core.Malcolm Beattie1998-02-201-1/+5
| | | | | [Still won't work as of this change.] p4raw-id: //depot/perl@563
* Major changes to the DOS/djgpp port (including threading):Molnar Laszlo1997-12-171-1/+1
| | | | | Subject: Re: dos-djgpp port not in perl 5.004_54 p4raw-id: //depot/perl@373
* Emacs/tags update:Ilya Zakharevich1997-11-251-0/+3
| | | | | Subject: Emacs/tags update for 5.004_54 p4raw-id: //depot/perl@287
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-161-14/+25
|\ | | | | p4raw-id: //depot/perl@137
| * Maintenance 5.004_04 changesTim Bunce1997-10-151-14/+25
| |\ | | | | | | p4raw-id: //depot/maint-5.004/perl@128
| | * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-051-14/+25
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [editor's note: this one imported like a charm!] TESTS - Subject: Improve pragma/locale test 102 - and don't fail, just warn From: Jarkko Hietaniemi <jhi@anna.in-berlin.de> Files: t/pragma/locale.t Subject: Invalid test output in t/op/taint.t in trial 1 From: Dan Sugalski <sugalsd@lbcc.cc.or.us> Files: t/op/taint.t t/op/taint.t prints out invalid ok messages for tests it skips. Rather than printing "ok 136" it prints "136 ok". p5p-msgid: 3.0.3.32.19970919160918.00857a50@stargate.lbcc.cc.or.us UTILITIES - Subject: Perldoc tiny patch to avoid $0 From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: utils/perldoc.PL Msg-ID: 199709122141.RAA16846@monk.mps.ohio-state.edu (applied based on p5p patch as commit 0b166b6635cf199f072db516b2a523ee659394d5) Subject: h2ph broken in 5.004_02 From: David Mazieres <dm@reeducation-labor.lcs.mit.edu> Files: utils/h2ph.PL Msg-ID: 199708201700.KAA02621@www.chapin.edu (applied based on p5p patch as commit 4a8e146e38ec2045f1f817a7cb578e1b1f80f39f) Subject: add key_t caddr_t to h2ph From: Tony Sanders <sanders@bsdi.com> Files: eg/sysvipc/ipcsem utils/h2ph.PL Msg-ID: 199708272301.RAA12803@austin.bsdi.com (applied based on p5p patch as commit 0806a92ffc3a74ca70aa81051cdf2a306cd0a8af) Subject: perldoc search ., lib and blib/* if -f 'Makefile.PL' From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc finds wrong pod2man (from perldoc source) # We must look both in @INC for library modules and in PATH # for executables, like h2xs or perldoc itself. Unfortunately, searching PATH for installed perl executables like pod2man is INCORRECT. perldoc should start by searching the directory it was executed from, which might not be in the PATH at all. Credited: Joseph "Moof-in'" Hall <joseph@cscaper.com> p5p-msgid: 199708251732.KAA19299@gadget.cscaper.com Subject: 5.004m4t1: perlbug: NIS domainname gets into wrong places From: Andreas J. Koenig <koenig@anna.mind.de> Files: utils/perlbug.PL Msg-ID: sfcg1qy38as.fsf@anna.in-berlin.de (applied based on p5p patch as commit 41f926b844140b7f7eaa9302113e45df3a9f9ff4) Subject: add better local patch info to perlbug From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perlbug.PL Subject: perldoc - suggest modules if requested module not found From: Anthony David <adavid@netinfo.com.au> Files: utils/perldoc.PL private-msgid: 3439CD83.6969@netinfo.com.au Subject: perldoc mail::foo tries to read binary /usr/ucb/mail From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc weirdness perldoc mail::imap yields: {joseph}:79% perldoc mail::foo can't open /usr/ucb/mail: Permission denied at ./pod2man line 362. Credited: Joseph "Moof-in'" Hall <joseph@cscaper.com> p5p-msgid: 199710082014.NAA00808@gadget.cscaper.com Subject: perldoc -f setpwent (for example) returns no descriptive text From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc diffs: don't search auto - much faster From: "Joseph N. Hall" <joseph@5sigma.com> Files: utils/perldoc.PL Msg-ID: MailDrop1.2d7dPPC.971012211957@screechy.cscaper.com (applied based on p5p patch as commit 62b753c6ae4ab9bf22fbb6ec7ceac820bcef8fe4)