summaryrefslogtreecommitdiff
path: root/Porting
Commit message (Collapse)AuthorAgeFilesLines
* Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-303-16/+21
| | | p4raw-id: //depot/cfgperl@6168
* Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROTJarkko Hietaniemi2000-05-303-14/+47
| | | | | | in case somebody wants to write an extension for more shadow database interfaces. p4raw-id: //depot/cfgperl@6166
* Introduce NV_PRESERVED_BITS. Not yet used anywhere butJarkko Hietaniemi2000-05-083-4/+9
| | | | | might be useful in future. p4raw-id: //depot/cfgperl@6095
* Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-073-36/+3
| | | | | | because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. p4raw-id: //depot/cfgperl@6088
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-021-2/+2
|\ | | | | p4raw-id: //depot/cfgperl@6045
| * cpio 2.4.2 on Linux creates directories in 0700 mode, adjust makerelGurusamy Sarathy2000-05-021-2/+2
| | | | | | | | | | to compensate p4raw-id: //depot/perl@6041
* | Regen Configure.Jarkko Hietaniemi2000-04-282-13/+13
|/ | | p4raw-id: //depot/cfgperl@6006
* support additional library locations via $Config{otherlibdirs}Gurusamy Sarathy2000-04-283-0/+27
| | | | | (from Andy Dougherty) p4raw-id: //depot/perl@6001
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-243-3/+49
| | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943
* Regen Configure to match #5937.Jarkko Hietaniemi2000-04-242-17/+21
| | | p4raw-id: //depot/cfgperl@5942
* s/setgropus/setgroups/; # detypo in a commentJarkko Hietaniemi2000-03-212-4/+4
| | | p4raw-id: //depot/cfgperl@5864
* (Re-)introduce $uidsign and $gidsign.Jarkko Hietaniemi2000-03-182-6/+18
| | | p4raw-id: //depot/cfgperl@5808
* Configure nits: rewording from Sarathy (aka #5796),Jarkko Hietaniemi2000-03-183-9/+10
| | | | | and installation directories patch from Robin Barker. p4raw-id: //depot/cfgperl@5802
* Fix pp_send() sizes (pass a Size_t, not an Off_t, andJarkko Hietaniemi2000-03-163-3/+12
| | | | | | | | | return a SSize_t, not an Off_t); add a note about a slightly similar situation in pp_truncate(); introduce $sizesize for Configure; update EPOC, VOS, Win32, and VMS for the sizesize; minor updates on the EPOC config file; reword socklen_t message slightly; fix fpossize (though unused currently) p4raw-id: //depot/cfgperl@5760
* Configure nits: do not use /tmp to avoid potential securityJarkko Hietaniemi2000-03-153-45/+60
| | | | | | | | | | problems (Andy Dougherty: this does not fix the rampant use of /tmp by the various utilities like C compilers, though. Just don't run Configure as root if you care about security.), fix man3dir bug (both from Andy Dougherty); fix hints files not to use /tmp; retract #4993 (the description of the *symbols variables is okay, after all); regen Configure. p4raw-id: //depot/cfgperl@5757
* sitelib_stem and vendorlib_stem patches from Andy;Michael G Schwern2000-03-053-38/+97
| | | | | | | | problem reported in To: perl5-porters@perl.org Subject: [ID 20000305.001] [BUG 5.5.670 perl.c] SITELIB_EXP mangled by hack. Message-Id: <20000305113129.80DC23820@athens.arena-i.com> p4raw-id: //depot/cfgperl@5559
* Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-033-37/+75
| | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484
* integrate cfgperl and vmsperl changes into mainlineGurusamy Sarathy2000-02-281-1/+1
| | | p4raw-id: //depot/perl@5316
* Rename use64bits to use64bitint;Jarkko Hietaniemi2000-02-263-28/+38
| | | | | rename usefull64bits to use64bitall. p4raw-id: //depot/cfgperl@5261
* Configure nits; add socksizetype; add getfsstat for completeness;Jarkko Hietaniemi2000-02-253-31/+97
| | | | | | add lseekproto, usefull64bits, socksizetype getfsstat to non-UNIX lands; regen Configure. p4raw-id: //depot/cfgperl@5259
* Add socklen_t probe; Configure maintenance.Jarkko Hietaniemi2000-02-223-18/+32
| | | p4raw-id: //depot/cfgperl@5213
* Check the alignment of long doubles if they are to be used;Jarkko Hietaniemi2000-02-223-6/+23
| | | | | regen Configure. p4raw-id: //depot/cfgperl@5189
* Probe for <sys/utsname.h>.Jarkko Hietaniemi2000-02-153-34/+45
| | | p4raw-id: //depot/cfgperl@5115
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-1/+2
| | | p4raw-id: //depot/perl@5084
* notes about running PurifyGurusamy Sarathy2000-02-141-70/+63
| | | p4raw-id: //depot/perl@5079
* megalomaniac 64-bit update: most importantly,Jarkko Hietaniemi2000-02-123-16/+3
| | | | | | uselonglong is eradicated, only backward compatibility hooks in use64bits remain. p4raw-id: //depot/cfgperl@5070
* Regenerate Configure for I_SYSLOG.Jarkko Hietaniemi2000-02-093-3/+14
| | | p4raw-id: //depot/cfgperl@5055
* (fake) use of getcwd.Jarkko Hietaniemi2000-02-093-5/+17
| | | p4raw-id: //depot/cfgperl@5047
* Add/restore probes for getcwd/mk*temp*/mmap.Jarkko Hietaniemi2000-02-093-45/+256
| | | p4raw-id: //depot/cfgperl@5044
* update makerel for new version formatGurusamy Sarathy2000-02-021-8/+3
| | | p4raw-id: //depot/perl@4967
* Integrate with Sarathy.Jarkko Hietaniemi2000-01-271-5/+6
|\ | | | | p4raw-id: //depot/cfgperl@4913
| * typoGurusamy Sarathy2000-01-261-1/+1
| | | | | | p4raw-id: //depot/perl@4909
| * update p4 toolGurusamy Sarathy2000-01-261-5/+6
| | | | | | p4raw-id: //depot/perl@4908
* | s/d_nvpresuv/d_nv_preserves_uv/;Jarkko Hietaniemi2000-01-263-10/+24
|/ | | | | plus cosmetic change for #4899. p4raw-id: //depot/cfgperl@4900
* More robust inc_version_list from Andy.Jarkko Hietaniemi2000-01-193-5/+12
| | | p4raw-id: //depot/cfgperl@4820
* Add NV_PRESERVES_UV.Jarkko Hietaniemi2000-01-193-3/+16
| | | p4raw-id: //depot/cfgperl@4819
* Know strtoll.Jarkko Hietaniemi2000-01-163-3/+14
| | | p4raw-id: //depot/cfgperl@4808
* Continue qgcvt work; closer now but not yet there.Jarkko Hietaniemi2000-01-163-8/+3
| | | p4raw-id: //depot/cfgperl@4806
* Metaconfig and Porting patches from Andy; start using the newJarkko Hietaniemi2000-01-154-1414/+1329
| | | | | long long and long double thingies from #4804; regen Configure. p4raw-id: //depot/cfgperl@4805
* more changes for new-style version numbers (versions numbers onGurusamy Sarathy2000-01-092-59/+26
| | | | | | | | | | | | | | | the filesystem look like 5.5.640, except on DOS-DJGPP and VMS where they look like 5_5_640; delete @Config{pm_apiversion,xs_apiversion}; split $Config{apiversion} into three, @Config{apirevision,apiversion, apisubversion} for CPP friendliness; $Config{sitelib} now defaults to .../site_perl/$version, just like $Config{privlib}, making sitelib completely independent across versions and substantially eliminating chances of breaking older installations by overwriting newly built extensions; all this means compatibility inclusions for @INC will need to take into account older sitelib versions (this still TODO) windows, vms, dos tweaks for the above p4raw-id: //depot/perl@4773
* Configure changes for new-style version numbers (from Andy Dougherty,Gurusamy Sarathy2000-01-093-310/+315
| | | | | slightly altered) p4raw-id: //depot/perl@4771
* patchls tweak from Andreas KoenigGurusamy Sarathy1999-12-031-2/+5
| | | p4raw-id: //depot/perl@4633
* email address changesGurusamy Sarathy1999-12-013-3/+3
| | | p4raw-id: //depot/perl@4604
* Try to fix largefileness so that it "works" without a quad IV.Jarkko Hietaniemi1999-11-133-17/+24
| | | p4raw-id: //depot/cfgperl@4559
* Try to do something if st_size, st_uid, st_gid are too big for an IV;Jarkko Hietaniemi1999-11-113-142/+161
| | | | | regen Configure. p4raw-id: //depot/cfgperl@4548
* Add HAS_QUAD ($Config{d_quad}); use it.Jarkko Hietaniemi1999-10-303-8/+18
| | | p4raw-id: //depot/cfgperl@4497
* Continue what #4494 started; introduce uid and gid formats.Jarkko Hietaniemi1999-10-293-65/+261
| | | p4raw-id: //depot/cfgperl@4495
* Regen Configure and Glossary.Jarkko Hietaniemi1999-10-293-3/+69
| | | p4raw-id: //depot/cfgperl@4488
* Regen Configure.Jarkko Hietaniemi1999-10-283-18/+41
| | | p4raw-id: //depot/cfgperl@4483
* Fix printing of uids and gids; regen Configure.Jarkko Hietaniemi1999-10-283-27/+56
| | | p4raw-id: //depot/cfgperl@4480