| Commit message (Expand) | Author | Age | Files | Lines |
* | Add the perl581delta manpage. | Rafael Garcia-Suarez | 2003-09-25 | 1 | -0/+4 |
* | Remove redundant targets from Win32 Makefile | Steve Hay | 2003-08-20 | 2 | -22/+0 |
* | Nick's podulator was right, I just hadn't read the manual... | Jarkko Hietaniemi | 2003-08-19 | 2 | -45/+55 |
* | Nicholas Clark's podulator. The win32 makefile | Jarkko Hietaniemi | 2003-08-19 | 1 | -180/+308 |
* | Include fcrypt.c for crypt() on Windows | Steve Hay | 2003-08-14 | 4 | -83/+586 |
* | Do some updates also on pod.mak -- which seems to | Jarkko Hietaniemi | 2003-08-12 | 1 | -0/+24 |
* | kill 'INT' doesn't work on Windows | Jan Dubois | 2003-08-09 | 1 | -0/+10 |
* | 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 |