summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* Bump the version numbers to five-eight-oh.Jarkko Hietaniemi2002-05-282-51/+50
| | | p4raw-id: //depot/perl@16843
* Document better what the foo_r_proto are supposed to be.Jarkko Hietaniemi2002-05-203-8/+298
| | | p4raw-id: //depot/perl@16711
* More rule tweakage.Jarkko Hietaniemi2002-05-151-3/+7
| | | p4raw-id: //depot/perl@16605
* Add more rules.Jarkko Hietaniemi2002-05-141-6/+33
| | | p4raw-id: //depot/perl@16600
* Add a script for cleaning out the "known noise"Jarkko Hietaniemi2002-05-141-0/+51
| | | | | | from Third Degree reports: either noise caused by libc itself, or Perl_yyparse leaks. p4raw-id: //depot/perl@16593
* format and other warningsRobin Barker2002-05-101-1/+1
| | | | | Message-Id: <200205091727.SAA22792@tempest.npl.co.uk> p4raw-id: //depot/perl@16532
* p4genpatch: produce unix-compatible patches on non-MacOS platforms;Gurusamy Sarathy2002-05-081-2/+12
| | | | | don't unlink /dev/null p4raw-id: //depot/perl@16492
* fix p4genpatch breakage (missing slash in patch headers)Gurusamy Sarathy2002-05-081-2/+2
| | | p4raw-id: //depot/perl@16489
* Integrate #16481 from macperl;Jarkko Hietaniemi2002-05-081-12/+33
| | | | | | | p4genpatch Mac OS fixes (paths, utime) p4raw-id: //depot/perl@16486 p4raw-integrated: from //depot/macperl@16485 'copy in' Porting/p4genpatch (@16475..)
* Ultimate discouragement for the old tools, from Andreas.Jarkko Hietaniemi2002-05-063-234/+3
| | | p4raw-id: //depot/perl@16428
* p4genpatch: avoid stderr noise during addsGurusamy Sarathy2002-05-061-5/+6
| | | p4raw-id: //depot/perl@16423
* a few more p4genpatch fixes:Gurusamy Sarathy2002-05-051-34/+22
| | | | | | | | | | | | | | don't assume previous revision exists, let p4 compute it from the one-less-change number instead the time part in timestamps were always 00:00:00; fix by fetching metadata via "p4 fsync" rather than "p4 filelog" quote all file names used in external commands to make them them work when there are spaces in those file names looks production worthy now :) p4raw-id: //depot/perl@16416
* p4genpatch diffs against depot files from //depot/perl when calledGurusamy Sarathy2002-05-051-1/+3
| | | | | with -b //depot/maint-5.6/perl p4raw-id: //depot/perl@16414
* p4genpatch: current directory may not be writable, so don'tGurusamy Sarathy2002-05-051-1/+1
| | | | | create temp files there p4raw-id: //depot/perl@16413
* p4genpatch now works on windowsGurusamy Sarathy2002-05-051-7/+14
| | | p4raw-id: //depot/perl@16412
* p4genpatch: tweak from Andreas to strip leading portion ofGurusamy Sarathy2002-05-051-14/+19
| | | | | path specified in -b (so patch can be applied with "patch -p1") p4raw-id: //depot/perl@16411
* Allow p4genpatch to use diff programs other than 'diff'.Jarkko Hietaniemi2002-05-041-3/+4
| | | p4raw-id: //depot/perl@16394
* Add p4genpatch from Andreas; obsoletes bothJarkko Hietaniemi2002-05-042-0/+146
| | | | | p4d2p and p4desc. p4raw-id: //depot/perl@16393
* Try #2 of getting rid of bincompat5005.Jarkko Hietaniemi2002-05-013-24/+16
| | | p4raw-id: //depot/perl@16293
* No bincompat5005.Jarkko Hietaniemi2002-05-012-16/+3
| | | p4raw-id: //depot/perl@16291
* Use UV (not long) for BYTEORDER.Jarkko Hietaniemi2002-04-233-27/+22
| | | p4raw-id: //depot/perl@16099
* purge existing win64 stuff (this never really worked in 5.7.x)Gurusamy Sarathy2002-04-201-2/+0
| | | | | in preparation for completely redone win64 support p4raw-id: //depot/perl@16025
* Nuke one overly-broad generalisation, as suggested by Sarathy.Abhijit Menon-Sen2002-04-081-3/+3
| | | p4raw-id: //depot/perl@15816
* Mirroring #15806.Jarkko Hietaniemi2002-04-083-16/+18
| | | p4raw-id: //depot/perl@15809
* Updates to Porting/GlossaryPaul Green2002-04-081-5/+10
| | | | | Message-Id: <200204081445.KAA16861@mailhub1.stratus.com> p4raw-id: //depot/perl@15806
* Configure-related tweaks.Jarkko Hietaniemi2002-03-293-183/+187
| | | p4raw-id: //depot/perl@15612
* MANIFES --> MANIFESTPhilip Newton2002-03-271-10/+11
| | | | | | | Message-ID: <n963aus588jr9ql5vo1il72adol3e9kois@4ax.com> (plus a few tweaks more) p4raw-id: //depot/perl@15546
* 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