| Commit message (Expand) | Author | Age | Files | Lines |
* | Re: win32.c bug - handle leak | Jan Dubois | 2003-08-03 | 1 | -6/+12 |
* | Integrate README.macosx more. | Jarkko Hietaniemi | 2003-07-31 | 2 | -0/+2 |
* | Extend Win32::GetOSVersion() to return additional information | Jan Dubois | 2003-07-30 | 1 | -12/+60 |
* | Win32: fix WM_TIMER handling | Mattia Barbon | 2003-07-03 | 1 | -1/+4 |
* | More nanosleep removal. | Jarkko Hietaniemi | 2003-07-01 | 7 | -27/+0 |
* | windows: fix memory leak in %ENV handling (shows up as a | Gurusamy Sarathy | 2003-06-09 | 1 | -12/+20 |
* | Salvage parts of #19667. | Jarkko Hietaniemi | 2003-06-03 | 2 | -3/+13 |
* | Retract #19667, #19660, #19659, #19658, #19657, #19656, | Jarkko Hietaniemi | 2003-06-03 | 2 | -13/+3 |
* | resurrect change#19628 and make it work by generalizing | Gurusamy Sarathy | 2003-06-02 | 1 | -2/+4 |
* | don't use File::Temp to implement PerlIO_tmpfile() on windows; | Gurusamy Sarathy | 2003-06-02 | 2 | -3/+13 |
* | change#19628 broke many win32/system.t tests, so back it out | Gurusamy Sarathy | 2003-06-02 | 1 | -1/+1 |
* | Use "cmd.exe /x/d/c" as the default PERL5SHELL on Windows NT/2K/XP | Jan Dubois | 2003-05-28 | 1 | -1/+1 |
* | Missing "to". | Jarkko Hietaniemi | 2003-05-24 | 4 | -4/+4 |
* | Introduce (undefined) pthread_attr_setscope to non-Configure lands. | Jarkko Hietaniemi | 2003-05-24 | 8 | -0/+32 |
* | missing init in change#19533 | Gurusamy Sarathy | 2003-05-17 | 1 | -1/+1 |
* | avoid select() on windows destroying errno (used to typically | Gurusamy Sarathy | 2003-05-17 | 1 | -1/+4 |
* | [perl #8599] s/catenate/concatenate/ | Casey West | 2003-05-13 | 4 | -4/+4 |
* | $Config{usethreads} wasn't being set on windows | Gurusamy Sarathy | 2003-05-13 | 2 | -0/+2 |
* | fix Embed.t failure on windows: PERL_SYS_TERM() is implemented | Gurusamy Sarathy | 2003-05-11 | 2 | -0/+8 |
* | silence compiler warnings | Abe Timmerman | 2003-05-02 | 1 | -3/+3 |
* | Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu) | Abe Timmerman | 2003-05-02 | 1 | -0/+4 |
* | Introduce 'fast stdio' symbols to non-Configure lands. | Jarkko Hietaniemi | 2003-04-23 | 8 | -0/+77 |
* | Document PERL_DEBUGGING_MSTATS in INSTALL and in the Win32 Makefile. | Steve Hay | 2003-04-20 | 1 | -0/+17 |
* | Introduce the new *l APIs, undefined, to non-Configure lands. | Jarkko Hietaniemi | 2003-04-17 | 8 | -0/+112 |
* | Win32 counterpart of change #19065 | Rafael Garcia-Suarez | 2003-03-26 | 2 | -2/+4 |
* | Integrate: | Jarkko Hietaniemi | 2003-03-20 | 1 | -0/+2 |
* | The description of SIG_SIZE was off. | Jarkko Hietaniemi | 2003-03-18 | 4 | -8/+8 |
* | regenerate win32/config_H.* | Gurusamy Sarathy | 2003-03-18 | 4 | -7164/+7832 |
* | according to the new Porting/Glossary, sig_num doesn't have an | Gurusamy Sarathy | 2003-03-18 | 4 | -4/+4 |
* | typos and other minor things | Todd C. Miller | 2003-03-11 | 1 | -1/+1 |
* | [patch config_h.SH] redefining __attribute__ | Stas Bekman | 2003-03-06 | 4 | -0/+12 |
* | Use PL_{argv,stdin,stdout}gv to avoid unnecessary gv_fetch calls. | Chip Salzenberg | 2003-02-24 | 1 | -3/+3 |
* | Integrate from maint-5.6: | Jarkko Hietaniemi | 2003-01-16 | 1 | -2/+2 |
* | if (0) the PL_widesyscalls code for now: Sarathy | Jarkko Hietaniemi | 2003-01-16 | 1 | -1/+1 |
* | win32_msgwait() problem | Gurusamy Sarathy | 2003-01-03 | 1 | -4/+3 |
* | Re: Smoke [5.8.0] 18389 FAIL(Fm) MSWin32 5.0 Service Pack 3 (x86/1 cpu) | Abe Timmerman | 2003-01-02 | 1 | -2/+2 |
* | integrate change#18377 from maint-5.6 branch | Gurusamy Sarathy | 2002-12-31 | 1 | -9/+13 |
* | $Config{prefixexp} was set incorrectly on windows | Gurusamy Sarathy | 2002-12-18 | 4 | -4/+4 |
* | fix for GPF in C<print Win32::GetFullPathName('\\\\host\share')> | Gurusamy Sarathy | 2002-12-18 | 1 | -2/+7 |
* | windows: support for large files | Gurusamy Sarathy | 2002-12-18 | 14 | -28/+103 |
* | windows: avoid prompting under some shells during $(MAKE) distclean | Gurusamy Sarathy | 2002-12-18 | 2 | -23/+38 |
* | Re: Is this true that Perl 5.8 uses :crlf as default DISCIPLINE on so ckets? | Gurusamy Sarathy | 2002-11-07 | 1 | -0/+2 |
* | Re: Smoke 18027 FAIL(F) MSWin32 5.0 Win2000Pro (MSWin32-x86) | Alain Barbet | 2002-10-22 | 2 | -4/+11 |
* | Happy chainsaw stories; The removal of the 5005 threads | H.Merijn Brand | 2002-10-19 | 17 | -217/+20 |
* | #18005 was not enough | Abe Timmerman | 2002-10-12 | 1 | -0/+1 |
* | Re: Building bleadperl (minperl) fails completely under VC7 | Abe Timmerman | 2002-10-12 | 1 | -0/+1 |
* | nanosleep probes as per Jarkko's request | H.Merijn Brand | 2002-09-30 | 8 | -0/+28 |
* | #17827 misses some win32 tweaks | Hugo van der Sanden | 2002-09-04 | 2 | -3/+5 |
* | Change version from 5.8.0 to 5.9.0. | Hugo van der Sanden | 2002-08-04 | 2 | -7/+7 |
* | integrate a variant of change#17568 from maint-5.6 branch (the | Gurusamy Sarathy | 2002-07-16 | 3 | -42/+9 |