summaryrefslogtreecommitdiff
path: root/x2p
Commit message (Collapse)AuthorAgeFilesLines
...
* Apparently the __APPLE__ cpp symbol is not Officially SanctionedJarkko Hietaniemi2003-06-131-1/+1
| | | | | | | way of detecting Darwin/Mac OS X; instead it is recommended to detect the OS at a higher level and pass the information manually down to the application, using e.g. a -Ddefinition. p4raw-id: //depot/perl@19764
* Re: a2p is linked against too many librariesAndy Dougherty2003-05-281-1/+1
| | | | | Message-ID: <Pine.SOL.4.53.0305280913350.27138@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@19629
* Fix up Larry's copyright statements to my best knowledge.Jarkko Hietaniemi2003-04-1614-14/+25
| | | | | | | (Lots of Perl 5 source code archaeology was involved.) Larry didn't make strangled noises when I showed him the patch, either :-) p4raw-id: //depot/perl@19242
* Integrate from maint:Jarkko Hietaniemi2003-03-101-1/+1
| | | | | | | | | [ 18428] Somehow I managed to get makefile.olds that didn't get cleaned away. p4raw-link: @18428 on //depot/maint-5.8/perl: f7994f809f016f36fdf942940f6578ede7d474cf p4raw-id: //depot/perl@18880 p4raw-integrated: from //depot/maint-5.8/perl@18428 'merge in' x2p/Makefile.SH (@17645..) Makefile.SH (@18173..)
* Reverse copyright update (#18801) for files not changed in 2003.Hugo van der Sanden2003-03-0213-13/+13
| | | p4raw-id: //depot/perl@18807
* Update all copyrights to 2003, from JarkkoHugo van der Sanden2003-03-0213-13/+13
| | | p4raw-id: //depot/perl@18801
* Possible cruft removal.Jarkko Hietaniemi2003-02-081-0/+1
| | | p4raw-id: //depot/perl@18675
* PATCH x2p/find2perl.PLNewton, Philip2002-11-071-1/+1
| | | | | | From: "Newton, Philip" <Philip.Newton@datenrevision.de> Message-ID: <C9A98F2128EDD411B0920008C7B337A13DCF41@hamsem01.de.gedas.vwg> p4raw-id: //depot/perl@18123
* x2p/str.c signedness nitsJarkko Hietaniemi2002-08-231-2/+2
| | | | | Message-Id: <20020822234330.GC31624@lyta.hut.fi> p4raw-id: //depot/perl@17759
* Small typo correctionNewton, Philip2002-08-121-2/+2
| | | | | | From: "Newton, Philip" <Philip.Newton@datenrevision.de> Message-id: <C9A98F2128EDD411B0920008C7B337A13DCE2B@hamsem01.de.gedas.vwg> p4raw-id: //depot/perl@17711
* Remove the extra warning since after it the right thingJarkko Hietaniemi2002-07-161-1/+0
| | | | | is attempted (and that gives a warning if necessary). p4raw-id: //depot/perl@17578
* Typolice.Jarkko Hietaniemi2002-06-061-1/+1
| | | p4raw-id: //depot/perl@17045
* Make pstruct and psed appear also on platforms withJarkko Hietaniemi2002-06-061-0/+22
| | | | | | | | $Config{d_link} but filesystems without link() (like FAT). Should deal with [ID 20020602.003] and "RC1 for MSWin32-x86-multi-thread build bug report". Diagnosis by Sarathy. p4raw-id: //depot/perl@17038
* NetWare update from Ananth Kesari.Jarkko Hietaniemi2002-06-061-0/+2
| | | p4raw-id: //depot/perl@17033
* Remove all occurrences of occurence, except for one (in theAbhijit Menon-Sen2002-06-031-1/+1
| | | | | Changelog) that is preserved for historical reasons. p4raw-id: //depot/perl@16979
* NetWare changeover from Watcom to Codewarrior, from C Aditya.Jarkko Hietaniemi2002-04-223-1/+14
| | | p4raw-id: //depot/perl@16076
* s2p fix for VMSCraig A. Berry2002-04-161-2/+2
| | | | | | From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <a05101500b8e13f80e770@[172.16.52.1]> p4raw-id: //depot/perl@15941
* PATCH s2p.PLWolfgang Laun2002-03-261-65/+127
| | | | | Message-ID: <3CA09EEE.E499DD38@alcatel.at> p4raw-id: //depot/perl@15529
* Re: Smoke 14900 /pro/3gl/CPAN/perl-currentH.Merijn Brand2002-03-011-14/+7
| | | | | | From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Message-Id: <20020228173120.6A15.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@14921
* Copyright++. (Not all the toplevel *.h have one, it seems.)Jarkko Hietaniemi2002-01-2313-13/+13
| | | p4raw-id: //depot/perl@14391
* Extension nits found by -Wall (several from threadsJarkko Hietaniemi2002-01-071-1/+1
| | | | | and threads::shared, but leaving them to Arthur). p4raw-id: //depot/perl@14128
* Makefiles are sloppy about the exe suffixJarkko Hietaniemi2001-12-311-2/+2
| | | | | (from Paul Green) p4raw-id: //depot/perl@13970
* from the non-ANSI comment police (was: it won't compile on win32) H.Merijn Brand2001-12-291-1/+1
| | | | | | | Message-Id: <20011229203646.24CF.H.M.BRAND@hccnet.nl> (NetWare tree not touched because it's very //) p4raw-id: //depot/perl@13939
* %g -> NVgf cleanup, based on Schwern's RedHat 7.1/AlphaJarkko Hietaniemi2001-12-182-2/+2
| | | | | | findings -- some of the warnings I can't explain except by NVgf being detected wrong, though. p4raw-id: //depot/perl@13764
* Silence compiler worries found by Schwern/Digital cc.Jarkko Hietaniemi2001-12-141-3/+3
| | | p4raw-id: //depot/perl@13691
* make sure that va_start() has matching va_end();Jarkko Hietaniemi2001-12-091-0/+3
| | | | | from OpenBSD 3.0. p4raw-id: //depot/perl@13574
* Cleanliness inspired by Cygwin.Jarkko Hietaniemi2001-11-141-1/+1
| | | p4raw-id: //depot/perl@13011
* make OPTIMIZE=...Robin Barker2001-09-062-1/+10
| | | | | Message-Id: <200109061231.NAA25265@tempest.npl.co.uk> p4raw-id: //depot/perl@11918
* quiet down VC++ warnings in a2py.c and walk.cNikola Knezevic2001-08-252-7/+9
| | | | | Message-Id: <1065978076.20010824221042@tesla.rcub.bg.ac.yu> p4raw-id: //depot/perl@11744
* Make 'compile' target a little less broken.Jarkko Hietaniemi2001-07-011-1/+1
| | | | | | | 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
* 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