| Commit message (Expand) | Author | Age | Files | Lines |
* | per Larry's idea, parse 1.2.3 as v1.2.3; C<require 5.6.0> and | Gurusamy Sarathy | 2000-02-23 | 1 | -3/+22 |
* | sundry typos and such | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+1 |
* | remove vestiges of older attribute syntax | Gurusamy Sarathy | 2000-02-22 | 1 | -2/+2 |
* | integrate cfgperl contents into mainline, update Changes | Gurusamy Sarathy | 2000-02-22 | 1 | -1/+2 |
|\ |
|
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-21 | 1 | -1/+1 |
| |\ |
|
| * | | Be explicit about what ops work with bt vectors. | Jarkko Hietaniemi | 2000-02-19 | 1 | -1/+2 |
* | | | remove dual-valueness of v-strings (i.e., they are pure strings | Gurusamy Sarathy | 2000-02-21 | 1 | -41/+57 |
* | | | generalize "%v" format into a flag for any integral format type: | Gurusamy Sarathy | 2000-02-21 | 1 | -5/+7 |
| |/
|/| |
|
* | | README.vms and related updates (from Peter Prymmer <pvhp@best.com>) | Gurusamy Sarathy | 2000-02-20 | 1 | -1/+1 |
|/ |
|
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+5 |
|\ |
|
| * | Fcntl: more O_ constants, move SEEK_ to @EXPORT_OK | Jarkko Hietaniemi | 2000-02-16 | 1 | -2/+5 |
* | | set close-on-exec flag on sockets too, like we do for files | Gurusamy Sarathy | 2000-02-19 | 1 | -5/+7 |
* | | rename byte:: to bytes:: | Gurusamy Sarathy | 2000-02-19 | 1 | -2/+2 |
* | | rename "Probable precendence problem" diagnostic to "Bareword found | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+24 |
|/ |
|
* | add XS version of Sys::Hostname (from Greg Bacon | Gurusamy Sarathy | 2000-02-15 | 1 | -5/+10 |
* | incorrect docs about delete() (spotted by Martyn Pearce | Gurusamy Sarathy | 2000-02-15 | 1 | -4/+6 |
* | Clarify 64-bit issues. | Jarkko Hietaniemi | 2000-02-11 | 1 | -6/+10 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-02-08 | 1 | -70/+48 |
* | Sys::Syslog goes the XS way (from Tom Hughes <tom@compton.nu>) | Gurusamy Sarathy | 2000-02-04 | 1 | -0/+5 |
* | deltanotes on weakrefs and Pod::Parser (from Tuomas Lukka and | Gurusamy Sarathy | 2000-02-02 | 1 | -5/+108 |
* | HINT_UTF8 is not propagated to the op tree anymore; add a | Gurusamy Sarathy | 2000-02-01 | 1 | -2/+7 |
* | remove caller.pm from change#3534 (flawed idea) | Gurusamy Sarathy | 2000-01-31 | 1 | -5/+1 |
* | introduce $^V (eq chr($revision) . chr($version) . chr($subversion)); | Gurusamy Sarathy | 2000-01-30 | 1 | -20/+109 |
* | perldelta note about export list changes | Gurusamy Sarathy | 2000-01-28 | 1 | -2/+14 |
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -0/+9 |
* | revised attribute syntax: C<my $foo :a :b :c>, C<my $foo : a b c> | Gurusamy Sarathy | 2000-01-26 | 1 | -4/+4 |
* | s/STOP/CHECK/ blocks | Gurusamy Sarathy | 2000-01-26 | 1 | -3/+3 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-01-26 | 1 | -7/+11 |
|\ |
|
| * | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-01-25 | 1 | -0/+79 |
| |\ |
|
| * | | Updates on the large file support status. | Jarkko Hietaniemi | 2000-01-24 | 1 | -7/+11 |
* | | | produce redeclaration warning on C<our $foo; { our $foo; ... }> | Gurusamy Sarathy | 2000-01-25 | 1 | -5/+15 |
| |/
|/| |
|
* | | add new warnings to perldelta | Gurusamy Sarathy | 2000-01-24 | 1 | -0/+79 |
|/ |
|
* | document bareword prototype incompatibility | Gurusamy Sarathy | 2000-01-23 | 1 | -0/+8 |
* | better Carp reporting within subclassed modules (from Wolfgang Laun | Gurusamy Sarathy | 2000-01-22 | 1 | -2/+3 |
* | support for C<exists &func> (from Spider Boardman) | Gurusamy Sarathy | 2000-01-21 | 1 | -0/+15 |
* | mention the fact that open(my $foo, ...) covers all handle | Gurusamy Sarathy | 2000-01-21 | 1 | -8/+9 |
* | clearer docs for change#4796; faster av_exists() | Gurusamy Sarathy | 2000-01-13 | 1 | -7/+9 |
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 1 | -0/+20 |
* | leave DATA open in binmode if __END__ line doesn't have CRLF | Gurusamy Sarathy | 1999-12-30 | 1 | -1/+4 |
* | enable the PERL_BINMODE_SCRIPTS behavior by default on Windows | Gurusamy Sarathy | 1999-12-30 | 1 | -0/+4 |
* | tests for change#4642 and pod fixups suggested by Ralph Corderoy | Gurusamy Sarathy | 1999-12-28 | 1 | -0/+6 |
* | newer version of constant.pm from Tom Phoenix; added Tom's notes to | Gurusamy Sarathy | 1999-12-28 | 1 | -1/+11 |
* | pod edits from Paul Marquess and Mark-Jason Dominus | Gurusamy Sarathy | 1999-12-28 | 1 | -10/+6 |
* | pod tweaks | Gurusamy Sarathy | 1999-12-20 | 1 | -6/+6 |
* | delete() should return the value as is, not a copy thereof | Gurusamy Sarathy | 1999-12-17 | 1 | -2/+2 |
* | USE_ITHREADS tweaks and notes | Gurusamy Sarathy | 1999-12-09 | 1 | -5/+52 |
* | document compatibility issue with literal list slices and NOTOP | Gurusamy Sarathy | 1999-12-09 | 1 | -0/+22 |
* | newer version of File::Find with support for following symlinks and | Gurusamy Sarathy | 1999-12-09 | 1 | -0/+8 |
* | make File::Glob::glob() the default for CORE::glob() | Gurusamy Sarathy | 1999-12-05 | 1 | -6/+6 |
* | better implementation of change#3326; open(local $foo,...) now | Gurusamy Sarathy | 1999-12-04 | 1 | -5/+8 |