summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CGI.pm upgraded to v2.56 from CPANGurusamy Sarathy2000-01-227-219/+159
* avoid warnings due to lack of forward declarationsGurusamy Sarathy2000-01-221-0/+5
* heavy cleanup of Pod::Html bug fixes (from Wolfgang LaunGurusamy Sarathy2000-01-221-558/+755
* better Carp reporting within subclassed modules (from Wolfgang LaunGurusamy Sarathy2000-01-222-27/+60
* truncate(FH) flushes FH before truncating itGurusamy Sarathy2000-01-222-7/+12
* #line directives without a filename leave the file name as it wasGurusamy Sarathy2000-01-221-2/+0
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-2215-92/+224
* [ID 19991216.006] [PATCH 5.005_63] Reloading modules that use 'fields'John Tobey2000-01-223-33/+68
* fix deeply nested closures that have no references to lexical inGurusamy Sarathy2000-01-225-22/+66
* add $VERSIONGurusamy Sarathy2000-01-212-0/+4
* fix bug in dumping self-referential scalarsGurusamy Sarathy2000-01-213-12/+43
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-2112-68/+211
* typo fixGurusamy Sarathy2000-01-211-3/+3
* notes about $^H and %^H from Ilya Zakharevich; substantialGurusamy Sarathy2000-01-211-2/+48
* support for C<exists &func> (from Spider Boardman)Gurusamy Sarathy2000-01-218-5/+113
* mention the fact that open(my $foo, ...) covers all handleGurusamy Sarathy2000-01-211-8/+9
* h2xs goof and a depessimizationIlya Zakharevich2000-01-211-0/+4
* INSTALL updates from Andy DoughertyGurusamy Sarathy2000-01-201-43/+55
* sv_true() has a superfluous testGurusamy Sarathy2000-01-202-6/+3
* regen win32/config*Gurusamy Sarathy2000-01-197-2755/+2782
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-01-1814-2757/+3347
|\
| * metaconfig todo note from Andy.Jarkko Hietaniemi2000-01-181-1/+7
| * More -V.Jarkko Hietaniemi2000-01-181-0/+3
| * More compile-time options shown with -V.Jarkko Hietaniemi2000-01-181-0/+12
| * Add -D_GNU_SOURCE into ccflags for gcc (for now to exposeJarkko Hietaniemi2000-01-174-153/+162
| * strtoll works better ternary.Jarkko Hietaniemi2000-01-161-1/+1
| * Know strtoll.Jarkko Hietaniemi2000-01-166-8/+36
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-1611-17/+99
| |\ | |/ |/|
* | Metaconfig and Porting patches from Andy; start using the newJarkko Hietaniemi2000-01-151-9/+27
* | minor optimization (avoid double sv_upgrade() for "our Foo $bar;")Gurusamy Sarathy2000-01-141-5/+5
* | add note about "our"Gurusamy Sarathy2000-01-141-1/+5
* | nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-149-14/+87
* | avoid spurious "Useless use of variable" warning on C<our $foo;>Gurusamy Sarathy2000-01-143-2/+7
* | doc typoGurusamy Sarathy2000-01-141-1/+1
| * Continue qgcvt work; closer now but not yet there.Jarkko Hietaniemi2000-01-166-105/+103
| * Metaconfig and Porting patches from Andy; start using the newJarkko Hietaniemi2000-01-158-2508/+2557
| * Integrate with Sarathy.Jarkko Hietaniemi2000-01-13303-9589/+17964
| |\ | |/ |/|
* | clearer docs for change#4796; faster av_exists()Gurusamy Sarathy2000-01-134-21/+29
* | support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-1317-72/+415
* | extend site_perl changes change#4773 to vendor_perl as wellGurusamy Sarathy2000-01-111-3/+3
* | rework INSTALL to reflect new logic for versioning sitelibsGurusamy Sarathy2000-01-111-44/+44
* | test for change#4792Gurusamy Sarathy2000-01-111-7/+11
* | pseudo forked children inherit environment correctlyGurusamy Sarathy2000-01-111-10/+11
* | test tweakGurusamy Sarathy2000-01-101-1/+1
* | check for USE_ITHREADS sanity was too restrictiveGurusamy Sarathy2000-01-101-4/+7
* | add workaround for textmode read() bug in MSVCRT; make chdir() doGurusamy Sarathy2000-01-106-20/+276
* | EPOC port update (from Olaf Flebbe <O.Flebbe@science-computing.de>)Gurusamy Sarathy2000-01-1016-2740/+1061
* | pod typos (from Abigail <abigail@delanet.com>)Gurusamy Sarathy2000-01-103-5/+5
* | failing RE test added (from Robert Cunningham <rkc@ll.mit.edu>)Gurusamy Sarathy2000-01-101-2/+36
* | terminate -s switch processing only on C<-->, not on C<--foo>Gurusamy Sarathy2000-01-101-1/+1