summaryrefslogtreecommitdiff
path: root/pod/perldelta.pod
Commit message (Expand)AuthorAgeFilesLines
* per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> andGurusamy Sarathy2000-02-231-3/+22
* sundry typos and suchGurusamy Sarathy2000-02-221-1/+1
* remove vestiges of older attribute syntaxGurusamy Sarathy2000-02-221-2/+2
* integrate cfgperl contents into mainline, update ChangesGurusamy Sarathy2000-02-221-1/+2
|\
| * Integrate with Sarathy.Jarkko Hietaniemi2000-02-211-1/+1
| |\
| * | Be explicit about what ops work with bt vectors.Jarkko Hietaniemi2000-02-191-1/+2
* | | remove dual-valueness of v-strings (i.e., they are pure stringsGurusamy Sarathy2000-02-211-41/+57
* | | generalize "%v" format into a flag for any integral format type:Gurusamy Sarathy2000-02-211-5/+7
| |/ |/|
* | README.vms and related updates (from Peter Prymmer <pvhp@best.com>)Gurusamy Sarathy2000-02-201-1/+1
|/
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-02-191-2/+5
|\
| * Fcntl: more O_ constants, move SEEK_ to @EXPORT_OKJarkko Hietaniemi2000-02-161-2/+5
* | set close-on-exec flag on sockets too, like we do for filesGurusamy Sarathy2000-02-191-5/+7
* | rename byte:: to bytes::Gurusamy Sarathy2000-02-191-2/+2
* | rename "Probable precendence problem" diagnostic to "Bareword foundGurusamy Sarathy2000-02-191-0/+24
|/
* add XS version of Sys::Hostname (from Greg BaconGurusamy Sarathy2000-02-151-5/+10
* incorrect docs about delete() (spotted by Martyn PearceGurusamy Sarathy2000-02-151-4/+6
* Clarify 64-bit issues.Jarkko Hietaniemi2000-02-111-6/+10
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-081-70/+48
* Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>)Gurusamy Sarathy2000-02-041-0/+5
* deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka andGurusamy Sarathy2000-02-021-5/+108
* HINT_UTF8 is not propagated to the op tree anymore; add aGurusamy Sarathy2000-02-011-2/+7
* remove caller.pm from change#3534 (flawed idea)Gurusamy Sarathy2000-01-311-5/+1
* introduce $^V (eq chr($revision) . chr($version) . chr($subversion));Gurusamy Sarathy2000-01-301-20/+109
* 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