summaryrefslogtreecommitdiff
path: root/utils
Commit message (Collapse)AuthorAgeFilesLines
* integrate mainline changesGurusamy Sarathy1999-12-123-8/+13
| | | p4raw-id: //depot/utfperl@4679
* install pods to 'pods' rather than 'pod' on cygwin (modifiedGurusamy Sarathy1999-10-101-0/+7
| | | | | a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com) p4raw-id: //depot/perl@4333
* typo, whitespace adjustmentsGurusamy Sarathy1999-10-011-33/+39
| | | p4raw-id: //depot/perl@4273
* integrate cfgperl contents into mainline; resolve h2xs.PL conflictGurusamy Sarathy1999-10-011-116/+580
|\ | | | | | | | | | | | | by declaring new globals "our" (XXX this means h2xs generated code won't run on earlier versions; a switch to generate compatible source is needed) p4raw-id: //depot/perl@4271
| * Followup h2xs patchIlya Zakharevich1999-09-301-51/+118
| | | | | | | | | | | | To: perl5-porters@perl.org (Mailing list Perl5) Message-Id: <199909300815.EAA25425@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4251
| * To: Mailing list Perl5 <perl5-porters@perl.org>Ilya Zakharevich1999-09-261-98/+494
| | | | | | | | | | | | | | | | | | | | | | | | | | Subject: [PATCH 5.005_61] teach xsubpp function pointers Date: Sun, 26 Sep 1999 01:36:09 -0400 Message-ID: <19990926013609.A21148@monk.mps.ohio-state.edu> From: Ilya Zakharevich <ilya@math.ohio-state.edu> To: Mailing list Perl5 <perl5-porters@perl.org> Subject: [PATCH 5.005_61] Make h2xs -x almost bullet-proof Date: Sun, 26 Sep 1999 03:00:50 -0400 Message-ID: <19990926030050.A21498@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4232
* | Re: [PATCH 5.005_61] "our" declarationsLarry Wall1999-09-251-5/+6
|/ | | | | Message-Id: <199909250459.VAA27506@kiev.wall.org> p4raw-id: //depot/perl@4227
* support cygwin and other platforms that link to import librariesGurusamy Sarathy1999-09-241-2/+5
| | | | | | rather than directly with shared libraries (from a suggestion by Lucian Cionca <Lucian.Cionca@algoritma.ro>) p4raw-id: //depot/perl@4224
* [patch _61] perlcc changesVishal Bhatia1999-09-231-18/+11
| | | | | Message-ID: <Pine.LNX.4.10.9909231218360.3428-100000@localhost.localdomain> p4raw-id: //depot/perl@4221
* support bytecode and C backends in perlcc (patch suggestedGurusamy Sarathy1999-09-062-47/+141
| | | | | | | | | by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the C backend the default; describe new switches in pod; introduce PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/; s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV entries p4raw-id: //depot/perl@4092
* Fix most of the pod2man moanings reported inLarry W. Virden1999-08-161-7/+8
| | | | | | | | | | To: perl5-porters@perl.org Subject: [ID 19990803.011] Not OK: perl 5.00560 on sun4-solaris 2.6 (UNINSTALLED) Message-Id: <199908031935.PAA27692@cas.org> Configure regen'ed. p4raw-id: //depot/cfgperl@3998
* Small perlbug doc tweaks from Jon Orwant.Jarkko Hietaniemi1999-08-101-14/+14
| | | p4raw-id: //depot/cfgperl@3948
* perlbug.PL 1.27Chris Nandor1999-08-031-14/+42
| | | | | | To: perl5-porters@perl.org Message-Id: <v04210104b3c57ce9e3de@[152.167.11.247]> p4raw-id: //depot/cfgperl@3910
* tweak previous change for multiple hitsGurusamy Sarathy1999-07-291-1/+3
| | | p4raw-id: //depot/perl@3828
* band-aid for perldoc -t broken-ness (the new Pod::TextGurusamy Sarathy1999-07-291-4/+1
| | | | | really needs a pod2text() compatibility function) p4raw-id: //depot/perl@3827
* avoid DIVZEROGurusamy Sarathy1999-07-261-0/+2
| | | p4raw-id: //depot/perl@3778
* dprofpp pod additions from Nathan Torkington <gnat@frii.com>Gurusamy Sarathy1999-07-261-1/+40
| | | p4raw-id: //depot/perl@3756
* INSTALL =~ s/5.006/5.6/; delay loading Errno until neededGurusamy Sarathy1999-07-261-2/+1
| | | | | (%! has the necessary magic); misc typos p4raw-id: //depot/perl@3754
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-251-12/+35
|\ | | | | p4raw-id: //depot/cfgperl@3749
| * add option to omit Changes file, from Abigail <abigail@delanet.com>;Gurusamy Sarathy1999-07-251-12/+35
| | | | | | | | | | append a HISTORY section to POD if option is used p4raw-id: //depot/perl@3746
* | Fix another typo in #3725.Jarkko Hietaniemi1999-07-251-1/+0
| | | | | | p4raw-id: //depot/cfgperl@3747
* | Fix a typo in #3725.Jarkko Hietaniemi1999-07-251-3/+5
| | | | | | p4raw-id: //depot/cfgperl@3743
* | Introduce $Config{ldlibpthname} which containsJarkko Hietaniemi1999-07-231-3/+5
| | | | | | | | | | | | | | | | | | 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
* | Use Errno more extensively so that errororacle@pcr8.pcr.com1999-07-211-2/+3
|/ | | | | | | | | | messages are more portable (another way would be to muck around with LC_MESSAGES). Problem reported in To: perl5-porters@perl.org Subject: [ID 19990719.003] LC_MESSAGES breaks h2xs autoloaded constants on AIX 4.1.4 Message-Id: <9907192239.AA44990@pcr8.pcr.com> p4raw-id: //depot/cfgperl@3716
* another DProf build tweakGurusamy Sarathy1999-07-201-8/+6
| | | p4raw-id: //depot/perl@3711
* move DProf things around to where they are supposed to beGurusamy Sarathy1999-07-202-3/+805
| | | p4raw-id: //depot/perl@3710
* [ID 19990617.004 [PATCH 5.005_57] make distclean fixes]Andy Dougherty1999-07-061-0/+1
| | | | | Message-Id: <Pine.GSU.4.05.9906171204580.937-100000@newton.phys> p4raw-id: //depot/perl@3626
* [ PATCH perl5.005_57 ] new perlcc + regression testsEd Peschko1999-07-051-74/+130
| | | | | Message-ID: <19990601001813.AAA17834@csgsystems.com> p4raw-id: //depot/perl@3580
* ByteLoader mark 2Tom Hughes1999-05-281-5/+3
| | | | | | | | | 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
* make -t mode the default on emacs/dumb terminalsGurusamy Sarathy1999-05-241-1/+4
| | | p4raw-id: //depot/perl@3456
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-102-4/+86
| | | | | | Message-ID: <609bdff748.tom@compton.compton.nu> Subject: ByteLoader patch p4raw-id: //depot/perl@3356
* perlcc on win32 (correct version of fix suggested by Jean-LouisGurusamy Sarathy1999-05-091-12/+14
| | | | | Leroy <jll@skynet.be>) p4raw-id: //depot/perl@3351
* perldoc cleanups (variant of changes suggested by Christian LemburgGurusamy Sarathy1999-05-091-222/+280
| | | | | <lemburg@online-club.de>) p4raw-id: //depot/perl@3348
* make perldoc -f grok nested =itemsGurusamy Sarathy1999-05-081-1/+8
| | | p4raw-id: //depot/perl@3336
* emit more accurate diagnostic for syntax errors involving <>Gurusamy Sarathy1999-05-061-1/+1
| | | | | within eval"" p4raw-id: //depot/perl@3310
* make perldoc use backslashed pathnames within system() on win32Gurusamy Sarathy1999-05-051-0/+1
| | | p4raw-id: //depot/perl@3305
* h2phKurt D. Starsinic1999-04-231-3/+5
| | | | | | | | | | To: perl5-porters@perl.org, Jarkko Hietaniemi <jhi@iki.fi>, Graham Barr <gbarr@pobox.com>, Gurusamy Sarathy <gsar@activestate.com> Cc: Lionel Cons <lionel.cons@cern.ch>, Ilya Zakharevich <ilya@math.ohio-state.edu>, David Hayes <david@bdel.com> Message-ID: <19990423123723.A49550@O2.chapin.edu> p4raw-id: //depot/cfgperl@3266
* applied suggested patch, modulo superseded partsCharles Bailey1999-03-241-1/+1
| | | | | | Message-id: <01J8YFGIHW2W001E7S@mail.newman.upenn.edu> Subject: [PATCH 5.005_56] Miscellaneous VMS-specific fixes p4raw-id: //depot/perl@3153
* applied suggested patch, modulo bogus hunkVishal Bhatia1999-03-241-3/+3
| | | | | | Message-ID: <19990311154027.25891.qmail@hotmail.com> Subject: [PATCH 5.005_56] Minor fixes in perlcc p4raw-id: //depot/perl@3142
* updates to compiler modulesVishal Bhatia1999-03-041-4/+8
| | | | | | Message-ID: <19990303072725.779.qmail@hotmail.com> Subject: PATCH 5.005_56 + Test procedure p4raw-id: //depot/perl@3066
* perldoc -q brokenDaniel Grisinger1999-02-241-1/+0
| | | | | Message-ID: <m3g17w62rh.fsf@moiraine.dimensional.com> p4raw-id: //depot/perl@3022
* integrate change#2980 from maint-5.005Gurusamy Sarathy1999-02-201-0/+1
| | | | | | | p4raw-link: @2980 on //depot/maint-5.005/perl: 28facf2f3da03b2ec61a87e656bcea2ae414236b p4raw-id: //depot/perl@2992 p4raw-integrated: from //depot/maint-5.005/perl@2991 'merge in' utils/h2xs.PL (@2015..)
* 5.005_03-MAINT_TRIAL_5 utils/h2xs fixing -A & moreMichael G. Schwern1999-02-151-38/+26
| | | | | Message-ID: <19990209041312.A15788@toldyouso.com> p4raw-id: //depot/perl@2935
* integrate h2ph.PL fixes from change#2809 (change#2838 was supposed toGurusamy Sarathy1999-02-151-0/+96
| | | | | | | | | | have done that, but didn't) p4raw-link: @2838 on //depot/cfgperl: 918c3d217e602b4ae4fe26417a4e56f823fdfb18 p4raw-link: @2809 on //depot/maint-5.005/perl: 4c28f65a10cc6728aff4d48b4087b0d45676c637 p4raw-id: //depot/perl@2926 p4raw-integrated: from //depot/maint-5.005/perl@2925 'copy in' utils/h2ph.PL (@2013..)
* Re: [PATCH 5.005_53] Better perldocIlya Zakharevich1999-02-141-47/+40
| | | | | Message-ID: <19990128100220.A1321@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@2917
* display full pathname of unreadable filesGurusamy Sarathy1999-02-111-2/+2
| | | p4raw-id: //depot/perl@2866
* Enhance change #2808.M. J. T. Guy1999-02-031-3/+3
| | | | | | | | | To: perl5-porters@perl.org Subject: Re: [PATCH 5.00*]: perlbug checklist Message-Id: <E1087ZD-0005z1-00@taurus.cus.cam.ac.uk> p4raw-link: @2808 on //depot/cfgperl: bdcdfa19ba0dc3934f9f5633d13c35213e84a038 p4raw-id: //depot/cfgperl@2812
* Enhance the perlbug checklist.Jarkko Hietaniemi1999-02-031-4/+28
| | | p4raw-id: //depot/cfgperl@2808
* Show LANGUAGE env var when needed. (Augment change #2645).Jarkko Hietaniemi1999-01-191-1/+1
| | | | | p4raw-link: @2645 on //depot/cfgperl: 528d65adbfbca8f0de82f889e6bbf92ea5fb07c8 p4raw-id: //depot/cfgperl@2646
* perlbug bug - shows dates reversedJim Avera1998-12-281-2/+2
| | | | | | To: perlbug@perl.com Message-Id: <199812240208.SAA27616@membrane.ssd.hal.com> p4raw-id: //depot/cfgperl@2504