summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* Clarify the 8.3 rule.Jarkko Hietaniemi2002-03-251-0/+11
| | | p4raw-id: //depot/perl@15491
* More pathname portability checks.Jarkko Hietaniemi2002-03-191-2/+12
| | | p4raw-id: //depot/perl@15337
* d_nv_preserves_uv_bitsNicholas Clark2002-03-182-2/+2
| | | | | Message-ID: <20020314222419.GE363@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15290
* HP-UX has also endgrent_r/endpwent_r marked obsolete.Jarkko Hietaniemi2002-03-161-0/+2
| | | p4raw-id: //depot/perl@15253
* Monster _r patch: try to scan for all known _r variants,Jarkko Hietaniemi2002-03-154-7/+982
| | | | | | | | | | | | | | | | | and then use them (under ithreads). May fail in HP-UX, and the op/groups is known to be fickle everywhere. Known to work in Solaris, Linux, Tru64, IRIX, AIX. (Some compiler warnings in AIX since the first arguments of getnetbyaddr and getnetbyadd_r are of different types. Thanks, IBM.) In non-Configure platforms deny the existence of any of the _r thingies. (Also add the recently introduced d_tm_* to places it wasn't already in.) TODO: the suggested glibc buffer growth retry loop in case some entries (at least for: gr*, host*) are big. Forgot win32/config.win64. p4raw-id: //depot/perl@15238
* More known threadsafings.Jarkko Hietaniemi2002-03-121-2/+25
| | | p4raw-id: //depot/perl@15209
* Skip obsoleted interfaces.Jarkko Hietaniemi2002-03-111-0/+12
| | | p4raw-id: //depot/perl@15163
* Re: Two questionsNicholas Clark2002-03-091-1/+1
| | | | | Message-ID: <20020309124239.GC307@Bagpuss.unfortu.net> p4raw-id: //depot/perl@15129
* Still more portability.Jarkko Hietaniemi2002-03-081-4/+6
| | | p4raw-id: //depot/perl@15125
* More portability.Jarkko Hietaniemi2002-03-081-3/+8
| | | p4raw-id: //depot/perl@15124
* RE: Two questionsPaul Green2002-03-081-1/+92
| | | | | | From: "Green, Paul" <Paul.Green@stratus.com> Message-ID: <A2A34F15EE916148BC4C4748223E67A4014E231C@EXNA4.stratus.com> p4raw-id: //depot/perl@15122
* HP-UX nm seems to repeat itself.Jarkko Hietaniemi2002-03-081-1/+3
| | | p4raw-id: //depot/perl@15112
* Nice porting script from Sarathy. Well, less niceJarkko Hietaniemi2002-03-082-1/+87
| | | | | in the sense that it shows the looong road ahead. p4raw-id: //depot/perl@15111
* Changes should mirror version numberRobin Barker2002-03-071-0/+6
| | | | | Message-Id: <200203071104.LAA17200@tempest.npl.co.uk> p4raw-id: //depot/perl@15080
* Regen Glossary et al.Jarkko Hietaniemi2002-03-063-35/+50
| | | p4raw-id: //depot/perl@15068
* Add Encode::CN, Encode::KR, and Encode::TW to the listJarkko Hietaniemi2002-03-042-9/+9
| | | | | of known extensions, where Encode::JP already is. p4raw-id: //depot/perl@15014
* Regen Glossary et al. (It seems the #14875 didn'tJarkko Hietaniemi2002-03-043-11/+11
| | | | | quite work in removing the double-dot?) p4raw-id: //depot/perl@14997
* cleanupsRafael Garcia-Suarez2002-02-253-14/+14
| | | | | Message-ID: <20020225232715.C744@rafael> p4raw-id: //depot/perl@14875
* Regen Glossary.Jarkko Hietaniemi2002-02-203-17/+24
| | | p4raw-id: //depot/perl@14788
* [ID 20020220.002] Perl 5.7.2 porting patches for POSIX 1003.1-2001 hosts Paul Eggert2002-02-201-1/+1
| | | | | Message-Id: <200202201103.g1KB3p427665@sic.twinsun.com> p4raw-id: //depot/perl@14784
* Regen Glossary.Jarkko Hietaniemi2002-02-173-10/+14
| | | p4raw-id: //depot/perl@14725
* Get rid of the _() macro since (1) we require ANSI anywayJarkko Hietaniemi2002-01-223-61/+67
| | | | | | (2) Other software (GNU) seems to use it and we don't need it, so let's give it up. p4raw-id: //depot/perl@14374
* Porting/checkURL.plAbigail2001-12-191-1/+1
| | | | | Message-ID: <20011218180322.8278.qmail@foad.org> p4raw-id: //depot/perl@13785
* More chmod +w.Jarkko Hietaniemi2001-12-101-0/+3
| | | p4raw-id: //depot/perl@13590
* Tweak the forking logic.Jarkko Hietaniemi2001-11-291-29/+39
| | | p4raw-id: //depot/perl@13350
* Add Abigail's link checker with the following tweaks:Jarkko Hietaniemi2001-11-291-0/+76
| | | | | | | | | - known dummy URLs (Peter Prymmer) - do also READMEs and INSTALL (Michael Schwern) - do also ftp URLs - add fork retry loop in case the allowed number of processes per user is low p4raw-id: //depot/perl@13344
* Regen Porting stuff; regen toc; cleanup nit in Configure.Jarkko Hietaniemi2001-11-233-10/+47
| | | p4raw-id: //depot/perl@13219
* Re: [PATCH] Porting/genlog -bi and rangeAudrey Tang2001-11-231-3/+3
| | | | | Message-ID: <20011123235553.A2310@not.autrijus.org> p4raw-id: //depot/perl@13199
* Add Larry Shatzer's VERSION verifying script.Jarkko Hietaniemi2001-11-162-0/+55
| | | p4raw-id: //depot/perl@13033
* a few typo fixes Jeffrey Friedl2001-11-121-1/+1
| | | | | | | | | | | Message-Id: <200111120515.fAC5FIc74795@ventrue.corp.yahoo.com> Patching README.foo instead of pod/perlfoo.pod, not patching Math::BigInt (Tels will take care of that), dropping broken hv.c and sv.h patches, patching libnetcfg.PL and perldoc.PL instead of libnetcfg and perldoc, patching ext/Digest/MD5/t/files.t since MD5.pm was changed. p4raw-id: //depot/perl@12954
* replace http://www.perl.com/CPAN/ with http://www.cpan.org/Mark-Jason Dominus2001-11-081-5/+5
| | | | | Message-Id: <20011108133318.1786.qmail@plover.com> p4raw-id: //depot/perl@12897
* WIN64 (Itanium) port of Perl 5.6.1Randolf Werner2001-10-161-0/+2
| | | | | Message-ID: <816D93CCC927D31188570008C75D1DE10A5CB1F8@dbwdfx1a.wdf.sap-ag.de> p4raw-id: //depot/perl@12457
* Find more conflicts by lowercasing.Jarkko Hietaniemi2001-09-221-0/+46
| | | p4raw-id: //depot/perl@12131
* Remove iconv references since we are not using itJarkko Hietaniemi2001-09-203-36/+14
| | | | | | | and not going to; regen perltoc, perlmodlib. (Some references still linger in perltoc, have to figure out where they are coming from.) p4raw-id: //depot/perl@12095
* Add a script for being 8.3-polite.Jarkko Hietaniemi2001-09-171-0/+1
| | | | | The found conflicts are being worked on. p4raw-id: //depot/perl@12051
* Re: [ID 20010815.012] Unfortunate interaction between -0 cmd line arg & ↵Hugo van der Sanden2001-09-151-1/+0
| | | | | | | (??{CODE}) regex Message-Id: <200109091741.f89HfsM18534@crypt.compulink.co.uk> p4raw-id: //depot/perl@12027
* Configure not recording lseek protoBlair Zajac2001-09-113-39/+39
| | | | | | | Message-ID: <3B9D6055.BA334A31@orcaware.com> plus regen Configure. p4raw-id: //depot/perl@11991
* Silence the remaing format warningRobin Barker2001-09-071-7/+25
| | | | | Message-Id: <200109071728.SAA13569@tempest.npl.co.uk> p4raw-id: //depot/perl@11941
* remove deprecated PERL_OBJECT cruft, it has long since stoppedGurusamy Sarathy2001-08-311-1/+0
| | | | | working in 5.7.x p4raw-id: //depot/perl@11803
* Changes USE_THREADS to USE_5005THREADS in the entire source.Artur Bergman2001-08-272-2/+2
| | | | | | Thanks to H. Merijn Brand for the patch. Some of the comments and or guards might be removable in perl.h now. p4raw-id: //depot/perl@11758
* When applying patch via Porting/apply fails, do p4 refreshNick Ing-Simmons2001-08-241-1/+1
| | | | | to get old files back. p4raw-id: //depot/perl@11741
* Mail -> change script (pre-alpha)Nick Ing-Simmons2001-08-171-0/+71
| | | p4raw-id: //depot/perl@11704
* More DOSish files.Jarkko Hietaniemi2001-08-141-0/+3
| | | p4raw-id: //depot/perl@11666
* Add some files to DOSish and writables.Jarkko Hietaniemi2001-08-141-1/+6
| | | p4raw-id: //depot/perl@11664
* Decommission Time::Piece; unnecessary Yet Another Time-Date Module.Jarkko Hietaniemi2001-08-101-8/+8
| | | p4raw-id: //depot/perl@11631
* Introduce more floating point classifying APIs;Jarkko Hietaniemi2001-08-093-8/+198
| | | | | | | | | | | | | try to define (most importantly) Perl_is{inf,nan}(x). For this first cut, assume none such APIs exist in non-UNIXoid platforms-- this is of course too unkind: Win32 rumoredly has _fpclass() and _isnan(), and VMS/VOS very probably have some of the APIs available. The only thing Perl uses at the moment is Perl_isnan() (has been in use for a while now). NOTE: the Win32 and NetWare config_h.?c need regenerating. p4raw-id: //depot/perl@11618
* Regen Porting stuff.Jarkko Hietaniemi2001-07-313-58/+59
| | | p4raw-id: //depot/perl@11519
* More +x.Jarkko Hietaniemi2001-07-251-2/+4
| | | p4raw-id: //depot/perl@11468
* Doc tweakery from Abhijit.Jarkko Hietaniemi2001-07-231-9/+6
| | | p4raw-id: //depot/perl@11447
* Re: Typo in Porting/pumpkin/pod ?Mike Guy2001-07-221-1/+1
| | | | | Message-Id: <E15NbxR-0006HD-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@11443