| Commit message (Expand) | Author | Age | Files | Lines |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 1 | -1/+1 |
* | fixes for all the warnings reported by Visual C (most of this | Gurusamy Sarathy | 2002-04-21 | 1 | -1/+0 |
* | Win32 fixes: | Nick Ing-Simmons | 2002-01-13 | 1 | -0/+14 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -131/+3 |
* | Changes USE_THREADS to USE_5005THREADS in the entire source. | Artur Bergman | 2001-08-27 | 1 | -1/+1 |
* | perl_clone_host() needs PERL_IMPLICIT_SYS. | Jarkko Hietaniemi | 2001-06-26 | 1 | -1/+1 |
* | Adds perl_clone_host under IMPLICIT SYS | Artur Bergman | 2001-06-26 | 1 | -0/+23 |
* | Win32 PERL_IMPLICIT_SYS passes all tests with USE_PERLIO | Nick Ing-Simmons | 2000-12-05 | 1 | -3/+6 |
* | PERL_IMPLICIT_SYS compiles but does not work. | Nick Ing-Simmons | 2000-12-03 | 1 | -2/+1 |
* | get sources building on windows+MSVC again (untested with other | Gurusamy Sarathy | 2000-11-23 | 1 | -0/+2 |
* | Win32 builds and runs (mostly) with USE_PERLIO. | Nick Ing-Simmons | 2000-11-21 | 1 | -0/+1 |
* | free TLS slot properly on Windows | Gurusamy Sarathy | 2000-08-21 | 1 | -0/+4 |
* | winsock cleanup never done on Windows (leads to handle leaks) | Gurusamy Sarathy | 2000-07-05 | 1 | -0/+5 |
* | due to an oversight during PERL_OBJECT migration, hosts created | Gurusamy Sarathy | 2000-03-16 | 1 | -11/+13 |
* | perldelta update, typos and whitespace adjustments | Gurusamy Sarathy | 2000-03-11 | 1 | -6/+5 |
* | patch to fix mingw32 build under USE_IMP_SYS (from Benjamin Stuhl); | Gurusamy Sarathy | 2000-03-02 | 1 | -0/+3 |
* | Windows miscellany | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+4 |
* | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -26/+4 |
* | various Windows tweaks: make $^E a little less buggy by saving | Gurusamy Sarathy | 2000-02-07 | 1 | -2/+8 |
* | windows build fixups from uniform DLL name change to perl56.dll | Gurusamy Sarathy | 2000-01-25 | 1 | -74/+36 |
* | Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+1 |
* | minor USE_ITHREADS tweaks | Gurusamy Sarathy | 1999-12-01 | 1 | -1/+0 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -1352/+150 |
* | cosmetic tweaks | Gurusamy Sarathy | 1999-11-14 | 1 | -2/+0 |
* | sundry cleanups for cloned interpreters (only known failure mode | Gurusamy Sarathy | 1999-11-14 | 1 | -5/+11 |
* | [5.005_62 PATCH] support link() on WinNT and NTFS | Jan Dubois | 1999-11-13 | 1 | -0/+7 |
* | cloned interpreters now actually run and pass all but 55/10386 | Gurusamy Sarathy | 1999-11-13 | 1 | -2/+4 |
* | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 1 | -1/+1 |
* | preliminary support for perl_clone() (still needs work in | Gurusamy Sarathy | 1999-11-08 | 1 | -0/+8 |
* | win32 tweak | Gurusamy Sarathy | 1999-10-25 | 1 | -0/+1 |
* | support PERL_IMPLICIT_SYS with MULTIPLICITY/USE_THREADS on | Gurusamy Sarathy | 1999-10-17 | 1 | -196/+213 |
* | misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll | Gurusamy Sarathy | 1999-07-28 | 1 | -9/+57 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -33/+26 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -0/+2 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -21/+1465 |
* | various little tweaks; most globals are now in intrpvar.h, ninterps | Gurusamy Sarathy | 1999-06-11 | 1 | -2/+0 |
* | win32 build fixes | Gurusamy Sarathy | 1999-06-10 | 1 | -5/+6 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 1 | -2/+2 |
* | PL_ scheme Builds under Minw32 - some SEGFAULT snags | Nick Ing-Simmons | 1998-07-18 | 1 | -1/+1 |
* | PL_ stuff for threads | Nick Ing-Simmons | 1998-07-18 | 1 | -2/+2 |
* | various win32 fixes | Gurusamy Sarathy | 1998-06-14 | 1 | -1/+1 |
* | [win32] Various win32 fixes | Gurusamy Sarathy | 1998-01-04 | 1 | -2/+2 |
* | [win32] Revert to keeping (some) constant strings as globals | Gurusamy Sarathy | 1997-12-02 | 1 | -0/+2 |
* | Create a struct for all perls globals (as an option) | Nick Ing-Simmons | 1997-12-01 | 1 | -0/+8 |
* | Stop double initialisation of malloc_mutex: | Ilya Zakharevich | 1997-11-27 | 1 | -4/+0 |
* | MYMALLOC for Win32: | Nick Ing-Simmons | 1997-11-16 | 1 | -0/+4 |
* | Egregious IOsubsystem code excised. Phew, what a relief! Two | Gurusamy Sarathy | 1997-11-12 | 1 | -5/+0 |
* | Clean up win32/win32sck.c (runtime load of Winsock now gone, it can be | Gurusamy Sarathy | 1997-11-12 | 1 | -6/+0 |
* | Builds C++ Borland, MSVC++ (Win32) and GCC++ (Solaris) | Nick Ing-Simmons | 1997-11-05 | 1 | -4/+0 |
* | win32 extras and embedding | Gurusamy Sarathy | 1997-08-07 | 1 | -273/+0 |