This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
typecast long vs. IV compares in pp_flip/pp_flop
[perl5.git] / win32 /
1998-03-10 Gurusamy Sarathy[win32] mingw32 tweaks
1998-03-09 Gurusamy Sarathy[win32] tweak Win32::DomainName() implementation
1998-03-09 Gurusamy Sarathy[win32] minor win32 support fixes
1998-03-07 Gurusamy Sarathy[win32] integrate mainline changes
1998-03-07 Gurusamy Sarathy[win32] provide our own popen()/pclose() to fix problem...
1998-03-06 Gurusamy Sarathy[win32] various
1998-03-06 Gurusamy Sarathy[win32] fix typo in Makefile
1998-03-05 Douglas Lankshear[asperl] added AS patch#11
1998-03-04 Douglas Lankshear[asperl] added AS patch#10
1998-03-01 Gurusamy Sarathy[asperl] integrate mainline changes
1998-02-28 Gurusamy Sarathy[win32] misc small tweaks
1998-02-28 Nick Ing-SimmonsMissed FREAD in bytecode.h
1998-02-26 Gurusamy Sarathy[asperl] added AS patch#9
1998-02-26 Gurusamy Sarathy[win32] various changes to make win32 build under the...
1998-02-25 Douglas Lankshear[asperl] added AS patch#7
1998-02-23 Gurusamy Sarathy[win32] undo previous change (no added value!)
1998-02-23 Gurusamy Sarathy[win32] fix pl2bat.pl to tolerate trailing .bat (as...
1998-02-22 Gurusamy Sarathy[win32] support chown() (just a noop for now)
1998-02-22 Gurusamy Sarathy[asperl] integrate latest win32 branch
1998-02-22 Gurusamy Sarathy[win32] get compiler building under win32 (needed Makef...
1998-02-20 Gurusamy Sarathy[win32] fix handle leak in join()
1998-02-18 Gurusamy Sarathy[win32] non-debug VC builds are -O1 now (they say it...
1998-02-17 Gurusamy Sarathy[win32] DLLs are now ok on mingw32/gcc-2.8.0 after...
1998-02-16 Gurusamy Sarathy[win32] fix mingw32 gcc 2.8.0 build (DLLs generated...
1998-02-15 Gurusamy Sarathy[asperl] integrate win32 branch
1998-02-15 Gurusamy Sarathy[win32] Fix typo: s/GETNETBYADD\b/GETNETBYADDR/
1998-02-15 Gurusamy Sarathy[win32] fix build problems due to renamed Config variables
1998-02-14 Gurusamy Sarathy[asperl] bring ASPerl uptodate with mainline changes
1998-02-14 Douglas Lankshear[asperl] added AS patch#6
1998-02-12 Gurusamy Sarathy[win32] pickup lddlflags properly for Config.pm
1998-02-10 Gurusamy Sarathy[win32] fix opendir() problem on share names
1998-02-09 Gurusamy Sarathy[asperl] integrate win32 branch contents
1998-02-09 Gurusamy Sarathy[win32] win32_utime() tweaks to avoid warnings
1998-02-07 Gurusamy Sarathy[win32] integrate mainline, plus a few small win32...
1998-02-04 Gurusamy Sarathy[win32] support win32_select(0,0,0,msec) (winsock doesn't)
1998-02-04 Gurusamy Sarathy[win32] bug: win32_select() must StartSockets()
1998-02-03 Gurusamy Sarathy[win32] Fix minor problems with non USE_THREADS build...
1998-02-01 Douglas Lankshear[asperl] added AS patch#3
1998-01-30 Gurusamy Sarathy[asperl] various tweaks
1998-01-30 Gurusamy Sarathy[asperl] initial merge of latest win32 branch into...
1998-01-30 Gurusamy Sarathy[asperl] added AS patch#2
1998-01-27 Malcolm BeattieIntegrate ansi branch into mainline (resolve -ay).
1998-01-19 Gurusamy Sarathy[win32] Fix autovivification problems with XSUB OUTPUT...
1998-01-13 Gurusamy Sarathy[win32] add archname to *sitearch in config.{b,g,v}c
1998-01-13 Gurusamy Sarathy[win32] fix perlglob.bat warnings by splitting it from...
1998-01-13 Gurusamy Sarathy[win32] various tweaks to build support (NOTE: meant...
1998-01-05 Gurusamy Sarathy[win32] Allow $ENV{PERL5SHELL} to contain switches...
1998-01-05 Gurusamy Sarathy[win32] Support case-tolerant %ENV
1998-01-04 Tye McQueen[win32] Add a tweaked version of:
1998-01-04 Gurusamy Sarathy[win32] Various win32 fixes
1997-12-24 Gurusamy Sarathy[win32] make $? Unix (and ActiveWare) compatible
1997-12-24 Gurusamy Sarathy[win32] support ioctl() on sockets (does what ioctlsock...
1997-12-24 Gurusamy Sarathy[win32] support getlogin()
1997-12-24 Gurusamy Sarathy[win32] add support for crypt() via user-supplied des_f...
1997-12-08 Gurusamy Sarathy[win32] re-add PERLVARI?C? change that somehow went...
1997-12-02 Gurusamy Sarathy[win32] Revert to keeping (some) constant strings as...
1997-12-02 Gurusamy Sarathy[win32] makegcc.mk merged into makefile.mk, so makegcc...
1997-12-02 Gurusamy Sarathy[win32] Integrate winansi again. Result builds and...
1997-12-02 Gurusamy Sarathy[win32] various hacks to get mingw32 to build. Sync...
1997-12-02 Nick Ing-SimmonsSarathy's patch
1997-12-01 Nick Ing-SimmonsBuilds and passes all tests with gcc on Win32 - phew!
1997-12-01 Nick Ing-SimmonsCreate a struct for all perls globals (as an option)
1997-11-30 Nick Ing-SimmonsFixup exports in non -DDEBUGGING case
1997-11-30 Nick Ing-SimmonsDisable hard-coded -DDEBUGGING
1997-11-30 Nick Ing-Simmonsembed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-SimmonsGlobals and structs via macros - part 1 of N
1997-11-29 Nick Ing-SimmonsVC++ default to threaded
1997-11-29 Nick Ing-SimmonsAvoid __declspec(thread) by default, for both scratch
1997-11-29 Nick Ing-SimmonsNon-threaded build fix
1997-11-29 Nick Ing-SimmonsSort out malloc_mutex for perl's malloc
1997-11-29 Nick Ing-SimmonsIntegrate win32 into ansiperl
1997-11-29 Nick Ing-SimmonsGCC + Threads on Win32 - best gcc results yet
1997-11-28 Nick Ing-SimmonsBuilds completely with Mingw32, dynamic loaded extensions
1997-11-28 Gurusamy Sarathy[win32] integrate winansi.
1997-11-27 Nick Ing-SimmonsGCC builds perl.dll and perl.exe on Win32
1997-11-27 Nick Ing-SimmonsAdd files and tweak others to get 'native' Mingw32...
1997-11-27 Malcolm BeattieIntegrate win32 branch back into mainline.
1997-11-27 Ilya ZakharevichStop double initialisation of malloc_mutex:
1997-11-26 Nick Ing-SimmonsFixup _55 for Win32:
1997-11-26 Gurusamy Sarathy[win32] Various changes to make it build cleanly and...
1997-11-25 Gurusamy Sarathy[win32] reverse integrate mainline
1997-11-25 Malcolm BeattieIntegrate from ansi branch to mainline.
1997-11-25 Jarkko HietaniemiAIX patch (including Configure support for {sched,pthre...
1997-11-25 Malcolm BeattieRename perl_thread to perl_os_thread.
1997-11-22 Nick Ing-SimmonsMunge pseudo-Configure stuff to add -thread to archname as
1997-11-22 Nick Ing-SimmonsBuilds and passes all but english.t on win32 VC++
1997-11-22 Nick Ing-Simmonsansiperl builds with Borland C++ again
1997-11-22 Nick Ing-SimmonsResolve ansiperl against win32
1997-11-21 Nick Ing-SimmonsBasic integrate of lastest perl into ansiperl
1997-11-18 Gurusamy Sarathy[Win32] Export our own FD_SET() et al to complete socke...
1997-11-16 Nick Ing-SimmonsMYMALLOC for Win32:
1997-11-15 Nick Ing-SimmonsImplement dTHR via __declspec(thread) - part 2
1997-11-15 Nick Ing-SimmonsUse __declspec(thread) var rather tha TslAlloc & co.
1997-11-14 Gurusamy SarathyFix various details in win32 makefiles and Config.pm...
1997-11-13 Nick Ing-SimmonsIntegrate (-ay) win32 branch at its creation to
1997-11-12 Gurusamy SarathyMore cleanups of win32/win32*.[ch] files. win32/win32i...
1997-11-12 Gurusamy SarathyReally delete deleted files.
1997-11-12 Gurusamy SarathyEgregious IOsubsystem code excised. Phew, what a relie...
1997-11-12 Gurusamy SarathyFix various win32 code blemishes:
1997-11-12 Gurusamy SarathyCarry over changes in ansiperl branch. Win32 branch...
next