This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
remove $^U dependent behaviors in runtime; chr() and sprintf('%c',...)
[perl5.git] / pod /
2000-02-07 Gurusamy Sarathyremove $^U dependent behaviors in runtime; chr() and...
2000-02-06 Gurusamy SarathyVOS port updates (from Paul Green <Paul_Green@stratus...
2000-02-06 Gurusamy Sarathyrevised notes about Pod::Parser & Co.
2000-02-06 Gurusamy Sarathyfix description of obsolete diagnostic
2000-02-06 Gurusamy Sarathysupport sprintf("v%v", v1.2.3) (works on any string...
2000-02-04 Gurusamy SarathySys::Syslog goes the XS way (from Tom Hughes <tom@compt...
2000-02-04 Gurusamy Sarathypod updates (from David Adler, M J T Guy)
2000-02-04 Gurusamy Sarathypatch to provide more informative names for evals and...
2000-02-02 Gurusamy Sarathyremove FUD from perlfunc/use (from M J T Guy)
2000-02-02 Gurusamy Sarathyflock() pod talks about "adding" in the sense of "or...
2000-02-02 Gurusamy Sarathyfixes for switching files in the debugger (from Ilya...
2000-02-02 Gurusamy Sarathydeltanotes on weakrefs and Pod::Parser (from Tuomas...
2000-02-02 Gurusamy Sarathyreword some sections of perlunicode.pod
2000-02-01 Gurusamy SarathyHINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathyintroduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathyremove caller.pm from change#3534 (flawed idea)
2000-01-31 Gurusamy Sarathyfix factual regression (-e doesn't create temporary...
2000-01-30 Gurusamy Sarathyintroduce $^V (eq chr($revision) . chr($version) ....
2000-01-28 Gurusamy Sarathydocument what chdir() without an argument does (from...
2000-01-28 Gurusamy Sarathyperldelta note about export list changes
2000-01-28 Gurusamy Sarathyautogenerate API listing from comments in the source...
2000-01-27 Gurusamy Sarathydocument unimplemented status of forking pipe open...
2000-01-27 Gurusamy Sarathyvarious pod nits identified by installhtml (all fixed...
2000-01-26 Gurusamy Sarathyrevised attribute syntax: C<my $foo :a :b :c>, C<my...
2000-01-26 Gurusamy Sarathys/STOP/CHECK/ blocks
2000-01-26 Gurusamy Sarathyintegrate cfgperl contents into mainline
2000-01-25 Gurusamy Sarathyproduce redeclaration warning on C<our $foo; { our...
2000-01-25 Jarkko HietaniemiIntegrate with Sarathy.
2000-01-24 Gurusamy Sarathyadd new warnings to perldelta
2000-01-24 Jarkko Hietaniemiperlhist update.
2000-01-24 Jarkko HietaniemiUpdates on the large file support status.
2000-01-23 Gurusamy Sarathyfix misclassified warnings
2000-01-23 Gurusamy Sarathydocument bareword prototype incompatibility
2000-01-23 Gurusamy Sarathyfix diagnostics to report "our" vs "my" correctly
2000-01-23 Gurusamy Sarathydisallow our($foo::bar)
2000-01-22 Gurusamy Sarathywrong category for exec() warning
2000-01-22 Gurusamy Sarathybetter Carp reporting within subclassed modules (from...
2000-01-21 Gurusamy Sarathypatch to report warnings on bogus filehandles passed...
2000-01-21 Gurusamy Sarathytypo fix
2000-01-21 Gurusamy Sarathynotes about $^H and %^H from Ilya Zakharevich; substantial
2000-01-21 Gurusamy Sarathysupport for C<exists &func> (from Spider Boardman)
2000-01-21 Gurusamy Sarathymention the fact that open(my $foo, ...) covers all...
2000-01-14 Gurusamy Sarathynailed "our" declarations, and better warnings on duplicate
2000-01-14 Gurusamy Sarathydoc typo
2000-01-13 Gurusamy Sarathyclearer docs for change#4796; faster av_exists()
2000-01-13 Gurusamy Sarathysupport delete() and exists() on array, tied array...
2000-01-10 Gurusamy Sarathypod typos (from Abigail <abigail@delanet.com>)
2000-01-05 Gurusamy Sarathyvarious nits identified by warnings unmasked by recent...
1999-12-30 Gurusamy Sarathyleave DATA open in binmode if __END__ line doesn't...
1999-12-30 Gurusamy Sarathyenable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-28 Gurusamy Sarathytests for change#4642 and pod fixups suggested by Ralph...
1999-12-28 Gurusamy Sarathypod nits from Simon Cozens <simon@brecon.co.uk> and...
1999-12-28 Gurusamy Sarathyperlport v1.45 from Chris Nandor
1999-12-28 Gurusamy Sarathynewer version of constant.pm from Tom Phoenix; added...
1999-12-28 Gurusamy Sarathycygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-28 Gurusamy Sarathypod edits from Paul Marquess and Mark-Jason Dominus
1999-12-28 Gurusamy Sarathypartly fix perldiag regressions identified by Tom Chris...
1999-12-27 Gurusamy Sarathyupdate perldiag for change#4707
1999-12-20 Gurusamy Sarathypod tweaks
1999-12-17 Gurusamy Sarathydelete() should return the value as is, not a copy...
1999-12-16 Gurusamy Sarathyspell out how to get 4-digit year (from Micheal G Schwern
1999-12-12 Gurusamy Sarathyintegrate mainline changes
1999-12-09 Gurusamy SarathyUSE_ITHREADS tweaks and notes
1999-12-09 Gurusamy Sarathydocument compatibility issue with literal list slices...
1999-12-09 Gurusamy Sarathynewer version of File::Find with support for following...
1999-12-08 Gurusamy Sarathydocumentation tweaks from M. J. T. Guy, Micheal Schwern...
1999-12-06 Gurusamy Sarathychange#4641 needs perldiag.pod edit
1999-12-05 Gurusamy Sarathymake File::Glob::glob() the default for CORE::glob()
1999-12-05 Gurusamy Sarathyremove outdated entry
1999-12-04 Gurusamy Sarathys/block/loop block/ in diagnostics about next, last...
1999-12-04 Gurusamy Sarathybetter implementation of change#3326; open(local $foo...
1999-12-03 Gurusamy Sarathypod nits
1999-12-03 Gurusamy Sarathypod embellishments from Nathan Torkington
1999-12-03 Gurusamy Sarathyperlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
1999-12-03 Gurusamy Sarathydocument incompatible perl4 vec() vs bitwise ops intera...
1999-12-02 Gurusamy Sarathycaveat about thread-safety of extensions
1999-12-02 Gurusamy SarathyXS documentation patches suggested by Ilya, severally...
1999-12-02 Gurusamy Sarathyvarious documentation tweaks suggested by M. J. T. Guy
1999-12-02 Gurusamy Sarathyallow XSUBs and prototyped subroutines to be used with...
1999-12-02 Ilya Zakharevicha somewhat tweaked version of suggested patch
1999-12-01 Gurusamy Sarathymore accurate require() pseudocode (from James P. Williams
1999-12-01 Gurusamy Sarathybetter documentation for goto &NAME (from M. J. T....
1999-12-01 Gurusamy Sarathyemail address changes
1999-12-01 Gurusamy Sarathymore complete pseudo-fork() support for Windows
1999-11-19 Chip SalzenbergDocument known limitations of fdopen() on some systems,
1999-11-16 Gurusamy SarathyPod::Parser updates (v1.091) from Brad Appleton <bradap...
1999-11-13 Michael G. Schwern[DOCPATCH 5.005_62 perlfaq9.pod] Mention HTML::FormatText
1999-11-07 Jarkko HietaniemiFour special class subs, not three.
1999-11-06 Jarkko HietaniemiUpdate CPAN sites list.
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-04 Gurusamy Sarathyimplement STOP blocks and fix compiler to use them...
1999-11-04 Jarkko HietaniemiIntegrate with Sarathy.
1999-11-02 M. J. T. GuyRe: [ID 19991102.002] unpack('N', pack('N', -1)) not...
1999-11-01 Gurusamy Sarathyenable better Win32::DomainName() by demand loading...
1999-10-27 Jarkko HietaniemiIntegrate with Sarathy; manual resolve on regcomp.c...
1999-10-27 Jarkko HietaniemiNosuid checking for statfs() people: from Spider Boardman.
1999-10-26 Jarkko HietaniemiRevert #4457 for more investigation.
1999-10-26 Jarkko HietaniemiAdd getmnt() to nosuid checking.
1999-10-25 Laszlo Molnardos-djgpp update
1999-10-25 Ilya ZakharevichMissing REx engine patch
next