summaryrefslogtreecommitdiff
path: root/utils/perlcc.PL
Commit message (Collapse)AuthorAgeFilesLines
* Tiny perlcc tweaks.Jarkko Hietaniemi2003-09-041-2/+2
| | | p4raw-id: //depot/perl@21029
* RE: script wantedRobin Barker2003-08-131-1/+2
| | | | | Message-ID: <533D273D4014D411AB1D00062938C4D904046637@hotel.npl.co.uk> p4raw-id: //depot/perl@20681
* Re: [perl #22984] perl-5.8.1-RC2: TEST -bytecompile won't work at allAdrian M. Enache2003-07-271-38/+3
| | | | | Message-ID: <20030718201537.GA1574@ratsnest.hole> p4raw-id: //depot/perl@20220
* B::C, perlcc.PL, B.xs, B.pm, t/TEST, C.xsMattia Barbon2002-01-121-2/+8
| | | | | Message-ID: <3C3F756C.4581.2E2A938@localhost> p4raw-id: //depot/perl@14216
* B, B::C, perlcc, t/TESTMattia Barbon2002-01-061-12/+70
| | | | | Message-ID: <3C38389E.7831.493570@localhost> p4raw-id: //depot/perl@14104
* Re: perlcc very brokenJohn Peacock2001-11-271-1/+1
| | | | | Message-ID: <3C037D71.4030508@rowman.com> p4raw-id: //depot/perl@13309
* Make 'compile' target a little less broken.Jarkko Hietaniemi2001-07-011-14/+8
| | | | | | | Still very broken, though: -Wall warnings from the generated code, boot_Foo prototypes missing, can't autoload Fcntl::SEEK_CUR et alia, ... p4raw-id: //depot/perl@11061
* Re: Compile with perlcc..Edward Peschko2001-02-271-46/+150
| | | | | | | Message-ID: <20010226185158.A9871@excitehome.net> plus add a simple usage message if no arguments given. p4raw-id: //depot/perl@8955
* perlcc.PL cleanupsSimon Cozens2000-11-281-3/+3
| | | | | Message-ID: <20001128124435.A5500@pembro33.pmb.ox.ac.uk> p4raw-id: //depot/perl@7900
* [ID 20000928.002] perlcc & ByteCode.pm option mismatchNicholas Clark2000-10-021-8/+9
| | | | | | | Message-Id: <E13ebha-0004IV-00@fruitbat.babyhippo.co.uk> Did not apply cleanly, manual intervention was needed. p4raw-id: //depot/perl@7117
* New perlcc, take 2Simon Cozens2000-08-041-941/+384
| | | | | Message-ID: <slrn8oko6g.da2.simon@justanother.perlhacker.org> p4raw-id: //depot/perl@6523
* fixes for Borland compiler (from Vadim KonovalovGurusamy Sarathy2000-03-141-1/+7
| | | | | <vkonovalov@lucent.com>) p4raw-id: //depot/perl@5726
* Compiler fixups from Jan DuboisGurusamy Sarathy2000-02-181-8/+17
| | | p4raw-id: //depot/perl@5125
* cygwin update (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-071-2/+4
| | | p4raw-id: //depot/perl@4769
* cygwin support tweaks (from Eric Fifer <EFifer@sanwaint.com>)Gurusamy Sarathy2000-01-051-0/+2
| | | p4raw-id: //depot/perl@4755
* avoid CRLF in byteloadable files created by perlccGurusamy Sarathy1999-12-301-4/+3
| | | p4raw-id: //depot/perl@4741
* support -a switch to append bytecode to an existing file and makeGurusamy Sarathy1999-12-031-2/+5
| | | | | perlcc use it (from Tom Hughes <tom@compton.nu>) p4raw-id: //depot/perl@4631
* 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-061-46/+140
| | | | | | | | | 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
* [ PATCH perl5.005_57 ] new perlcc + regression testsEd Peschko1999-07-051-74/+130
| | | | | Message-ID: <19990601001813.AAA17834@csgsystems.com> p4raw-id: //depot/perl@3580
* 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
* 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
* Minor improvements to perlccIlya Zakharevich1998-07-191-12/+17
| | | | | Message-Id: <199807151010.GAA11270@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1548
* fix perlcc to not rm output file, and other -w(arts)Gurusamy Sarathy1998-07-041-8/+9
| | | p4raw-id: //depot/perl@1292
* Re: [PATCH for _66] Makefile.SH problem on dos/djgpp Andy Dougherty1998-06-121-0/+4
| | | | | Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys> p4raw-id: //depot/perl@1122
* [ PATCH 5.004_64 ] Integrated regression tests for compilerEd Peschko1998-05-141-0/+935
p4raw-id: //depot/perl@963