Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix configure.com's d_fcntl_can_lock test to look for a file | Craig A. Berry | 2007-08-27 | 1 | -1/+1 |
| | | | | | that actually exists. p4raw-id: //depot/perl@31756 | ||||
* | [patch@31658] Dynamically load dbg xterm on VMS | John E. Malmberg | 2007-07-26 | 1 | -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. Berry | 2007-07-23 | 1 | -1/+10 |
| | | | p4raw-id: //depot/perl@31647 | ||||
* | Set $Config{PERL_PATCHLEVEL} as well as $Config{perl_patchlevel}, and | Craig A. Berry | 2007-07-12 | 1 | -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. Berry | 2007-07-06 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@31544 | ||||
* | Replace C<shrplib='define'> with C<useshrplib='true'> on VMS. | Craig A. Berry | 2007-07-04 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@31533 | ||||
* | Remove vms/genconfig.pl and references to it; it was made obsolete way back | Craig A. Berry | 2007-07-04 | 1 | -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. Berry | 2007-05-16 | 1 | -1/+6 |
| | | | p4raw-id: //depot/perl@31226 | ||||
* | Don't try to build old Thread extension on VMS when -Duseithreads | Craig A. Berry | 2007-04-28 | 1 | -2/+3 |
| | | | | | has been chosen. p4raw-id: //depot/perl@31104 | ||||
* | Fix a few errors and ambiguities in configure.com caught by | Craig A. Berry | 2007-03-03 | 1 | -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. Berry | 2007-02-26 | 1 | -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. Berry | 2007-02-26 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@30401 | ||||
* | Make vms/munchconfig.c able to take a list of substitutions from | Craig A. Berry | 2007-02-18 | 1 | -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. Berry | 2007-02-17 | 1 | -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. Berry | 2007-02-16 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@30329 | ||||
* | In configure.com, further disambiguate -Duselongdouble and its | Craig A. Berry | 2007-02-16 | 1 | -7/+17 |
| | | | | | prerequisites from other 64-bit options. p4raw-id: //depot/perl@30325 | ||||
* | Check for the presence of signbit() on VMS. It currently only works | Craig A. Berry | 2007-02-11 | 1 | -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 build | Abe Timmerman | 2007-01-27 | 1 | -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 VMS | Craig A. Berry | 2006-12-18 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@29572 | ||||
* | d_pseudofork for configure.com | Craig A. Berry | 2006-12-06 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@29473 | ||||
* | xterm debugger support for VMS from John Malmberg (with revisions) | Craig A. Berry | 2006-11-25 | 1 | -2/+30 |
| | | | p4raw-id: //depot/perl@29380 | ||||
* | Initialize targetarch in configure.com | Craig A. Berry | 2006-11-24 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@29369 | ||||
* | [patch@29297] d_printf_format_null needed in configure.com | John E. Malmberg | 2006-11-17 | 1 | -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 variable | Steve Peters | 2006-11-08 | 1 | -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_tzset | H.Merijn Brand | 2006-11-06 | 1 | -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. Berry | 2006-10-25 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@29101 | ||||
* | Define d_cplusplus on VMS when appropriate | Craig A. Berry | 2006-09-14 | 1 | -1/+4 |
| | | | p4raw-id: //depot/perl@28843 | ||||
* | Remove perlcc and the byteloader | Rafael Garcia-Suarez | 2006-09-06 | 1 | -1/+0 |
| | | | p4raw-id: //depot/perl@28790 | ||||
* | g++ stage 1 reached | Jarkko Hietaniemi | 2006-08-08 | 1 | -0/+1 |
| | | | | | Message-ID: <44D7AA6B.4040802@iki.fi> p4raw-id: //depot/perl@28674 | ||||
* | Updated handling of signal names and signals for VMS | Craig A. Berry | 2006-06-29 | 1 | -46/+49 |
| | | | p4raw-id: //depot/perl@28448 | ||||
* | redo part of change 27374 | Abe Timmerman | 2006-05-29 | 1 | -1/+8 |
| | | | | | Message-id: <200605292324.51714.abe@ztreet.demon.nl> p4raw-id: //depot/perl@28334 | ||||
* | A Configure probe for C99 variadic macros, based on code from Jarkko. | Nicholas Clark | 2006-05-13 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@28189 | ||||
* | [patch@27638] Enable standard stat for VMS >=8.2 | John E. Malmberg | 2006-03-31 | 1 | -12/+13 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-id: <442CC08A.30409@qsl.net> p4raw-id: //depot/perl@27648 | ||||
* | Populate pre-canned config.sh files with | Gisle Aas | 2006-03-30 | 1 | -0/+2 |
| | | | | | | d_archlib and d_inc_version_list. Ref change 27632. p4raw-id: //depot/perl@27634 | ||||
* | improve thread linking options on VMS | Craig A. Berry | 2006-03-23 | 1 | -17/+42 |
| | | | p4raw-id: //depot/perl@27593 | ||||
* | [patch@27538] utime patch for VMS | John E. Malmberg | 2006-03-21 | 1 | -1/+8 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <441EAA33.6010603@qsl.net> p4raw-id: //depot/perl@27561 | ||||
* | Add a Configure question for mad (Misc Attribute Decoration - Larry's | Nicholas Clark | 2006-03-07 | 1 | -0/+1 |
| | | | | | perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h p4raw-id: //depot/perl@27407 | ||||
* | PATCH: 2 vms specific build files in perl @ 27383 | Peter Prymmer | 2006-03-06 | 1 | -19/+11 |
| | | | | | Message-id: <OFF0B19477.39D9ABEB-ON85257129.00070590-85257129.000840D3@factset.com> p4raw-id: //depot/perl@27386 | ||||
* | Re: [PATCH] include configure.com in Porting/checkcfgvar.pl | Abe Timmerman | 2006-03-04 | 1 | -3/+1 |
| | | | | | Message-Id: <200603032256.47170.abe@ztreet.demon.nl> p4raw-id: //depot/perl@27374 | ||||
* | Add d_builtin_choose_expr and d_builtin_expect to configure.com as | Steve Peters | 2006-03-03 | 1 | -0/+2 |
| | | | | | 'undef'. p4raw-id: //depot/perl@27373 | ||||
* | Re: Configure.com issue, more quoting needed. | Peter Prymmer | 2006-02-07 | 1 | -1/+1 |
| | | | | | Message-id: <OF3536E719.A8B8D167-ON8525710D.0065011E-8525710D.00655ED0@factset.com> p4raw-id: //depot/perl@27115 | ||||
* | Eek. #25783 broke all pre-v8.2 VMS builds. Undo all the bits | Craig A. Berry | 2006-01-14 | 1 | -10/+1 |
| | | | | | having to do with dirent, opendir, etc. Must be Friday the 13th. p4raw-id: //depot/perl@26844 | ||||
* | Grr. #26690 broke handling of old ODS-2 style names | Craig A. Berry | 2006-01-08 | 1 | -2/+2 |
| | | | | | on current versions of VMS p4raw-id: //depot/perl@26744 | ||||
* | Make v?snprintf available on VMS v7.3-2 and later and clean up | Craig A. Berry | 2006-01-07 | 1 | -24/+22 |
| | | | | | some other version-dependency checks. p4raw-id: //depot/perl@26703 | ||||
* | Make VMS manifest checker handle multi-dot filenames on ODS-5 | Craig A. Berry | 2006-01-06 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@26690 | ||||
* | Added snprintf() and vsnprintf() to configure.com as 'undef'. | Steve Peters | 2006-01-04 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@26632 | ||||
* | On VMS, put pods in [.lib.pods] rather than [.lib.pod] | Craig A. Berry | 2005-12-15 | 1 | -1/+1 |
| | | | | | in order to avoid collisions with [.lib.Pod] p4raw-id: //depot/perl@26363 | ||||
* | Re: [PATCH configure.com] add the new d_futimes as undef | John E. Malmberg | 2005-11-06 | 1 | -1/+1 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <436D6A51.5040700@qsl.net> p4raw-id: //depot/perl@26020 | ||||
* | add the new d_futimes as undef | Abe Timmerman | 2005-11-05 | 1 | -0/+1 |
| | | | | | Message-Id: <200511051026.33940.abe@ztreet.demon.nl> p4raw-id: //depot/perl@26013 | ||||
* | [patch@25837] Change 25831: sprintf returns the length of the buffer. | John E. Malmberg | 2005-10-25 | 1 | -1/+1 |
| | | | | | | From: "John E. Malmberg" <wb8tyw@qsl.net> Message-ID: <435DA88A.90201@qsl.net> p4raw-id: //depot/perl@25838 |