| Commit message (Expand) | Author | Age | Files | Lines |
* | win32/bin/pl2bat.pl doesn't work correctly | Jan Dubois | 1999-07-29 | 1 | -10/+14 |
* | misc PERL_OBJECT tweaks; perlcore.dll is now perl56.dll | Gurusamy Sarathy | 1999-07-28 | 4 | -15/+100 |
* | regenerate win32/config_H.?c | Gurusamy Sarathy | 1999-07-27 | 3 | -246/+390 |
* | Patch pl2bat.pl so batch file can fail | Tye McQueen | 1999-07-27 | 1 | -8/+171 |
* | update Changes, patchlevel &c. | Gurusamy Sarathy | 1999-07-26 | 5 | -26/+26 |
* | move DProf things around to where they are supposed to be | Gurusamy Sarathy | 1999-07-20 | 2 | -2/+4 |
* | move DProf to Devel/DProf | Gurusamy Sarathy | 1999-07-20 | 2 | -8/+27 |
* | C<union any> needs no PERL_OBJECT-treatment | Gurusamy Sarathy | 1999-07-20 | 1 | -9/+0 |
* | fix problem in default build | Gurusamy Sarathy | 1999-07-20 | 2 | -3/+7 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 1999-07-19 | 3 | -519/+4 |
|\ |
|
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-07-18 | 1 | -1/+1 |
| |\ |
|
| * | | Fixed AIX dynamic loading and AIX shared Perl library. | Jarkko Hietaniemi | 1999-07-14 | 3 | -519/+4 |
* | | | avoid bug in win32_str_os_error() (from Jan Dubois) | Gurusamy Sarathy | 1999-07-19 | 1 | -3/+5 |
| |/
|/| |
|
* | | ensure __END__ appears on a line by itself in wrapped | Gurusamy Sarathy | 1999-07-18 | 1 | -1/+1 |
|/ |
|
* | fixups for sundry warnings about function pointers | Gurusamy Sarathy | 1999-07-12 | 4 | -15/+19 |
* | tweaks for win32/borland | Gurusamy Sarathy | 1999-07-12 | 2 | -2/+3 |
* | yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADS | Gurusamy Sarathy | 1999-07-12 | 22 | -2209/+270 |
* | more PERL_OBJECT cleanups (changes still untested on Unix!) | Gurusamy Sarathy | 1999-07-08 | 6 | -329/+325 |
* | lexical warnings update (warning.t fails one test | Paul Marquess | 1999-07-07 | 1 | -4/+6 |
* | adapted suggested tests for addition to testsuite | RonaldWS@aol.com | 1999-07-04 | 1 | -0/+3 |
* | MINGW32 and EGCS 1.1.2 support | Jan Dubois | 1999-07-04 | 2 | -6/+2 |
* | make autogenerated files writable | Gurusamy Sarathy | 1999-06-28 | 1 | -953/+0 |
* | somewhat untested PERL_OBJECT cleanups (C++isms mostly | Gurusamy Sarathy | 1999-06-27 | 14 | -266/+1818 |
* | avoid race condition in the CAPI extension bootstrap handler | Gurusamy Sarathy | 1999-06-24 | 1 | -0/+9 |
* | sanity check to cover the case when perl is installed into the | Gurusamy Sarathy | 1999-06-24 | 1 | -3/+6 |
* | EXTERN_C declarations for global arrays in various | Gurusamy Sarathy | 1999-06-12 | 2 | -3/+14 |
* | 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 | 14 | -140/+160 |
* | more complete support for implicit thread/interpreter pointer, | Gurusamy Sarathy | 1999-06-09 | 2 | -0/+4 |
* | remove _() non-ansism | Gurusamy Sarathy | 1999-06-02 | 9 | -28/+28 |
* | remove stray K&R-isms | Gurusamy Sarathy | 1999-06-02 | 1 | -2/+4 |
* | tweak C++isms | Gurusamy Sarathy | 1999-05-31 | 2 | -2/+3 |
* | add wide versions of win32 system calls (first step in | Gurusamy Sarathy | 1999-05-28 | 5 | -79/+253 |
* | make win32_spawnvp() inherit standard handles even when they | Gurusamy Sarathy | 1999-05-27 | 1 | -1/+17 |
* | fix missing exported symbol | Gurusamy Sarathy | 1999-05-26 | 1 | -0/+1 |
* | up patchlevel &c | Gurusamy Sarathy | 1999-05-25 | 5 | -26/+26 |
* | assorted tweaks | Gurusamy Sarathy | 1999-05-25 | 7 | -220/+451 |
* | s/isspace/isSPACE/g and make sure the CRT version is always | Gurusamy Sarathy | 1999-05-21 | 2 | -4/+4 |
* | various little nits | Gurusamy Sarathy | 1999-05-20 | 2 | -8/+12 |
* | Mingw32 + w32api-0.1.5 tweaks | Nick Ing-Simmons | 1999-05-15 | 3 | -4/+9 |
* | on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn't | Gurusamy Sarathy | 1999-05-14 | 1 | -1/+8 |
* | mortalize string allocations by win32_get_{priv,site}lib() | Gurusamy Sarathy | 1999-05-14 | 1 | -58/+56 |
* | make win32_longname() preserve kind of slashes in argument | Gurusamy Sarathy | 1999-05-14 | 1 | -5/+5 |
* | opendir(D,"x:") on win32 opens cwd() for drive rather than root; | Gurusamy Sarathy | 1999-05-12 | 1 | -3/+10 |
* | various fixes for clean build and test on win32; configpm broken, | Gurusamy Sarathy | 1999-05-11 | 11 | -16/+28 |
* | Win32 and VC++ 98 doesn't support CASTI | Jan Dubois | 1999-05-10 | 2 | -2/+2 |
* | provide File::Copy::syscopy() via Win32::CopyFile() on win32 | Gurusamy Sarathy | 1999-05-10 | 1 | -0/+12 |
* | applied suggested patch, with win32 and PERL_OBJECT additions | Tom Hughes | 1999-05-10 | 2 | -8/+27 |
* | more bulletproof workaround for mangled paths (updates changes#3345,3350); | Gurusamy Sarathy | 1999-05-10 | 4 | -16/+127 |
* | flush all open output buffers before fork(), exec(), system, qx// | Gurusamy Sarathy | 1999-05-09 | 1 | -2/+1 |