summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Encode/Tcl.t, for esc-seq encodingsSADAHIRO Tomoyuki2001-07-021-1/+63
| | | | | Message-Id: <20010703005600.2225.BQW10602@nifty.com> p4raw-id: //depot/perl@11097
* Encode/Tcl.pm, continuous sequencesSADAHIRO Tomoyuki2001-07-021-20/+30
| | | | | Message-Id: <20010703005516.2222.BQW10602@nifty.com> p4raw-id: //depot/perl@11096
* Typo in #11083.Jarkko Hietaniemi2001-07-021-3/+2
| | | p4raw-id: //depot/perl@11091
* Make #11082 more OS/2-specific.Jarkko Hietaniemi2001-07-021-3/+8
| | | p4raw-id: //depot/perl@11083
* OS/2 gmtime()Ilya Zakharevich2001-07-021-4/+7
| | | | | Message-ID: <20010702060634.A1356@math.ohio-state.edu> p4raw-id: //depot/perl@11082
* version number & changesRobin Houston2001-07-021-2/+28
| | | | | Message-ID: <20010701171729.A30678@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@11081
* a small fix.Vadim Konovalov2001-07-021-0/+1
| | | | | | From: "Konovalov, Vadim Vladimirovich (Vadim)" <vkonovalov@lucent.com> Message-ID: <E3FB32585BF1D411B9E900805FF51A08074B35@RU0022EXCH001U> p4raw-id: //depot/perl@11080
* Deleting ext/util/mkbootstrapMichael G. Schwern2001-07-021-5/+0
| | | | | Message-ID: <20010702002624.A18302@blackrider> p4raw-id: //depot/perl@11077
* rename s/sv_getcwd/getcwd_sv/ for better conformance to existingGurusamy Sarathy2001-07-023-4/+8
| | | | | | | | | | naming discipline win32 fix: enable getcwd_sv() to work on windows (POSIX.t was failing because of this) fix a warning about "fd" being used without being set in Cwd.xs p4raw-id: //depot/perl@11067
* Make 'compile' target a little less broken.Jarkko Hietaniemi2001-07-011-1/+1
| | | | | | | Still very broken, though: -Wall warnings from the generated code, boot_Foo prototypes missing, can't autoload Fcntl::SEEK_CUR et alia, ... p4raw-id: //depot/perl@11061
* Upgrade to Storable 1.0.12, from Raphael Manfredi.Jarkko Hietaniemi2001-07-014-87/+194
| | | p4raw-id: //depot/perl@11060
* 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