This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Re: [ID 20010309.004] my-variables lose values while goto'ing within a for(;;)-loop
[perl5.git] / pp_sys.c
2001-03-07 Andrew Pimlottdowngrading to bytes for common functions
2001-03-05 Nick Ing-SimmonsSome tests for Camel 3rd edition features.
2001-03-03 Olaf Flebbe[perl-5.6.x, perl-current] accept for EPOC
2001-02-28 Tim JennessRe: sync sync sync: have I missed any patches?
2001-02-27 Olaf Flebbe[perl-current] EPOC
2001-02-17 Nick Ing-SimmonsIntegrate mainline
2001-02-17 Doug MacEachern[patch] -Wall
2001-02-10 Doug MacEachern[patch] GvSHARED
2001-01-24 Charles BaileySYN SYN
2001-01-21 Jarkko HietaniemiTweak the mkdir trailing slash code some more.
2001-01-20 Nick Ing-SimmonsInfrastructure to allow:
2001-01-17 Jarkko HietaniemiAllow for one trailing slash in the directory of mkdir().
2001-01-08 Charles BaileyOnce again syncing after too long an absence
2001-01-06 Nick Ing-SimmonsFixup accumulated integrate muddles (perlio == devperl...
2001-01-06 Nick Ing-SimmonsIntegrate mainline
2001-01-05 Jarkko HietaniemiUTF-8 cleanup.
2001-01-01 Nick Ing-SimmonsIntegrate mainline
2001-01-01 Jarkko HietaniemiBump up Larry's copyright.
2000-12-21 Nick Ing-SimmonsIntegrate mainline
2000-12-21 Jarkko HietaniemiFix for 20001210.003, "write(FH) on closed FH causes...
2000-12-19 Nick Ing-SimmonsIntegrate mainline.
2000-12-17 Jarkko HietaniemiAdd test for #8145 (binmode() warning), add warning for
2000-12-17 Simon CozensRe: The long awaited feature ...
2000-12-10 Nick Ing-SimmonsIntegrate mainline
2000-12-10 Simon CozensRe: [ID 20001202.002] [BUG all] 'die qr{pattern}' does...
2000-12-10 Jarkko HietaniemiPacify fussy compiler.
2000-12-10 Jarkko HietaniemiIntegrate perlio:
2000-12-09 Nick Ing-Simmonsread/sysread/recv should now be utf8 aware.
2000-12-09 Jarkko HietaniemiIntegrate perlio:
2000-12-09 Nick Ing-SimmonsMake write() (i.e. formats) utf8-aware by calling do_pr...
2000-12-09 Nick Ing-SimmonsMake print, syswrite, send, readline, getc honour utf8...
2000-12-05 Nick Ing-SimmonsIntegrate mainline.
2000-12-05 Jarkko HietaniemidTHR is a nop in 5.6.0 onwards. Ergo, it can go.
2000-11-26 Jarkko HietaniemiIntegrate perlio:
2000-11-25 Nick Ing-SimmonsAll tests pass on Win32/gcc/USE_PERLIO.
2000-11-23 Nick Ing-SimmonsImplement PerlIO_binmode()
2000-11-22 Jarkko HietaniemiMore SOCKS versus 64-bit patches from Jens Hamisch.
2000-11-22 Jarkko HietaniemiGo ahead and #include <unistd.h> in perl.h.
2000-11-18 Nick Ing-SimmonsLexical use open ... support:
2000-11-14 Jens HamischHoist the duplicated socket/netdb include logic to...
2000-11-09 David Dyckpatch to detect stat followed by lstat(_): [ID 20001106...
2000-11-08 David Dyckis this the appropriate patch to fix: [ID 20001106...
2000-11-04 Andy DoughertyAdd FCNTL_CAN_LOCK.
2000-10-25 Jarkko HietaniemiTemporary stopgap for the self-tying issue: for now...
2000-10-20 Jens HamischSOCKS function redefinitions need prototypes, too,...
2000-10-20 Charles BaileySYN SYN
2000-10-13 Jarkko HietaniemiSelf-ties are unsupported currently, stopgap patch...
2000-10-03 Peter PrymmerPWPASSWD problem for passwd less pwd's
2000-10-03 Olaf FlebbeEpoc update
2000-09-02 Nick Ing-SimmonsUndo part of change 6489 which looks like a bulk edit...
2000-09-01 Nick Ing-SimmonsDocument UNTIE. Also tweak implementation to suppress...
2000-08-30 Nick Ing-SimmonsRe: UNTIE method
2000-08-20 Jarkko Hietaniemipp_open() could pass an uninitialized filename down...
2000-08-17 Gurusamy Sarathywaitpid() now handles externally spawned pids correctly;
2000-08-16 Gurusamy Sarathyon windows, the return values from wait() and waitpid...
2000-08-06 Jarkko HietaniemiHave symbols for the IoTYPEs.
2000-08-06 Jarkko HietaniemiContinue fixing the io warnings. This also
2000-08-05 Ronald F. Guilmette[ID 20000724.004] Perl interpreter segfault when using...
2000-08-04 Todd C. MillerWarn under -w if lstat(FH) is attempted.
2000-08-04 Jarkko HietaniemiIn the warnings call filehandles consistently so;
2000-08-04 Charles BaileyYA resync with mainstem, including VMS patches from...
2000-08-02 Jarkko HietaniemiThe name of a filehandle does not have <these>.
2000-08-02 Gurusamy SarathyRemove the extraneous "main::" prefix from all the
2000-06-01 Jarkko HietaniemiSignals-be-gone for microperl.
2000-05-30 Jarkko HietaniemiIntroduce HAS_GETESPWNAM, HAS_GETPRPWNAM, and I_PROT
2000-05-23 Charles BaileyResync with mainline prior to post-5.6.0 updates
2000-05-08 Jarkko HietaniemiAdd a note about other, yet unsupported, shadow passwor...
2000-05-08 Jarkko HietaniemiIntegrate with Sarathy.
2000-05-08 Gurusamy Sarathycygwin update (from Eric Fifer <efifer@sanwaint.com>)
2000-05-08 Gurusamy Sarathyfork() failure to create pseudo process sets errno...
2000-05-07 Jarkko HietaniemiRemove HAS_SETSPENT, HAS_GETSPENT, HAS_ENDSPENT,
2000-05-04 Jarkko HietaniemiIntegrate with Sarathy.
2000-05-04 Gurusamy Sarathychange#5905 wasn't quite right--it's intent only applie...
2000-05-02 Jarkko HietaniemiCall getspnam() only iff needed.
2000-05-02 Jarkko Hietaniemipwent/spent #ifdef imbalance.
2000-05-01 Jarkko HietaniemiCorrect Freudian slip.
2000-05-01 Jarkko HietaniemiContinue on the pwent/spent case.
2000-05-01 Jarkko HietaniemiRewrite the pwent/spent logic to be a little bit more...
2000-05-01 Gurusamy Sarathywhitespace adjustments
2000-04-24 Jarkko HietaniemiAdd HAS_FREXPL, HAS_ISNAN, HAS_ISNANL, and HAS_MODFL.
2000-04-24 Jarkko HietaniemiIntegrate with Sarathy.
2000-04-24 Gurusamy Sarathymode argument to do_binmode() should be file mode,...
2000-03-31 Jarkko Hietaniemipp_gmtime() assumed that newSVpvf %d would take C ints,
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...
next