use builtin __CYGWIN__ rather than -DCYGWIN (from Eric Fifer
[p5sagit/p5-mst-13.2.git] / pod /
2000-02-06 Gurusamy Sarathy VOS port updates (from Paul Green <Paul_Green@stratus...
2000-02-06 Gurusamy Sarathy revised notes about Pod::Parser & Co.
2000-02-06 Gurusamy Sarathy fix description of obsolete diagnostic
2000-02-06 Gurusamy Sarathy support sprintf("v%v", v1.2.3) (works on any string...
2000-02-04 Gurusamy Sarathy Sys::Syslog goes the XS way (from Tom Hughes <tom@compt...
2000-02-04 Gurusamy Sarathy pod updates (from David Adler, M J T Guy)
2000-02-04 Gurusamy Sarathy patch to provide more informative names for evals and...
2000-02-02 Gurusamy Sarathy remove FUD from perlfunc/use (from M J T Guy)
2000-02-02 Gurusamy Sarathy flock() pod talks about "adding" in the sense of "or...
2000-02-02 Gurusamy Sarathy fixes for switching files in the debugger (from Ilya...
2000-02-02 Gurusamy Sarathy deltanotes on weakrefs and Pod::Parser (from Tuomas...
2000-02-02 Gurusamy Sarathy reword some sections of perlunicode.pod
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathy introduce $^U, a global bit to indicate whether system
2000-01-31 Gurusamy Sarathy remove caller.pm from change#3534 (flawed idea)
2000-01-31 Gurusamy Sarathy fix factual regression (-e doesn't create temporary...
2000-01-30 Gurusamy Sarathy introduce $^V (eq chr($revision) . chr($version) ....
2000-01-28 Gurusamy Sarathy document what chdir() without an argument does (from...
2000-01-28 Gurusamy Sarathy perldelta note about export list changes
2000-01-28 Gurusamy Sarathy autogenerate API listing from comments in the source...
2000-01-27 Gurusamy Sarathy document unimplemented status of forking pipe open...
2000-01-27 Gurusamy Sarathy various pod nits identified by installhtml (all fixed...
2000-01-26 Gurusamy Sarathy revised attribute syntax: C<my $foo :a :b :c>, C<my...
2000-01-26 Gurusamy Sarathy s/STOP/CHECK/ blocks
2000-01-26 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-01-25 Gurusamy Sarathy produce redeclaration warning on C<our $foo; { our...
2000-01-25 Jarkko Hietaniemi Integrate with Sarathy.
2000-01-24 Gurusamy Sarathy add new warnings to perldelta
2000-01-24 Jarkko Hietaniemi perlhist update.
2000-01-24 Jarkko Hietaniemi Updates on the large file support status.
2000-01-23 Gurusamy Sarathy fix misclassified warnings
2000-01-23 Gurusamy Sarathy document bareword prototype incompatibility
2000-01-23 Gurusamy Sarathy fix diagnostics to report "our" vs "my" correctly
2000-01-23 Gurusamy Sarathy disallow our($foo::bar)
2000-01-22 Gurusamy Sarathy wrong category for exec() warning
2000-01-22 Gurusamy Sarathy better Carp reporting within subclassed modules (from...
2000-01-21 Gurusamy Sarathy patch to report warnings on bogus filehandles passed...
2000-01-21 Gurusamy Sarathy typo fix
2000-01-21 Gurusamy Sarathy notes about $^H and %^H from Ilya Zakharevich; substantial
2000-01-21 Gurusamy Sarathy support for C<exists &func> (from Spider Boardman)
2000-01-21 Gurusamy Sarathy mention the fact that open(my $foo, ...) covers all...
2000-01-14 Gurusamy Sarathy nailed "our" declarations, and better warnings on duplicate
2000-01-14 Gurusamy Sarathy doc typo
2000-01-13 Gurusamy Sarathy clearer docs for change#4796; faster av_exists()
2000-01-13 Gurusamy Sarathy support delete() and exists() on array, tied array...
2000-01-10 Gurusamy Sarathy pod typos (from Abigail <abigail@delanet.com>)
2000-01-05 Gurusamy Sarathy various nits identified by warnings unmasked by recent...
1999-12-30 Gurusamy Sarathy leave DATA open in binmode if __END__ line doesn't...
1999-12-30 Gurusamy Sarathy enable the PERL_BINMODE_SCRIPTS behavior by default...
1999-12-28 Gurusamy Sarathy tests for change#4642 and pod fixups suggested by Ralph...
1999-12-28 Gurusamy Sarathy pod nits from Simon Cozens <simon@brecon.co.uk> and...
1999-12-28 Gurusamy Sarathy perlport v1.45 from Chris Nandor
1999-12-28 Gurusamy Sarathy newer version of constant.pm from Tom Phoenix; added...
1999-12-28 Gurusamy Sarathy cygwin update from Eric Fifer <EFifer@sanwaint.com>
1999-12-28 Gurusamy Sarathy pod edits from Paul Marquess and Mark-Jason Dominus
1999-12-28 Gurusamy Sarathy partly fix perldiag regressions identified by Tom Chris...
1999-12-27 Gurusamy Sarathy update perldiag for change#4707
1999-12-20 Gurusamy Sarathy pod tweaks
1999-12-17 Gurusamy Sarathy delete() should return the value as is, not a copy...
1999-12-16 Gurusamy Sarathy spell out how to get 4-digit year (from Micheal G Schwern
1999-12-12 Gurusamy Sarathy integrate mainline changes
1999-12-09 Gurusamy Sarathy USE_ITHREADS tweaks and notes
1999-12-09 Gurusamy Sarathy document compatibility issue with literal list slices...
1999-12-09 Gurusamy Sarathy newer version of File::Find with support for following...
1999-12-08 Gurusamy Sarathy documentation tweaks from M. J. T. Guy, Micheal Schwern...
1999-12-06 Gurusamy Sarathy change#4641 needs perldiag.pod edit
1999-12-05 Gurusamy Sarathy make File::Glob::glob() the default for CORE::glob()
1999-12-05 Gurusamy Sarathy remove outdated entry
1999-12-04 Gurusamy Sarathy s/block/loop block/ in diagnostics about next, last...
1999-12-04 Gurusamy Sarathy better implementation of change#3326; open(local $foo...
1999-12-03 Gurusamy Sarathy pod nits
1999-12-03 Gurusamy Sarathy pod embellishments from Nathan Torkington
1999-12-03 Gurusamy Sarathy perlfaq4 typo (from Jeff Pinyan <jeffp@crusoe.net>)
1999-12-03 Gurusamy Sarathy document incompatible perl4 vec() vs bitwise ops intera...
1999-12-02 Gurusamy Sarathy caveat about thread-safety of extensions
1999-12-02 Gurusamy Sarathy XS documentation patches suggested by Ilya, severally...
1999-12-02 Gurusamy Sarathy various documentation tweaks suggested by M. J. T. Guy
1999-12-02 Gurusamy Sarathy allow XSUBs and prototyped subroutines to be used with...
1999-12-02 Ilya Zakharevich a somewhat tweaked version of suggested patch
1999-12-01 Gurusamy Sarathy more accurate require() pseudocode (from James P. Williams
1999-12-01 Gurusamy Sarathy better documentation for goto ...
1999-12-01 Gurusamy Sarathy email address changes
1999-12-01 Gurusamy Sarathy more complete pseudo-fork() support for Windows
1999-11-19 Chip Salzenberg Document known limitations of fdopen() on some systems,
1999-11-16 Gurusamy Sarathy Pod::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 Hietaniemi Four special class subs, not three.
1999-11-06 Jarkko Hietaniemi Update CPAN sites list.
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-11-04 Jarkko Hietaniemi Integrate with Sarathy.
1999-11-02 M. J. T. Guy Re: [ID 19991102.002] unpack('N', pack('N', -1)) not...
1999-11-01 Gurusamy Sarathy enable better Win32::DomainName() by demand loading...
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-27 Jarkko Hietaniemi Nosuid checking for statfs() people: from Spider Boardman.
1999-10-26 Jarkko Hietaniemi Revert #4457 for more investigation.
1999-10-26 Jarkko Hietaniemi Add getmnt() to nosuid checking.
1999-10-25 Laszlo Molnar dos-djgpp update
1999-10-25 Ilya Zakharevich Missing REx engine patch
1999-10-24 Gurusamy Sarathy remove inconsistent tainting behavior of sprintf("...
next