| Commit message (Expand) | Author | Age | Files | Lines |
* | eliminate need for perl95.exe on Windows 9x by working around CRT | Gurusamy Sarathy | 2000-01-25 | 1 | -50/+2 |
* | update Makefile notes on the now deprecated USE_5005THREADS and | Gurusamy Sarathy | 2000-01-25 | 1 | -22/+31 |
* | assorted little nits | Gurusamy Sarathy | 2000-01-24 | 1 | -5/+0 |
* | enable function wrappers for access to globals under MULTIPLICITY | Gurusamy Sarathy | 2000-01-24 | 1 | -3/+12 |
* | add workaround for textmode read() bug in MSVCRT; make chdir() do | Gurusamy Sarathy | 2000-01-10 | 1 | -4/+14 |
* | more windows build tweaks | Gurusamy Sarathy | 2000-01-09 | 1 | -4/+0 |
* | more changes for new-style version numbers (versions numbers on | Gurusamy Sarathy | 2000-01-09 | 1 | -1/+1 |
* | Configure changes for new-style version numbers (from Andy Dougherty, | Gurusamy Sarathy | 2000-01-09 | 1 | -10/+16 |
* | s/USE_TEXTMODE_SCRIPTS/PERL_TEXTMODE_SCRIPTS/g | Gurusamy Sarathy | 2000-01-04 | 1 | -1/+1 |
* | enable the PERL_BINMODE_SCRIPTS behavior by default on Windows | Gurusamy Sarathy | 1999-12-30 | 1 | -11/+19 |
* | Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -2/+7 |
* | virtual directory handling broken on paths with trailing slash | Gurusamy Sarathy | 1999-12-20 | 1 | -6/+13 |
* | windows build tweaks for change#4649 | Gurusamy Sarathy | 1999-12-05 | 1 | -1/+1 |
* | make File::Glob::glob() the default for CORE::glob() | Gurusamy Sarathy | 1999-12-05 | 1 | -2/+2 |
* | two small patches from Peter Prymmer <pvhp@forte.com> | Gurusamy Sarathy | 1999-12-03 | 1 | -2/+1 |
* | Windows build tweaks due to change#4623 | Gurusamy Sarathy | 1999-12-03 | 1 | -0/+3 |
* | minor USE_ITHREADS tweaks | Gurusamy Sarathy | 1999-12-01 | 1 | -2/+2 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -8/+57 |
* | cloned interpreters now actually run and pass all but 55/10386 | Gurusamy Sarathy | 1999-11-13 | 1 | -0/+4 |
* | regen config* stuff for windows | Gurusamy Sarathy | 1999-10-27 | 1 | -1/+1 |
* | disable internal globbing for miniperl (or build breaks out | Gurusamy Sarathy | 1999-10-15 | 1 | -0/+5 |
* | File::Glob fixes for Windows | Gurusamy Sarathy | 1999-10-14 | 1 | -3/+14 |
* | update Changes, patchlevel etc. | Gurusamy Sarathy | 1999-10-12 | 1 | -1/+1 |
* | tweak for win32 build | Gurusamy Sarathy | 1999-09-28 | 1 | -1/+1 |
* | avoid .exe in $Config{cc} (spotted by Vadim Konovalov | Gurusamy Sarathy | 1999-09-27 | 1 | -2/+2 |
* | add $installarchlib/CORE to default linker search path on windows | Gurusamy Sarathy | 1999-09-26 | 1 | -12/+17 |
* | various fixups for windows | Gurusamy Sarathy | 1999-09-07 | 1 | -1/+2 |
* | up patchlevel &c | Gurusamy Sarathy | 1999-08-20 | 1 | -1/+1 |
* | up patchlevel etc. | Gurusamy Sarathy | 1999-08-02 | 1 | -1/+1 |
* | up patchlevel to 59 | Gurusamy Sarathy | 1999-08-02 | 1 | -1/+1 |
* | misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll | Gurusamy Sarathy | 1999-07-28 | 1 | -2/+2 |
* | update Changes, patchlevel &c. | Gurusamy Sarathy | 1999-07-26 | 1 | -1/+1 |
* | move DProf things around to where they are supposed to be | Gurusamy Sarathy | 1999-07-20 | 1 | -1/+2 |
* | move DProf to Devel/DProf | Gurusamy Sarathy | 1999-07-20 | 1 | -4/+14 |
* | fix problem in default build | Gurusamy Sarathy | 1999-07-20 | 1 | -1/+5 |
* | Fixed AIX dynamic loading and AIX shared Perl library. | Jarkko Hietaniemi | 1999-07-14 | 1 | -2/+2 |
* | fixups for sundry warnings about function pointers | Gurusamy Sarathy | 1999-07-12 | 1 | -3/+4 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 1 | -51/+39 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 1 | -10/+8 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 1 | -22/+33 |
* | win32 build fixes | Gurusamy Sarathy | 1999-06-10 | 1 | -3/+0 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 1 | -0/+2 |
* | add wide versions of win32 system calls (first step in | Gurusamy Sarathy | 1999-05-28 | 1 | -11/+19 |
* | up patchlevel &c | Gurusamy Sarathy | 1999-05-25 | 1 | -1/+1 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 1 | -1/+1 |
* | applied suggested patch, with win32 and PERL_OBJECT additions | Tom Hughes | 1999-05-10 | 1 | -4/+14 |
* | add Pod-Parser-1.08 (verbatim module =include tests elided owing | Gurusamy Sarathy | 1999-03-23 | 1 | -0/+3 |
* | up patchlevel &c. | Gurusamy Sarathy | 1999-03-01 | 1 | -1/+1 |
* | update win32/config* stuff, Changes | Gurusamy Sarathy | 1999-02-15 | 1 | -1/+1 |
* | various win32-ish changes merged from maint-5.005 | Gurusamy Sarathy | 1999-02-01 | 1 | -15/+12 |