summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* VERSION tweak.Jarkko Hietaniemi2001-07-011-1/+1
| | | p4raw-id: //depot/perl@11056
* Code cleanup based on turning off the -woffs in IRIX.Jarkko Hietaniemi2001-06-305-28/+23
| | | | | | | | Not all of the gripes cleaned up (hairy code in hv.c and regcomp.c; unused newsp, gimme, and optype from cop.h macros; unused 'key' arguments in ?DBM_File.xs) (and the -woffs left to the IRIX hints) p4raw-id: //depot/perl@11051
* More VERSION tuning: to avoid unnecessary Perl upgradesJarkko Hietaniemi2001-06-309-9/+9
| | | | | by CPAN.pm, use rather _00. p4raw-id: //depot/perl@11047
* [PATCH] Encode.pm to use escape-sequence encodingSADAHIRO Tomoyuki2001-06-304-9/+151
| | | | | | | | | | | Date: Sat, 30 Jun 2001 07:33:37 +0900 Message-Id: <20010630073226.7C79.BQW10602@nifty.com> Subject: Re: [PATCH] Encode.pm to use escape-sequence encoding From: SADAHIRO Tomoyuki <BQW10602@nifty.com> Date: Sat, 30 Jun 2001 21:38:14 +0900 Message-Id: <20010630213554.F67A.BQW10602@nifty.com> p4raw-id: //depot/perl@11036
* More module $VERSION bump-ups.Jarkko Hietaniemi2001-06-291-1/+1
| | | p4raw-id: //depot/perl@11034
* s/div/lib\$ediv/ in Time::HiRes for VAXPeter Prymmer2001-06-291-7/+26
| | | | | Message-ID: <Pine.OSF.4.10.10106291337520.65853-100000@aspara.forte.com> p4raw-id: //depot/perl@11032
* Based onRichard Soderberg2001-06-292-5/+5
| | | | | | Subject: [PATCH @11016] More );) fixes Message-ID: <Pine.LNX.4.21.0106290408200.12037-100000@oregonnet.com> p4raw-id: //depot/perl@11022
* Bump up the VERSIONs of modules that have changed since 5.6.0,Jarkko Hietaniemi2001-06-2914-14/+14
| | | | | the modules found using a script written by Larry Schatzer Jr. p4raw-id: //depot/perl@11016
* Cannot DIE() in a void function,Jarkko Hietaniemi2001-06-281-1/+1
| | | | | from Richard Hatch <rhatch@austin.ibm.com>. p4raw-id: //depot/perl@11012
* s/qdiv/div/ in Time::HiRes for VAXPeter Prymmer2001-06-281-1/+14
| | | | | | | | Message-ID: <Pine.OSF.4.10.10106281125220.508935-100000@aspara.forte.com> (unfinished: time/hires tests 3, 5, 14 failing, but better than wholesale failure) p4raw-id: //depot/perl@11011
* [patch perl@10996] "fix" VAX Digest/MD5, Fcntl, brokennes in SDBMPeter Prymmer2001-06-281-0/+9
| | | | | Message-ID: <Pine.OSF.4.10.10106271705390.467850-100000@aspara.forte.com> p4raw-id: //depot/perl@10997
* In some Linux distributions the libndbm is brokenJarkko Hietaniemi2001-06-271-0/+6
| | | | | | | (no null key support), therefore link with libgdbm (if available), since it has a working ndbm emulation, from Jonathan Stowe. p4raw-id: //depot/perl@10984
* "lose the it's", from Abhijit Menon-Sen.Jarkko Hietaniemi2001-06-272-2/+2
| | | | | ("It's" not searched, pods not searched.) p4raw-id: //depot/perl@10980
* "lose the looses", from Abhijit Menon-Sen.Jarkko Hietaniemi2001-06-271-1/+1
| | | p4raw-id: //depot/perl@10979
* Test Fails on SCOJonathan Stowe2001-06-261-0/+3
| | | | | | | Message-ID: <Pine.LNX.4.33.0106261021540.18774-100000@orpheus.gellyfish.com> SCO OpenServer 5.0.5 needs an explicit -lc for usleep(). p4raw-id: //depot/perl@10953
* static buildIlya Zakharevich2001-06-261-0/+12
| | | | | Message-ID: <20010626042225.A2604@math.ohio-state.edu> p4raw-id: //depot/perl@10952
* Detypo.Jarkko Hietaniemi2001-06-261-2/+2
| | | p4raw-id: //depot/perl@10949
* There seems to be two ways of spelling the $^O in *STEP.Jarkko Hietaniemi2001-06-261-1/+1
| | | p4raw-id: //depot/perl@10948
* OpenSTEP has gcc 2.7.2.1 which recognizes but does not implementJarkko Hietaniemi2001-06-261-1/+5
| | | | | the -dM flag, from Daniel Ashton <jdashton@AshtonFam.org>. p4raw-id: //depot/perl@10947
* MPE/iX test tweaks from Mark Bixby.Jarkko Hietaniemi2001-06-253-9/+21
| | | p4raw-id: //depot/perl@10942
* Typo in #10937.Jarkko Hietaniemi2001-06-251-1/+1
| | | p4raw-id: //depot/perl@10938
* SIGCONT not trappable in VMS.Jarkko Hietaniemi2001-06-251-7/+11
| | | p4raw-id: //depot/perl@10937
* [DRAFT] Encode-Tcl.tSADAHIRO Tomoyuki2001-06-252-1/+84
| | | | | Message-Id: <20010626033550.BC35.BQW10602@nifty.com> p4raw-id: //depot/perl@10936
* Misplaces dSPs and the like revealed by MPE/iX and Cygwin.Jarkko Hietaniemi2001-06-242-1/+2
| | | p4raw-id: //depot/perl@10900
* Encode::Tcl for multibyte doesnot workSADAHIRO Tomoyuki2001-06-241-4/+7
| | | | | Message-Id: <20010624223252.6658.BQW10602@nifty.com> p4raw-id: //depot/perl@10886
* Re: [PATCH 5.6.1] test suiteIlya Zakharevich2001-06-241-2/+4
| | | | | | | Message-ID: <20010624054705.A27890@math.ohio-state.edu> Test suite fixes. p4raw-id: //depot/perl@10883
* Just zap the -uPerlio.Jarkko Hietaniemi2001-06-231-1/+1
| | | p4raw-id: //depot/perl@10873
* Do not test PerlIO if PerlIO not used.Jarkko Hietaniemi2001-06-231-2/+2
| | | p4raw-id: //depot/perl@10872
* Misplaced test file; plus Cygwin filesystem semantics.Jarkko Hietaniemi2001-06-231-1/+1
| | | p4raw-id: //depot/perl@10866
* Cygwin too has different permission semantics.Jarkko Hietaniemi2001-06-231-1/+1
| | | p4raw-id: //depot/perl@10860
* The packs must be done in native shorts, fix from Mark P. Lutz.Jarkko Hietaniemi2001-06-221-3/+3
| | | p4raw-id: //depot/perl@10839
* should POSIX.xs use XSRETURN_UNDEF in sigaction?Craig A. Berry2001-06-221-2/+4
| | | | | Message-Id: <5.1.0.14.0.20010621180227.02a8e930@exchi01> p4raw-id: //depot/perl@10816
* fix Deparse.t and write.t for VMSCraig A. Berry2001-06-221-8/+7
| | | | | Message-Id: <5.1.0.14.0.20010620172532.033cdb88@exchi01> p4raw-id: //depot/perl@10815
* The fchdir() proto is supposed to live in <unistd.h>.Jarkko Hietaniemi2001-06-211-0/+4
| | | p4raw-id: //depot/perl@10805
* This town is too small for the Cwd extension and me,Jarkko Hietaniemi2001-06-211-0/+4
| | | | | it would seem... p4raw-id: //depot/perl@10804
* Cwd tweak from Doug MacEachern.Jarkko Hietaniemi2001-06-211-19/+11
| | | p4raw-id: //depot/perl@10796
* Protect the fchdir() and lstat() with ifdefs.Jarkko Hietaniemi2001-06-211-7/+22
| | | | | fchdir() needs a Configure probe. p4raw-id: //depot/perl@10795
* fix Cwd.xs for VMSCraig A. Berry2001-06-211-0/+7
| | | | | Message-Id: <5.1.0.14.0.20010621124127.029fe120@exchi01> p4raw-id: //depot/perl@10793
* Unnecessary pod2man calls in new extensionsAndy Dougherty2001-06-218-0/+8
| | | | | Message-ID: <Pine.SOL.4.10.10106211040180.26439-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/perl@10784
* Shuffle around tests to (ext|lib)/.../t/ subdirectories.Jarkko Hietaniemi2001-06-214-0/+417
| | | | | Resort MANIFEST with sort -f, looks much better. p4raw-id: //depot/perl@10782
* Step 2: Use the new PM_GETRE/SETRE macros everywhere.Richard Soderberg2001-06-213-5/+5
| | | | | Message-ID: <Pine.LNX.4.21.0106210657400.1693-100000@oregonnet.com> p4raw-id: //depot/perl@10780
* make syslog test more verboseRobert Spier2001-06-211-2/+4
| | | | | Message-ID: <15153.32264.295807.333073@rls.cx> p4raw-id: //depot/perl@10767
* Fix for [ID 20010124.001] POSIX::errno unreliableTim Sweetman2001-06-201-2/+17
| | | | | Message-ID: <3B2769BD.68B4F4B3@aldigital.co.uk> p4raw-id: //depot/perl@10756
* MPE/iX fixes from Mark Bixby (a Configure fix is also needed.)Jarkko Hietaniemi2001-06-202-2/+6
| | | p4raw-id: //depot/perl@10752
* Replace our implementation of realpath() with OpenBSD'sJarkko Hietaniemi2001-06-201-9/+189
| | | | | (src/lib/libc/stdlib/realpath.c 1.4). p4raw-id: //depot/perl@10750
* No point in going into memory-saving contortionsJarkko Hietaniemi2001-06-201-35/+7
| | | | | | | with getcwd() since there's a danger of buffer overflow. Also make the POSIX extension to use sv_getcwd(). Finally, a missed proto.h fragment. p4raw-id: //depot/perl@10748
* Re: Bug in IO::Socket::INET module (repeat)Jarkko Hietaniemi2001-06-201-1/+1
| | | | | | | | | | | | | | | | | From: Graham Barr <gbarr@pobox.com> Date: Wed, 20 Jun 2001 11:05:49 +0100 Message-ID: <20010620110549.I19188@pobox.com> reported in Subject: Bug in IO::Socket::INET module (repeat) From: "Harmon S. Nine" <hnine@netarx.com> Date: Tue, 19 Jun 2001 09:41:35 -0400 Message-ID: <3B2F568F.8080605@netarx.com> The bug was that the IO::Socket::INET constructor did not allow a 'LocalPort' of 0. p4raw-id: //depot/perl@10746
* [ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on ↵Spider Boardman2001-06-191-1/+4
| | | | | | | alpha-dec_osf-perlio 4.0f (UNINSTALLED) Message-Id: <200106191933.PAA08415@Orb.Nashua.NH.US> p4raw-id: //depot/perl@10730
* [patch] preserve @DynaLoader::dl_{librefs,modules}Doug MacEachern2001-06-191-2/+4
| | | | | Message-ID: <Pine.LNX.4.21.0106182210570.22114-100000@mako.covalent.net> p4raw-id: //depot/perl@10715
* One test lost in the big shuffle restored.Jarkko Hietaniemi2001-06-193-14/+252
| | | p4raw-id: //depot/perl@10712