| Commit message (Expand) | Author | Age | Files | Lines |
* | Silence Borland compiler warnings (except for warnings from zlib) here: | Steve Hay | 2008-02-25 | 1 | -4/+4 |
* | Add editor blocks to some header files. | Marcus Holland-Moritz | 2008-01-01 | 1 | -0/+9 |
* | Adapt definition of Sighandler_t to go with change #32012 | Rafael Garcia-Suarez | 2007-10-03 | 1 | -1/+1 |
* | smoke signs suppression | Jarkko Hietaniemi | 2006-12-31 | 1 | -1/+1 |
* | smoke signs suppression | Jarkko Hietaniemi | 2006-11-25 | 1 | -1/+1 |
* | Make PerlLIOUtime()'s filename const | Steve Hay | 2005-11-01 | 1 | -1/+1 |
* | support POSIX SA_SIGINFO | Jarkko Hietaniemi | 2005-07-20 | 1 | -0/+4 |
* | Silence MinGW warning about "'noreturn' function does return" | Steve Hay | 2005-07-01 | 1 | -2/+4 |
* | Make opendir() filename const in Win32-land & friends | Steve Hay | 2005-06-24 | 1 | -1/+1 |
* | Fix PerlLIO_chsize() for platforms that don't have chsize() | Steve Hay | 2005-03-29 | 1 | -1/+7 |
* | Put all pre-processor #s on the first column (some compilers are picky) | Nicholas Clark | 2003-10-09 | 1 | -1/+1 |
* | windows: support for large files | Gurusamy Sarathy | 2002-12-18 | 1 | -1/+1 |
* | integrate a variant of change#17568 from maint-5.6 branch (the | Gurusamy Sarathy | 2002-07-16 | 1 | -14/+3 |
* | make the gettimeofday() implementation in Time::HiRes available | Gurusamy Sarathy | 2002-05-08 | 1 | -0/+6 |
* | Finish off 16350 for non-PERLIO build on linux, | Nick Ing-Simmons | 2002-05-03 | 1 | -2/+2 |
* | *** EXPERIMENTAL *** | Nick Ing-Simmons | 2002-05-02 | 1 | -2/+2 |
* | NetWare changeover from Watcom to Codewarrior, from C Aditya. | Jarkko Hietaniemi | 2002-04-22 | 1 | -0/+6 |
* | Windows 64-bit support: | Gurusamy Sarathy | 2002-04-21 | 1 | -5/+5 |
* | VOS-specific patch to iperlsys.h to work around errno bu | Paul Green | 2002-04-01 | 1 | -0/+7 |
* | NetWare tweaks from C Aditya <caditya@novell.com> | Jarkko Hietaniemi | 2002-03-18 | 1 | -0/+20 |
* | alarm(), Win32, no PERL_IMPLICIT_SYS | Mattia Barbon | 2002-03-12 | 1 | -0/+2 |
* | Integrate maintperl changes #12268 and #12669; | Jarkko Hietaniemi | 2001-10-26 | 1 | -5/+11 |
* | slightly less broken chdir.t for VMS | Craig A. Berry | 2001-09-27 | 1 | -1/+1 |
* | remove deprecated PERL_OBJECT cruft, it has long since stopped | Gurusamy Sarathy | 2001-08-31 | 1 | -5/+0 |
* | Make perl fork()-safe (in a slightly limited way) even on | Gurusamy Sarathy | 2001-07-20 | 1 | -1/+1 |
* | NetWare port from Guruprasad S <SGURUPRASAD@novell.com>. | Jarkko Hietaniemi | 2001-06-16 | 1 | -0/+4 |
* | Fix (valid) -Wall warnings in perlio.c | Nick Ing-Simmons | 2001-06-10 | 1 | -1/+1 |
* | PerlIO for VMS | Craig A. Berry | 2001-05-26 | 1 | -1/+11 |
* | PerlIO fixups for Win32: | Nick Ing-Simmons | 2001-03-24 | 1 | -0/+3 |
* | Die on n-arg open(...,"",xxx,yyy,...) | Nick Ing-Simmons | 2001-03-22 | 1 | -1/+4 |
* | Integrate change #9154 from maintperl to mainline. | Jarkko Hietaniemi | 2001-03-14 | 1 | -3/+3 |
* | Fix gross PerlMemShared issue. | Nick Ing-Simmons | 2000-12-05 | 1 | -14/+14 |
* | PERL_IMPLICIT_SYS (almost) works - something odd with "signal" | Nick Ing-Simmons | 2000-12-04 | 1 | -0/+4 |
* | PERL_IMPLICIT_SYS compiles but does not work. | Nick Ing-Simmons | 2000-12-03 | 1 | -17/+13 |
* | Make iperlsys.h vector stdio not PerlIO. | Nick Ing-Simmons | 2000-12-03 | 1 | -100/+152 |
* | Initial tidy of setmode() muddle (UNIX does not have, nor need it). | Nick Ing-Simmons | 2000-11-28 | 1 | -0/+5 |
* | PerlIO #include and #ifdef re-work. | Nick Ing-Simmons | 2000-11-14 | 1 | -218/+7 |
* | PerlIO infrastructure complete. | Nick Ing-Simmons | 2000-11-04 | 1 | -6/+14 |
* | Implement stack of layers - (perlio.c _is_ derived from the old file honest...) | Nick Ing-Simmons | 2000-11-03 | 1 | -2/+5 |
* | Integrate mainline to perlio branch | Nick Ing-Simmons | 2000-10-29 | 1 | -5/+11 |
|\ |
|
| * | Check if stdio supports tweaking lval and cnt simultaneously. | Nicholas Clark | 2000-10-24 | 1 | -5/+11 |
* | | Prototype (stdio-like) PerlIO passing basic tests. Checked in | Nick Ing-Simmons | 2000-10-29 | 1 | -11/+11 |
|/ |
|
* | workaround for CRT bug in chdir() (from Charles Lane, via | Gurusamy Sarathy | 2000-05-07 | 1 | -1/+1 |
* | vendorlib support for Windows; regen win32/config* | Gurusamy Sarathy | 2000-03-06 | 1 | -2/+9 |
* | windows fixes for virtualizing child std{in,out,err} handles, | Gurusamy Sarathy | 2000-02-20 | 1 | -0/+5 |
* | Win9x + GCC update from Benjamin Stuhl <sho_pi@hotmail.com> | Gurusamy Sarathy | 1999-12-28 | 1 | -3/+3 |
* | tweaks for building with -DUSE_ITHREADS on !WIN32 platforms; | Gurusamy Sarathy | 1999-12-06 | 1 | -0/+1 |
* | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -2/+118 |
* | [5.005_62 PATCH] support link() on WinNT and NTFS | Jan Dubois | 1999-11-13 | 1 | -0/+6 |
* | integrate cfgperl contents into mainline; merge conflicts | Gurusamy Sarathy | 1999-10-27 | 1 | -17/+0 |
|\ |
|