abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()
[p5sagit/p5-mst-13.2.git] / win32 /
2000-03-06 Gurusamy Sarathy vendorlib support for Windows; regen win32/config*
2000-03-05 Gurusamy Sarathy regen win32/config*, up version numbers &c.
2000-03-04 Gurusamy Sarathy regen win32/config_H*
2000-03-03 Jarkko Hietaniemi Introduce i_ieefp because FreeBSD on ix86 needs that
2000-03-02 Gurusamy Sarathy Test::Harness uses $ENV{HARNESS_PERL_SWITCHES} when...
2000-03-02 Gurusamy Sarathy patch to fix mingw32 build under USE_IMP_SYS (from...
2000-03-01 Gurusamy Sarathy Windows miscellany
2000-03-01 Gurusamy Sarathy support kill(0,$pid) on Windows to test if process...
2000-02-29 Jarkko Hietaniemi Add libsunmath (long double math library for Solaris,
2000-02-29 Gurusamy Sarathy change#5364 had a few problems
2000-02-29 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-29 Gurusamy Sarathy utf8-ize @ARGV when -C switch is used on Windows
2000-02-29 Jarkko Hietaniemi The sprintf option was blithely printing long doubles as
2000-02-29 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-02-29 Gurusamy Sarathy various shenanigans in change#5342
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-02-28 Jarkko Hietaniemi Put back madvise lost because of a typo.
2000-02-28 Gurusamy Sarathy update Changes, patchlevel etc.
2000-02-26 Gurusamy Sarathy reintroduce useithreads (accidentally deleted in change...
2000-02-26 Jarkko Hietaniemi Rename use64bits to use64bitint;
2000-02-25 Jarkko Hietaniemi Configure nits; add socksizetype; add getfsstat for...
2000-02-20 Gurusamy Sarathy windows fixes for virtualizing child std{in,out,err...
2000-02-19 Gurusamy Sarathy some fixes for mingw32/GCC (SETERRNO() still appears to
2000-02-15 Gurusamy Sarathy update Changes, patchlevel
2000-02-15 Gurusamy Sarathy add XS version of Sys::Hostname (from Greg Bacon
2000-02-15 Gurusamy Sarathy propagate st_mode bits to group/other for Borland build
2000-02-15 Gurusamy Sarathy update exetype.pl tool
2000-02-12 Jarkko Hietaniemi megalomaniac 64-bit update: most importantly,
2000-02-10 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-10 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-02-10 Gurusamy Sarathy windows bugfixes for virtual directories under USE_ITHR...
2000-02-09 Charles Bailey Resync with mainline
2000-02-09 Jarkko Hietaniemi Add/restore probes for getcwd/mk*temp*/mmap.
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy change $^U to $^WIDE_SYSTEM_CALLS; s/PL_bigchar/PL_wide...
2000-02-07 Gurusamy Sarathy various Windows tweaks: make $^E a little less buggy...
2000-02-07 Gurusamy Sarathy up to v5.5.650
2000-02-07 Gurusamy Sarathy NULL-terminate PERL_INC_VERSION_LIST
2000-02-07 Gurusamy Sarathy makefiles now use exetype.pl to make wperl.exe
2000-02-07 Gurusamy Sarathy add exetype.pl (from Jan Dubois)
2000-02-02 Gurusamy Sarathy workaround for undefined symbol
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathy !USING_WIDE() branch is busted in win32_stat()
2000-01-28 Gurusamy Sarathy more exported symbols needed for build on windows
2000-01-27 Gurusamy Sarathy add missing flag in change#4892
2000-01-26 Gurusamy Sarathy tweak exports list on Windows
2000-01-25 Gurusamy Sarathy typo in change#4892
2000-01-25 Gurusamy Sarathy eliminate need for perl95.exe on Windows 9x by working...
2000-01-25 Gurusamy Sarathy update Makefile notes on the now deprecated USE_5005THR...
2000-01-25 Gurusamy Sarathy consistently use MAX_PATH+1 buffer sizes
2000-01-25 Gurusamy Sarathy workaround for rename('x','X') bug in Windows NT
2000-01-25 Gurusamy Sarathy windows build fixups from uniform DLL name change to...
2000-01-24 Gurusamy Sarathy assorted little nits
2000-01-24 Gurusamy Sarathy force linkage of the function wrappers for globals...
2000-01-24 Gurusamy Sarathy enable function wrappers for access to globals under...
2000-01-23 Gurusamy Sarathy on windows, set seek position to end for files opened...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
2000-01-19 Gurusamy Sarathy regen win32/config*
2000-01-11 Gurusamy Sarathy pseudo forked children inherit environment correctly
2000-01-10 Gurusamy Sarathy add workaround for textmode read() bug in MSVCRT; make...
2000-01-09 Gurusamy Sarathy more windows build tweaks
2000-01-09 Gurusamy Sarathy more changes for new-style version numbers (versions...
2000-01-09 Gurusamy Sarathy Configure changes for new-style version numbers (from...
2000-01-04 Gurusamy Sarathy s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g
1999-12-31 Gurusamy Sarathy various Windows build tweaks
1999-12-30 Gurusamy Sarathy enable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-28 Gurusamy Sarathy Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail...
1999-12-20 Gurusamy Sarathy virtual directory handling broken on paths with trailin...
1999-12-16 Gurusamy Sarathy mingw32 doesn't have anonymous union (from Benjamin...
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-05 Gurusamy Sarathy change#4653 was missing a patch reject
1999-12-05 Gurusamy Sarathy windows build tweaks for Borland compiler
1999-12-05 Benjamin Stuhl applied somewhat modified version of suggested patch
1999-12-05 Gurusamy Sarathy windows build tweaks for change#4649
1999-12-05 Gurusamy Sarathy make File::Glob::glob() the default for CORE::glob()
1999-12-03 Gurusamy Sarathy two small patches from Peter Prymmer <pvhp@forte.com>
1999-12-03 Gurusamy Sarathy Windows build tweaks due to change#4623
1999-12-01 Gurusamy Sarathy email address changes
1999-12-01 Gurusamy Sarathy minor USE_ITHREADS tweaks
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-14 Gurusamy Sarathy cosmetic tweaks
1999-11-14 Gurusamy Sarathy sundry cleanups for cloned interpreters (only known...
1999-11-13 Jan Dubois [5.005_62 PATCH] support link() on WinNT and NTFS
1999-11-13 Gurusamy Sarathy cloned interpreters now actually run and pass all but...
1999-11-11 Gurusamy Sarathy another change towards a shareable optree: avoid pointe...
1999-11-08 Gurusamy Sarathy win32 symbol export tweak
1999-11-08 Gurusamy Sarathy preliminary support for perl_clone() (still needs work in
1999-11-08 Gurusamy Sarathy win32 internal data must be interpreter-local
1999-11-01 Gurusamy Sarathy enable better Win32::DomainName() by demand loading...
1999-10-31 Gurusamy Sarathy updated windows config* files
1999-10-27 Gurusamy Sarathy regen config* stuff for windows
1999-10-27 Gurusamy Sarathy integrate cfgperl contents into mainline; merge conflicts
1999-10-27 Gurusamy Sarathy patch up egcs-1.1.2-mingw32 build (builds a working...
1999-10-27 Jarkko Hietaniemi Remove unused "squatter" symbols; regen Configure.
1999-10-27 Gurusamy Sarathy more GCC v2.95 induced adjustments
1999-10-26 Gurusamy Sarathy warnings and const violations identified by compiling...
1999-10-25 Gurusamy Sarathy win32 tweak
1999-10-22 Gurusamy Sarathy win32_utime() on directories should use localtime(...
1999-10-17 Gurusamy Sarathy support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on
1999-10-15 Gurusamy Sarathy disable internal globbing for miniperl (or build breaks out
next