This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[ID 19990829.004] Autoloaded &VERSION and UNIVERSAL::VERSION
[perl5.git] / win32 /
1999-08-20 Gurusamy Sarathywin32 tweaks
1999-08-20 Gurusamy Sarathyup patchlevel &c
1999-08-02 Gurusamy Sarathyup patchlevel etc.
1999-08-02 Gurusamy Sarathyup patchlevel to 59
1999-08-02 Gurusamy SarathyC needs parameter list, not merely type
1999-07-29 Jan Duboiswin32/bin/pl2bat.pl doesn't work correctly
1999-07-28 Gurusamy Sarathymisc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll
1999-07-27 Gurusamy Sarathyregenerate win32/config_H.?c
1999-07-27 Tye McQueenPatch pl2bat.pl so batch file can fail
1999-07-26 Gurusamy Sarathyupdate Changes, patchlevel &c.
1999-07-20 Gurusamy Sarathymove DProf things around to where they are supposed...
1999-07-20 Gurusamy Sarathymove DProf to Devel/DProf
1999-07-20 Gurusamy SarathyC<union any> needs no PERL_OBJECT-treatment
1999-07-20 Gurusamy Sarathyfix problem in default build
1999-07-19 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-07-19 Gurusamy Sarathyavoid bug in win32_str_os_error() (from Jan Dubois)
1999-07-18 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-18 Gurusamy Sarathyensure __END__ appears on a line by itself in wrapped
1999-07-14 Jarkko HietaniemiFixed AIX dynamic loading and AIX shared Perl library.
1999-07-12 Gurusamy Sarathyfixups for sundry warnings about function pointers
1999-07-12 Gurusamy Sarathytweaks for win32/borland
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-08 Gurusamy Sarathymore PERL_OBJECT cleanups (changes still untested on...
1999-07-07 Paul Marquesslexical warnings update (warning.t fails one test
1999-07-04 Jarkko HietaniemiIntegrate with mainperl.
1999-07-04 RonaldWS@aol.comadapted suggested tests for addition to testsuite
1999-07-04 Jan DuboisMINGW32 and EGCS 1.1.2 support
1999-06-28 Gurusamy Sarathymake autogenerated files writable
1999-06-27 Gurusamy Sarathysomewhat untested PERL_OBJECT cleanups (C++isms mostly
1999-06-24 Gurusamy Sarathyavoid race condition in the CAPI extension bootstrap...
1999-06-24 Gurusamy Sarathysanity check to cover the case when perl is installed...
1999-06-12 Gurusamy SarathyEXTERN_C declarations for global arrays in various
1999-06-11 Gurusamy Sarathyvarious little tweaks; most globals are now in intrpvar...
1999-06-10 Gurusamy Sarathywin32 build fixes
1999-06-09 Gurusamy Sarathymore complete support for implicit thread/interpreter...
1999-06-02 Gurusamy Sarathyremove _() non-ansism
1999-06-02 Gurusamy Sarathyremove stray K&R-isms
1999-05-31 Gurusamy Sarathytweak C++isms
1999-05-28 Gurusamy Sarathyadd wide versions of win32 system calls (first step in
1999-05-27 Gurusamy Sarathymake win32_spawnvp() inherit standard handles even...
1999-05-26 Gurusamy Sarathyfix missing exported symbol
1999-05-25 Gurusamy Sarathyup patchlevel &c
1999-05-25 Gurusamy Sarathyassorted tweaks
1999-05-21 Gurusamy Sarathys/isspace/isSPACE/g and make sure the CRT version is...
1999-05-20 Gurusamy Sarathyvarious little nits
1999-05-15 Nick Ing-SimmonsMingw32 + w32api-0.1.5 tweaks
1999-05-14 Gurusamy Sarathyon win32, look for "site/5.XXX/lib" if "site/5.XXXYY...
1999-05-14 Gurusamy Sarathymortalize string allocations by win32_get_{priv,site...
1999-05-14 Gurusamy Sarathymake win32_longname() preserve kind of slashes in argument
1999-05-12 Gurusamy Sarathyopendir(D,"x:") on win32 opens cwd() for drive rather...
1999-05-11 Gurusamy Sarathyvarious fixes for clean build and test on win32; config...
1999-05-10 Jan DuboisWin32 and VC++ 98 doesn't support CASTI
1999-05-10 Gurusamy Sarathyprovide File::Copy::syscopy() via Win32::CopyFile(...
1999-05-10 Tom Hughesapplied suggested patch, with win32 and PERL_OBJECT...
1999-05-10 Gurusamy Sarathymore bulletproof workaround for mangled paths (updates...
1999-05-09 Gurusamy Sarathyflush all open output buffers before fork(), exec(...
1999-05-09 Gurusamy Sarathynormalize $^X to full pathname on win32
1999-05-09 Gurusamy Sarathywork around mangled archname on win32 while finding...
1999-05-07 Jan Duboisavoid negative return value from Win32::GetTickCount()
1999-05-03 Gurusamy Sarathyadjust win32_stat() to cope with FindFirstFile() and...
1999-04-24 Gurusamy Sarathyfix bug in change#3123 (off-by-one, caused C<qx[noargs...
1999-04-04 Gurusamy Sarathycorrect places that said newSVpv() when they meant...
1999-03-24 Gurusamy Sarathyflip release & version in win32_uname()
1999-03-24 Gurusamy Sarathysupport POSIX::uname() via win32_uname()
1999-03-23 Gurusamy Sarathyadd Pod-Parser-1.08 (verbatim module =include tests...
1999-03-22 Gurusamy Sarathyimplement win32_spawnvp() internally, making it return...
1999-03-08 Gurusamy Sarathyremove bogus symbols from global.sym
1999-03-01 Gurusamy Sarathyup patchlevel &c.
1999-02-28 Jan Duboisrevert parts of change#2990 to preserve predictable...
1999-02-24 Gurusamy Sarathyintegrate cfgperl contents
1999-02-22 Jarkko HietaniemiScratch #3008 and introduce $crosscompile and $multiarch
1999-02-20 Jan Duboisresend [PATCH 5.005_55] Various win32/win32.c cleanup
1999-02-16 Gurusamy Sarathypropagate PERL_VERSION everywhere, add to pod
1999-02-15 Gurusamy Sarathyupdate win32/config* stuff, Changes
1999-02-15 Jan Duboissupport Win32::GetFullPathName() and Win32::SetLastError()
1999-02-12 Gurusamy Sarathysupport win32_putenv()
1999-02-12 Gurusamy Sarathyadd perltodo.pod
1999-02-11 Gurusamy Sarathyupdate win32/pod.mak
1999-02-11 Gurusamy Sarathycompatibility fix: magic non-propagation in foreach...
1999-02-08 Gurusamy Sarathymake safesysmalloc() etc., always available; safemalloc...
1999-02-01 Gurusamy Sarathyvarious win32-ish changes merged from maint-5.005
1998-11-30 Gurusamy Sarathypatchlevel up to 54
1998-11-29 Gurusamy Sarathynotes about -DPERL_POLLUTE
1998-11-29 Gurusamy Sarathyexplain various win32 build caveats more clearly
1998-11-29 Gurusamy Sarathyanother threads reliability fix: serialize writes to...
1998-11-29 Gurusamy Sarathyvarious fixes for race conditions under threads: mutex...
1998-11-28 Gurusamy Sarathyvarious tweaks; result passes all tests for normal...
1998-11-28 Gurusamy Sarathyadd perlreftut.pod
1998-11-27 Jan Duboisadd ext/Devel/Peek
1998-11-22 Gurusamy Sarathyfix broken CAPI generation
1998-11-21 Gurusamy Sarathyanother win32 portability fix: make sysread() and syswr...
1998-11-21 Gurusamy Sarathywin32_recvfrom() compatibility fix
1998-11-14 Gurusamy Sarathyupdate Changes
1998-11-09 Jan DuboisPL_block_type undefined unless DEBUGGING
1998-11-08 Gurusamy Sarathyintegrate changes#2120,2168,2218 from maint-5.005;
1998-11-05 Gurusamy Sarathymakefile notes
1998-11-04 Gurusamy Sarathyfix return value of win32_pclose()
1998-10-31 Gurusamy Sarathybump patchlevel; other minor fixes for clean build...
1998-10-30 Anton Berezinwin32_opendir() fails on empty drives
1998-10-30 Anton Berezintweaked version of suggested patch
next