This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Identify MallocCfg* globals as variables, not functions.
[perl5.git] / vos /
2011-11-04 Paul GreenBuild perl using the dynamic linking capabilities of...
2008-02-08 Paul GreenRE: Perl @ 33218 (Stratus VOS patches)
2006-10-04 Paul GreenUpdate Stratus VOS files.
2004-01-17 Paul GreenRefactor VOS patches for bleadperl and perl-5.8.x
2003-03-12 Jarkko HietaniemiVOS nit from Paul Green.
2002-08-18 Paul GreenRemove old VOS build methods
2002-06-21 Nick Ing-SimmonsIntegrate mainline
2002-06-21 Jarkko HietaniemiRegen stuff.
2002-05-28 Jarkko HietaniemiBump the version numbers to five-eight-oh.
2002-05-06 Paul GreenFixup VOS builds of miniperl
2002-05-05 Paul GreenUpdate README.vos and release vos build macros
2002-05-01 Jarkko HietaniemiTry #2 of getting rid of bincompat5005.
2002-05-01 Jarkko HietaniemiNo bincompat5005.
2002-04-25 Paul Greenfix vos/vos.c to implement pow(0,0)
2002-03-29 Jarkko HietaniemiConfigure-related tweaks.
2002-03-29 Nick Ing-SimmonsIntegrate mainline
2002-03-28 Paul GreenNeuter socketpair on Stratus VOS
2002-03-18 Nicholas Clarkd_nv_preserves_uv_bits
2002-03-15 Jarkko HietaniemiMonster _r patch: try to scan for all known _r variants,
2002-02-18 Nick Ing-SimmonsIntegrate mainline
2002-02-16 Paul GreenVOS patches for perl 5.8
2002-01-25 Nick Ing-SimmonsIntegrate mainline
2002-01-22 Paul GreenSupport truncate() in VOS port
2002-01-22 Jarkko HietaniemiGet rid of the _() macro since (1) we require ANSI...
2002-01-20 Jarkko HietaniemiEradicate sharedsv.*
2002-01-07 Paul GreenLast patch needed to get Perl5.7 to build natively...
2002-01-06 Paul GreenCorrect several Stratus VOS build issues
2001-12-29 Jarkko HietaniemiVOS tweaks from Paul Green.
2001-11-30 Jarkko HietaniemiVOS needs to know the modules, including pp_sort.
2001-11-30 Jarkko HietaniemiTweak for the VOS building script from Paul Green.
2001-11-23 Jarkko HietaniemiAdd procselfexe and d_dirfd to strange lands.
2001-11-21 Jarkko HietaniemiImplement the sort pragma. Split sort code from pp_ctl.c
2001-11-20 Jarkko HietaniemiSpread d_procselfexe to far-off lands (undefined).
2001-09-20 Jarkko HietaniemiRemove iconv references since we are not using it
2001-08-27 Artur BergmanChanges USE_THREADS to USE_5005THREADS in the entire...
2001-08-09 Jarkko HietaniemiIntroduce more floating point classifying APIs;
2001-07-12 Jarkko HietaniemiAdd HAS_PTHREAD_ATFORK.
2001-06-28 Jarkko HietaniemiAdd Configure probes for nl_langinfo() and <langinfo.h>.
2001-06-22 Andy DoughertyFurther tiny bcopy cleanup
2001-06-21 Jarkko HietaniemiAdd fchdir() probe (in non-UNIX systems assume it doesn...
2001-06-20 Jarkko HietaniemiAfter some reading I don't think we can blindly
2001-06-19 Jarkko HietaniemiVOS updates from Paul Green.
2001-06-19 Jarkko HietaniemiUpdate the vos/config.*.* files.
2001-06-19 Jarkko HietaniemiAdd a makefile for more painless adding of symbols...
2001-06-15 Jarkko HietaniemiThe first steps towards cross-compilation.
2001-06-13 Jarkko HietaniemiAdd Configure directive -Dusereentrant for Artur's...
2001-06-11 Jarkko HietaniemiAdd the modfl_pow32_bug (anti)definition also to VOS...
2001-06-11 Jarkko HietaniemiVOS updates from Paul Green for @10476.
2001-06-09 Nick Ing-SimmonsIntegrate mainline
2001-06-08 Jarkko HietaniemiBe inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
2001-06-04 Jarkko HietaniemiConfigure tweaks; add prototype probes, make the cpp...
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Jarkko HietaniemiConfigure tweaks; record the Berkeley DB version,
2001-04-19 Jarkko HietaniemiMove the strftime() wrapper from POSIX.xs to util.c
2001-04-05 Jarkko HietaniemiIntroduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
2001-03-27 Jarkko HietaniemiAdd sockatmark() probing.
2001-01-24 Charles BaileySYN SYN
2001-01-22 Jarkko HietaniemiMore SIG_SIZE fixes.
2001-01-21 Jarkko HietaniemiThe SIG_SIZE is the number of the elements *excluding*
2001-01-17 Jarkko HietaniemiDefine SIG_SIZE, the number of elements in the sig_name and
2001-01-15 Jarkko HietaniemiRevert #8437 and #8438, the Linux large files story...
2001-01-14 Jarkko Hietaniemi(Reverted by #8440)
2001-01-12 Jarkko HietaniemiUse UVXf.
2001-01-12 Jarkko HietaniemiAdd sigprocmask() probe, regen Configure, regen toc.
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2000-12-15 Jarkko HietaniemiReturn of the IVUV-preservation, now seems to be happy...
2000-12-15 Nicholas Clarkstrtoq, strtou(q|ll|l) testing (was [PATCH] faster...
2000-11-21 Dominic DunlopRe: Not OK: perl5.7.0 +DEVEL7706 +Duseperlio on AIX4...
2000-11-16 Jarkko HietaniemiAdd HAS_SBRK_PROTO.
2000-11-16 Jarkko HietaniemiAdd fwalk() probe to the configuration files and regen...
2000-11-12 Jarkko HietaniemiAdd HAS_FSYNC, lack noticed by Nicholas Clark.
2000-11-11 Jarkko HietaniemiAdd getpagesize() probing, on non-UNIX guess 'undef'.
2000-11-06 Jarkko HietaniemiVOS updates from Paul Green.
2000-11-04 Andy DoughertyAdd FCNTL_CAN_LOCK.
2000-10-24 Jarkko HietaniemiStratus VOS updates from Paul Green.
2000-10-24 Nicholas ClarkCheck if stdio supports tweaking lval and cnt simultane...
2000-10-20 Charles BaileySYN SYN
2000-10-12 Jarkko HietaniemiIntroduce the man[24-8] variables, from Andy Dougherty.
2000-10-10 Jarkko HietaniemiReapply Andy's patch and regen Configure.
2000-10-10 Jarkko HietaniemiUse the versiononly instead of the installscripts,
2000-10-04 Jarkko HietaniemiEnable disabling scripts installation by Configure...
2000-09-01 Jarkko HietaniemiRename the PRIElfbl, PRIX64, etc, to be PRIEUfldbl...
2000-08-25 Jarkko HietaniemiOne forgotten file from #6816.
2000-08-25 Dan HaleAIX 4.3.3 has SOCKS in libc with a differently named...
2000-08-18 Jarkko HietaniemiPropagate new Configure vars.
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-05-30 Jarkko HietaniemiTweak NV_PRESERVES_UV*, vms/subconfigure.com left untou...
2000-05-30 Jarkko HietaniemiIntroduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-07 Jarkko HietaniemiRemove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
2000-04-28 Gurusamy Sarathysupport additional library locations via $Config{otherl...
2000-04-24 Jarkko HietaniemiAdd HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
2000-03-18 Jarkko Hietaniemi(Re-)introduce $uidsign and $gidsign.
2000-03-18 Jarkko HietaniemiConfigure nits: rewording from Sarathy (aka #5796),
2000-03-17 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-16 Jarkko HietaniemiFix pp_send() sizes (pass a Size_t, not an Off_t, and
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-06 Gurusamy Sarathyintegrate cfgperl changes into mainline
2000-03-06 Jarkko HietaniemiVOS patch from Paul Green. Note that the vos/config_h...
2000-03-05 Michael G Schwernsitelib_stem and vendorlib_stem patches from Andy;
next