| Commit message (Expand) | Author | Age | Files | Lines |
* | Add HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+0 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-04-24 | 1 | -1/+1 |
* | pp_gmtime() assumed that newSVpvf %d would take C ints, | Jarkko Hietaniemi | 2000-03-31 | 1 | -6/+6 |
* | Taint also the passwd field of the getpw*(). | Jarkko Hietaniemi | 2000-03-19 | 1 | -0/+4 |
* | (Re-)introduce $uidsign and $gidsign. | Jarkko Hietaniemi | 2000-03-18 | 1 | -1/+20 |
* | Taint the shell from the getpw*. | Jarkko Hietaniemi | 2000-03-18 | 1 | -0/+4 |
* | Use the newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -15/+15 |
* | fix signedness in test for syswrite() length argument | Gurusamy Sarathy | 2000-03-17 | 1 | -3/+3 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-17 | 1 | -17/+31 |
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -3/+12 |
* | patch from Larry to make -T filetest algorithm recognize utf8 as | Gurusamy Sarathy | 2000-03-09 | 1 | -3/+20 |
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -10/+8 |
* | tweak change#5286 (we don't ever get to pp_glob() if we're using | Gurusamy Sarathy | 2000-02-27 | 1 | -4/+4 |
* | remove outdated info about csh and glob(); glob() need not fail | Gurusamy Sarathy | 2000-02-27 | 1 | -0/+4 |
* | make readdir() respect IOf_UNTAINT flag (allows untainting of directory | Gurusamy Sarathy | 2000-02-27 | 1 | -2/+4 |
* | Resync with mainline | Charles Bailey | 2000-02-26 | 1 | -20/+30 |
|\ |
|
| * | Rhapsody/Darwin patches from Wilfredo Sanchez. | Jarkko Hietaniemi | 2000-02-26 | 1 | -1/+1 |
| * | Configure nits; add socksizetype; add getfsstat for completeness; | Jarkko Hietaniemi | 2000-02-25 | 1 | -14/+0 |
| * | MPE/ix patches from Mark Bixby. | Jarkko Hietaniemi | 2000-02-24 | 1 | -2/+10 |
| * | Add socklen_t probe; Configure maintenance. | Jarkko Hietaniemi | 2000-02-22 | 1 | -4/+9 |
| * | default mkdir() mode argument to 0777 | Gurusamy Sarathy | 2000-02-20 | 1 | -2/+9 |
| * | some rearrangement of the includes for easier "microperl" build; | Gurusamy Sarathy | 2000-02-19 | 1 | -6/+0 |
| * | set close-on-exec flag on sockets too, like we do for files | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+10 |
| * | set SvUTF8 on vectors only if there are chars > 127; update copyright | Gurusamy Sarathy | 2000-02-06 | 1 | -1/+1 |
| * | Largefilify offsets of tied handles. | Jarkko Hietaniemi | 2000-02-04 | 1 | -0/+4 |
| * | on cygwin, h_errno is now "__declspec(dllimport) int h_errno" | Gurusamy Sarathy | 2000-02-02 | 1 | -1/+1 |
| * | truncate(FH) flushes FH before truncating it | Gurusamy Sarathy | 2000-01-22 | 1 | -4/+8 |
| * | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -2/+2 |
| * | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 1 | -21/+28 |
| * | remove never-taken branch for making getc() operate on ARGV (spotted | Gurusamy Sarathy | 1999-12-28 | 1 | -2/+0 |
| * | partly fix perldiag regressions identified by Tom Christiansen | Gurusamy Sarathy | 1999-12-28 | 1 | -11/+13 |
| * | bring in basic threads stuff under USE_ITHREADS | Gurusamy Sarathy | 1999-12-23 | 1 | -2/+2 |
| * | typos in change#4660 | Gurusamy Sarathy | 1999-12-07 | 1 | -2/+2 |
| * | tweaks for building with -DUSE_ITHREADS on !WIN32 platforms; | Gurusamy Sarathy | 1999-12-06 | 1 | -2/+2 |
| * | make eof() open ARGV if it isn't open already; also fixes bug | Gurusamy Sarathy | 1999-12-04 | 1 | -3/+21 |
| * | minor USE_ITHREADS tweaks | Gurusamy Sarathy | 1999-12-01 | 1 | -5/+5 |
| * | more complete pseudo-fork() support for Windows | Gurusamy Sarathy | 1999-12-01 | 1 | -18/+25 |
| * | add a synchronous stub fork() for USE_ITHREADS to prove that a simple | Gurusamy Sarathy | 1999-11-15 | 1 | -0/+15 |
| * | sundry cleanups for cloned interpreters (only known failure mode | Gurusamy Sarathy | 1999-11-14 | 1 | -1/+1 |
| * | [5.005_62 PATCH] support link() on WinNT and NTFS | Jan Dubois | 1999-11-13 | 1 | -1/+1 |
| * | Continue largefileness separation from quadness; | Jarkko Hietaniemi | 1999-11-13 | 1 | -2/+10 |
| * | Try to fix largefileness so that it "works" without a quad IV. | Jarkko Hietaniemi | 1999-11-13 | 1 | -7/+24 |
| * | Fix a thinko in 4548. | Jarkko Hietaniemi | 1999-11-11 | 1 | -1/+1 |
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-11 | 1 | -6/+6 |
| |\ |
|
| | * | another change towards a shareable optree: avoid pointer to filegv | Gurusamy Sarathy | 1999-11-11 | 1 | -1/+1 |
| | * | preliminary support for GVOP indirection via pad | Gurusamy Sarathy | 1999-11-08 | 1 | -5/+5 |
| * | | Try to do something if st_size, st_uid, st_gid are too big for an IV; | Jarkko Hietaniemi | 1999-11-11 | 1 | -14/+40 |
| * | | Integrate with Sarathy. | Jarkko Hietaniemi | 1999-11-04 | 1 | -1/+1 |
| |\ \
| | |/ |
|
| | * | macros for COP.cop_filegv access | Gurusamy Sarathy | 1999-11-01 | 1 | -1/+1 |
| * | | Initial integration of the MacPerl changes form Matthias. | Jarkko Hietaniemi | 1999-11-02 | 1 | -2/+2 |
| |/ |
|