summaryrefslogtreecommitdiff
path: root/x2p
Commit message (Collapse)AuthorAgeFilesLines
* NetWare port from Guruprasad S <SGURUPRASAD@novell.com>.Jarkko Hietaniemi2001-06-161-4/+11
| | | p4raw-id: //depot/perl@10643
* Detypo.Jarkko Hietaniemi2001-06-141-1/+1
| | | p4raw-id: //depot/perl@10582
* de-$CONFIG continues.Jarkko Hietaniemi2001-06-141-1/+1
| | | p4raw-id: //depot/perl@10581
* I wonder how many $CONFIGs still lurk in the shadows.Jarkko Hietaniemi2001-06-131-2/+2
| | | p4raw-id: //depot/perl@10551
* Small bcopy cleanupAndy Dougherty2001-06-131-8/+0
| | | | | Message-ID: <Pine.SOL.4.10.10106121706360.11034-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@10542
* One less -Wall whine (found under DEBUGGING).Jarkko Hietaniemi2001-06-122-1/+2
| | | p4raw-id: //depot/perl@10537
* Cleanup the a2p.c for -Wall.Jarkko Hietaniemi2001-06-122-10/+18
| | | p4raw-id: //depot/perl@10526
* Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-041-6/+6
| | | | | | probe to cast, not whine; test for %Ld and %Lf before %lld and %llf because the L is the ANSI way. p4raw-id: //depot/perl@10434
* -Wall "subscript has type `char'" cleanup.Jarkko Hietaniemi2001-06-033-94/+95
| | | p4raw-id: //depot/perl@10418
* Zero() is not available in x2p (or, rather, some of itsJarkko Hietaniemi2001-06-011-2/+2
| | | | | implementations like memzero() might not be available.) p4raw-id: //depot/perl@10378
* bzero -> memsetMichael G. Schwern2001-06-011-2/+2
| | | | | | | Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk> (But use Zero() instead of memset.) p4raw-id: //depot/perl@10377
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-303-7/+7
| | | p4raw-id: //depot/perl@10335
* [ID 20010524.002] find2perl bug in fileglob_to_reGeraint A Edwards2001-05-241-1/+1
| | | | | Message-Id: <20010524225124.A34981@cymru.serf.org> p4raw-id: //depot/perl@10202
* \$escaping the $vars in !GROK!THIS! section is a good idea.Jarkko Hietaniemi2001-05-181-2/+2
| | | p4raw-id: //depot/perl@10157
* It's "psed", not "sed".Jarkko Hietaniemi2001-05-051-3/+5
| | | p4raw-id: //depot/perl@10002
* Re: bleadperl make install fails due to "psed"Andreas König2001-05-052-1/+10
| | | | | Message-ID: <m3u22zg3y7.fsf@ak-71.mind.de> p4raw-id: //depot/perl@10000
* [ID 20010424.002] [PATCH bleadperl] find2perl: prototypes and doexecPhilip Newton2001-04-241-50/+63
| | | | | Message-Id: <3AE5CB81.12234.1FC246F@localhost> p4raw-id: //depot/perl@9825
* Integrate change #9533 from maintperl into mainline.Jarkko Hietaniemi2001-04-032-3/+11
| | | | | | | | | | | | | better fix for change#9517 to accomodate UNC paths like \\server\share\foo, and paths with trailing backslash like c:\this\ p4raw-link: @9533 on //depot/maint-5.6/perl: aa5978ee553e6e5cbffd44b8ee9d25a8ff75c771 p4raw-link: @9517 on //depot/maint-5.6/perl: 541b948d383abe4f534f846ff692d582506919cf p4raw-id: //depot/perl@9536 p4raw-integrated: from //depot/maint-5.6/perl@9535 'copy in' utils/perldoc.PL x2p/find2perl.PL (@9517..) 'merge in' x2p/s2p.PL (@9517..)
* Integrate changes #9511,9514,9517 from maintperl into mainline.Jarkko Hietaniemi2001-04-022-7/+5
| | | | | | | | | | | | | | | | | | | README.win32 tweaks; add a note about alternative location for getting a gcc-2.95.2 that will build perl properly on windows add some notes about gutsy threading matters many of the utilities interpolate literal paths within doublequotes (fails on dosish platforms where path contains backslashes) p4raw-link: @9517 on //depot/maint-5.6/perl: 541b948d383abe4f534f846ff692d582506919cf p4raw-link: @9514 on //depot/maint-5.6/perl: c8c8f510c2814a9e3cbdb8e7ca306018e0f7c510 p4raw-link: @9511 on //depot/maint-5.6/perl: 58a9db026b6f67b774654d285ac34aceada86380 p4raw-id: //depot/perl@9518 p4raw-integrated: from //depot/maint-5.6/perl@9510 'copy in' utils/perldoc.PL x2p/find2perl.PL (@9312..) 'merge in' README.win32 (@9227..) x2p/s2p.PL (@9312..) pod/perlguts.pod (@9507..)
* Re: Errors in core PODsMichael Stevens2001-02-281-2/+4
| | | | | Message-ID: <20010223154756.A7723@firedrake.org> p4raw-id: //depot/perl@8965
* Bump up Larry's copyright.Jarkko Hietaniemi2001-01-0113-13/+13
| | | p4raw-id: //depot/perl@8289
* Minor update to find2perl, for portabilityPaul Moore2000-10-251-1/+3
| | | | | Message-ID: <714DFA46B9BBD0119CD000805FC1F53B012A8355@UKRUX002.rundc.uk.origin-it.com> p4raw-id: //depot/perl@7432
* Do away with memory models cruft. Sorry, PDP users.Jarkko Hietaniemi2000-09-082-7/+4
| | | p4raw-id: //depot/perl@7041
* Major rewrite of s2p. And I mean really major, it isWolfgang Laun2000-09-081-690/+1794
| | | | | | | | | an implementation of sed in perl. If called as s2p it will function as s2p. Note: needs non-UNIXifying. Subject: s2p Message-ID: <39AA5578.2102E2AA@alcatel.at> p4raw-id: //depot/perl@7040
* Introduce a 'veryclean' target that is like 'distclean'Jarkko Hietaniemi2000-08-191-0/+3
| | | | | but also removes *~ and *.orig. p4raw-id: //depot/perl@6714
* don't clobber *.orig files on *clean targetsGurusamy Sarathy2000-07-121-1/+1
| | | p4raw-id: //depot/perl@6383
* OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-281-0/+1
| | | | | <troc@netrus.net>) p4raw-id: //depot/perl@6149
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-041-3/+3
| | | p4raw-id: //depot/perl@5507
* find2perl doc tweak (from David Dyck <dcd@tc.fluke.com>)Gurusamy Sarathy2000-02-281-5/+2
| | | p4raw-id: //depot/perl@5320
* m/.*$/ etc should be m/.*\z/s in many file handling modules; fixGurusamy Sarathy2000-02-281-5/+5
| | | | | | | | these insidious errors in File::Basename, File::Find and find2perl (from Tom Christiansen) TODO: many other modules need to be fixed as well! p4raw-id: //depot/perl@5296
* don't blindly set bool=char on linux (from Andy Dougherty)Gurusamy Sarathy2000-02-191-3/+1
| | | p4raw-id: //depot/perl@5144
* implement -follow option in find2perl (from Helmut JarauschGurusamy Sarathy2000-01-281-11/+27
| | | | | <jarausch@igpm.rwth-aachen.de>) p4raw-id: //depot/perl@4926
* more GCC v2.95 induced adjustmentsGurusamy Sarathy1999-10-271-3/+3
| | | p4raw-id: //depot/perl@4462
* [ID 19990908.014] s2p does not quote @Akim Demaille1999-09-081-0/+6
| | | | | Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr> p4raw-id: //depot/perl@4107
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-261-9/+3
| | | p4raw-id: //depot/perl@3774
* disable VPATH for now (breaks x2p build)Gurusamy Sarathy1999-07-261-1/+1
| | | p4raw-id: //depot/perl@3755
* First steps of making builds outside the sourceJarkko Hietaniemi1999-07-252-5/+11
| | | | | | | | 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
* Slightly modified patch.Sean Sheedy1999-07-211-1/+1
| | | | | | | To: perl5-porters@perl.org Subject: [ID 19990720.003] Perl 5.005_3 patch: Non-standard object extensions Message-Id: <3794A935.1C150E54@ncube.com> p4raw-id: //depot/cfgperl@3715
* a modernized version of find2perl from Ken Pizzini <ken@halcyon.com>;Gurusamy Sarathy1999-07-171-468/+706
| | | | | converted Ken's documentation outline into pod p4raw-id: //depot/perl@3677
* remove _() non-ansismGurusamy Sarathy1999-06-027-79/+79
| | | p4raw-id: //depot/perl@3518
* remove stray K&R-ismsGurusamy Sarathy1999-06-021-5/+2
| | | p4raw-id: //depot/perl@3515
* various little nitsGurusamy Sarathy1999-05-201-2/+2
| | | p4raw-id: //depot/perl@3436
* find2perl does not grok the 'c' suffix to the -size argumentTodd C. Miller1999-05-171-1/+6
| | | | | Message-Id: <199905140418.WAA18826@xerxes.courtesan.com> p4raw-id: //depot/perl@3431
* 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
* propagate PERL_VERSION everywhere, add to podGurusamy Sarathy1999-02-161-1/+1
| | | p4raw-id: //depot/perl@2957
* s2p incorrectly handles hold space commandsJ. van Krieken1999-02-151-2/+2
| | | | | Message-Id: <199902041625.RAA14489@atcmpg.ATComputing.nl> p4raw-id: //depot/perl@2933
* fix misplaced brace in s2p (as suggested by Lionel FourquauxGurusamy Sarathy1998-11-091-1/+1
| | | | | <lionel.fourquaux@wanadoo.fr>) p4raw-id: //depot/perl@2223
* bump patchlevel; other minor fixes for clean build and test onGurusamy Sarathy1998-10-311-1/+2
| | | | | Solaris and win32 p4raw-id: //depot/perl@2163
* ] a2p: make sprintf less greedy without -oAlbert Dvornik1998-10-315-1899/+2003
| | | | | Message-Id: <tqd879vf4z.fsf@puma.genscan.com> p4raw-id: //depot/perl@2161
* PATCH: (5.005_02) a2p should use `chomp' instead of `chop'Mark-Jason Dominus1998-10-301-2/+2
| | | | | Message-Id: <19981030192423.27276.qmail@plover.com> p4raw-id: //depot/perl@2151