OS/2 update
[p5sagit/p5-mst-13.2.git] / win32 /
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-Simmons Missed 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 Beattie Integrate 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-Simmons Sarathy's patch
1997-12-01 Nick Ing-Simmons Builds and passes all tests with gcc on Win32 - phew!
1997-12-01 Nick Ing-Simmons Create a struct for all perls globals (as an option)
1997-11-30 Nick Ing-Simmons Fixup exports in non -DDEBUGGING case
1997-11-30 Nick Ing-Simmons Disable hard-coded -DDEBUGGING
1997-11-30 Nick Ing-Simmons embed.pl now reads *var*.h to do its stuff.
1997-11-29 Nick Ing-Simmons Globals and structs via macros - part 1 of N
1997-11-29 Nick Ing-Simmons VC++ default to threaded
1997-11-29 Nick Ing-Simmons Avoid __declspec(thread) by default, for both scratch
1997-11-29 Nick Ing-Simmons Non-threaded build fix
1997-11-29 Nick Ing-Simmons Sort out malloc_mutex for perl's malloc
1997-11-29 Nick Ing-Simmons Integrate win32 into ansiperl
1997-11-29 Nick Ing-Simmons GCC + Threads on Win32 - best gcc results yet
1997-11-28 Nick Ing-Simmons Builds completely with Mingw32, dynamic loaded extensions
1997-11-28 Gurusamy Sarathy [win32] integrate winansi.
1997-11-27 Nick Ing-Simmons GCC builds perl.dll and perl.exe on Win32
1997-11-27 Nick Ing-Simmons Add files and tweak others to get 'native' Mingw32...
1997-11-27 Malcolm Beattie Integrate win32 branch back into mainline.
1997-11-27 Ilya Zakharevich Stop double initialisation of malloc_mutex:
1997-11-26 Nick Ing-Simmons Fixup _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 Beattie Integrate from ansi branch to mainline.
1997-11-25 Jarkko Hietaniemi AIX patch (including Configure support for {sched,pthre...
1997-11-25 Malcolm Beattie Rename perl_thread to perl_os_thread.
1997-11-22 Nick Ing-Simmons Munge pseudo-Configure stuff to add -thread to archname as
1997-11-22 Nick Ing-Simmons Builds and passes all but english.t on win32 VC++
1997-11-22 Nick Ing-Simmons ansiperl builds with Borland C++ again
1997-11-22 Nick Ing-Simmons Resolve ansiperl against win32
1997-11-21 Nick Ing-Simmons Basic 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-Simmons MYMALLOC for Win32:
1997-11-15 Nick Ing-Simmons Implement dTHR via __declspec(thread) - part 2
1997-11-15 Nick Ing-Simmons Use __declspec(thread) var rather tha TslAlloc & co.
1997-11-14 Gurusamy Sarathy Fix various details in win32 makefiles and Config.pm...
1997-11-13 Nick Ing-Simmons Integrate (-ay) win32 branch at its creation to
1997-11-12 Gurusamy Sarathy More cleanups of win32/win32*.[ch] files. win32/win32i...
1997-11-12 Gurusamy Sarathy Really delete deleted files.
1997-11-12 Gurusamy Sarathy Egregious IOsubsystem code excised. Phew, what a relie...
1997-11-12 Gurusamy Sarathy Fix various win32 code blemishes:
1997-11-12 Gurusamy Sarathy Carry over changes in ansiperl branch. Win32 branch...
1997-11-12 Gurusamy Sarathy Add missing win32_closesocket() and export it (extensio...
1997-11-12 Gurusamy Sarathy Clean up win32/win32sck.c (runtime load of Winsock...
1997-11-12 Nick Ing-Simmons Fixup Win32
next