summaryrefslogtreecommitdiff
path: root/win32
Commit message (Expand)AuthorAgeFilesLines
* move DProf things around to where they are supposed to beGurusamy Sarathy1999-07-202-2/+4
* move DProf to Devel/DProfGurusamy Sarathy1999-07-202-8/+27
* C<union any> needs no PERL_OBJECT-treatmentGurusamy Sarathy1999-07-201-9/+0
* fix problem in default buildGurusamy Sarathy1999-07-202-3/+7
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-07-193-519/+4
|\
| * Integrate with Sarathy.Jarkko Hietaniemi1999-07-181-1/+1
| |\
| * | Fixed AIX dynamic loading and AIX shared Perl library.Jarkko Hietaniemi1999-07-143-519/+4
* | | avoid bug in win32_str_os_error() (from Jan Dubois)Gurusamy Sarathy1999-07-191-3/+5
| |/ |/|
* | ensure __END__ appears on a line by itself in wrappedGurusamy Sarathy1999-07-181-1/+1
|/
* fixups for sundry warnings about function pointersGurusamy Sarathy1999-07-124-15/+19
* tweaks for win32/borlandGurusamy Sarathy1999-07-122-2/+3
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-1222-2209/+270
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-086-329/+325
* lexical warnings update (warning.t fails one testPaul Marquess1999-07-071-4/+6
* adapted suggested tests for addition to testsuiteRonaldWS@aol.com1999-07-041-0/+3
* MINGW32 and EGCS 1.1.2 supportJan Dubois1999-07-042-6/+2
* make autogenerated files writableGurusamy Sarathy1999-06-281-953/+0
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-2714-266/+1818
* avoid race condition in the CAPI extension bootstrap handlerGurusamy Sarathy1999-06-241-0/+9
* sanity check to cover the case when perl is installed into theGurusamy Sarathy1999-06-241-3/+6
* EXTERN_C declarations for global arrays in variousGurusamy Sarathy1999-06-122-3/+14
* various little tweaks; most globals are now in intrpvar.h, ninterpsGurusamy Sarathy1999-06-111-2/+0
* win32 build fixesGurusamy Sarathy1999-06-1014-140/+160
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-092-0/+4
* remove _() non-ansismGurusamy Sarathy1999-06-029-28/+28
* remove stray K&R-ismsGurusamy Sarathy1999-06-021-2/+4
* tweak C++ismsGurusamy Sarathy1999-05-312-2/+3
* add wide versions of win32 system calls (first step inGurusamy Sarathy1999-05-285-79/+253
* make win32_spawnvp() inherit standard handles even when theyGurusamy Sarathy1999-05-271-1/+17
* fix missing exported symbolGurusamy Sarathy1999-05-261-0/+1
* up patchlevel &cGurusamy Sarathy1999-05-255-26/+26
* assorted tweaksGurusamy Sarathy1999-05-257-220/+451
* s/isspace/isSPACE/g and make sure the CRT version is alwaysGurusamy Sarathy1999-05-212-4/+4
* various little nitsGurusamy Sarathy1999-05-202-8/+12
* Mingw32 + w32api-0.1.5 tweaksNick Ing-Simmons1999-05-153-4/+9
* on win32, look for "site/5.XXX/lib" if "site/5.XXXYY/lib" isn'tGurusamy Sarathy1999-05-141-1/+8
* mortalize string allocations by win32_get_{priv,site}lib()Gurusamy Sarathy1999-05-141-58/+56
* make win32_longname() preserve kind of slashes in argumentGurusamy Sarathy1999-05-141-5/+5
* opendir(D,"x:") on win32 opens cwd() for drive rather than root;Gurusamy Sarathy1999-05-121-3/+10
* various fixes for clean build and test on win32; configpm broken,Gurusamy Sarathy1999-05-1111-16/+28
* Win32 and VC++ 98 doesn't support CASTIJan Dubois1999-05-102-2/+2
* provide File::Copy::syscopy() via Win32::CopyFile() on win32Gurusamy Sarathy1999-05-101-0/+12
* applied suggested patch, with win32 and PERL_OBJECT additionsTom Hughes1999-05-102-8/+27
* more bulletproof workaround for mangled paths (updates changes#3345,3350);Gurusamy Sarathy1999-05-104-16/+127
* flush all open output buffers before fork(), exec(), system, qx//Gurusamy Sarathy1999-05-091-2/+1
* normalize $^X to full pathname on win32Gurusamy Sarathy1999-05-091-0/+7
* work around mangled archname on win32 while finding privlib/sitelib;Gurusamy Sarathy1999-05-091-8/+20
* avoid negative return value from Win32::GetTickCount()Jan Dubois1999-05-071-1/+4
* adjust win32_stat() to cope with FindFirstFile() and stat() bugsGurusamy Sarathy1999-05-031-12/+22
* fix bug in change#3123 (off-by-one, caused C<qx[noargs]> to failGurusamy Sarathy1999-04-241-5/+2