summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
Commit message (Expand)AuthorAgeFilesLines
* perldelta note about export list changesGurusamy Sarathy2000-01-281-2/+14
* autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-0/+9
* revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c>Gurusamy Sarathy2000-01-261-4/+4
* s/STOP/CHECK/ blocksGurusamy Sarathy2000-01-261-3/+3
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-01-261-7/+11
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-251-0/+79
| |\
| * | Updates on the large file support status.Jarkko Hietaniemi2000-01-241-7/+11
* | | produce redeclaration warning on C<our $foo; { our $foo; ... }>Gurusamy Sarathy2000-01-251-5/+15
| |/ |/|
* | add new warnings to perldeltaGurusamy Sarathy2000-01-241-0/+79
|/
* document bareword prototype incompatibilityGurusamy Sarathy2000-01-231-0/+8
* better Carp reporting within subclassed modules (from Wolfgang LaunGurusamy Sarathy2000-01-221-2/+3
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-211-0/+15
* mention the fact that open(my $foo, ...) covers all handleGurusamy Sarathy2000-01-211-8/+9
* clearer docs for change#4796; faster av_exists()Gurusamy Sarathy2000-01-131-7/+9
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-0/+20
* leave DATA open in binmode if __END__ line doesn't have CRLFGurusamy Sarathy1999-12-301-1/+4
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-0/+4
* tests for change#4642 and pod fixups suggested by Ralph CorderoyGurusamy Sarathy1999-12-281-0/+6
* newer version of constant.pm from Tom Phoenix; added Tom's notes toGurusamy Sarathy1999-12-281-1/+11
* pod edits from Paul Marquess and Mark-Jason DominusGurusamy Sarathy1999-12-281-10/+6
* pod tweaksGurusamy Sarathy1999-12-201-6/+6
* delete() should return the value as is, not a copy thereofGurusamy Sarathy1999-12-171-2/+2
* USE_ITHREADS tweaks and notesGurusamy Sarathy1999-12-091-5/+52
* document compatibility issue with literal list slices and NOTOPGurusamy Sarathy1999-12-091-0/+22
* newer version of File::Find with support for following symlinks andGurusamy Sarathy1999-12-091-0/+8
* make File::Glob::glob() the default for CORE::glob()Gurusamy Sarathy1999-12-051-6/+6
* better implementation of change#3326; open(local $foo,...) nowGurusamy Sarathy1999-12-041-5/+8
* allow XSUBs and prototyped subroutines to be used with sort() (tweakedGurusamy Sarathy1999-12-021-0/+10
* implement STOP blocks and fix compiler to use them (minimallyGurusamy Sarathy1999-11-041-3/+14
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-10/+19
|\
| * don't allow SIGCHLD to be ignored at startup, or wait*() andGurusamy Sarathy1999-10-241-10/+19
* | dos-djgpp updateLaszlo Molnar1999-10-251-1/+19
|/
* added intro to source filters from Paul MarquessGurusamy Sarathy1999-10-181-0/+4
* pod updates from Tom ChristiansenGurusamy Sarathy1999-10-181-1/+2
* remove FileHandle from list of PodParser dependencies (theGurusamy Sarathy1999-10-171-1/+1
* lvalue subs patch (change#4081) breaks C<\(Foo->Bar())>;Gurusamy Sarathy1999-10-151-1/+1
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-151-2/+7
|\
| * Warn inside character classes about unknown backslash escapesJarkko Hietaniemi1999-10-141-2/+7
* | Benchmark notes (from Barrie Slaymaker <barries@slaysys.com>)Gurusamy Sarathy1999-10-151-6/+24
|/
* Warn about false ranges like \d-\w (see the change #4355).Jarkko Hietaniemi1999-10-141-4/+15
* misc tweaksGurusamy Sarathy1999-10-131-18/+7
* pod nits from various perl portersGurusamy Sarathy1999-10-131-2/+59
* typos and language goofs pointed out by Hugo van der SandenGurusamy Sarathy1999-10-131-21/+23
* perldelta updatesGurusamy Sarathy1999-10-121-5/+11
* update perldelta for change#4356Gurusamy Sarathy1999-10-121-0/+15
* apply parts of LynxOS patches from Alan JohnsonGurusamy Sarathy1999-10-121-4/+16
* add missing new diagnostics to perldeltaGurusamy Sarathy1999-10-101-42/+415
* update perldelta for change#3406Gurusamy Sarathy1999-10-101-12/+37
* Update perldelta.Jarkko Hietaniemi1999-10-101-10/+44
* perldelta updates (see TODO markers)Gurusamy Sarathy1999-10-091-49/+594