This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
make perldoc use the pod2man from the same version (from
[perl5.git] / pp_sys.c
2000-04-24 Gurusamy Sarathymode argument to do_binmode() should be file mode,...
2000-03-19 Jarkko HietaniemiTaint also the passwd field of the getpw*().
2000-03-18 Jarkko Hietaniemi(Re-)introduce $uidsign and $gidsign.
2000-03-18 Jarkko HietaniemiTaint the shell from the getpw*.
2000-03-18 Jarkko HietaniemiUse the newSVuv().
2000-03-17 Gurusamy Sarathyfix signedness in test for syswrite() length argument
2000-03-17 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-03-16 Jarkko Hietaniemipp_send() type tuning continues.
2000-03-16 Jarkko HietaniemiFix pp_send() sizes (pass a Size_t, not an Off_t, and
2000-03-09 Gurusamy Sarathysupport binmode(F,":crlf") and use open IN => ":raw...
2000-03-09 Gurusamy Sarathypatch from Larry to make -T filetest algorithm recogniz...
2000-03-05 Gurusamy Sarathyfixes for most warnings identified by gcc -Wall
2000-02-27 Gurusamy Sarathytweak change#5286 (we don't ever get to pp_glob() if...
2000-02-27 Gurusamy Sarathyremove outdated info about csh and glob(); glob() need...
2000-02-27 Gurusamy Sarathymake readdir() respect IOf_UNTAINT flag (allows untaint...
2000-02-26 Charles BaileyResync with mainline
2000-02-26 Jarkko HietaniemiRhapsody/Darwin patches from Wilfredo Sanchez.
2000-02-25 Jarkko HietaniemiConfigure nits; add socksizetype; add getfsstat for...
2000-02-24 Jarkko HietaniemiMPE/ix patches from Mark Bixby.
2000-02-22 Jarkko HietaniemiAdd socklen_t probe; Configure maintenance.
2000-02-20 Gurusamy Sarathydefault mkdir() mode argument to 0777
2000-02-19 Gurusamy Sarathysome rearrangement of the includes for easier "microper...
2000-02-19 Gurusamy Sarathyset close-on-exec flag on sockets too, like we do for...
2000-02-09 Charles BaileyMinor fixes to assuage picky compilers (unsigned compar...
2000-02-09 Charles BaileyResync with mainline
2000-02-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-02-06 Gurusamy Sarathyset SvUTF8 on vectors only if there are chars > 127...
2000-02-04 Jarkko HietaniemiLargefilify offsets of tied handles.
2000-02-02 Gurusamy Sarathyon cygwin, h_errno is now "__declspec(dllimport) int...
2000-01-22 Gurusamy Sarathytruncate(FH) flushes FH before truncating it
2000-01-22 Gurusamy Sarathyadd patch for printf-style format typechecks (from...
2000-01-21 Gurusamy Sarathypatch to report warnings on bogus filehandles passed...
2000-01-20 Charles Bailey Quick integration of mainline changes to date
1999-12-28 Gurusamy Sarathyremove never-taken branch for making getc() operate...
1999-12-28 Gurusamy Sarathypartly fix perldiag regressions identified by Tom Chris...
1999-12-23 Gurusamy Sarathybring in basic threads stuff under USE_ITHREADS
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-07 Gurusamy Sarathytypos in change#4660
1999-12-06 Gurusamy Sarathytweaks for building with -DUSE_ITHREADS on !WIN32 platf...
1999-12-04 Gurusamy Sarathymake eof() open ARGV if it isn't open already; also...
1999-12-01 Gurusamy Sarathyminor USE_ITHREADS tweaks
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-15 Gurusamy Sarathyadd a synchronous stub fork() for USE_ITHREADS to prove...
1999-11-14 Gurusamy Sarathysundry cleanups for cloned interpreters (only known...
1999-11-13 Jan Dubois[5.005_62 PATCH] support link() on WinNT and NTFS
1999-11-13 Jarkko HietaniemiContinue largefileness separation from quadness;
1999-11-13 Jarkko HietaniemiTry to fix largefileness so that it "works" without...
1999-11-11 Jarkko HietaniemiFix a thinko in 4548.
1999-11-11 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-11 Jarkko HietaniemiTry to do something if st_size, st_uid, st_gid are...
1999-11-11 Gurusamy Sarathyanother change towards a shareable optree: avoid pointe...
1999-11-08 Gurusamy Sarathypreliminary support for GVOP indirection via pad
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-02 Jarkko HietaniemiInitial integration of the MacPerl changes form Matthias.
1999-11-01 Gurusamy Sarathymacros for COP.cop_filegv access
1999-10-29 Gurusamy Sarathyusurp GVOP slot for new PADOP (one small step to making...
1999-10-09 Gurusamy Sarathyperldelta updates (see TODO markers)
1999-10-08 Gurusamy Sarathytypo
1999-10-07 Gurusamy Sarathyfix setpgrp vs getpgrp and POSIX vs BSD confusion ...
1999-10-02 Jarkko HietaniemiUntangle the IV_IS_QUAD jungle by introduding
1999-09-29 Charles Baileyresync with mainline
1999-09-26 Gurusamy Sarathyfix buggy popping of subroutine contexts in the lvalue
1999-09-18 Nick Ing-SimmonsRe-integrate mainline
1999-09-13 Robin BarkerReplace change #4100 with
1999-09-09 Daniel S. Lewart[ID 19990909.003] MAXINT redefined warning on HP-UX...
1999-09-07 Robin BarkerFix pointer casts.
1999-09-07 Jarkko HietaniemiFix a printf thinko: now quads must have the ll L q...
1999-09-06 Paul MarquessAnother patch for Lexical Warnings
1999-09-06 Gurusamy Sarathyapplied patch suggested by Hans Mulder to fix problems on
1999-09-01 Fifer, Eric[ID 19990821.001] [PATCH] perl5.005_60 cygwin port
1999-08-29 Robin BarkerFix scalar gmtime (and localtime) in quad environments,
1999-08-14 Jarkko HietaniemiNote about filesize limits.
1999-08-13 Jarkko HietaniemiJumbo Configure and large file support update.
1999-08-12 Jarkko HietaniemiRemove more spurious casting.
1999-08-10 Jarkko HietaniemiUse Pid_t on pgrp matters.
1999-08-10 Jarkko HietaniemiUse Pid_t.
1999-08-10 Jarkko HietaniemiUse Mode_t.
1999-08-10 Jarkko HietaniemiRemove I32 casting from time-related functions.
1999-08-10 Phil LobbesRemove I32 casts from pp_stat, these make stat()
1999-08-03 Jarkko HietaniemiRetract #3912, much too many compilation warnings
1999-08-03 Sven Verdoolaege(Retracted). See #3913.
1999-08-02 Jarkko HietaniemiFix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so that
1999-08-01 Jarkko HietaniemiIntegrate with Sarathy. perl.h and util.c required...
1999-08-01 Jarkko Hietaniemi64-bit work. Now 32-bit platforms get a 100% make...
1999-08-01 Fifer, Ericcygwin update
1999-08-01 Gurusamy Sarathyrename cygwin32 to cygwin (from Eric Fifer <EFifer...
1999-07-28 Norton T. AllenNeed to add some more conditions to deal with the case
1999-07-27 Ilya Zakharevichapplied suggested patch; added missing prototype changes to
1999-07-17 Ilya Zakharevichmake system() return -1 and set $! if exec of child...
1999-07-12 Gurusamy Sarathyyet more cleanups of the PERL_OBJECT, MULTIPLICITY...
1999-07-11 Jarkko HietaniemiManual synchronization with Sarathy (some files
1999-07-07 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-07 Gurusamy Sarathybetter diagnostics on read operations from write-only
1999-07-06 Jarkko HietaniemiIntegrate with Sarathy.
1999-07-06 Dan Sugalskislightly tweaked version of suggested patch
1999-07-06 Gurusamy Sarathyintegrate cfgperl contents into mainline
1999-07-05 Jarkko HietaniemiIntegrate with mainperl.
1999-07-05 Jarkko HietaniemiHack SOCKS support some more plus a patch from Andy...
1999-07-05 Ilya ZakharevichLong-standing UDP sockets bug on OS/2
1999-07-04 Jarkko HietaniemiMiscellaneus AIX fixes + SOCKS support.
next