This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Avoid #elif (less portable than #else #if).
[perl5.git] / win32 /
2001-08-09 Jarkko HietaniemiIntroduce more floating point classifying APIs;
2001-08-06 Prymmer/Kahn[PATCH: perl@11564] introducing perlivp
2001-08-05 Gurusamy Sarathy4-arg select() was busted on windows because change...
2001-08-05 Gurusamy Sarathyflock() and link() are not available on Windows 9x
2001-08-03 John KristianRe: [ID 20010731.105] MinGW can't compile win32.c on...
2001-08-02 Jarkko HietaniemiAdd PerlCE to the docs.
2001-08-01 Prymmer/Kahnadd xsubpp and libnetcfg to installed *.bat files for...
2001-07-23 Vadim Konovalovwin32\sncfnmcs.pl corrections
2001-07-19 Nick Ing-SimmonsIntegrate win32/perlhost.h from maintenance branch.
2001-07-18 Nick Ing-SimmonsIntegrate Sarathy's Win32 $ENV{'PATH'}/system fixes...
2001-07-13 Jarkko HietaniemiBump the version to 5.7.2.
2001-07-13 Nick Ing-SimmonsWin32/distclean.bat - Down-case all MANIFEST and File...
2001-07-12 Jarkko HietaniemiAdd HAS_PTHREAD_ATFORK.
2001-07-12 Gurusamy Sarathys/^M$//g
2001-07-12 Jarkko HietaniemiAdd README.uts from Hal Morris.
2001-07-12 Gurusamy Sarathyfix for failing fork.t#12 on windows (win32_execvp...
2001-07-12 Nick Ing-SimmonsHonour void-ness of my_exit()
2001-07-12 Barrie SlaymakerRe: ActivePerl 628 + warnings + fork + exec = spurious...
2001-07-09 Gurusamy SarathyI18N::Langinfo is not available on windows
2001-07-06 Nick Ing-SimmonsIntegrate mainline
2001-07-05 Gurusamy Sarathyperl built with USE_ITHREADS can deadlock during fork...
2001-07-02 Vadim KonovalovRE: perl@10907
2001-07-02 Gurusamy Sarathyregenerate win32/config_H.?c files
2001-07-02 Gurusamy Sarathyrename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-07-02 Gurusamy Sarathywin32 fixes: more spurious CRs
2001-07-02 Gurusamy Sarathywin32 tweaks: remove extra CRs from makefile.mk; move...
2001-06-28 Jarkko HietaniemiAdd Configure probes for nl_langinfo() and <langinfo.h>.
2001-06-27 Jarkko Hietaniemi"lose the it's", from Abhijit Menon-Sen.
2001-06-26 Jarkko Hietaniemiperl_clone_host() needs PERL_IMPLICIT_SYS.
2001-06-26 Artur BergmanAdds perl_clone_host under IMPLICIT SYS
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 Nick Ing-SimmonsHack File/Find/find.t to use File::Spec::Unix on Win32.
2001-06-19 Prymmer/Kahnlet MS VC 5 resolve _PerlIO_win32
2001-06-19 Nick Ing-SimmonsIntegrate mainline
2001-06-19 Nick Ing-SimmonsGet Win32 known_extensions and extensions right in...
2001-06-18 Jarkko HietaniemiSplit off the pack/unpack code, from Nicholas Clark.
2001-06-18 Jarkko HietaniemiAdd the locale.c and numeric.c to the microperl sources.
2001-06-16 Abhijit Menon-SenRe: DYNAMIC_ENV_FETCH HvNAME abuse.
2001-06-16 Jarkko HietaniemiAdd perlnetware to docs; regen toc; supply skeleton
2001-06-16 Nick Ing-SimmonsWork-in-progress win32 layer semi-functional, checking
2001-06-16 Nick Ing-SimmonsWork in progress UNIX-side edit of win32 PerLIO layer
2001-06-15 Nick Ing-Simmonsregen_config_h for Win32.
2001-06-15 Jarkko HietaniemiIntegrate perlio:
2001-06-15 Jarkko HietaniemiThe first steps towards cross-compilation.
2001-06-14 Nick Ing-SimmonsSteps along the road toward Win32 building again.
2001-06-14 Nick Ing-SimmonsRoutine regen_config_h for Win32
2001-06-13 Jarkko HietaniemiAdd Configure directive -Dusereentrant for Artur's...
2001-06-09 Nick Ing-SimmonsIntegrate mainline
2001-06-08 Jarkko HietaniemiBe inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
2001-06-06 Jarkko HietaniemiPodify the remaining README.platform files;
2001-06-04 Jarkko HietaniemiConfigure tweaks; add prototype probes, make the cpp...
2001-06-03 Prymmer/Kahnupdate two win32 Makefiles
2001-06-02 Nick Ing-SimmonsIntegrate mainline
2001-06-01 Jarkko HietaniemiConfigure tweaks; record the Berkeley DB version,
2001-05-31 Nick Ing-Simmonswin32 - dmake regen_config_h
2001-05-31 Nick Ing-SimmonsFix Win32 for new spelling IN_BYTES
2001-05-30 Jarkko HietaniemiIntroduce $Config{afsroot}.
2001-05-18 Jarkko HietaniemiIntegrate change #10144 from maintperl.
2001-05-09 Nick Ing-Simmonswin32, regen_config_h
2001-05-07 Prymmer/KahnRe: [ID 20010506.022] Win32/Makefile problems in 5.7.1
2001-05-06 Prymmer/Kahnwin32 update (VC,Borland,gcc), nmake update
2001-05-03 Prymmer/Kahntwo fixes for win32/FindExt.pm
2001-05-01 Vadim KonovalovBorlandC++ fix
2001-04-29 Prymmer/Kahnwin32/Makefile (nmake) update
2001-04-19 Jarkko HietaniemiMore cleanup cleanup.
2001-04-19 Jarkko HietaniemiAdd Time::Piece, a slight rewrite of Time::Object,
2001-04-19 Jarkko HietaniemiMove the strftime() wrapper from POSIX.xs to util.c
2001-04-12 Jarkko HietaniemiNon-UNIX platforms extensions update. (Well, UTS is...
2001-04-08 Jarkko HietaniemiIntegrate change #9639 from maintperl into mainline:
2001-04-08 Jarkko Hietaniemiperlsolaris.pod copied to wrong directory.
2001-04-07 Jarkko HietaniemiChange 5.7.0 to 5.7.1 in some of the places I would...
2001-04-07 Nick Ing-SimmonsSplit out extension finding code from buildext.pl into...
2001-04-06 Nick Ing-SimmonsQuote $VERSION in Encode.pm.
2001-04-06 Jarkko HietaniemiIntegrate changes #9584,9587 from maintperl into mainline.
2001-04-05 Jarkko HietaniemiIntroduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
2001-04-01 Jarkko HietaniemiIntegrate changes #9493,9494,9495,9496 from maintperl
2001-03-30 Vadim Konovalovfix for win32/buildext.pl
2001-03-29 Nick Ing-SimmonsMake sure buildext.pl finds Errno.pm
2001-03-29 Nick Ing-SimmonsIntegrate win32/makefile.mk with mainline.
2001-03-29 Nick Ing-SimmonsFix breakage ...
2001-03-29 Vadim KonovalovRE: Borland C++ for Win32 fixes; perl@9359 (also perl...
2001-03-29 Nick Ing-SimmonsWork in progress - determine win32 extensions to build...
2001-03-29 Nick Ing-SimmonsMake as-shipped compiler default to MSVC6
2001-03-29 Vadim KonovalovBorland C++ for Win32 fixes; perl@9359 (also perl@9424)
2001-03-27 Jarkko HietaniemiAdd sockatmark() probing.
2001-03-25 Nick Ing-Simmonswin32/makefile.mk typos
2001-03-25 Jarkko HietaniemiAdd MIME::Base64 here and there. Again, a lot of
2001-03-25 Jarkko HietaniemiAdd PerlIO::Scalar to win32/Makefile. (I'm doing
2001-03-24 Nick Ing-SimmonsIntegrate mainline.
2001-03-24 Jarkko HietaniemiIntegrate perlio:
2001-03-24 Nick Ing-SimmonsRoutine Win32 regen_config_h - no real changes.
2001-03-24 Nick Ing-SimmonsPerlIO fixups for Win32:
2001-03-23 Jarkko HietaniemiIntegrate Digest-1.00 and Digest-MD5-2.13, from Gisle...
2001-03-15 Vadim KonovalovRe: Another Borland C++ problem.
2001-03-13 Jarkko HietaniemiIntegrate change #9116 from maintperl into mainline.
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-02-27 Edward PeschkoRe: Compile with perlcc..
2001-02-23 Jarkko HietaniemiAbolish USE_WIN32_RTL_ENV.
2001-02-09 Jarkko HietaniemiIntegrate changes #8738,8739,8740 from maintperl.
next