summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
Commit message (Expand)AuthorAgeFilesLines
* 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
* rand() advisory for perldelta.podAndy Dougherty1999-09-301-0/+12
* Rename -Duselfs to -Duselargefiles. We don't need no stnkngbbrvtns.Jarkko Hietaniemi1999-09-201-2/+2
* Document -Duselfs, -Duselongdouble, and -Dusemorebits.Jarkko Hietaniemi1999-09-201-2/+14
* Filesystem quotas may stop you from using large files.Jarkko Hietaniemi1999-09-171-10/+17
* Small doc and whitespace edits.Jarkko Hietaniemi1999-09-131-8/+16
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-131-0/+5
|\
| * add -DPERL_Y2KWARN build option that will generate additionalGurusamy Sarathy1999-09-131-0/+5
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-081-21/+21
| |\
* | | perldeltify change #4115.Jarkko Hietaniemi1999-09-091-1/+3
* | | Tidy up 64-bit situation in perldelta.Jarkko Hietaniemi1999-09-091-5/+8
| |/ |/|
* | Integrate with Sarathy.Jarkko Hietaniemi1999-09-061-0/+7
|\ \ | |/
| * optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-0/+7
* | Time is not yet ripe.Jarkko Hietaniemi1999-09-051-21/+14
|/
* Enable 64-bit clean bit ops.Jarkko Hietaniemi1999-09-041-14/+21
* sub : attrlistSpider Boardman1999-08-291-7/+110