summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* gcc versions might have (parentheses) in them.Jarkko Hietaniemi2000-08-041-2/+4
| | | p4raw-id: //depot/perl@6526
* Weed buglets pointed out byLupe Christoph2000-08-041-2/+11
| | | | | | Subject: Re: [ID 20000803.005] miniperl aborts during Perl make Message-ID: <20000804173439.L8087@alanya.lupe-christoph.de> p4raw-id: //depot/perl@6525
* bad cppsymbols on os2 + Configure question Yitzchak Scott-Thoennes2000-08-041-8/+10
| | | | | Message-ID: <0wgi5gzkgqLb092yn@efn.org> p4raw-id: //depot/perl@6511
* In new BSDs changes to argv[] do not show up in ps(1) output,Paul Saab2000-08-021-1/+7
| | | | | | | | | | | instead one must use setproctitle(). This was already addressed by change #6457, but the below has a new variant for FreeBSD 4.0 or later, and the matter is also documented more. Subject: [ID 20000801.007] setting $0 on FreeBSD 4.x does not get reflected in /bin/ps Message-Id: <20000801154139.A53740@yahoo-inc.com> p4raw-link: @6457 on //depot/perl: 0c9177abdae6e91f4dfdab2ef3cc817ec901e51eon //depot/metaconfig: efc5abcdbec468dfb20e18acbe3ab6c1cd9e92c3 p4raw-id: //depot/perl@6483
* If gccosandvers is equal to osname, clear gccosandvers.Jarkko Hietaniemi2000-08-011-3/+5
| | | p4raw-id: //depot/perl@6479
* Tiny fixes for #6460.Jarkko Hietaniemi2000-07-281-3/+3
| | | p4raw-id: //depot/perl@6461
* Warn if the version of the operating system used to compile gccKurt D. Starsinic2000-07-281-1/+33
| | | | | | | | | | differs from the current version of the operating system. Also display the gcc compilation os and version in myconfig. Inspiration from Subject: Re: [ID 20000710.003] ERRORS!! Message-ID: <20000710155416.A1384@O2.chapin.edu> p4raw-id: //depot/perl@6460
* In DEC OSF aka Digital UNIX aka Tru64 add the versionJarkko Hietaniemi2000-07-281-2/+6
| | | | | letter to $Config{osvers}. p4raw-id: //depot/perl@6459
* Use setproctitle() if available to modify $0.Jeffrey Friedl2000-07-271-2/+8
| | | | | | Subject: setting $* on BSD4 broken Message-Id: <200007230831.BAA08379@ventrue.yahoo.com> p4raw-id: //depot/perl@6457
* [ID 20000716.023] syslog test fails without socketsYitzchak Scott-Thoennes2000-07-241-1/+7
| | | | | Message-Id: <200007161907.e6GJ7g115736@garcia.efn.org> p4raw-id: //depot/perl@6430
* Detypo from Peter Prymmer, part of #6388.Jarkko Hietaniemi2000-07-131-2/+2
| | | p4raw-id: //depot/cfgperl@6389
* Do the cc sanity check both before the hints andJarkko Hietaniemi2000-07-121-41/+59
| | | | | after the cc selction. p4raw-id: //depot/cfgperl@6378
* Configure cosmetics and perldelta.Jarkko Hietaniemi2000-07-111-3/+3
| | | p4raw-id: //depot/cfgperl@6376
* Configure maintenance. Sever some dependency cycles,Jarkko Hietaniemi2000-06-271-164/+197
| | | | | | | | | | separate gccversion from the cc unit, address [ID 20000623.006] Configure script patch for using gcc on AIX (but solve it a little bit differently), unduplex some accidentally duplicated units, suggest using gcc if no cc available (p5p thread: "Solaris configure: counterproposal", 1999-09) p4raw-id: //depot/cfgperl@6239
* microperl changes from Simon Cozens; Makefile for microperlJarkko Hietaniemi2000-05-311-1/+1
| | | | | | written from scratch; few casts added as microperl compilation doesn't have all prototypes available. p4raw-id: //depot/cfgperl@6174
* Tweak NV_PRESERVES_UV*, vms/subconfigure.com left untouched.Jarkko Hietaniemi2000-05-301-8/+8
| | | p4raw-id: //depot/cfgperl@6168
* Introduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROTJarkko Hietaniemi2000-05-301-1/+31
| | | | | | in case somebody wants to write an extension for more shadow database interfaces. p4raw-id: //depot/cfgperl@6166
* detypoJarkko Hietaniemi2000-05-301-2/+2
| | | p4raw-id: //depot/cfgperl@6164
* Regen Configure to jive with #6149.Jarkko Hietaniemi2000-05-291-1/+1
| | | p4raw-id: //depot/cfgperl@6157
* Integrate with Sarathy.Jarkko Hietaniemi2000-05-291-0/+1
|\ | | | | p4raw-id: //depot/cfgperl@6156
| * OS/2 tweaks for usethreads build (from Rocco CaputoGurusamy Sarathy2000-05-281-0/+1
| | | | | | | | | | <troc@netrus.net>) p4raw-id: //depot/perl@6149
* | Introduce NV_PRESERVED_BITS. Not yet used anywhere butJarkko Hietaniemi2000-05-081-1/+36
| | | | | | | | | | might be useful in future. p4raw-id: //depot/cfgperl@6095
* | Remove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,Jarkko Hietaniemi2000-05-071-19/+1
|/ | | | | | because we do not use those. The HAS_GETSPNAM remains, though, because we still do use that. p4raw-id: //depot/cfgperl@6088
* Regen Configure.Jarkko Hietaniemi2000-04-281-103/+103
| | | p4raw-id: //depot/cfgperl@6006
* support additional library locations via $Config{otherlibdirs}Gurusamy Sarathy2000-04-281-0/+39
| | | | | (from Andy Dougherty) p4raw-id: //depot/perl@6001
* allow Configure -S to run non-interactively (spotted by Greg HudsonGurusamy Sarathy2000-04-281-4/+9
| | | | | <ghudson@mit.edu>) p4raw-id: //depot/perl@5980
* Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.Jarkko Hietaniemi2000-04-241-1/+25
| | | | | Now pp_ncmp() returns undef is either operand is a NaN. p4raw-id: //depot/cfgperl@5943
* Regen Configure to match #5937.Jarkko Hietaniemi2000-04-241-1/+1
| | | p4raw-id: //depot/cfgperl@5942
* Integrate with Sarathy.Jarkko Hietaniemi2000-04-241-2/+1
| | | p4raw-id: //depot/cfgperl@5937
* Metaconfigify #5881.Jarkko Hietaniemi2000-03-221-3/+3
| | | p4raw-id: //depot/cfgperl@5882
* s/setgropus/setgroups/; # detypo in a commentJarkko Hietaniemi2000-03-211-1/+1
| | | p4raw-id: //depot/cfgperl@5864
* Nit for #5802 from Robin Barker.Jarkko Hietaniemi2000-03-211-2/+2
| | | p4raw-id: //depot/cfgperl@5859
* Fix the socklen default type (from Laszlo Molnar;Jarkko Hietaniemi2000-03-191-4/+4
| | | | | | though I prefer signed, not unsigned); move the cross-compialtion wish item to Todo; drop excess permissions in taint.t. p4raw-id: //depot/cfgperl@5834
* unsigned is a more reasonable socksizetype default (fromGurusamy Sarathy2000-03-191-1/+1
| | | | | Laszlo <ml1050@freemail.hu>) p4raw-id: //depot/perl@5831
* (Re-)introduce $uidsign and $gidsign.Jarkko Hietaniemi2000-03-181-1/+1
| | | p4raw-id: //depot/cfgperl@5808
* Add newSVuv().Jarkko Hietaniemi2000-03-181-1/+1
| | | p4raw-id: //depot/cfgperl@5803
* Configure nits: rewording from Sarathy (aka #5796),Jarkko Hietaniemi2000-03-181-5/+7
| | | | | and installation directories patch from Robin Barker. p4raw-id: //depot/cfgperl@5802
* avoid mentioning Perl version in Configure questionGurusamy Sarathy2000-03-181-3/+3
| | | p4raw-id: //depot/perl@5796
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-171-31/+46
| | | p4raw-id: //depot/perl@5767
* metaconfig-ify #5676.Jarkko Hietaniemi2000-03-121-1/+1
| | | p4raw-id: //depot/cfgperl@5679
* don't bother testing if we can flush all handles when fflush(stdin)Gurusamy Sarathy2000-03-121-32/+75
| | | | | shows the pipe bug p4raw-id: //depot/perl@5676
* metaconfig-ify the test for broken fflush(NULL)Jarkko Hietaniemi2000-03-111-3/+46
| | | | | (which ails e.g. Solaris), from Ulrich Pfeifer. p4raw-id: //depot/cfgperl@5659
* Fix goofups noticed by Mark Bixby and Jeff Okamoto.Jarkko Hietaniemi2000-03-101-10/+11
| | | p4raw-id: //depot/cfgperl@5634
* sitelib_stem and vendorlib_stem patches from Andy;Michael G Schwern2000-03-051-2/+46
| | | | | | | | 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
* s/Perl/PeRl/; # yeahJarkko Hietaniemi2000-03-051-1/+1
| | | p4raw-id: //depot/cfgperl@5544
* Implement #5525 in metaconfig.Jarkko Hietaniemi2000-03-051-1/+1
| | | p4raw-id: //depot/cfgperl@5531
* Sanity check on the strtoll and strtoull.Jarkko Hietaniemi2000-03-051-1/+92
| | | p4raw-id: //depot/cfgperl@5529
* Introduce i_ieefp because FreeBSD on ix86 needs thatJarkko Hietaniemi2000-03-031-1/+7
| | | | | for ftpsetmask(0); regen Configure. p4raw-id: //depot/cfgperl@5484
* installation directory fix from Andy DoughertyJarkko Hietaniemi2000-03-021-2/+2
| | | | | (installstyle was being clobbered, spotted by Spider Boardman) p4raw-id: //depot/cfgperl@5446
* Confusion over uselargefiles.cbu and uselfs.cbu (the first oneJarkko Hietaniemi2000-03-021-3/+3
| | | | | is the correct one), spotted by Robin Barker. p4raw-id: //depot/cfgperl@5440