summaryrefslogtreecommitdiff
path: root/x2p
Commit message (Collapse)AuthorAgeFilesLines
* 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
* The VM/ESA port essentials, based onJarkko Hietaniemi1998-10-171-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | perl-mvs: From: Neale Ferguson <neale@VMA.TABNSW.COM.AU> Subject: Re: Can't find Data/Dumper.pm Date: Mon, 28 Sep 1998 07:40:49 +1300 Message-ID: <360E86B0.23847AF4@mailbox.tabnsw.com.au> private email: From: Neale Ferguson <neale@VMA.TABNSW.COM.AU> Subject: Re: Perl thread problems in VM/ESA Date: Thu, 15 Oct 1998 07:18:35 +1300 Message-ID: <3624EAFA.16163A2B@mailbox.tabnsw.com.au> and private email: From: Neale Ferguson <NEALE@PUCC.PRINCETON.EDU> Subject: perl archive Date: Sun, 11 Oct 1998 19:28:54 EDT Message-Id: <19981011233112Z67215-26626+1513@outbound.Princeton.EDU> which gave a pointer to http://pucc.princeton.edu/~neale/perl.tar (based on Perl 5.005_51) p4raw-id: //depot/cfgperl@2006
* check in all confperl changes as of change#1964 into cfgperlGurusamy Sarathy1998-10-151-1/+2
| | | | | p4raw-link: @1964 on //depot/confperl: 2d85315bb227e0962a693eaaadc3f40ca2fbf49b p4raw-id: //depot/cfgperl@1971
* temporarily disable perl malloc for a2p until we clean upGurusamy Sarathy1998-09-251-2/+4
| | | | | conflicting malloc() declarations everywhere p4raw-id: //depot/perl@1884
* support OE/MVSJarkko Hietaniemi1998-08-022-2/+10
| | | | | | Message-Id: <199808010903.MAA09371@alpha.hut.fi> Subject: [PATCH] 5.005_01: OE MVS p4raw-id: //depot/maint-5.005/perl@1697
* Another threaded, perl malloc issue, x2p's Makefile.SH has a Nick Ing-Simmons1998-07-191-1/+1
| | | | | pattern match... p4raw-id: //depot/ansiperl@1571
* minor Configure nitsJarkko Hietaniemi1998-07-141-1/+1
| | | | | | Message-Id: <199807132025.XAA10771@alpha.hut.fi> Subject: Configure patches for MVS (and one x2p/Makefile.SH) p4raw-id: //depot/perl@1476
* generic Configure mods and HAS_GROUP additions to help MiNT/MPEix/MVSJarkko Hietaniemi1998-07-121-4/+9
| | | | | | Message-Id: <199807111451.RAA27010@alpha.hut.fi> Subject: M3 "generic" parts p4raw-id: //depot/perl@1451
* don't 'touch a2p.c', it might readonly (via PM)Robin Barker1998-07-111-2/+2
| | | | | Message-Id: <20430.9807101619@tempest.cise.npl.co.uk> p4raw-id: //depot/perl@1426
* Re: [PATCH for _66] Makefile.SH problem on dos/djgpp Andy Dougherty1998-06-122-0/+6
| | | | | Message-Id: <Pine.SUN.3.96.980611122249.18493J-100000@newton.phys> p4raw-id: //depot/perl@1122
* [asperl] integrate mainline changesGurusamy Sarathy1998-05-292-33/+4
|\ | | | | p4raw-id: //depot/asperl@1055
| * [win32] misc changesGurusamy Sarathy1998-05-292-33/+4
| | | | | | | | | | | | - remove code that works around lack of I_STDARG (we're a happy ANSI family) - leave dump_foo() stubs when not -DDEBUGGING for consistent symbol exports p4raw-id: //depot/win32/perl@1053
* | [asperl] integrate mainline changes (untested)Gurusamy Sarathy1998-05-182-17/+42
|\ \ | |/ | | p4raw-id: //depot/asperl@1010
| * [win32] merge change#897 from maintbranchGurusamy Sarathy1998-05-141-16/+35
| | | | | | | | | | p4raw-link: @897 on //depot/maint-5.004/perl: f06f9b6fc5a686f0169ee2a91b32d5e7125a44ae p4raw-id: //depot/win32/perl@974
| * [win32] integrate mainlineGurusamy Sarathy1998-05-141-1/+7
| | | | | | p4raw-id: //depot/win32/perl@973
* | [asperl] integrate mainline changesGurusamy Sarathy1998-04-081-3/+3
|\ \ | |/ | | p4raw-id: //depot/asperl@884
| * PATCH: util.c and util.h function declarations do not matchBlair Zajac1998-03-161-3/+3
| | | | | | | | | | | | | | | | | | Date: Fri, 6 Mar 1998 10:29:29 -0800 (PST) Subject: PATCH: cgywin32 patch for perlgcc Date: Fri, 6 Mar 1998 11:15:36 -0800 (PST) Subject: PATCH: perl5.004_62 on cygwin32 Date: Fri, 6 Mar 1998 11:57:35 -0800 (PST) p4raw-id: //depot/perl@813
* | [asperl] integrate mainline changesGurusamy Sarathy1998-03-011-6/+5
|\ \ | |/ | | p4raw-id: //depot/asperl@607
| * Re: ANNOUNCE: perl5.004_60 Configure patch is availableAndy Dougherty1998-02-251-6/+5
| | | | | | p4raw-id: //depot/perl@575
* | [asperl] added AS patch#8Gurusamy Sarathy1998-02-252-0/+5
|/ | | p4raw-id: //depot/asperl@587
* [win32] fix mingw32 gcc 2.8.0 build (DLLs generated seem to be brokenGurusamy Sarathy1998-02-161-4/+4
| | | | | in this version of gcc!) p4raw-id: //depot/win32/perl@529
* x2p/str.c was missing from list of changed files in change 466Malcolm Beattie1998-02-061-1/+1
| | | p4raw-id: //depot/perl@480
* Newer -DLEAKTEST patchIlya Zakharevich1998-02-061-1/+1
| | | p4raw-id: //depot/perl@466
* [win32] various tweaks to build support (NOTE: meant for 5.004_57)Gurusamy Sarathy1998-01-132-5/+34
| | | | | | | | | | - build and install x2p - fix installperl warnings on win32 - `make install` now does puts the archlibs in right places - makefiles don't default to USE_THREADS anymore - sync config.{b,g,v}c - sync makefile.mk -> Makefile p4raw-id: //depot/win32/perl@416
* Make s2p not use cpp:Hans Mulder1998-01-081-26/+18
| | | | | Subject: [PATCH for 5.004_56] s2p shouldn't use cpp p4raw-id: //depot/perl@408
* Further ANSI changes now builds and passes (most) testsNick Ing-Simmons1997-10-317-207/+91
| | | | | with gcc -x c++. p4raw-id: //depot/ansiperl@196
* Merge maint-5.004 branch (5.004_04) with mainline.Malcolm Beattie1997-10-162-4/+4
|\ | | | | p4raw-id: //depot/perl@137
| * [inseparable changes from patch to perl 5.004_04]perl-5.004_04Perl 5 Porters1997-09-052-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [editor's note: this one imported like a charm!] TESTS - Subject: Improve pragma/locale test 102 - and don't fail, just warn From: Jarkko Hietaniemi <jhi@anna.in-berlin.de> Files: t/pragma/locale.t Subject: Invalid test output in t/op/taint.t in trial 1 From: Dan Sugalski <sugalsd@lbcc.cc.or.us> Files: t/op/taint.t t/op/taint.t prints out invalid ok messages for tests it skips. Rather than printing "ok 136" it prints "136 ok". p5p-msgid: 3.0.3.32.19970919160918.00857a50@stargate.lbcc.cc.or.us UTILITIES - Subject: Perldoc tiny patch to avoid $0 From: Ilya Zakharevich <ilya@math.ohio-state.edu> Files: utils/perldoc.PL Msg-ID: 199709122141.RAA16846@monk.mps.ohio-state.edu (applied based on p5p patch as commit 0b166b6635cf199f072db516b2a523ee659394d5) Subject: h2ph broken in 5.004_02 From: David Mazieres <dm@reeducation-labor.lcs.mit.edu> Files: utils/h2ph.PL Msg-ID: 199708201700.KAA02621@www.chapin.edu (applied based on p5p patch as commit 4a8e146e38ec2045f1f817a7cb578e1b1f80f39f) Subject: add key_t caddr_t to h2ph From: Tony Sanders <sanders@bsdi.com> Files: eg/sysvipc/ipcsem utils/h2ph.PL Msg-ID: 199708272301.RAA12803@austin.bsdi.com (applied based on p5p patch as commit 0806a92ffc3a74ca70aa81051cdf2a306cd0a8af) Subject: perldoc search ., lib and blib/* if -f 'Makefile.PL' From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc finds wrong pod2man (from perldoc source) # We must look both in @INC for library modules and in PATH # for executables, like h2xs or perldoc itself. Unfortunately, searching PATH for installed perl executables like pod2man is INCORRECT. perldoc should start by searching the directory it was executed from, which might not be in the PATH at all. Credited: Joseph "Moof-in'" Hall <joseph@cscaper.com> p5p-msgid: 199708251732.KAA19299@gadget.cscaper.com Subject: 5.004m4t1: perlbug: NIS domainname gets into wrong places From: Andreas J. Koenig <koenig@anna.mind.de> Files: utils/perlbug.PL Msg-ID: sfcg1qy38as.fsf@anna.in-berlin.de (applied based on p5p patch as commit 41f926b844140b7f7eaa9302113e45df3a9f9ff4) Subject: add better local patch info to perlbug From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perlbug.PL Subject: perldoc - suggest modules if requested module not found From: Anthony David <adavid@netinfo.com.au> Files: utils/perldoc.PL private-msgid: 3439CD83.6969@netinfo.com.au Subject: perldoc mail::foo tries to read binary /usr/ucb/mail From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc weirdness perldoc mail::imap yields: {joseph}:79% perldoc mail::foo can't open /usr/ucb/mail: Permission denied at ./pod2man line 362. Credited: Joseph "Moof-in'" Hall <joseph@cscaper.com> p5p-msgid: 199710082014.NAA00808@gadget.cscaper.com Subject: perldoc -f setpwent (for example) returns no descriptive text From: Tim Bunce <Tim.Bunce@ig.co.uk> Files: utils/perldoc.PL Subject: perldoc diffs: don't search auto - much faster From: "Joseph N. Hall" <joseph@5sigma.com> Files: utils/perldoc.PL Msg-ID: MailDrop1.2d7dPPC.971012211957@screechy.cscaper.com (applied based on p5p patch as commit 62b753c6ae4ab9bf22fbb6ec7ceac820bcef8fe4)
* | Solaris fixes: delete pad and padname from thread.h and removeMalcolm Beattie1997-09-101-1/+2
|/ | | | | MUTEX_* stuff when malloc.c gets copied to x2p/malloc.c. p4raw-id: //depot/perl@61
* Fix buffer overflow in a2pChip Salzenberg1997-04-251-2/+2
|
* Add B<-o> option to a2p, for old awk; make new the defaultChip Salzenberg1997-04-094-1/+11
|