summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* localize %INC in a Safe compartment so that use/require workGurusamy Sarathy2000-06-301-1/+5
| | | | | (many other magic globals probably need similar treatment) p4raw-id: //depot/perl@6285
* replace pod2latex with the one in Pod-LaTeX v0.52 from CPANGurusamy Sarathy2000-06-011-1/+1
| | | | | (from Tim Jenness <t.jenness@jach.hawaii.edu>) p4raw-id: //depot/perl@6187
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-284-7/+156
| | | | | <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6143
* random pod typos (from Peter Scott <Peter@PSDT.com>)Gurusamy Sarathy2000-05-281-1/+1
| | | p4raw-id: //depot/perl@6136
* avoid warnings in POSIX.pm (from Barrie Slaymaker)Gurusamy Sarathy2000-05-281-2/+2
| | | p4raw-id: //depot/perl@6131
* Be more forgiving in POSIX about HUGE_VALL.Jarkko Hietaniemi2000-05-021-5/+1
| | | p4raw-id: //depot/cfgperl@6054
* Use HUGE_VALL if applicable.Jarkko Hietaniemi2000-05-011-0/+9
| | | p4raw-id: //depot/cfgperl@6037
* make lib/syslog.t portable to systems that don't have _PATH_LOG,Gurusamy Sarathy2000-04-293-14/+21
| | | | | make _PATH_LOG() return "" if unavailable p4raw-id: //depot/perl@6018
* IO::Poll bugs fixed (from Lincoln Stein <lstein@cshl.org>)Gurusamy Sarathy2000-04-281-37/+36
| | | p4raw-id: //depot/perl@6009
* B::Bytecode tweaks (from Simon Cozens <simon@brecon.co.uk>)Gurusamy Sarathy2000-04-282-2/+9
| | | p4raw-id: //depot/perl@5987
* forked child may not exit correctly if it failed to openGurusamy Sarathy2000-04-281-1/+1
| | | | | /dev/console (from Graham Barr) p4raw-id: //depot/perl@5985
* avoid error in IO::Socket::INET when given an unknown service nameGurusamy Sarathy2000-04-281-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 avoidGurusamy Sarathy2000-04-281-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 Sarathy2000-04-274-6/+16
| | | p4raw-id: //depot/perl@5976
* Data::Dumper fumbles negative numbers on 32-bit platforms whereGurusamy Sarathy2000-04-271-2/+1
| | | | | IV is >32bits p4raw-id: //depot/perl@5970
* fix Sys::Syslog breakage on domain sockets (from Tom Hughes)Gurusamy Sarathy2000-04-271-1/+1
| | | p4raw-id: //depot/perl@5969
* add testsuite for B backends, fix bug in B::Deparse (fromGurusamy Sarathy2000-04-272-2/+2
| | | | | Simon Cozens <simon@brecon.co.uk>) p4raw-id: //depot/perl@5966
* change#3569 deleted some essential code, revert; avoid use ofGurusamy Sarathy2000-04-271-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 callingGurusamy Sarathy2000-04-252-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 Sarathy2000-04-241-48/+49
| | | p4raw-id: //depot/perl@5938
* revert change#5923 ("breaks" t/lib/io_poll.t)Gurusamy Sarathy2000-04-241-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 Sarathy2000-04-241-39/+31
| | | p4raw-id: //depot/perl@5923
* typo in podGurusamy Sarathy2000-04-241-1/+1
| | | p4raw-id: //depot/perl@5910
* typo in commentGurusamy Sarathy2000-03-221-1/+1
| | | p4raw-id: //depot/perl@5890
* make unloading of extension shared objects (change#5381) a buildGurusamy Sarathy2000-03-221-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 Sarathy2000-03-221-2/+1
| | | | | redefinition warnings when statically linked) p4raw-id: //depot/perl@5884
* RM600-svr4 tweaks (from Frank RidderbuschGurusamy Sarathy2000-03-221-1/+11
| | | | | <frank.ridderbusch@pdb.siemens.de>) p4raw-id: //depot/perl@5878
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-192-16/+15
|\ | | | | p4raw-id: //depot/perl@5822
| * Taint msgrcv() messages; general SysV IPC cleanup.Jarkko Hietaniemi2000-03-191-7/+7
|/ | | p4raw-id: //depot/cfgperl@5812
* syntax errors in Thread::* (from Tom Christiansen)Gurusamy Sarathy2000-03-173-8/+9
| | | p4raw-id: //depot/perl@5786
* documentation fixes from p5pGurusamy Sarathy2000-03-171-1/+3
| | | p4raw-id: //depot/perl@5779
* integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-172-1/+29
| | | p4raw-id: //depot/perl@5767
* Sys::Syslog fix for accidental arguments to autoloaded constantsGurusamy Sarathy2000-03-142-31/+30
| | | p4raw-id: //depot/perl@5746
* update Changes; integrate cfgperl contents into mainlineGurusamy Sarathy2000-03-141-0/+4
|\ | | | | p4raw-id: //depot/perl@5741
| * Fix for one of the problems in RC1 reported by M. E. O'NeillJarkko Hietaniemi2000-03-141-0/+4
| | | | | | | | | | in NEXTSTEP 3.3p2. p4raw-id: //depot/cfgperl@5728
* | kludge our way around warnings on C<use POSIX; use IO::File;>Gurusamy Sarathy2000-03-141-1/+4
| | | | | | p4raw-id: //depot/perl@5738
* | regen perltoc, other pod nitsGurusamy Sarathy2000-03-141-2/+2
|/ | | p4raw-id: //depot/perl@5735
* reference miscount in Devel::Peek that causes debugger toGurusamy Sarathy2000-03-141-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 Sarathy2000-03-131-1/+1
| | | p4raw-id: //depot/perl@5712
* final touches for lexical warnings (from Paul Marquess)Gurusamy Sarathy2000-03-132-6/+8
| | | p4raw-id: //depot/perl@5702
* make Dump() call the XSUB implementation transparently (modifiedGurusamy Sarathy2000-03-082-31/+17
| | | | | version of patch suggested by David Boyce <dsb@world.std.com>) p4raw-id: //depot/perl@5621
* omit XSLoader from bytecode dumpsGurusamy Sarathy2000-03-073-3/+3
| | | p4raw-id: //depot/perl@5597
* get ByteLoader working againGurusamy Sarathy2000-03-075-14/+32
| | | p4raw-id: //depot/perl@5593
* fix incorrect prototypes in File::GlobGurusamy Sarathy2000-03-061-2/+2
| | | p4raw-id: //depot/perl@5590
* integrate cfgperl changes into mainlineGurusamy Sarathy2000-03-061-2/+2
| | | p4raw-id: //depot/perl@5570
* more whitespace removal (from Michael G Schwern)Gurusamy Sarathy2000-03-048-39/+39
| | | p4raw-id: //depot/perl@5507
* /dev/console may not be writable in Syslog.pm (from Ask Bjoern HansenGurusamy Sarathy2000-03-031-4/+5
| | | | | <ask@valueclick.com>) p4raw-id: //depot/perl@5489
* avoid DProf entering dl_unload_file() (from Alan Burlison)Gurusamy Sarathy2000-03-012-3/+2
| | | p4raw-id: //depot/perl@5402
* consolidated VMS patches (from Craig A. BerryGurusamy Sarathy2000-03-012-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 MacEachern2000-03-011-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