summaryrefslogtreecommitdiff
path: root/configure.com
Commit message (Collapse)AuthorAgeFilesLines
* Handle a filename with a tilde in it. Otherwise the build diesCraig A. Berry2008-10-231-0/+7
| | | | | on Bar.pm~ at MANIFEST check time when building on an ODS-2 volume. p4raw-id: //depot/perl@34561
* Add probes for *time64 () functionsH.Merijn Brand2008-10-031-0/+10
| | | | | Add missing config vars p4raw-id: //depot/perl@34456
* Set d_timegm on VMS.Craig A. Berry2008-07-111-0/+1
| | | p4raw-id: //depot/perl@34131
* Propagate new i_gdbm*ndbm variablesAndy Dougherty2008-05-291-0/+2
| | | | | Message-ID: <Pine.LNX.4.64.0805291241070.365@fractal.phys.lafayette.edu> p4raw-id: //depot/perl@33949
* Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)Dominic Dunlop2008-03-291-0/+1
| | | | | | | | Message-Id: <3B7752C8-D5A2-452C-B3E0-C453FFCBCAFA@mac.com> [but rename ******* to i_mallocmalloc.U, and then fix up all the files that Porting/checkcfgvar.pl says need i_mallocmalloc declared] p4raw-id: //depot/perl@33598
* Make the nv_preserves... checking on VMS more robust (and more likeCraig A. Berry2008-03-281-35/+17
| | | | | | what Configure does). Problem using long int without long double reported by Jeremy Begg. p4raw-id: //depot/perl@33591
* configure.com and vms.c fixes.John E. Malmberg2008-03-241-0/+7
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <47E6AF95.1000704@qsl.net> p4raw-id: //depot/perl@33550
* *Really* add nv_overflows_integers_at to the VMS configurationCraig A. Berry2008-03-051-2/+68
| | | | | | as 33431 should have done (and would have if I'd remembered to remove --dry-run from the patch command). p4raw-id: //depot/perl@33438
* Correct quad-related %Config variables on VMS.Craig A. Berry2008-02-111-13/+9
| | | p4raw-id: //depot/perl@33275
* Fix the misplaced warnings and failing tests caused by the precisionNicholas Clark2008-01-231-0/+2
| | | | | | | | loss warning on ++ and -- by moving the check to Configure time, creating a new config.sh variable nv_overflows_integers_at which contains an constant expression for the value of the NV which can't be incremented by 1.0 p4raw-id: //depot/perl@33049
* Nit disabling dtrace on VMS (2 single quotes inside double quotesCraig A. Berry2008-01-121-1/+1
| | | | | causes symbol interpolation in DCL). p4raw-id: //depot/perl@32965
* Add dtrace supportAndy Armstrong2008-01-111-0/+2
| | | | | | | | | Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net> with fixups as discussed on list, plus adding usedtrace to Glossary, plus propagating all the new config variables everywhere. (Was there an automatic way to do that? I did it with emacs macros) p4raw-id: //depot/perl@32953
* Add a Configure probe for <assert.h>Nicholas Clark2007-12-221-0/+1
| | | p4raw-id: //depot/perl@32705
* Fix missing sharpbang definition in configure.com.Craig A. Berry2007-12-051-1/+1
| | | p4raw-id: //depot/perl@32577
* Re: Perl 5.10.0 getting close: please testlemkemch@t-online.de2007-10-271-1/+1
| | | | | | | Message-id: <op.t0p271mr5o90vo@orion> Help older VMS compilers by using ccflags when building munchconfig. p4raw-id: //depot/perl@32199
* problem with MAKE_EXT.COMThomas Pfau2007-10-271-1/+1
| | | | | | | Message-id: <47233CDA.8010908@nbpfaus.net> configure.com thinko in #30455. p4raw-id: //depot/perl@32198
* Make large file support the default on VMS systems that have it. This in turnCraig A. Berry2007-09-271-3/+3
| | | | | makes _USE_STD_STAT and symbolic link support the defaults where available. p4raw-id: //depot/perl@31984
* Allow IEEE math to be deselected on OpenVMS I64 (but it remainsCraig A. Berry2007-09-241-2/+7
| | | | | the default). p4raw-id: //depot/perl@31949
* Record IEEE usage in config.h on VMS.Craig A. Berry2007-09-231-0/+1
| | | p4raw-id: //depot/perl@31944
* Fix configure.com's d_fcntl_can_lock test to look for a fileCraig A. Berry2007-08-271-1/+1
| | | | | that actually exists. p4raw-id: //depot/perl@31756
* [patch@31658] Dynamically load dbg xterm on VMSJohn E. Malmberg2007-07-261-53/+1
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <46A830E4.1040708@qsl.net> p4raw-id: //depot/perl@31661
* Update utility commands for VMS.Craig A. Berry2007-07-231-1/+10
| | | p4raw-id: //depot/perl@31647
* Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, andCraig A. Berry2007-07-121-0/+15
| | | | | grab the value from a MAINTXXX or SMOKEXXX line in patchlevel.h if present. p4raw-id: //depot/perl@31597
* Fix the case of $Config{perl_patchlevel} on VMS.Craig A. Berry2007-07-061-1/+1
| | | p4raw-id: //depot/perl@31544
* Replace C<shrplib='define'> with C<useshrplib='true'> on VMS.Craig A. Berry2007-07-041-1/+1
| | | p4raw-id: //depot/perl@31533
* Remove vms/genconfig.pl and references to it; it was made obsolete way backCraig A. Berry2007-07-041-5/+1
| | | | | | | in change #1084. Remove references to vms/config.vms, which was removed in change #1084. p4raw-link: @1084 on //depot/perl: 97abc6adffcd3efcbaee73cbdad2055b2d06be4f p4raw-id: //depot/perl@31532
* Better suppression of Threads build (probably still needed on 5.8.x)Craig A. Berry2007-05-161-1/+6
| | | p4raw-id: //depot/perl@31226
* Don't try to build old Thread extension on VMS when -DuseithreadsCraig A. Berry2007-04-281-2/+3
| | | | | has been chosen. p4raw-id: //depot/perl@31104
* Fix a few errors and ambiguities in configure.com caught byCraig A. Berry2007-03-031-5/+6
| | | | | Charlie Hammond's DCL Checker. p4raw-id: //depot/perl@30445
* In configure.com, include the Win32 extensions in $Config{known_extensions},Craig A. Berry2007-02-261-1/+1
| | | | | but not it $Config{extensions}. This way t/TEST knows to exclude them. p4raw-id: //depot/perl@30410
* One more longdouble nit for configure.com, following 30217, 30325, and 30329.Craig A. Berry2007-02-261-0/+1
| | | p4raw-id: //depot/perl@30401
* Make vms/munchconfig.c able to take a list of substitutions fromCraig A. Berry2007-02-181-4/+25
| | | | | a file so we don't overflow the command buffer on older systems. p4raw-id: //depot/perl@30343
* Make configure.com's manifest checker more robust when handling files with Craig A. Berry2007-02-171-2/+3
| | | | | | | multiple dots that also have an underscore in the name (e.g., foo_bar.tar.gz). Various archive utilities will create that as foo_bar_tar.gz or foo_bar.tar_gz, at least on ODS-2 volumes. p4raw-id: //depot/perl@30342
* In configure.com, put the "use" back in useieee (typo in #30325)Craig A. Berry2007-02-161-1/+1
| | | p4raw-id: //depot/perl@30329
* In configure.com, further disambiguate -Duselongdouble and its Craig A. Berry2007-02-161-7/+17
| | | | | prerequisites from other 64-bit options. p4raw-id: //depot/perl@30325
* Check for the presence of signbit() on VMS. It currently only worksCraig A. Berry2007-02-111-9/+60
| | | | | | | on IEEE double, not IEEE long double or any other floating point format. Also, begin to disentangle -Duselongdouble configuration support from its other 64-bit brethren. p4raw-id: //depot/perl@30217
* [perl@30030] blead on OpenVMS doesn't buildAbe Timmerman2007-01-271-5/+30
| | | | | | | | Message-Id: <200701271726.48347.abe@ztreet.demon.nl> Disable DECterm support by default, and when we enable it, make sure the image we need is installed, not merely present. p4raw-id: //depot/perl@30041
* Don't try to build Win32 on VMSCraig A. Berry2006-12-181-0/+1
| | | p4raw-id: //depot/perl@29572
* d_pseudofork for configure.comCraig A. Berry2006-12-061-0/+1
| | | p4raw-id: //depot/perl@29473
* xterm debugger support for VMS from John Malmberg (with revisions)Craig A. Berry2006-11-251-2/+30
| | | p4raw-id: //depot/perl@29380
* Initialize targetarch in configure.comCraig A. Berry2006-11-241-0/+1
| | | p4raw-id: //depot/perl@29369
* [patch@29297] d_printf_format_null needed in configure.comJohn E. Malmberg2006-11-171-0/+1
| | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <455DD3CA.6050405@qsl.net> p4raw-id: //depot/perl@29304
* Configure patch to add detection for DIR.dd_fd member variableSteve Peters2006-11-081-0/+1
| | | | | | From: "Steve Peters" <steve.peters@gmail.com> Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com> p4raw-id: //depot/perl@29238
* The non-unix parts for localtime_r_needs_tzsetH.Merijn Brand2006-11-061-0/+1
| | | | | Plus forced Glossary entry. That is a TODO for automation p4raw-id: //depot/perl@29213
* Initialize d_ctermid and i_gdbm in configure.com.Craig A. Berry2006-10-251-0/+2
| | | p4raw-id: //depot/perl@29101
* Define d_cplusplus on VMS when appropriateCraig A. Berry2006-09-141-1/+4
| | | p4raw-id: //depot/perl@28843
* Remove perlcc and the byteloaderRafael Garcia-Suarez2006-09-061-1/+0
| | | p4raw-id: //depot/perl@28790
* g++ stage 1 reachedJarkko Hietaniemi2006-08-081-0/+1
| | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674
* Updated handling of signal names and signals for VMSCraig A. Berry2006-06-291-46/+49
| | | p4raw-id: //depot/perl@28448
* redo part of change 27374Abe Timmerman2006-05-291-1/+8
| | | | | Message-id: <200605292324.51714.abe@ztreet.demon.nl> p4raw-id: //depot/perl@28334