Since pv_uni_display and sv_uni_display are now used
[p5sagit/p5-mst-13.2.git] / win32 /
2001-10-24 Jarkko Hietaniemi Integrate change #12626 from maintperl;
2001-10-24 Jarkko Hietaniemi Integrate change #12615 from maintperl;
2001-10-22 Jarkko Hietaniemi Integrate change #12559 from maintperl;
2001-10-22 Jarkko Hietaniemi Integrate change #12560 from maintperl;
2001-10-21 Nick Ing-Simmons Multiple win32io.o is fatal for GCC (and noise with...
2001-10-20 Nick Ing-Simmons Fix typos in new locking on MemShared
2001-10-20 Nick Ing-Simmons Use locks on MemShared
2001-10-20 Nick Ing-Simmons Code PerlIOWin32_dup - does not fix Win32 problems...
2001-10-16 Jarkko Hietaniemi Integrate perlio:
2001-10-16 Randolf Werner WIN64 (Itanium) port of Perl 5.6.1
2001-10-16 Nick Ing-Simmons Skeleton of "PerlIO_dup" coded.
2001-09-25 Jarkko Hietaniemi Integrate change #12200 from maintperl;
2001-09-22 Jarkko Hietaniemi Manual eror in #12147.
2001-09-22 Jarkko Hietaniemi Integrate change #12146 from maintperl;
2001-09-21 Blair Zajac win32/Makefile warning fix
2001-09-20 Jarkko Hietaniemi Remove iconv references since we are not using it
2001-09-18 Nikola Knezevic added tainting for getcwd for Win32
2001-09-10 Mattia Barbon Building on win32 w/o perlio
2001-08-31 Gurusamy Sarathy remove deprecated PERL_OBJECT cruft, it has long since...
2001-08-27 Artur Bergman Changes USE_THREADS to USE_5005THREADS in the entire...
2001-08-14 Jarkko Hietaniemi Add sharedsv* to the DOSish platforms; plus add
2001-08-10 Jarkko Hietaniemi CRLFgngngn.
2001-08-10 Jarkko Hietaniemi Decommission Time::Piece; unnecessary Yet Another Time...
2001-08-09 Jarkko Hietaniemi Introduce more floating point classifying APIs;
2001-08-06 Prymmer/Kahn [PATCH: perl@11564] introducing perlivp
2001-08-05 Gurusamy Sarathy 4-arg select() was busted on windows because change...
2001-08-05 Gurusamy Sarathy flock() and link() are not available on Windows 9x
2001-08-03 John Kristian Re: [ID 20010731.105] MinGW can't compile win32.c on...
2001-08-02 Jarkko Hietaniemi Add PerlCE to the docs.
2001-08-01 Prymmer/Kahn add xsubpp and libnetcfg to installed *.bat files for...
2001-07-23 Vadim Konovalov win32\sncfnmcs.pl corrections
2001-07-19 Nick Ing-Simmons Integrate win32/perlhost.h from maintenance branch.
2001-07-18 Nick Ing-Simmons Integrate Sarathy's Win32 $ENV{'PATH'}/system fixes...
2001-07-13 Jarkko Hietaniemi Bump the version to 5.7.2.
2001-07-13 Nick Ing-Simmons Win32/distclean.bat - Down-case all MANIFEST and File...
2001-07-12 Jarkko Hietaniemi Add HAS_PTHREAD_ATFORK.
2001-07-12 Gurusamy Sarathy s/^M$//g
2001-07-12 Jarkko Hietaniemi Add README.uts from Hal Morris.
2001-07-12 Gurusamy Sarathy fix for failing fork.t#12 on windows (win32_execvp...
2001-07-12 Nick Ing-Simmons Honour void-ness of my_exit()
2001-07-12 Barrie Slaymaker Re: ActivePerl 628 + warnings + fork + exec = spurious...
2001-07-09 Gurusamy Sarathy I18N::Langinfo is not available on windows
2001-07-06 Nick Ing-Simmons Integrate mainline
2001-07-05 Gurusamy Sarathy perl built with USE_ITHREADS can deadlock during fork...
2001-07-02 Vadim Konovalov RE: perl@10907
2001-07-02 Gurusamy Sarathy regenerate win32/config_H.?c files
2001-07-02 Gurusamy Sarathy rename s/sv_getcwd/getcwd_sv/ for better conformance...
2001-07-02 Gurusamy Sarathy win32 fixes: more spurious CRs
2001-07-02 Gurusamy Sarathy win32 tweaks: remove extra CRs from makefile.mk; move...
2001-06-28 Jarkko Hietaniemi Add 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 Hietaniemi perl_clone_host() needs PERL_IMPLICIT_SYS.
2001-06-26 Artur Bergman Adds perl_clone_host under IMPLICIT SYS
2001-06-21 Jarkko Hietaniemi Add fchdir() probe (in non-UNIX systems assume it doesn...
2001-06-20 Jarkko Hietaniemi After some reading I don't think we can blindly
2001-06-19 Nick Ing-Simmons Hack File/Find/find.t to use File::Spec::Unix on Win32.
2001-06-19 Prymmer/Kahn let MS VC 5 resolve _PerlIO_win32
2001-06-19 Nick Ing-Simmons Integrate mainline
2001-06-19 Nick Ing-Simmons Get Win32 known_extensions and extensions right in...
2001-06-18 Jarkko Hietaniemi Split off the pack/unpack code, from Nicholas Clark.
2001-06-18 Jarkko Hietaniemi Add the locale.c and numeric.c to the microperl sources.
2001-06-16 Abhijit Menon-Sen Re: DYNAMIC_ENV_FETCH HvNAME abuse.
2001-06-16 Jarkko Hietaniemi Add perlnetware to docs; regen toc; supply skeleton
2001-06-16 Nick Ing-Simmons Work-in-progress win32 layer semi-functional, checking
2001-06-16 Nick Ing-Simmons Work in progress UNIX-side edit of win32 PerLIO layer
2001-06-15 Nick Ing-Simmons regen_config_h for Win32.
2001-06-15 Jarkko Hietaniemi Integrate perlio:
2001-06-15 Jarkko Hietaniemi The first steps towards cross-compilation.
2001-06-14 Nick Ing-Simmons Steps along the road toward Win32 building again.
2001-06-14 Nick Ing-Simmons Routine regen_config_h for Win32
2001-06-13 Jarkko Hietaniemi Add Configure directive -Dusereentrant for Artur's...
2001-06-09 Nick Ing-Simmons Integrate mainline
2001-06-08 Jarkko Hietaniemi Be inspired more by Hugo-- introduce HAS_MODFL_POW32_BUG.
2001-06-06 Jarkko Hietaniemi Podify the remaining README.platform files;
2001-06-04 Jarkko Hietaniemi Configure tweaks; add prototype probes, make the cpp...
2001-06-03 Prymmer/Kahn update two win32 Makefiles
2001-06-02 Nick Ing-Simmons Integrate mainline
2001-06-01 Jarkko Hietaniemi Configure tweaks; record the Berkeley DB version,
2001-05-31 Nick Ing-Simmons win32 - dmake regen_config_h
2001-05-31 Nick Ing-Simmons Fix Win32 for new spelling IN_BYTES
2001-05-30 Jarkko Hietaniemi Introduce $Config{afsroot}.
2001-05-18 Jarkko Hietaniemi Integrate change #10144 from maintperl.
2001-05-09 Nick Ing-Simmons win32, regen_config_h
2001-05-07 Prymmer/Kahn Re: [ID 20010506.022] Win32/Makefile problems in 5.7.1
2001-05-06 Prymmer/Kahn win32 update (VC,Borland,gcc), nmake update
2001-05-03 Prymmer/Kahn two fixes for win32/FindExt.pm
2001-05-01 Vadim Konovalov BorlandC++ fix
2001-04-29 Prymmer/Kahn win32/Makefile (nmake) update
2001-04-19 Jarkko Hietaniemi More cleanup cleanup.
2001-04-19 Jarkko Hietaniemi Add Time::Piece, a slight rewrite of Time::Object,
2001-04-19 Jarkko Hietaniemi Move the strftime() wrapper from POSIX.xs to util.c
2001-04-12 Jarkko Hietaniemi Non-UNIX platforms extensions update. (Well, UTS is...
2001-04-08 Jarkko Hietaniemi Integrate change #9639 from maintperl into mainline:
2001-04-08 Jarkko Hietaniemi perlsolaris.pod copied to wrong directory.
2001-04-07 Jarkko Hietaniemi Change 5.7.0 to 5.7.1 in some of the places I would...
2001-04-07 Nick Ing-Simmons Split out extension finding code from buildext.pl into...
2001-04-06 Nick Ing-Simmons Quote $VERSION in Encode.pm.
2001-04-06 Jarkko Hietaniemi Integrate changes #9584,9587 from maintperl into mainline.
2001-04-05 Jarkko Hietaniemi Introduce d_u32align / U32_REQUIRES_ALIGNMENT, needed for
2001-04-01 Jarkko Hietaniemi Integrate changes #9493,9494,9495,9496 from maintperl
next