summaryrefslogtreecommitdiff
path: root/Makefile.SH
Commit message (Collapse)AuthorAgeFilesLines
* Remove unused "squatter" symbols; regen Configure.Jarkko Hietaniemi1999-10-271-0/+4
| | | p4raw-id: //depot/cfgperl@4472
* install all README.foo with pod content as podfoo.podGurusamy Sarathy1999-10-241-3/+12
| | | p4raw-id: //depot/perl@4431
* disable optimizing troublesome ops in change#3612Gurusamy Sarathy1999-10-201-1/+1
| | | | | | | (from Ilya Zakharevich) p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e p4raw-id: //depot/perl@4415
* disable internal globbing for miniperl (or build breaks outGurusamy Sarathy1999-10-151-2/+6
| | | | | in a rash of failed dependencies) p4raw-id: //depot/perl@4389
* avoid doing irrelevant things on 'make perl'Gurusamy Sarathy1999-10-031-3/+3
| | | p4raw-id: //depot/perl@4295
* Re: _58, _61 Argument "" is not numeric in sprintfIlya Zakharevich1999-09-301-0/+3
| | | | | | | To: Gurusamy Sarathy <gsar@activestate.com> Cc: Barrie Slaymaker <barries@slaysys.com>, perl5-porters@perl.org Message-ID: <19990929185823.A22099@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4256
* Cleanup cleanup.Jarkko Hietaniemi1999-09-221-1/+1
| | | p4raw-id: //depot/cfgperl@4219
* sub : attrlistSpider Boardman1999-08-291-3/+4
| | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-Id: <199908290702.DAA32191@Orb.Nashua.NH.US> p4raw-id: //depot/cfgperl@4043
* Rename warning to warnings, from Paul Marquess.Jarkko Hietaniemi1999-08-291-3/+3
| | | p4raw-id: //depot/cfgperl@4038
* Remove more t/ trash on target "clean".Jarkko Hietaniemi1999-08-131-1/+1
| | | p4raw-id: //depot/cfgperl@3985
* Clarify RE engine code; inline a static function to a macro;Ilya Zakharevich1999-08-031-0/+1
| | | | | | | | make exact string nodes smaller. To: perl5-porters@perl.org (Mailing list Perl5) Subject: [PATCH 5.005_60] Cosmetic change to REx engine Message-Id: <199908030153.VAA10542@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3908
* Removing so_locations once is enough.Jarkko Hietaniemi1999-08-011-1/+1
| | | p4raw-id: //depot/cfgperl@3866
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-1/+11
| | | p4raw-id: //depot/cfgperl@3864
* AIX tweak, need reported by David R. Fravor <dfavor@austin.ibm.com>Jarkko Hietaniemi1999-07-291-1/+1
| | | p4raw-id: //depot/cfgperl@3834
* Back out #3735. Needs more work.Jarkko Hietaniemi1999-07-261-61/+34
| | | p4raw-id: //depot/cfgperl@3770
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-261-1/+0
|\ | | | | p4raw-id: //depot/cfgperl@3769
| * allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-261-1/+0
| | | | | | | | | | | | | | foo()->()); rework grammar to remove conflicts Message-ID: <14232.54970.771570.548676@alias-2.pr.mcs.net> Subject: [PATCH _57, long] Re: optional arrow asymmetry p4raw-id: //depot/perl@3767
* | Use $< instead of $*.c in *perlmain.o rules.Jarkko Hietaniemi1999-07-261-5/+5
|/ | | p4raw-id: //depot/cfgperl@3766
* Back up a tiny bit from #3735.Jarkko Hietaniemi1999-07-251-7/+0
| | | | | | This may break builds outside the source directory but then again, they do not work that ell yet anyway. p4raw-id: //depot/cfgperl@3750
* First steps of making builds outside the sourceJarkko Hietaniemi1999-07-251-29/+63
| | | | | | | | directory possible. These should get us as far as miniperl, then building DynaLoader falls into tiny twinkling pieces as MakeMaker knows nothing of VPATH mindset. p4raw-id: //depot/cfgperl@3735
* Introduce $Config{ldlibpthname} which containsJarkko Hietaniemi1999-07-231-16/+19
| | | | | | | | | the name of the environment variable holding the dynamic library search path, often LD_LIBRARY_PATH. Use this new feature all over. Also removed remnants of admonition "add LD_LIBRARY_PATH before running make" because Makefile.SH does this for you. p4raw-id: //depot/cfgperl@3725
* AIX magic: ccdlflags needs to be different forMike W Ellwood1999-07-221-0/+4
| | | | | | | | | | | Perl itself and for extra-core extensions (as used by ExtUtilss::embed::ldopts). Based on the problems described in To: perl5-porters@perl.org Subject: [ID 19990722.002] Perl 5.00503 and AIX 4.1.5; perl.exp; build errors. Also Imagemagick... Reply-To: m.w.ellwood@rl.ac.uk Message-Id: <Pine.A41.3.96.990722141209.72660V-100000@unixfe.rl.ac.uk> p4raw-id: //depot/cfgperl@3720
* Fixed AIX dynamic loading and AIX shared Perl library.Jarkko Hietaniemi1999-07-141-19/+58
| | | | | | | | | | | Tested in: AIX 4.1.5 cc+useshrplib+usethreads, 4.1.5 cc, 4.1.5 gcc+useshrplib+usethreads, 4.3.1 cc+useshrplib. Hijacked win32/makedef.pl for more general purpose export list building, now it is used (as toplevel makedef.pl) for win32 and AIX (perl_exp.SH made unnecessary). Because the export lists are now correct in AIX, no more linker warnings about "Exported symbol not defined" should appear. p4raw-id: //depot/cfgperl@3673
* [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]Andy Dougherty1999-07-061-2/+3
| | | | | Message-Id: <Pine.GSU.4.05.9906171204580.937-100000@newton.phys> p4raw-id: //depot/perl@3626
* [ID 19990613.003 linklibperl set incorrectly in Makefile.SH for OpenBSD]Todd C. Miller1999-07-061-1/+1
| | | | | Message-Id: <199906132346.RAA26632@xerxes.courtesan.com> p4raw-id: //depot/perl@3615
* Integrate with mainperl.Jarkko Hietaniemi1999-07-051-1/+1
|\ | | | | p4raw-id: //depot/cfgperl@3585
| * cygwin32 updateFifer, Eric1999-07-051-1/+1
| | | | | | | | | | | | Message-Id: <71E287AB0D94D111BBD600600849EC8185EDD9@POST> Subject: [ID 19990602.003] perl5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3582
* | Miscellaneus AIX fixes + SOCKS support.Jarkko Hietaniemi1999-07-041-0/+1
|/ | | p4raw-id: //depot/cfgperl@3578
* ByteLoader mark 2Tom Hughes1999-05-281-6/+6
| | | | | | | | | To: perl5-porters@perl.org Message-ID: <bf337a0849.tom@compton.compton.nu> plus resolve tiny conflict with #3479 plus regen_headers. p4raw-id: //depot/cfgperl@3499
* Cosmetic OS/2-related patchesIlya Zakharevich1999-05-281-4/+13
| | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199905281613.MAA02048@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@3497
* cygwin32 update (untested adaptation of patch against 5.005_03)Alexander Smishlajev1999-05-101-3/+15
| | | | | | Message-ID: <37230365.5F68B460@turnhere.com> Subject: [PATCH]5.005_03 (CORE) cygwin32 port p4raw-id: //depot/perl@3358
* hpux needs {SHLIB_PATH,LDOPTS} rather than LD_{LIBRARY,RUN}_PATHGurusamy Sarathy1999-05-091-2/+3
| | | | | (as suggested by Eric Boehm <boehm@nortelnetworks.com>) p4raw-id: //depot/perl@3341
* avoid temporary files named 'tmp'Gurusamy Sarathy1999-05-081-6/+6
| | | p4raw-id: //depot/perl@3331
* [perl-5.005.02] detect lack of /dev/ttyKarl Heuer1999-05-071-2/+12
| | | | | Message-Id: <199904080358.XAA01192@mescaline.gnu.org> p4raw-id: //depot/perl@3321
* LDLIBPTH also on 'clean' targets.Jarkko Hietaniemi1999-04-131-8/+8
| | | p4raw-id: //depot/cfgperl@3259
* Integrate from mainperl.Jarkko Hietaniemi1999-04-031-2/+4
|\ | | | | p4raw-id: //depot/cfgperl@3209
| * various little goofsGurusamy Sarathy1999-04-021-2/+4
| | | | | | p4raw-id: //depot/perl@3202
* | Configure regen.Jarkko Hietaniemi1999-04-021-1/+1
|/ | | | | | | Add llseek + offset_t probing. Change CONFIG to CONFIGDOTSH. 'unset foo' is unportable, use foo=''. p4raw-id: //depot/cfgperl@3201
* First pass of integrating the Rhapsody port,Wilfredo Sánchez1999-03-151-0/+3
| | | | | | | | Subject: Keeping the world in sync. Reply-To: wsanchez@apple.com To: perlbug@perl.com Message-Id: <199811140111.RAA41784@scv4.apple.com> p4raw-id: //depot/cfgperl@3108
* Configure update: fstatvfs/fstafs/getmntent/hasmntopt wereKurt D. Starsinic1999-02-191-1/+1
| | | | | | | | | | | | | | | | | | | not probed for and To: Chaim Frenkel <chaimf@pobox.com>, Russ Allbery <rra@stanford.edu>, Jarkko Hietaniemi <jhi@iki.fi>, Gurusamy Sarathy <gsar@activestate.com>, Graham Barr <gbarr@pobox.com> Cc: bdensch@ameritech.net, perlbug@perl.com Subject: [PATCH] Re: Solaris 7 for Intel Message-ID: <19990219124404.A30182@O2.chapin.edu> Glossary is still missing some terms because mkglossary is misbehaving (change #2981 updated Glossary manually) p4raw-link: @2981 on //depot/maint-5.005/perl: d22539db55f37ba18fdbea18d6a2e74fbf6f6444 p4raw-id: //depot/cfgperl@2982
* allow /0|NaN/ on some bigfloatpm.t tests for portability; otherGurusamy Sarathy1999-02-151-1/+1
| | | | | misc fixes p4raw-id: //depot/perl@2942
* script to generate ctags from etagsColin Kuskie1999-02-121-0/+3
| | | | | | Message-ID: <Pine.GSO.3.96.990120160519.5755Q-100000@pdxue150.cadence.com> Subject: [PATCH 5.005_54] adding ctags to the source, FAQ, make p4raw-id: //depot/perl@2902
* Jumbo FreeBSD update from Anton Berezin <tobez@plab.ku.dk>Jarkko Hietaniemi1999-02-021-2/+2
| | | p4raw-id: //depot/cfgperl@2776
* Apply change #2711 from maint-5.005:Spider Boardman1999-02-021-3/+3
| | | | | | | | | | | make ok", "make okfile", and "make nok" were broken with -Duseshrplib, because of a shared typo. To: perlbug@perl.com Subject: Not OK: perl 5.00503 +MAINT_TRIAL_4 on alpha-dec_osf-thread 5.0 (UNINSTALLED) Message-Id: <199901271727.MAA233455@web.zk3.dec.com> p4raw-link: @2711 on //depot/maint-5.005/perl: 25c9db45d05d4eea80132d08a1e350d0a3aba813 p4raw-id: //depot/cfgperl@2768
* BeOS update (Mirror maint-5.005 change #2727).Jarkko Hietaniemi1999-02-021-0/+2
| | | | | p4raw-link: @2727 on //depot/maint-5.005/perl: 4a34ea11e0df7a07fe7fad105c20b8547c401da9 p4raw-id: //depot/cfgperl@2756
* NetBSD update, based on patches from the NetBSD packages system.Jarkko Hietaniemi1999-01-191-1/+4
| | | p4raw-id: //depot/cfgperl@2650
* Add various cruft to "clean" target. (Time for t/Makefile?)Jarkko Hietaniemi1999-01-181-1/+1
| | | p4raw-id: //depot/cfgperl@2643
* Trivial patch for HP-UX 11 and shared libperlJames FitzGibbon1999-01-131-1/+1
| | | | | | To: perl5-porters@perl.org Message-ID: <MLIST_Pine.BSF.4.05.9901081110090.21785-100000@staff1.tor.accglobal.net> p4raw-id: //depot/cfgperl@2601
* 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