| Commit message (Expand) | Author | Age | Files | Lines |
* | Be more forgiving in POSIX about HUGE_VALL. | Jarkko Hietaniemi | 2000-05-02 | 1 | -5/+1 |
* | Use HUGE_VALL if applicable. | Jarkko Hietaniemi | 2000-05-01 | 1 | -0/+9 |
* | make lib/syslog.t portable to systems that don't have _PATH_LOG, | Gurusamy Sarathy | 2000-04-29 | 3 | -14/+21 |
* | IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>) | Gurusamy Sarathy | 2000-04-28 | 1 | -37/+36 |
* | B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>) | Gurusamy Sarathy | 2000-04-28 | 2 | -2/+9 |
* | forked child may not exit correctly if it failed to open | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+1 |
* | avoid error in IO::Socket::INET when given an unknown service name | Gurusamy Sarathy | 2000-04-28 | 1 | -6/+7 |
* | rename File::Glob::glob() to File::Glob::bsd_glob() to avoid | Gurusamy Sarathy | 2000-04-28 | 1 | -20/+39 |
* | DB_File v1.73 update (from Paul Marquess) | Gurusamy Sarathy | 2000-04-27 | 4 | -6/+16 |
* | Data::Dumper fumbles negative numbers on 32-bit platforms where | Gurusamy Sarathy | 2000-04-27 | 1 | -2/+1 |
* | fix Sys::Syslog breakage on domain sockets (from Tom Hughes) | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+1 |
* | add testsuite for B backends, fix bug in B::Deparse (from | Gurusamy Sarathy | 2000-04-27 | 2 | -2/+2 |
* | change#3569 deleted some essential code, revert; avoid use of | Gurusamy Sarathy | 2000-04-27 | 1 | -15/+74 |
* | use &dl_error rather than &dl_load_file as the guard for calling | Gurusamy Sarathy | 2000-04-25 | 2 | -4/+6 |
* | Consolidated B::Deparse fixes (from Stephen McCamant) | Gurusamy Sarathy | 2000-04-24 | 1 | -48/+49 |
* | revert change#5923 ("breaks" t/lib/io_poll.t) | Gurusamy Sarathy | 2000-04-24 | 1 | -31/+39 |
* | various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>) | Gurusamy Sarathy | 2000-04-24 | 1 | -39/+31 |
* | typo in pod | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
* | typo in comment | Gurusamy Sarathy | 2000-03-22 | 1 | -1/+1 |
* | make unloading of extension shared objects (change#5381) a build | Gurusamy Sarathy | 2000-03-22 | 1 | -0/+2 |
* | avoid loading both XSLoader and DynaLoader (avoids dl_error() | Gurusamy Sarathy | 2000-03-22 | 1 | -2/+1 |
* | RM600-svr4 tweaks (from Frank Ridderbusch | Gurusamy Sarathy | 2000-03-22 | 1 | -1/+11 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-19 | 2 | -16/+15 |
|\ |
|
| * | Taint msgrcv() messages; general SysV IPC cleanup. | Jarkko Hietaniemi | 2000-03-19 | 1 | -7/+7 |
|/ |
|
* | syntax errors in Thread::* (from Tom Christiansen) | Gurusamy Sarathy | 2000-03-17 | 3 | -8/+9 |
* | documentation fixes from p5p | Gurusamy Sarathy | 2000-03-17 | 1 | -1/+3 |
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-17 | 2 | -1/+29 |
* | Sys::Syslog fix for accidental arguments to autoloaded constants | Gurusamy Sarathy | 2000-03-14 | 2 | -31/+30 |
* | update Changes; integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-14 | 1 | -0/+4 |
|\ |
|
| * | Fix for one of the problems in RC1 reported by M. E. O'Neill | Jarkko Hietaniemi | 2000-03-14 | 1 | -0/+4 |
* | | kludge our way around warnings on C<use POSIX; use IO::File;> | Gurusamy Sarathy | 2000-03-14 | 1 | -1/+4 |
* | | regen perltoc, other pod nits | Gurusamy Sarathy | 2000-03-14 | 1 | -2/+2 |
|/ |
|
* | reference miscount in Devel::Peek that causes debugger to | Gurusamy Sarathy | 2000-03-14 | 1 | -1/+1 |
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+1 |
* | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 2 | -6/+8 |
* | make Dump() call the XSUB implementation transparently (modified | Gurusamy Sarathy | 2000-03-08 | 2 | -31/+17 |
* | omit XSLoader from bytecode dumps | Gurusamy Sarathy | 2000-03-07 | 3 | -3/+3 |
* | get ByteLoader working again | Gurusamy Sarathy | 2000-03-07 | 5 | -14/+32 |
* | fix incorrect prototypes in File::Glob | Gurusamy Sarathy | 2000-03-06 | 1 | -2/+2 |
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-06 | 1 | -2/+2 |
* | more whitespace removal (from Michael G Schwern) | Gurusamy Sarathy | 2000-03-04 | 8 | -39/+39 |
* | /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen | Gurusamy Sarathy | 2000-03-03 | 1 | -4/+5 |
* | avoid DProf entering dl_unload_file() (from Alan Burlison) | Gurusamy Sarathy | 2000-03-01 | 2 | -3/+2 |
* | consolidated VMS patches (from Craig A. Berry | Gurusamy Sarathy | 2000-03-01 | 2 | -1/+18 |
* | Fcntl de-cut-and-pasto. | Doug MacEachern | 2000-03-01 | 1 | -2/+2 |
* | oops, change#5382 didn't really fix the typo | Gurusamy Sarathy | 2000-03-01 | 1 | -1/+1 |
* | avoid warning on type-mismatch | Gurusamy Sarathy | 2000-03-01 | 1 | -1/+1 |
* | fix bug in change#5381 | Gurusamy Sarathy | 2000-03-01 | 1 | -2/+3 |
* | unload extension shared objects when exiting, implemented | Gurusamy Sarathy | 2000-03-01 | 4 | -8/+102 |
* | more adjustments needed for change#5342 under use5005threads | Gurusamy Sarathy | 2000-02-29 | 1 | -4/+4 |