| Commit message (Expand) | Author | Age | Files | Lines |
* | mention changes to diagnostics | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+13 |
* | another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEX | Gurusamy Sarathy | 2000-03-12 | 1 | -1/+1 |
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-03-12 | 1 | -0/+4 |
|\ |
|
| * | Larry's patch to disallow CORE::Snark, with perldiag entry | Gurusamy Sarathy | 2000-03-12 | 1 | -0/+4 |
* | | todo and perldelta updates | Jarkko Hietaniemi | 2000-03-11 | 1 | -25/+40 |
|/ |
|
* | perldelta update, typos and whitespace adjustments | Gurusamy Sarathy | 2000-03-11 | 1 | -109/+113 |
* | tweak Unicode notes, other cleanups | Gurusamy Sarathy | 2000-03-09 | 1 | -66/+21 |
* | avoid autoflushing behavior of fork/system/exec on Solaris (thanks | Gurusamy Sarathy | 2000-03-09 | 1 | -6/+3 |
* | make Dump() call the XSUB implementation transparently (modified | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+3 |
* | Make the stringification more customizable. | Jarkko Hietaniemi | 2000-03-08 | 1 | -0/+16 |
* | add Term::ANSIColor, perldelta notes on Pod::Man, and fix a bug | Gurusamy Sarathy | 2000-03-05 | 1 | -1/+18 |
* | adjust perldelta | Gurusamy Sarathy | 2000-03-04 | 1 | -22/+8 |
* | whitespace and readabiliti nits in the pods (from Michael G Schwern | Gurusamy Sarathy | 2000-03-03 | 1 | -21/+20 |
* | perldelta tweaks | Gurusamy Sarathy | 2000-03-03 | 1 | -13/+24 |
* | integrate cfgperl and vmsperl contents into mainline | Gurusamy Sarathy | 2000-03-03 | 1 | -1/+24 |
* | perldelta notes about IO::Socket changes (from Graham Barr) | Gurusamy Sarathy | 2000-03-03 | 1 | -0/+9 |
* | move doc about v-strings from perlop to perldata (suggested by | Gurusamy Sarathy | 2000-03-02 | 1 | -1/+1 |
* | add support for Env arrays (from Gregor N. Purdy | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+13 |
* | support kill(0,$pid) on Windows to test if process exists | Gurusamy Sarathy | 2000-03-01 | 1 | -0/+3 |
* | add OO tutorial for beginners (from Randal L. Schwartz | Gurusamy Sarathy | 2000-02-29 | 1 | -0/+4 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-02-29 | 1 | -9/+20 |
|\ |
|
| * | Bigger warning on the changed behaviour of the unary ~. | Jarkko Hietaniemi | 2000-02-29 | 1 | -0/+12 |
| * | Lift the 32-bit straightjacket from bit ops; | Jarkko Hietaniemi | 2000-02-28 | 1 | -9/+8 |
* | | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -5/+6 |
|/ |
|
* | fix outdated URLs (from Michael G Schwern) | Gurusamy Sarathy | 2000-02-28 | 1 | -4/+5 |
* | support fields::new() and fields::phash() to create pseudo-hash | Gurusamy Sarathy | 2000-02-27 | 1 | -0/+6 |
* | remove outdated info about csh and glob(); glob() need not fail | Gurusamy Sarathy | 2000-02-27 | 1 | -1/+1 |
* | Rename use64bits to use64bitint; | Jarkko Hietaniemi | 2000-02-26 | 1 | -11/+18 |
* | Megalopatch for Configure: Andy's new installation schemes; | Jarkko Hietaniemi | 2000-02-25 | 1 | -6/+30 |
* | 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 |