make Dump() call the XSUB implementation transparently (modified
[p5sagit/p5-mst-13.2.git] / pod / perldelta.pod
2000-03-08 Gurusamy Sarathy make Dump() call the XSUB implementation transparently...
2000-03-08 Jarkko Hietaniemi Make the stringification more customizable.
2000-03-05 Gurusamy Sarathy add Term::ANSIColor, perldelta notes on Pod::Man, and...
2000-03-04 Gurusamy Sarathy adjust perldelta
2000-03-03 Gurusamy Sarathy whitespace and readabiliti nits in the pods (from Micha...
2000-03-03 Gurusamy Sarathy perldelta tweaks
2000-03-03 Gurusamy Sarathy integrate cfgperl and vmsperl contents into mainline
2000-03-03 Charles Bailey Once more unto resync
2000-03-03 Charles Bailey VMS-specific perldelta update
2000-03-03 Gurusamy Sarathy perldelta notes about IO::Socket changes (from Graham...
2000-03-02 Gurusamy Sarathy move doc about v-strings from perlop to perldata (sugge...
2000-03-01 Jarkko Hietaniemi Integrate with Sarathy.
2000-03-01 Gurusamy Sarathy add support for Env arrays (from Gregor N. Purdy
2000-03-01 Gurusamy Sarathy support kill(0,$pid) on Windows to test if process...
2000-02-29 Gurusamy Sarathy add OO tutorial for beginners (from Randal L. Schwartz
2000-02-29 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-02-29 Gurusamy Sarathy support fetching current interpreter from TLS under...
2000-02-29 Jarkko Hietaniemi Bigger warning on the changed behaviour of the unary ~.
2000-02-28 Jarkko Hietaniemi Lift the 32-bit straightjacket from bit ops;
2000-02-28 Gurusamy Sarathy fix outdated URLs (from Michael G Schwern)
2000-02-27 Gurusamy Sarathy support fields::new() and fields::phash() to create...
2000-02-27 Gurusamy Sarathy remove outdated info about csh and glob(); glob() need...
2000-02-26 Jarkko Hietaniemi Rename use64bits to use64bitint;
2000-02-25 Jarkko Hietaniemi Megalopatch for Configure: Andy's new installation...
2000-02-23 Gurusamy Sarathy per Larry's idea, parse 1.2.3 as v1.2.3; C<require...
2000-02-22 Gurusamy Sarathy sundry typos and such
2000-02-22 Gurusamy Sarathy remove vestiges of older attribute syntax
2000-02-22 Gurusamy Sarathy integrate cfgperl contents into mainline, update Changes
2000-02-21 Gurusamy Sarathy remove dual-valueness of v-strings (i.e., they are...
2000-02-21 Gurusamy Sarathy generalize "%v" format into a flag for any integral...
2000-02-21 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-20 Gurusamy Sarathy README.vms and related updates (from Peter Prymmer...
2000-02-19 Jarkko Hietaniemi Be explicit about what ops work with bt vectors.
2000-02-19 Gurusamy Sarathy integrate cfgperl contents into mainline
2000-02-19 Gurusamy Sarathy set close-on-exec flag on sockets too, like we do for...
2000-02-19 Gurusamy Sarathy rename byte:: to bytes::
2000-02-19 Gurusamy Sarathy rename "Probable precendence problem" diagnostic to...
2000-02-16 Jarkko Hietaniemi Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK
2000-02-15 Gurusamy Sarathy add XS version of Sys::Hostname (from Greg Bacon
2000-02-15 Gurusamy Sarathy incorrect docs about delete() (spotted by Martyn Pearce
2000-02-11 Jarkko Hietaniemi Clarify 64-bit issues.
2000-02-09 Charles Bailey Resync with mainline
2000-02-08 Jarkko Hietaniemi Integrate with Sarathy.
2000-02-07 Gurusamy Sarathy add note about printf("%v",...)
2000-02-07 Gurusamy Sarathy pod fixes (from Abigail and M J T Guy)
2000-02-06 Gurusamy Sarathy revised notes about Pod::Parser & Co.
2000-02-04 Gurusamy Sarathy Sys::Syslog goes the XS way (from Tom Hughes <tom@compt...
2000-02-02 Gurusamy Sarathy deltanotes on weakrefs and Pod::Parser (from Tuomas...
2000-02-01 Gurusamy Sarathy HINT_UTF8 is not propagated to the op tree anymore...
2000-01-31 Gurusamy Sarathy remove caller.pm from change#3534 (flawed idea)
2000-01-30 Gurusamy Sarathy introduce $^V (eq chr($revision) . chr($version) ....
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-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 Updates on the large file support status.
2000-01-23 Gurusamy Sarathy document bareword prototype incompatibility
2000-01-22 Gurusamy Sarathy better Carp reporting within subclassed modules (from...
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-20 Charles Bailey Quick integration of mainline changes to date
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...
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 newer version of constant.pm from Tom Phoenix; added...
1999-12-28 Gurusamy Sarathy pod edits from Paul Marquess and Mark-Jason Dominus
1999-12-20 Gurusamy Sarathy pod tweaks
1999-12-17 Gurusamy Sarathy delete() should return the value as is, not a copy...
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-05 Gurusamy Sarathy make File::Glob::glob() the default for CORE::glob()
1999-12-04 Gurusamy Sarathy better implementation of change#3326; open(local $foo...
1999-12-02 Gurusamy Sarathy allow XSUBs and prototyped subroutines to be used with...
1999-11-04 Gurusamy Sarathy implement STOP blocks and fix compiler to use them...
1999-10-27 Jarkko Hietaniemi Integrate with Sarathy; manual resolve on regcomp.c...
1999-10-25 Laszlo Molnar dos-djgpp update
1999-10-24 Nick Ing-Simmons Follow that camel ... another sync.
1999-10-24 Gurusamy Sarathy don't allow SIGCHLD to be ignored at startup, or wait...
1999-10-18 Gurusamy Sarathy added intro to source filters from Paul Marquess
1999-10-18 Gurusamy Sarathy pod updates from Tom Christiansen
1999-10-17 Gurusamy Sarathy remove FileHandle from list of PodParser dependencies...
1999-10-15 Gurusamy Sarathy lvalue subs patch (change#4081) breaks C<\(Foo->Bar...
1999-10-15 Gurusamy Sarathy integrate cfgperl contents into mainline
1999-10-15 Gurusamy Sarathy Benchmark notes (from Barrie Slaymaker <barries@slaysys...
1999-10-14 Jarkko Hietaniemi Warn inside character classes about unknown backslash...
1999-10-14 Jarkko Hietaniemi Warn about false ranges like \d-\w (see the change...
1999-10-14 Gurusamy Sarathy avoid inefficiency in change#3386 (every longjmp()...
1999-10-13 Gurusamy Sarathy misc tweaks
1999-10-13 Gurusamy Sarathy pod nits from various perl porters
1999-10-13 Gurusamy Sarathy typos and language goofs pointed out by Hugo van der...
1999-10-12 Gurusamy Sarathy perldelta updates
1999-10-12 Gurusamy Sarathy update perldelta for change#4356
next