Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | replace pod2latex with the one in Pod-LaTeX v0.52 from CPAN | Gurusamy Sarathy | 2000-06-01 | 1 | -1/+1 |
| | | | | | (from Tim Jenness <t.jenness@jach.hawaii.edu>) p4raw-id: //depot/perl@6187 | ||||
* | MacOS support, part 1 (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 4 | -7/+156 |
| | | | | | <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6143 | ||||
* | random pod typos (from Peter Scott <Peter@PSDT.com>) | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@6136 | ||||
* | avoid warnings in POSIX.pm (from Barrie Slaymaker) | Gurusamy Sarathy | 2000-05-28 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@6131 | ||||
* | Be more forgiving in POSIX about HUGE_VALL. | Jarkko Hietaniemi | 2000-05-02 | 1 | -5/+1 |
| | | | p4raw-id: //depot/cfgperl@6054 | ||||
* | Use HUGE_VALL if applicable. | Jarkko Hietaniemi | 2000-05-01 | 1 | -0/+9 |
| | | | p4raw-id: //depot/cfgperl@6037 | ||||
* | make lib/syslog.t portable to systems that don't have _PATH_LOG, | Gurusamy Sarathy | 2000-04-29 | 3 | -14/+21 |
| | | | | | make _PATH_LOG() return "" if unavailable p4raw-id: //depot/perl@6018 | ||||
* | IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>) | Gurusamy Sarathy | 2000-04-28 | 1 | -37/+36 |
| | | | p4raw-id: //depot/perl@6009 | ||||
* | B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>) | Gurusamy Sarathy | 2000-04-28 | 2 | -2/+9 |
| | | | p4raw-id: //depot/perl@5987 | ||||
* | forked child may not exit correctly if it failed to open | Gurusamy Sarathy | 2000-04-28 | 1 | -1/+1 |
| | | | | | /dev/console (from Graham Barr) p4raw-id: //depot/perl@5985 | ||||
* | avoid error in IO::Socket::INET when given an unknown service name | Gurusamy Sarathy | 2000-04-28 | 1 | -6/+7 |
| | | | | | with a port number (from Brian Raven <brianr@ssprdmh01.liffe.com>) p4raw-id: //depot/perl@5982 | ||||
* | rename File::Glob::glob() to File::Glob::bsd_glob() to avoid | Gurusamy Sarathy | 2000-04-28 | 1 | -20/+39 |
| | | | | | | | prototype mismatch with CORE::glob(); update pod and tests to suit (File::Glob::glob() is still available for backward compatibility, but should be considered deprecated) p4raw-id: //depot/perl@5981 | ||||
* | DB_File v1.73 update (from Paul Marquess) | Gurusamy Sarathy | 2000-04-27 | 4 | -6/+16 |
| | | | p4raw-id: //depot/perl@5976 | ||||
* | Data::Dumper fumbles negative numbers on 32-bit platforms where | Gurusamy Sarathy | 2000-04-27 | 1 | -2/+1 |
| | | | | | IV is >32bits p4raw-id: //depot/perl@5970 | ||||
* | fix Sys::Syslog breakage on domain sockets (from Tom Hughes) | Gurusamy Sarathy | 2000-04-27 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5969 | ||||
* | add testsuite for B backends, fix bug in B::Deparse (from | Gurusamy Sarathy | 2000-04-27 | 2 | -2/+2 |
| | | | | | Simon Cozens <simon@brecon.co.uk>) p4raw-id: //depot/perl@5966 | ||||
* | change#3569 deleted some essential code, revert; avoid use of | Gurusamy Sarathy | 2000-04-27 | 1 | -15/+74 |
| | | | | | | | | atexit() to make DynaLoader work properly on AIX under mod_perl (from Jens-Uwe Mager <jum@helios.de>) p4raw-link: @3569 on //depot/perl: 054b02d6604bb3beeebed2d8a040d025b131c9a6 p4raw-id: //depot/perl@5958 | ||||
* | use &dl_error rather than &dl_load_file as the guard for calling | Gurusamy Sarathy | 2000-04-25 | 2 | -4/+6 |
| | | | | | | boot_DynaLoader() (meant to fix dl_error() redefined warnings in statically built perl) p4raw-id: //depot/perl@5947 | ||||
* | Consolidated B::Deparse fixes (from Stephen McCamant) | Gurusamy Sarathy | 2000-04-24 | 1 | -48/+49 |
| | | | p4raw-id: //depot/perl@5938 | ||||
* | revert change#5923 ("breaks" t/lib/io_poll.t) | Gurusamy Sarathy | 2000-04-24 | 1 | -31/+39 |
| | | | | | p4raw-link: @5923 on //depot/perl: 8bcaa1dfb69612366728f7905b96ca3f11eafd21 p4raw-id: //depot/perl@5928 | ||||
* | various bugs in IO::Poll (from Lincoln D. Stein <lstein@cshl.org>) | Gurusamy Sarathy | 2000-04-24 | 1 | -39/+31 |
| | | | p4raw-id: //depot/perl@5923 | ||||
* | typo in pod | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5910 | ||||
* | typo in comment | Gurusamy Sarathy | 2000-03-22 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5890 | ||||
* | make unloading of extension shared objects (change#5381) a build | Gurusamy Sarathy | 2000-03-22 | 1 | -0/+2 |
| | | | | | | | option (use "Configure -Accflags=-DDL_UNLOAD_ALL_AT_EXIT" to enable) p4raw-link: @5381 on //depot/perl: abb9e9dca5a5f1213886f2e81a42c9a565def727 p4raw-id: //depot/perl@5885 | ||||
* | avoid loading both XSLoader and DynaLoader (avoids dl_error() | Gurusamy Sarathy | 2000-03-22 | 1 | -2/+1 |
| | | | | | redefinition warnings when statically linked) p4raw-id: //depot/perl@5884 | ||||
* | RM600-svr4 tweaks (from Frank Ridderbusch | Gurusamy Sarathy | 2000-03-22 | 1 | -1/+11 |
| | | | | | <frank.ridderbusch@pdb.siemens.de>) p4raw-id: //depot/perl@5878 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-19 | 2 | -16/+15 |
|\ | | | | | p4raw-id: //depot/perl@5822 | ||||
| * | Taint msgrcv() messages; general SysV IPC cleanup. | Jarkko Hietaniemi | 2000-03-19 | 1 | -7/+7 |
|/ | | | p4raw-id: //depot/cfgperl@5812 | ||||
* | syntax errors in Thread::* (from Tom Christiansen) | Gurusamy Sarathy | 2000-03-17 | 3 | -8/+9 |
| | | | p4raw-id: //depot/perl@5786 | ||||
* | documentation fixes from p5p | Gurusamy Sarathy | 2000-03-17 | 1 | -1/+3 |
| | | | p4raw-id: //depot/perl@5779 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-17 | 2 | -1/+29 |
| | | | p4raw-id: //depot/perl@5767 | ||||
* | Sys::Syslog fix for accidental arguments to autoloaded constants | Gurusamy Sarathy | 2000-03-14 | 2 | -31/+30 |
| | | | p4raw-id: //depot/perl@5746 | ||||
* | update Changes; integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-14 | 1 | -0/+4 |
|\ | | | | | p4raw-id: //depot/perl@5741 | ||||
| * | Fix for one of the problems in RC1 reported by M. E. O'Neill | Jarkko Hietaniemi | 2000-03-14 | 1 | -0/+4 |
| | | | | | | | | | | in NEXTSTEP 3.3p2. p4raw-id: //depot/cfgperl@5728 | ||||
* | | kludge our way around warnings on C<use POSIX; use IO::File;> | Gurusamy Sarathy | 2000-03-14 | 1 | -1/+4 |
| | | | | | | p4raw-id: //depot/perl@5738 | ||||
* | | regen perltoc, other pod nits | Gurusamy Sarathy | 2000-03-14 | 1 | -2/+2 |
|/ | | | p4raw-id: //depot/perl@5735 | ||||
* | reference miscount in Devel::Peek that causes debugger to | Gurusamy Sarathy | 2000-03-14 | 1 | -1/+1 |
| | | | | | crash unceremoniously when doing "V DB" etc., repeatedly p4raw-id: //depot/perl@5716 | ||||
* | lexical warnings update for docs and tests (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5712 | ||||
* | final touches for lexical warnings (from Paul Marquess) | Gurusamy Sarathy | 2000-03-13 | 2 | -6/+8 |
| | | | p4raw-id: //depot/perl@5702 | ||||
* | make Dump() call the XSUB implementation transparently (modified | Gurusamy Sarathy | 2000-03-08 | 2 | -31/+17 |
| | | | | | version of patch suggested by David Boyce <dsb@world.std.com>) p4raw-id: //depot/perl@5621 | ||||
* | omit XSLoader from bytecode dumps | Gurusamy Sarathy | 2000-03-07 | 3 | -3/+3 |
| | | | p4raw-id: //depot/perl@5597 | ||||
* | get ByteLoader working again | Gurusamy Sarathy | 2000-03-07 | 5 | -14/+32 |
| | | | p4raw-id: //depot/perl@5593 | ||||
* | fix incorrect prototypes in File::Glob | Gurusamy Sarathy | 2000-03-06 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@5590 | ||||
* | integrate cfgperl changes into mainline | Gurusamy Sarathy | 2000-03-06 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@5570 | ||||
* | more whitespace removal (from Michael G Schwern) | Gurusamy Sarathy | 2000-03-04 | 8 | -39/+39 |
| | | | p4raw-id: //depot/perl@5507 | ||||
* | /dev/console may not be writable in Syslog.pm (from Ask Bjoern Hansen | Gurusamy Sarathy | 2000-03-03 | 1 | -4/+5 |
| | | | | | <ask@valueclick.com>) p4raw-id: //depot/perl@5489 | ||||
* | avoid DProf entering dl_unload_file() (from Alan Burlison) | Gurusamy Sarathy | 2000-03-01 | 2 | -3/+2 |
| | | | p4raw-id: //depot/perl@5402 | ||||
* | consolidated VMS patches (from Craig A. Berry | Gurusamy Sarathy | 2000-03-01 | 2 | -1/+18 |
| | | | | | | <craig.berry@metamorgs.com>); Glob.pm patch modified to use $DEFAULT_FLAGS, and iff no flags were supplied p4raw-id: //depot/perl@5397 | ||||
* | Fcntl de-cut-and-pasto. | Doug MacEachern | 2000-03-01 | 1 | -2/+2 |
| | | | | | | | To: perl5-porters@perl.org Subject: [PATCH v5.5.660] Fcntl.pm Message-ID: <Pine.LNX.4.10.10002292120200.382-100000@mojo.itixs.com> p4raw-id: //depot/cfgperl@5393 | ||||
* | oops, change#5382 didn't really fix the typo | Gurusamy Sarathy | 2000-03-01 | 1 | -1/+1 |
| | | | | | p4raw-link: @5382 on //depot/perl: fa2bf5b6565e28418facd5c97fdacbe494ba3be5 p4raw-id: //depot/perl@5384 |