summaryrefslogtreecommitdiff
path: root/Configure
Commit message (Collapse)AuthorAgeFilesLines
* Integrate:Nicholas Clark2006-01-081-15/+123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 25831] Add a probe for whether sprintf returns the length of the buffer. Update all the canned config.sh files. Assume that symbian and Win32 are all ANSI conformant, note that ARM Linux (ie glibc) will be, don't assume that any other platform is. [ 25837] Backport of changes #25831 and #25832. Re-order needed Subject: [PATCH] Re: Configure question about format of cc/cppsymbols From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Mon, 24 Oct 2005 13:04:58 -0700 Message-ID: <20051024200458.GC2312@efn.org> [ 25838] Subject: [patch@25837] Change 25831: sprintf returns the length of the buffer. From: "John E. Malmberg" <wb8tyw@qsl.net> Date: Mon, 24 Oct 2005 23:37:46 -0400 Message-ID: <435DA88A.90201@qsl.net> [ 25840] Whoops. The Windows build is going to need to know that this symbol is defined. [ 25863] Add SPRINTF_RETURNS_STRLEN to the various Win32 config_H.* files. [ 25919] Change some spaces to tabs for easier diffing against config_h.SH [ 25935] revive probe for futimes () [ 25943] Update win32 config files w.r.t. change #25935 [ 25995] Subject: Re: futimes [PATCH] From: Steve Peters <steve@fisharerojo.org> Date: Fri, 4 Nov 2005 09:00:25 -0600 Message-ID: <20051104150025.GA3873@mccoy.peters.homeunix.org> [ 26013] Subject: [PATCH configure.com] add the new d_futimes as undef From: Abe Timmerman <abe@ztreet.demon.nl> Date: Sat, 5 Nov 2005 11:26:33 +0200 Message-Id: <200511051026.33940.abe@ztreet.demon.nl> [ 26020] Subject: Re: [PATCH configure.com] add the new d_futimes as undef From: "John E. Malmberg" <wb8tyw@qsl.net> Date: Sat, 05 Nov 2005 21:28:33 -0500 Message-ID: <436D6A51.5040700@qsl.net> [ 26046] Probaby a good idea to include DEBUG_LEAKING_SCALARS in -V output, as its presence changes structure sizes. [ 26196] include PERL_TRACK_MEMPOOL in perl -V output [ 26557] Subject: [PATCH] Configure: stdio char (un)signedness From: Jarkko Hietaniemi <jhietaniemi@gmail.com> Date: Sat, 26 Nov 2005 11:25:18 +0200 Message-ID: <438829FE.8070202@gmail.com> [ 26639] Updates to various configurations courtesy of Jarkko. p4raw-link: @26639 on //depot/perl: f78c7704ed20cad5f6c8fa7cb8bf8fa75bcb0074 p4raw-link: @26557 on //depot/perl: 359842a5ea25b12844b1a94485cc2aa186d8bdbeon //depot/metaconfig: 2d32177acbf819955c87775b0878700f3eede7bb p4raw-link: @26196 on //depot/perl: 9c0a4d5d8cc72d1c0301ac17cb2d9af4383cebac p4raw-link: @26046 on //depot/perl: 4f185743967f505b05e12dd7c1e03858a874cc02 p4raw-link: @26020 on //depot/perl: eca5cfc524b79d02ce8c602dab1c0e338ed516f7 p4raw-link: @26013 on //depot/perl: 60499ec06b322c7330e951cc5e571c8bd3f77cc1 p4raw-link: @25995 on //depot/perl: bff98e240ae94e05cc03de1adde32b5bee958718 p4raw-link: @25943 on //depot/perl: 91180f33e1f7e43922a89029151c79d3c61304ff p4raw-link: @25935 on //depot/perl: dc814df18cd354aa2bad87c5b7f94c6b2d38af48 p4raw-link: @25919 on //depot/perl: ff083d1d8cab4c4a7f90a2f0a6f26b2966627d89 p4raw-link: @25863 on //depot/perl: e3e360c63a31e840875376f48127a0736b79eab5 p4raw-link: @25840 on //depot/perl: a015840431b6bf8a4120d2152f87fce937ab04d1 p4raw-link: @25838 on //depot/perl: a1f215421ebd80862b412b5d459a2959cc58fc9d p4raw-link: @25837 on //depot/perl: 360321b398f5e797c408b6d6c60b7da3cca5e324 p4raw-link: @25831 on //depot/perl: 78821a22f30aaed98d9c6643adb5ed18f868dbe7 p4raw-id: //depot/maint-5.8/perl@26711 p4raw-integrated: from //depot/perl@26700 'edit in' wince/config.ce (@26140..) p4raw-integrated: from //depot/perl@26196 'edit in' perl.c (@26099..) p4raw-integrated: from //depot/perl@26013 'edit in' configure.com (@25838..) p4raw-integrated: from //depot/perl@25943 'edit in' win32/config.vc64 (@25831..) win32/config_H.bc (@25919..) p4raw-integrated: from //depot/perl@25935 'edit in' handy.h (@25793..) Porting/Glossary (@25831..) p4raw-integrated: from //depot/perl@25919 'edit in' win32/config_H.gc win32/config_H.vc64 (@25863..) p4raw-integrated: from //depot/perl@25863 'edit in' win32/config_H.vc (@25794..) p4raw-integrated: from //depot/perl@25837 'edit in' Configure (@25831..) 'ignore' config_h.SH (@25832..) p4raw-branched: from //depot/perl@25831 'branch in' symbian/config.sh (@25814..) p4raw-integrated: from //depot/perl@25831 'edit in' Cross/config.sh-arm-linux NetWare/config.wc epoc/config.sh (@25741..) win32/config.bc win32/config.gc win32/config.vc (@25794..) 'ignore' plan9/config_sh.sample uconfig.sh (@25741..)
* Integrate:Steve Peters2005-11-131-3/+27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 25357] Added amd64 and x86_64 to recognized predefined cpp syms [ 25387] Detection of malloc_size and malloc_good_size [ 25488] Update win32 config files w.r.t. change #25387 [ 25573] Change 25226 should have done this too [ 25733] Add probe for unsetenv () Subject: Re: Perl's handling of environ breaks on Solaris 10 Message-ID: <20051010125117.GA27566@mccoy.peters.homeunix.org> [ 25734] Update win32 config files w.r.t. change #25733 [ 25741] Update to the config boilerplates, by Jarkko [ 25793] Add probe for clearenv (), like #25733 for unsetenv () [ 25794] Update win32 config files w.r.t. change #25793 [ 25795] VMS does not have clearenv () according to John E. Malmberg Followup to 25793 p4raw-link: @25795 on //depot/perl: 5ff34fde0d97cb207007d7751cd5d6676fd0a063 p4raw-link: @25794 on //depot/perl: 96803be7ff19a3614dff16bb395b21946532b2dc p4raw-link: @25793 on //depot/perl: b0a2e8e64dee1b1bd00055b3c5b69e2c3c888f55 p4raw-link: @25741 on //depot/perl: 58bf2e2e044ef8fba136d97f676bb7a977be1a6b p4raw-link: @25734 on //depot/perl: 9c8463ea7c848a6cca2d9db2623308369ba11aca p4raw-link: @25733 on //depot/perl: bdf33aa7435b6e4ab927ed6430f3f240f211d879 p4raw-link: @25573 on //depot/perl: 0967284d0634c330ce4a0132f349a4158079e725 p4raw-link: @25488 on //depot/perl: 703fb0e2f700da68ca7ae50aa325f18bc3eb54a8 p4raw-link: @25387 on //depot/perl: 7dd121aefd69a3ba2201a35698deaeda3a8a77ad p4raw-link: @25357 on //depot/perl: 44c87379b0eb26068458a7274e6ba030624f8ac1 p4raw-id: //depot/maint-5.8/perl@26115 p4raw-integrated: from //depot/perl@26114 'copy in' uconfig.h (@23027..) p4raw-integrated: from //depot/perl@25795 'merge in' configure.com (@25740..) p4raw-integrated: from //depot/perl@25794 'edit in' win32/config_H.bc (@25734..) p4raw-branched: from //depot/perl@25741 'branch in' symbian/config.sh (@25612..) p4raw-integrated: from //depot/perl@25741 'copy in' uconfig.sh (@24508..) 'merge in' Cross/config.sh-arm-linux plan9/config_sh.sample wince/config.ce (@24508..) NetWare/config.wc epoc/config.sh (@24949..) p4raw-integrated: from //depot/perl@25734 'edit in' win32/config.vc win32/config_H.gc win32/config_H.vc64 (@25488..) p4raw-integrated: from //depot/perl@25733 'edit in' Porting/Glossary (@25387..) handy.h (@25570..) 'ignore' config_h.SH (@25387..) p4raw-integrated: from //depot/perl@25573 'edit in' win32/config.bc (@25488..) p4raw-integrated: from //depot/perl@25488 'edit in' win32/config_H.vc (@25208..) win32/config.gc win32/config.vc64 (@25215..) p4raw-integrated: from //depot/perl@25387 'edit in' Configure (@25357..)
* Integrate:Nicholas Clark2005-09-221-2/+9
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 25068] Borland's .pdb files are called .tds [ 25150] Fix static extensions when building with nmake on Win32 They were broken because change 24806 forgot to add -DWITH_STATIC to the recipe for compiling perllib.c which meant that perllibst.h was not included and hence although they built OK, the static extensions could not actually be used! In fact, since perllibst.h is always created (it is more or less empty when static extensions are not being used), there is no need for -DWITH_STATIC at all. So rather than adding it to Makefile, just drop it from makefile.mk and perllib.c. Also add the missing cleanup of perllibst.h to Makefile. [ 25169] 1. Typo detected by Schwern (#25151) 2. Added proza about patches (#25152) 3. dirfd got the wrong define based on previous tests (#25168) [ 25206] Rearrange win32/config_H.* to match config_h.SH No actual changes, just reordering the contents of the files so that diff works better. [ 25208] Make the canned config.h files used on Win32 more minimal These are used in their unedited form to build miniperl, so should represent a minimal configuration The plan is to use miniperl's "-V" output in makedef.pl, so it is important that it doesn't include any of the optional things in the makefiles that the user might have chosen to disable (The actual config.h used to build perl itself is, of course, an edited version of these canned configs produced by using miniperl to run config_h.PL so these changes won't affect perl itself) [ 25214] Add missing entries to win32/config.* No existing entries changed, just adding some missing ones based on Porting/config.sh [ 25215] Tweak the canned win32/config.* files uselargefiles, usemultiplicity, useperlio and useithreads are now off in the canned win32/config_H.* files, so change these to match. Also scrap the misleading ~USE_PERLIO~ and ~USE_SITECUST~ tags which don't actually work since no such CFG_VARS are passed in to config_sh.PL. (The useperlio and usesitecustomize entries actually get substituted by the more general "if (/^([\w_]+)=(.*)$/)" case.) [ 25216] Fix USE_LARGE_FILES with bcc32 on Win32? Trawling through all these config files, I think I've found the reason why bcc32 builds with USE_LARGE_FILES were failing (e.g. (see http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-06/msg00809.html): lseeksize and lseektype were set to 8 and __int64, but Borland's <io.h> suggests that they should be 4 and long respectively. Changing them accordingly makes all tests pass. And I see that win32/win32.c has special handling for __BORLANDC__ + USE_LARGE_FILES, presumably to cope with this difference? [ 25226] Reinstate PERL_MALLOC_WRAP for bcc32 on Win32 This was disabled by change 22689 because it was severely broken at the time. See the thread starting here: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2004-04/msg00370.html The PERL_MALLOC_WRAP code in handy.h has since changed along the lines of what was discussed in that thread (in particular, by change 25034) and I find that everything is now fine with PERL_MALLOC_WRAP re-enabled. [ 25289] Supply same libs for bcc32 builds as cl and gcc builds have It makes life easier for third-party extensions if perl provides a decent set of libs to link against. cl and gcc builds already have this (except that gcc was missing one lib), but bcc32 builds only have one or two libs supplied. In particular, the ODBC libs required for building libwin32 were not specified. One of these doesn't exist in the Borland lib dirs by default, so generate it from the DLL if it is missing. p4raw-link: @25289 on //depot/perl: 8169a885e54b185b764945e68a001202a9d927d3 p4raw-link: @25226 on //depot/perl: 075502290ff69af888b5629ff1fecf91d588fbbd p4raw-link: @25216 on //depot/perl: 7dc8f726ffdb362768c2563d86c4aba594ce406e p4raw-link: @25215 on //depot/perl: 2f21f076b692be0f24c46e07c3d1c08244219a2f p4raw-link: @25214 on //depot/perl: 392c4dfd79b131439b1f9f514b4adb6eeab4e4fa p4raw-link: @25208 on //depot/perl: d64224560bf29cbbdc5245117235a9787cb49f58 p4raw-link: @25206 on //depot/perl: b40906a9a3a195cf3ea96490cc4a691baeca3abe p4raw-link: @25169 on //depot/perl: 5cadb3f3d2704caddd768175a2268bb01d157be9 p4raw-link: @25150 on //depot/perl: 322fd6428c9575b8e35cb16655e86ca0378af1cf p4raw-link: @25068 on //depot/perl: 44ba898b481566fd0ccdc2024e61a7839fff6e64 p4raw-id: //depot/maint-5.8/perl@25566 p4raw-integrated: from //depot/perl@25565 'merge in' win32/perllib.c (@23360..) win32/Makefile (@24926..) p4raw-integrated: from //depot/perl@25215 'edit in' win32/config.bc win32/config.gc win32/config.vc64 (@25214..) p4raw-integrated: from //depot/perl@25214 'edit in' win32/config.vc (@24905..) p4raw-edited: from //depot/perl@25206 'edit in' win32/config_H.bc (@24905..) win32/config_H.gc (@24975..) p4raw-integrated: from //depot/perl@25206 'edit in' win32/config_H.vc win32/config_H.vc64 (@24905..) p4raw-integrated: from //depot/perl@25169 'merge in' Configure (@24934..) p4raw-integrated: from //depot/perl@25150 'edit in' win32/makefile.mk (@25068..)
* Integrate:Craig A. Berry2005-09-211-1/+125
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 24898] Add a Configure test to see if NV 0.0 is stored as all bits zero, and #define NV_ZERO_IS_ALLBITS_ZERO if so. This is always true on VMS: Subject: Re: Configure check for whether 0.0 is stored as all bits zero From: "Craig A. Berry" <craigberry@mac.com> Message-Id: <p06210214beda5bf31c4c@[172.16.52.1]> [ 24905] Support NV_ZERO_IS_ALLBITS_ZERO on Win32 (re: change 24898) The try.c test program added to Configure by change 24898 outputs "Yes" using each of VC++, GCC and BCC32, so here goes... [ 24934] Redo generation of change #24898 Do not forget to run Porting/config_h.pl! [ 24949] Add handling of NV_ZERO_IS_ALLBITS_ZERO for Netware and epoc p4raw-link: @24949 on //depot/perl: 0fa134633c25c81f88c755a1df2a0e565cac3868 p4raw-link: @24934 on //depot/perl: 17f6277dd74eb819f9ad0089516167d0c4481e17 p4raw-link: @24905 on //depot/perl: c9be5486593f0ddc941cf3c595bcc9bd8b4c00b5 p4raw-link: @24898 on //depot/perl: f607920a165f3c14b9c61dc74e535bdc6aa1904c p4raw-id: //depot/maint-5.8/perl@25540 p4raw-integrated: from //depot/perl@25539 'merge in' NetWare/config_H.wc (@24149..) NetWare/config.wc epoc/config.sh (@24508..) p4raw-integrated: from //depot/perl@24934 'edit in' Configure (@24898..) p4raw-integrated: from //depot/perl@24905 'merge in' win32/config.bc win32/config.gc win32/config.vc win32/config.vc64 (@24508..) win32/config_H.bc win32/config_H.gc win32/config_H.vc win32/config_H.vc64 (@24545..) p4raw-integrated: from //depot/perl@24898 'ignore' config_h.SH (@24581..) 'merge in' Porting/Glossary (@24508..) configure.com (@24618..)
* Integrate:Nicholas Clark2005-09-181-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 24444] Subject: potential [PATCH] Tru64 crank up strictness From: Jarkko Hietaniemi <jhietaniemi@gmail.com> Date: May 10, 2005 7:44 PM Message-Id: <4ADE5AAD-27CB-4F9E-BEC7-41DAA7671108@iki.fi> [ 24461] Subject: change to quiet cygwin's perlld From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Fri, 13 May 2005 06:15:45 -0700 Message-ID: <20050513131545.GB4024@efn.org> [ 24539] Subject: [PATCH] Enable 64bitall builds for Solaris x86 From: Gisle Aas <gisle@ActiveState.com> Date: 21 May 2005 08:55:21 -0700 Message-ID: <lr1x801sly.fsf@caliper.activestate.com> [ 24588] -Wall is intolerably noisy with icc. [ 24627] Subject: Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) From: Jarkko Hietaniemi <jhietaniemi@gmail.com> Date: Mon, 30 May 2005 09:15:56 +0300 Message-ID: <429AAF9C.30503@gmail.com> [ 24628] regen after #24627 [ 24630] gcc hints were not yet applied to gcc-4.x Now they are [ 24644] Add DECC to the symbol list Subject: [PATCH]lette Re: updated tru64 cc [PATCH]es (Re: [PATCH]es: Tru64/blead) From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Mon, 30 May 2005 16:33:15 -0700 Message-ID: <20050530233315.GA3088@efn.org> [ 24667] HP-UX specific #pragma entered in #23890 is not supported on HP-UX 10.20 and older [ 24674] CPP typo fix (by Dominic Dunlop) [ 24981] On OS X to use perl's malloc need to USE_PERL_SBRK and emulate sbrk() using system malloc, because sbrk() stops giving us memory after about 14Mb. [ 25004] Subject: Re: Hints for 64bitall (PPC!) Darwin perl From: Dominic Dunlop <domo@computer.org> Message-Id: <1D31D9A6-2451-49EE-AD80-80F1D9CA2825@computer.org> Date: Mon, 27 Jun 2005 19:46:59 +0200 [ 25228] Use the correct gcc when more than one gcc is installed Thanks to Campo [ 25231] Subject: Re: [PATCH] Tru64: use -c99 for ccflags if available From: Jarkko Hietaniemi <jhietaniemi@gmail.com> Date: Thu, 28 Jul 2005 10:01:51 +0300 Message-ID: <42E882DF.6020100@gmail.com> Message-ID: <42E86DE9.6090709@gmail.com> [ 25282] Subject: [PATCH] Re: [perl #36235] perl + gcc-4.0.0 + solaris + gnu binutils From: Andy Dougherty <doughera@lafayette.edu> Date: Tue, 26 Jul 2005 12:03:37 -0400 (EDT) Message-ID: <Pine.SOC.4.62.0507261131300.8774@maxwell.phys.lafayette.edu> [ 25305] Subject: make test of perl 5.8.7 failed on icc9 From: YAMASHINA Hio <hio@ymir.co.jp> Date: Thu, 18 Aug 2005 20:36:57 +0900 Message-Id: <20050818165213.BDF1.HIO@ymir.co.jp> [ 25402] Subject: [perl #36448] configuring ranlib for perl on osx with xcode 2.1 From: Luke Closs (via RT) <perlbug-followup@perl.org> Message-ID: <rt-3.0.11-36448-116486.6.06308221656583@perl.org> Date: 1 Jul 2005 21:56:31 -0000 [ 25403] Add Luke Closs to AUTHORS p4raw-link: @25403 on //depot/perl: 4807e77148ae5b2c2e75a9f0a331a965ec53c794 p4raw-link: @25402 on //depot/perl: e39a9d84ad1bc6fb197298c9cc46327914add09c p4raw-link: @25305 on //depot/perl: 87d05bbec54b321e0c8f1c900a4ea893850fb17f p4raw-link: @25282 on //depot/perl: 002c7b694395003db50bd9ad796f4b9ec7e0973f p4raw-link: @25231 on //depot/perl: be73ebb05b9eec2e7d6c15246ec01b902895aaa1 p4raw-link: @25228 on //depot/perl: d3c62e8b294a3a45a5d44ea83433c15b6a39a198 p4raw-link: @25004 on //depot/perl: 381aa1c34573c3084d65a3f45ffcdc24a58d6a53 p4raw-link: @24981 on //depot/perl: bc961b003e8925ea1668627dcdfb26c75212b4c6 p4raw-link: @24674 on //depot/perl: 110d3f988f2faab8121f358ba4237db2528fb801 p4raw-link: @24667 on //depot/perl: ebf89b737691c72314d768f6a0746c119986eac8 p4raw-link: @24644 on //depot/perl: 8b7d8421acfa75c6cba0f3a12f068c4c4766abeb p4raw-link: @24630 on //depot/perl: b951dd56557958e31c158a64dc318a83e01f429b p4raw-link: @24628 on //depot/perl: b6f9b0977d2f8615c1eb6c4b3790ac841e30b81f p4raw-link: @24627 on //depot/perl: 3c0f78ca4f737d7b40beecbfdca31b9f7e3fb952 p4raw-link: @24588 on //depot/perl: 42a116590b56a49035a440a6b0f3a679f91e9375 p4raw-link: @24539 on //depot/perl: 2a9d46aca4fcc38a37d117c400a7d318e3e521b7on //depot/metaconfig: 2482d9e4fb5d7ef958b118f90a41c8e9bf8833d6 p4raw-link: @24461 on //depot/perl: 53f5e3f038d2d502e113c7533e1aa8213a6bda1c p4raw-link: @24444 on //depot/perl: 24801a4b9a14a56208916a537c4c237993c25186 p4raw-id: //depot/maint-5.8/perl@25470 p4raw-integrated: from //depot/perl@25469 'copy in' x2p/a2py.c (@19242..) cygwin/perlld.in (@21783..) hints/aix.sh (@23952..) hints/linux.sh (@24075..) hints/hpux.sh (@24107..) AUTHORS (@25085..) 'edit in' Configure (@25387..) p4raw-integrated: from //depot/perl@25231 'edit in' handy.h (@25196..) p4raw-integrated: from //depot/perl@24981 'edit in' hints/darwin.sh (@24446..) p4raw-integrated: from //depot/perl@24667 'edit in' perl.c (@24666..) p4raw-integrated: from //depot/perl@24628 'merge in' perlapi.h (@24574..) p4raw-integrated: from //depot/perl@24627 'copy in' ext/DynaLoader/dl_dlopen.xs (@12627..) 'merge in' embed.pl (@24492..) sv.c (@24625..) p4raw-integrated: from //depot/perl@24588 'copy in' cflags.SH (@17945..) p4raw-integrated: from //depot/perl@24539 'ignore' hints/solaris_2.sh (@23750..) p4raw-integrated: from //depot/perl@24444 'edit in' perl.h (@24421..) 'ignore' hints/dec_osf.sh (@23864..) 'merge in' toke.c (@24440..)
* attributes-two.patch also contains a lot of const-ing, hence theNicholas Clark2005-09-181-10/+190
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | strange collection of files that seem to change with the integration of all the attributes probing code. Integrate: [ 24431] Subject: [PATCH] attributes-two.patch, the next batch From: Andy Lester <andy@petdance.com> Date: May 9, 2005 5:45 PM Message-ID: <20050509154518.GA18273@petdance.com> [ 24492] Subject: [PATCH] perl 5.9.x (@ 24471): Symbian update From: <jarkko.hietaniemi@nokia.com> Date: Mon, 16 May 2005 17:59:35 +0300 Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D793@esebe105.NOE.Nokia.com> completed by: Message-ID: <B356D8F434D20B40A8CEDAEC305A1F2453D7A0@esebe105.NOE.Nokia.com> [ 24495] Subject: [PATCH] more about __attribute__ From: Jarkko Hietaniemi <jhietaniemi@gmail.com> Date: Tue, 17 May 2005 20:36:43 +0300 Message-ID: <428A2BAB.9020306@gmail.com> [ 24508] Subject: [PATCH] Attribute configuration From: Andy Lester <andy@petdance.com> Date: Thu, 19 May 2005 12:32:56 -0500 Message-ID: <20050519173256.GA29039@petdance.com> [ 24519] Need to make PERL_UNUSED_DECL conditional as xlc on AIX doesn't like it being redefined. [ 24520] Updaate ppport.h to get a conditional PERL_UNUSED_DECL [ 24521] Update XS code to declare PERL_UNUSED_DECL conditionally [ 24536] Make the __attribute__ stuff work with Symbian (Jarkko). http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-05/msg00530.html p4raw-link: @24536 on //depot/perl: 5b2bd0a5b0f42f1ec1874721dd99072f7f7d3340 p4raw-link: @24521 on //depot/perl: aec614a53fcaa2a63038ec4dcf0fcd1cda92fd31 p4raw-link: @24520 on //depot/perl: ab9184c907a73e26d04db8741a60e1abb3ead566 p4raw-link: @24519 on //depot/perl: 62093c1c517a0f69ccb4c04109c4e03e3036523d p4raw-link: @24508 on //depot/perl: 0dbb1585a715e56312e579a5f0e7f82241b38352 p4raw-link: @24495 on //depot/perl: f22be1b8bd009cf4b53bd4bad9a8883a7dc9f572 p4raw-link: @24492 on //depot/perl: abb2c24232c1dbd60ae39bdbb7e3cf487e3da996 p4raw-link: @24431 on //depot/perl: f54cb97a39f1a5849851e77a33524dfca2644cf5 p4raw-id: //depot/maint-5.8/perl@25467 p4raw-integrated: from //depot/perl@25466 'copy in' plan9/genconfig.pl (@2957..) hints/next_3_0.sh (@4271..) vms/genconfig.pl (@11758..) hints/vmesa.sh (@17454..) uconfig.sh (@23027..) ext/Time/HiRes/ppport.h (@23329..) ext/Devel/PPPort/PPPort.pm ext/Devel/PPPort/parts/inc/misc (@23926..) ext/Cwd/ppport.h (@23977..) 'edit in' ext/List/Util/Util.xs (@24465..) 'merge in' plan9/config_sh.sample wince/config.ce (@22334..) Cross/config.sh-arm-linux (@23577..) Porting/config.sh (@24211..) p4raw-integrated: from //depot/perl@24521 'edit in' ext/POSIX/POSIX.xs (@24271..) ext/Storable/Storable.xs (@24439..) p4raw-edited: from //depot/perl@24508 'edit in' sv.c (@24491..) perl.h (@24501..) p4raw-integrated: from //depot/perl@24508 'copy in' t/op/sprintf.t (@20979..) perlio.h (@24365..) 'edit in' Porting/pumpkin.pod (@23781..) op.c (@24492..) mg.c perl.c (@24501..) 'merge in' NetWare/config.wc (@22334..) Porting/Glossary (@23674..) epoc/config.sh (@24149..) configure.com (@24221..) Configure (@24313..) win32/config.bc win32/config.gc win32/config.vc win32/config.vc64 (@24319..) config_h.SH (@24432..) XSUB.h malloc.c (@24489..) p4raw-integrated: from //depot/perl@24492 'edit in' embed.pl (@24445..) scope.c universal.c (@24489..) p4raw-edited: from //depot/perl@24431 'edit in' embed.fnc (@24422..) p4raw-integrated: from //depot/perl@24431 'edit in' toke.c (@24422..) gv.c (@24427..) 'ignore' proto.h (@24422..) 'merge in' handy.h (@24243..) pp_sys.c (@24367..) pp_ctl.c (@24412..) doop.c utf8.c (@24414..) pp.c (@24420..) pod/perlapi.pod (@24422..)
* Integrate:Nicholas Clark2005-09-131-2/+16
| | | | | | | | | | | | | | | | | | | | | [ 24313] Subject: [PATCH] Add -Wdeclaration-after-statement to default flags for gcc 3+ From: Steve Peters <steve@fisharerojo.org> Date: Sat, 23 Apr 2005 22:37:48 -0500 Message-ID: <20050424033748.GA23117@mccoy.peters.homeunix.org> [ 24432] Subject: [PATCH] Avoid USE_SITECUSTOMIZE redefined warnings From: Jan Dubois <jand@ActiveState.com> Date: Mon, 9 May 2005 19:29:06 -0700 Message-Id: <200505100229.j4A2TGm1019135@smtp3.ActiveState.com> p4raw-link: @24432 on //depot/perl: 3e7af0b028c55247e326234d24b117938cf3d169 p4raw-link: @24313 on //depot/perl: 6347b5be6cb41e4de49464a7d96b9e32925ec1ff p4raw-id: //depot/maint-5.8/perl@25400 p4raw-integrated: from //depot/perl@24432 'merge in' config_h.SH (@24355..) p4raw-integrated: from //depot/perl@24313 'merge in' Configure (@24226..)
* Integrate:Abe Timmerman2005-04-201-19/+46
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 24171] D'oh! We were never correctly spotting a modfl prototype [ 24208] Drop d_sitecustomize again. (usesitecustomize is enough) [ 24210] now usesitecustomize is used more generic [ 24217] Configure now probes for _LIB_VERSION support in math.h/libm LIBM_LIB_VERSION is defined if it does [ 24218] Sorting still is a mess. This is better. [ 24221] Subject: Re: New Configure functionality Message-Id: <200504102219.29024.abe@ztreet.demon.nl> [ 24226] Out of sync metaunit caused the erroneous return of the removed d_sitecustomize. Mea Culpa. p4raw-link: @24226 on //depot/perl: 4afd418c3e6e3e6ca18f1e99b1ab9b8936bb7471 p4raw-link: @24221 on //depot/perl: 5b55c15651b986277e286fb92039a24eee57be26 p4raw-link: @24218 on //depot/perl: 557d0d2689794874d4e716239a8d031333c32775 p4raw-link: @24217 on //depot/perl: 0a0abfba80ecb959bb176fcf214c3d9eeebfb1c6 p4raw-link: @24210 on //depot/perl: 835dc977775cbf623226bc819d8c87309aea7151 p4raw-link: @24208 on //depot/perl: 7b7f248700c2e3f625d40a59dc7467377a3b7547 p4raw-link: @24171 on //depot/perl: 3a79450617e447f22fcb046f4f6cb1ba6ca24171 p4raw-id: //depot/maint-5.8/perl@24262 p4raw-edited: from //depot/perl@24261 'edit in' config_h.SH (@24217..) p4raw-integrated: from //depot/perl@24261 'merge in' Porting/config_H (@24149..) configure.com (@24214..) p4raw-integrated: from //depot/perl@24217 'edit in' Configure (@24208..) 'merge in' handy.h (@24106..)
* Integrate:Gisle Aas2005-04-061-1/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 24043] Subject: Re: sitecustomize.pl [PATCH] Message-ID: <lru0n9w433.fsf@caliper.activestate.com> Adds a new command-line switch, -f, and a new optional compile-time setting -DUSE_SITECUSTOMIZE [ 24104] Support for -Dusesitecustomize [ 24105] Simplify #24043 note now Configure can do -Dusesitecustomize [ 24120] Add support for USE_SITECUSTOMIZE in the Win32 makefiles Note that this feature doesn't actually work correctly on Win32 until the problem described here is solved: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html [ 24122] Fix USE_SITECUSTOMIZE on Win32 This fixes the problem described in: http://www.xray.mpe.mpg.de/mailing-lists/perl5-porters/2005-03/msg00740.html p4raw-link: @24122 on //depot/perl: f0c8bec29ec0362a1d5bd0ad2f2e00b2304ea2a8 p4raw-link: @24120 on //depot/perl: 7ada00a0afea1d7eec1411de227ec2e27211e619 p4raw-link: @24105 on //depot/perl: 36de116d52df0633b2c925a475f8b7e43ad9ac11 p4raw-link: @24104 on //depot/perl: 5f106f9c27148e746d86e2ea943381cda96398b4 p4raw-link: @24043 on //depot/perl: 20ef40cf6a00eee95a449854794854a93e411e3b p4raw-id: //depot/maint-5.8/perl@24184 p4raw-integrated: from //depot/perl@24183 'copy in' ext/Devel/DProf/t/DProf.t (@20269..) 'merge in' win32/win32.c (@23200..) config_h.SH (@23674..) win32/config.bc win32/config.gc win32/config.vc win32/config.vc64 (@23764..) p4raw-integrated: from //depot/perl@24120 'merge in' win32/Makefile win32/makefile.mk (@24113..) p4raw-integrated: from //depot/perl@24105 'edit in' INSTALL (@24043..) p4raw-integrated: from //depot/perl@24104 'merge in' Configure (@23909..) p4raw-integrated: from //depot/perl@24043 'merge in' pod/perlrun.pod (@23963..) perl.c (@24003..)
* Integrate:Nicholas Clark2005-02-051-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 23807] Fix for building with MinGW under Cygwin Subject: [PATCH] building win32 perl with cygwin's mingw (was: Re: [PATCH] Re: lib/Config/Extensions.t fails on Win32) From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Thu, 13 Jan 2005 16:11:36 -0800 Message-ID: <20050114001136.GC2516@efn.org> [ 23849] Subject: [perl #33892] Add Interix support From: Todd Vierling (via RT) <perlbug-followup@perl.org> Date: 21 Jan 2005 14:36:31 -0000 Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org> (except the Configure chunk) (and bump version numbers of modules) [and except the dual life modules chunk] [ 23862] Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu) From: Jarkko Hietaniemi <jhi@iki.fi> Message-ID: <41F2911E.8090204@iki.fi> Date: Sat, 22 Jan 2005 19:45:02 +0200 (drop optimisation on pp_pack.c for gcc on osf1 to -O1) [ 23864] Subject: Re: Smoke [5.9.2] 23792 FAIL(F) osf1 V5.1 (21264A)/4 cpu) From: Jarkko Hietaniemi <jhi@iki.fi> Message-ID: <41F2C427.7020003@iki.fi> Date: Sat, 22 Jan 2005 23:22:47 +0200 [ 23909] Subject: [perl #33998] [PATCH] Support for GNU/kFreeBSD From: "rmh@debian.org (via RT)" <perlbug-followup@perl.org> Date: 31 Jan 2005 07:37:55 -0000 Message-ID: <rt-3.0.11-33998-106860.15.2609323921089@perl.org> [ 23910] Add all the missing gnuk{free,net}bsd hints files to MANIFEST [ 23917] "All" "all?" Who said all? There were 2 more missing gnuk{free,net}bsd hints files to add to MANIFEST. Sort MANIFEST while I'm in the area. p4raw-link: @23917 on //depot/perl: b2de6a21dcc23a8be547019830dfeac642d34c3f p4raw-link: @23910 on //depot/perl: 4b5bf9a685821e2bf3efb2542e8e8d6ca57c3194 p4raw-link: @23909 on //depot/perl: fb2e1bc0638d5a5d7ac552a79a71a996a5d604cc p4raw-link: @23864 on //depot/perl: 0fae7d620a2a93c5758d63b6ec89d596930b4589 p4raw-link: @23862 on //depot/perl: 61ba5045923c2764dd186c0e8c1f665460baf428 p4raw-link: @23849 on //depot/perl: 0c52c6a9db5934c6cadc50a4a66634da7bea4268 p4raw-link: @23807 on //depot/perl: 22402b4762ced374b42179386a54f4055120b9fb p4raw-id: //depot/maint-5.8/perl@23936 p4raw-branched: from //depot/perl@23934 'branch in' ext/DynaLoader/hints/gnukfreebsd.pl ext/DynaLoader/hints/gnuknetbsd.pl ext/NDBM_File/hints/gnukfreebsd.pl ext/NDBM_File/hints/gnuknetbsd.pl ext/ODBM_File/hints/gnukfreebsd.pl ext/ODBM_File/hints/gnuknetbsd.pl ext/POSIX/hints/gnukfreebsd.pl ext/POSIX/hints/gnuknetbsd.pl ext/Storable/hints/gnukfreebsd.pl ext/Storable/hints/gnuknetbsd.pl hints/gnukfreebsd.sh hints/gnuknetbsd.sh p4raw-integrated: from //depot/perl@23934 'copy in' t/op/groups.t (@15977..) t/io/openpid.t (@19371..) lib/File/Find.pm (@23510..) ext/Errno/Errno_pm.PL (@23584..) 'merge in' Makefile.SH (@23751..) Configure (@23848..) p4raw-integrated: from //depot/perl@23910 'edit in' MANIFEST (@23877..) p4raw-integrated: from //depot/perl@23862 'ignore' hints/dec_osf.sh (@22585..) p4raw-branched: from //depot/perl@23849 'branch in' hints/interix.sh
* Integrate:Nicholas Clark2005-01-221-2/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 23711] Subject: [PATCH] Allow Configure's d_attribut to be set from the command line From: Gisle Aas <gisle@ActiveState.com> Date: 30 Dec 2004 03:39:36 -0800 Message-ID: <lrllbgypzb.fsf@caliper.activestate.com> [ 23751] Subject: [PATCH] unnecessary rmdir in Makefile From: Robin Barker <Robin.Barker@npl.co.uk> Date: Wed, 5 Jan 2005 11:58:54 -0000 Message-ID: <533D273D4014D411AB1D00062938C4D90849C55C@hotel.npl.co.uk> [ 23848] Subject: [perl #33892] Add Interix support From: Todd Vierling (via RT) <perlbug-followup@perl.org> Date: 21 Jan 2005 14:36:31 -0000 Message-ID: <rt-3.0.11-33892-106280.17.6407478352545@perl.org> p4raw-link: @23848 on //depot/perl: 46fcf6af865510acbf782947f6b836299b8cc42d p4raw-link: @23751 on //depot/perl: 9cf3097f51a8dfc7f98225d903e20bdcb8b43cc2 p4raw-link: @23711 on //depot/perl: bde30f852bc294abae9881d155ff4566fec5b034 p4raw-id: //depot/maint-5.8/perl@23856 p4raw-integrated: from //depot/perl@23855 'edit in' Configure (@23711..) p4raw-integrated: from //depot/perl@23751 'merge in' Makefile.SH (@23661..)
* Integrate:Craig A. Berry2004-11-301-1/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 23435] Added probes for strlcat () and strlcpy () to Configure Re-ordered config_h.SH [ 23436] Promote #23435 (strlcat ()/strlcpy ()) to non-standard OS's [ 23450] The next step in strlcat ()/ strcpy () detection and usage preparation. Change to handy.h eeded for config_h.SH [ 23455] Since strlcat/strlcpy are not argument/return value compatible with strncat/strncpy, replace the misleading defines with comment [ 23457] New Glossary and samples for blead Glossary now is in line with recent changes to config_h.SH [ 23467] Subject: [PATCH configure.com] Re: [PATCH] Detecting strlcat() and strlcpy() in Configure From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <41883C1C.3080108@mac.com> [ 23577] Add placeholders for the new strlcat and strlcpy entries in config.sh, to ensure that the config.h generated for cross- compilation will still work. p4raw-link: @23577 on //depot/perl: 0fed9934a230e001888aa53679290e506d0beb73 p4raw-link: @23467 on //depot/perl: 81aa54e6a925ccb45b7cc335e1ceb6706382d0a8 p4raw-link: @23457 on //depot/perl: fd550ca5b499626bda80de22d8c27e79f2805c9f p4raw-link: @23455 on //depot/perl: b4d4ebb4e4c360bece24cfbbd8a3734e236b948a p4raw-link: @23450 on //depot/perl: dc750f2e2552556d058aca8bac0a882290acbc05 p4raw-link: @23436 on //depot/perl: 54b118e450a05696efa125aa6f95e265900e5b61 p4raw-link: @23435 on //depot/perl: 08c920006ec0eb27982e2ca28a35e7ba85fccf44 p4raw-id: //depot/maint-5.8/perl@23578 p4raw-integrated: from //depot/perl@23576 'copy in' Configure (@23124..) config_h.SH (@23435..) 'merge in' Cross/config.sh-arm-linux Porting/Glossary plan9/config_h.sample wince/config_H.ce (@22334..) NetWare/config_H.wc (@22523..) win32/config_H.gc win32/config_H.vc win32/config_H.vc64 (@22579..) win32/config_H.bc (@22689..) configure.com (@23274..) p4raw-integrated: from //depot/perl@23450 'ignore' handy.h (@23126..) p4raw-integrated: from //depot/perl@23435 'merge in' Makefile.SH (@23394..)
* Integrate:Nicholas Clark2004-09-101-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 23122] oslevel can fail on AIX, but the output generated would confuse Configure [ 23124] Be sure HP-UX' ANSI C compiler's PATH is found *before* the path to the bundled braindead C compiler. This might influence ccache's behaviour in finding the correct path [ 23174] First steps towards an explicit perl.exp-less AIX build Previous method can still be used by undeffing usenativedlopen If that is ever tested at all on AIX [ 23188] gcc on AIX doesn't like -G on the commandline [ 23189] gcc on AIX 4 doesn't like -G on the commandline too p4raw-link: @23189 on //depot/perl: 1be326de458e100f1527bf44371fc6d90f6f67fe p4raw-link: @23188 on //depot/perl: ad5c63c6cecbd2f3619070c0fd8ea7f3132c0eae p4raw-link: @23174 on //depot/perl: 142c15906ae08e559b1337c4816a6c2a0c341e24 p4raw-link: @23124 on //depot/perl: 87bdd940c6fd08108ec93f5976066dfb8645f9af p4raw-link: @23122 on //depot/perl: e81c5c2a4504e8ed2983ba7b4e9c704c6ea45a05 p4raw-id: //depot/maint-5.8/perl@23305 p4raw-integrated: from //depot/perl@23304 'copy in' Configure (@23122..) hints/aix.sh (@23174..) p4raw-integrated: from //depot/perl@23174 'ignore' hints/aix_4.sh (@22743..)
* Integrate:Andy Dougherty2004-05-251-6/+27
| | | | | | | | | | | | | | | | | | [ 22788] add -pipe to gcc's default flags it has shown a compile time speed increase of about 40% on Linux and HP-UX, and also works on cygwin-1.5.9. On failing OS/gcc combo's remove it in the hints [ 22815] Subject: [PATCH] Configure shouldn't unconditionally add in -pipe Message-ID: <Pine.SOL.4.58.0405111313210.14279@maxwell.phys.lafayette.edu> p4raw-link: @22815 on //depot/perl: 00e89ad4bdb96e09c9ac232f26acc05942ca5f74 p4raw-link: @22788 on //depot/perl: 4a39fcdeb5ff8d29084cd5cfbaed223de8adf4c1 p4raw-id: //depot/maint-5.8/perl@22845 p4raw-integrated: from //depot/perl@22844 'copy in' hints/rhapsody.sh (@20474..) Configure (@22788..) 'merge in' hints/darwin.sh (@22571..)
* Integrate:Nicholas Clark2004-05-061-21/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22696] #24121: Configure under turkish locale fails toupper (i) != I in turkish, but U+0130 \N{LATIN CAPITAL LETTER I WITH DOT ABOVE} Patch supplied by Rafael [ 22743] usemallocwrap works on AIX, but not with vac-5 Date: Mon, 26 Apr 2004 15:35:23 +0200 From: "H.Merijn Brand" <h.m.brand@hccnet.nl> Subject: Re: Perl 5.8.4 "panic: memory wrap" in miniperl on AIX 5.1 Message-Id: <20040426152951.A6C4.H.M.BRAND@hccnet.nl> [ 22750] When configuring for 64-bit support, check that the C library functions for casting floating point values to 64-bit integer values are not broken. [ 22752] The openbsd 64-bit test should use $uquadtype rather than hardcoding unsigned long long. [ 22753] CXUX_BROKEN_CONSTANT_CONVERT isn't used anymore. Remove all associated code. [ 22759] mktables requires post 5.005 [ 22773] Subject: Re: "fuzzy" in mktables From: Jarkko Hietaniemi <jhi@iki.fi> Message-ID: <4093A82B.6040609@iki.fi> Date: Sat, 01 May 2004 16:37:47 +0300 p4raw-link: @22773 on //depot/perl: cb3d361a49c18f4222090babc337a837a7616b69 p4raw-link: @22759 on //depot/perl: 4392c1cdbbaa2a58c96028839b58d085d5bde322 p4raw-link: @22753 on //depot/perl: 8bbf3450a1ff0a3996dade29a4194cc0939d871f p4raw-link: @22752 on //depot/perl: 013ad2b3dc942a88b74694d57893e4e37ffaeb82 p4raw-link: @22750 on //depot/perl: cde164536693acd1d43df2720603245542e0ff9b p4raw-link: @22743 on //depot/perl: 88567e60ed3ba016aaedace3242715b8ab2023f7 p4raw-link: @22696 on //depot/perl: 416d0bea0e38772c96bbb172a7e7a3e555a6f0f6 p4raw-id: //depot/maint-5.8/perl@22795 p4raw-integrated: from //depot/perl@22794 'copy in' hints/cxux.sh (@1575..) hints/aix.sh (@22585..) hints/aix_4.sh (@22665..) 'edit in' lib/unicore/mktables (@22761..) p4raw-integrated: from //depot/perl@22753 'merge in' pp_pack.c (@22745..) p4raw-integrated: from //depot/perl@22750 'ignore' hints/openbsd.sh (@22697..) p4raw-integrated: from //depot/perl@22696 'copy in' Configure (@22619..)
* Integrate:Nicholas Clark2004-04-011-9/+10
| | | | | | | | | | [ 22619] Regenerated Configure after backported #22571 Some indent leftovers from earlier patches We don't like double negatives, not even in comment p4raw-link: @22619 on //depot/perl: 19a100ff7cd2ff1e07217151f23a9dc9b3c02e72 p4raw-id: //depot/maint-5.8/perl@22629 p4raw-edited: from //depot/perl@22628 'edit in' Configure (@22571..)
* Integrate:Nicholas Clark2004-04-011-12/+1
| | | | | | | | | | | | | | | | | | | | | | [ 22334] Removed pm_apiversion and xs_apiversion as requested by the pumpkin. Chainsaw was still in perfect working order. p4raw-link: @22334 on //depot/perl: e67cea9b6f4e5e16535851ce33a456c282242f0d p4raw-id: //depot/maint-5.8/perl@22628 p4raw-integrated: from //depot/perl@22627 'copy in' uconfig.h uconfig.sh (@20646..) Cross/config.sh-arm-linux (@21985..) 'merge in' NetWare/config.wc plan9/config_sh.sample (@19607..) plan9/config_h.sample (@19608..) win32/config.vc64 wince/config_H.ce (@19899..) wince/config.ce (@20031..) Porting/Glossary (@20419..) win32/config.bc win32/config.gc win32/config.vc (@21881..) p4raw-edited: from //depot/perl@22334 'edit in' config_h.SH (@21957..) Configure (@22314..) NetWare/config_H.wc Porting/config.sh Porting/config_H plan9/config.plan9 win32/config_H.bc win32/config_H.gc win32/config_H.vc win32/config_H.vc64 (@22318..) p4raw-integrated: from //depot/perl@22334 'merge in' configure.com (@22173..) epoc/config.sh (@22318..)
* Integrate:Jarkko Hietaniemi2004-03-241-0/+22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22517] Subject: malloc wrappage Message-Id: <37BF70DE-5C0E-11D8-B5A1-00039362CB92@iki.fi> plus change croak to Perl_croak_nocontext to make ithread safe plus make it conditional on PERL_MALLOC_WRAP (default for blead is on) [ 22524] Try to fix the AIX and Windows builds regarding the definedness of the PL_memory_wrap symbol. [ 22526] Detypo. [ 22571] Make usemallocwrap a Configure-time question. Default is yes for usedevel, no otherwise, but I'm expecting hints files on known good platforms to override this. (and known bad) Demonstration hints file for darwin. [ 22576] Export PL_memory_wrap based on PERL_MALLOC_WRAP rather than NO_MALLOC_WRAP following Configure changes. Identical patch to mine supplied by Steve Hay while I was working on this. IP shootout at dawn :-) [ 22577] Unlike perl, 0 in void context isn't special cased in C :-) (So it warns). Tweak the no-action malloc wrap checkers to avoid warnings. p4raw-link: @22577 on //depot/perl: 410319be38cf59e3f4abf4e02ad9f57622d4d2d5 p4raw-link: @22576 on //depot/perl: 210c4a3d4af9a86fc2ee7906a6a02d684efd3baa p4raw-link: @22571 on //depot/perl: 9df442c23deb1b1ba2f163eb54deeb4fe82ea80c p4raw-link: @22526 on //depot/perl: 3f3908796fa800fe68872cec2bbd5da4cfc02ec5 p4raw-link: @22524 on //depot/perl: 57185c71ec028665c77b9bdf20d9fb51d8458287 p4raw-link: @22517 on //depot/perl: 27d5b266d3ace9bd49a167d34f7350f3768d1326 p4raw-id: //depot/maint-5.8/perl@22583 p4raw-integrated: from //depot/perl@22581 'copy in' handy.h (@22517..) 'edit in' perl.h (@22563..) 'merge in' av.c (@19268..) hints/darwin.sh (@21520..) config_h.SH (@22334..) Configure (@22379..) p4raw-integrated: from //depot/perl@22524 'edit in' makedef.pl (@22032..) p4raw-integrated: from //depot/perl@22517 'merge in' pod/perldiag.pod (@22437..) pp.c (@22509..)
* Integrate:Nicholas Clark2004-02-261-12/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22279] All whitespace is equal, but some whitespace is more equal than others (lib/DBM_Filter/Changes line had spaces. Spaces bad. Tabs better) [ 22285] Subject: [PATCH] Fix absolute path handling in installhtml From: Steve Hay <steve.hay@uk.radan.com> Date: Fri, 06 Feb 2004 16:14:14 +0000 Message-ID: <4023BD56.6090903@uk.radan.com> [ 22298] Subject: Re: [PATCH] Add "Camel" logo icon to perl.exe on Windows From: Greg Matheson <lang@ms.chinmin.edu.tw> Date: Tue, 10 Feb 2004 12:36:33 +0800 Message-ID: <20040210043633.GA33671687@momotaro> [ 22314] 1. Creating backward compatibility for Configure after patches #22227 and #22302 to still support 5.8.x and below 2. Small change for building on GNU hurd Date: Sun, 15 Feb 2004 23:27:17 +1100 From: "Brendan O'Dea" <bod@debian.org> Message-ID: <20040215122717.GA26812@londo.c47.org> [ 22342] Add a tool to report dual-lived core modules that don't have the same version than the corresponding module on CPAN. [ 22346] Subject: [PATCH] genmk95.pl touchup for distclean on Win98 From: Greg Matheson <lang@ms.chinmin.edu.tw> Date: Fri, 20 Feb 2004 15:34:59 +0800 Message-ID: <20040220153459.A30249@ms.chinmin.edu.tw> [ 22347] Delete lib/IPC/SysV.t (duplicate of ext/IPC/SysV/t/ipcsysv.t) [ 22358] Subject: initial patch for cygwin IPC via cygserver From: Yitzchak Scott-Thoennes <sthoenna@efn.org> Date: Thu, 19 Feb 2004 09:01:13 -0800 Message-ID: <20040219170113.GA2792@efn.org> [ 22359] Subject: Re: Perl 5.8.1 on IRIX 5.3 Date: Thu, 22 Jan 2004 18:35:26 +0100 (CET) From: Georg Schwarz <geos@epost.de> Message-Id: <E1Ajijm-0006ya-LE@mikro.physik.TU-Berlin.DE> [ 22374] AIX hints stage 3: remove AIX 3 and AIX 4 after split off One open issue left: promoting to cc_r for threaded builds need a review to permit users using -Dcc=xlc_r for non threaded builds [ 22379] From: Art Haas <ahaas@airmail.net> Subject: Replacing '-rdynamic' in Configure script Date: Fri, 20 Feb 2004 13:53:56 -0600 Message-ID: <20040220195400.31177.qmail@onion.perl.org> p4raw-link: @22379 on //depot/perl: 91fc0aa523010b5e70767eabb90b518ed6cc21ae p4raw-link: @22374 on //depot/perl: 2463cec9eed76df1882d67924716c953eafc3a83 p4raw-link: @22359 on //depot/perl: 344dd6dccddaa6c2c97b81208c3d7dd420dc3e0b p4raw-link: @22358 on //depot/perl: ab9778ab423dc0f245b74b3b84d7623e49bb4482 p4raw-link: @22347 on //depot/perl: db76d109b178cedf5e14c58bc10857b590668e65 p4raw-link: @22346 on //depot/perl: ab5f7a047194357ab367848e6e322b76ed830de6 p4raw-link: @22342 on //depot/perl: dad3338cf857b476a573eeba2631a94728f16e97 p4raw-link: @22314 on //depot/perl: 761ee4e8f04fab46ae6718633150f12611f85867 p4raw-link: @22298 on //depot/perl: 770c139a437bb4b020b3675d69351268adca1056 p4raw-link: @22285 on //depot/perl: cac3fadd5244efab88a7d39b605730c92b4ac22c p4raw-link: @22279 on //depot/perl: f4e7a62b375a8f15ff1d7d2094d9593341f9121d p4raw-id: //depot/maint-5.8/perl@22388 p4raw-branched: from //depot/perl@22387 'branch in' Porting/corecpan.pl p4raw-deleted: from //depot/perl@22387 'delete in' lib/IPC/SysV.t (@10676..) p4raw-edited: from //depot/perl@22387 'edit in' Configure (@22334..) p4raw-integrated: from //depot/perl@22387 'copy in' hints/gnu.sh (@2620..) win32/genmk95.pl (@4729..) ext/IPC/SysV/hints/cygwin.pl (@4769..) hints/cygwin.sh (@20577..) hints/irix_5.sh (@20866..) installhtml (@21739..) hints/aix.sh (@22267..) 'merge in' Makefile.SH (@22302..) p4raw-integrated: from //depot/perl@22298 'merge in' win32/makefile.mk (@22287..) p4raw-integrated: from //depot/perl@22279 'edit in' MANIFEST (@22273..)
* Integrate:Nicholas Clark2004-01-261-5/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 22043] Use the optimization level -O2 by default on Linux/gcc. See : Subject: Benchmarking (was Re: GCC bug breaking Perl_sv_catpvfn()?) From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Date: Thu, 1 Jan 2004 05:32:15 +0100 Message-ID: <071601c3d020$4046d2a0$d500a8c0@R2D2> [ 22057] Subject: [PATCH configure.com] future-proof signal check From: "Craig A. Berry" <craigberry@mac.com> Date: Sun, 04 Jan 2004 22:53:40 -0600 Message-ID: <3FF8EDD4.3080308@mac.com> [ 22120] Subject: [PATCH] Make 'Configure -Dcf_by=...' work From: Gisle Aas <gisle@ActiveState.com> Date: 12 Jan 2004 02:35:27 -0800 Message-ID: <lrvfnh315c.fsf@caliper.activestate.com> [ 22173] Subject: [PATCH bleadperl] detect nanosleep on VMS Date: Sun, 18 Jan 2004 17:03:30 -0600 From: "Craig A. Berry" <craigberry@mac.com> Message-ID: <400B10C2.9060504@mac.com> [ 22175] Describe how to limit the perl's default @INC during Configure to _not_ include older versions [ 22177] Allow -Uinc_version_list to mean -Dinc_version_list=none See INSTALL for more details p4raw-link: @22177 on //depot/perl: d2556f21d71ad9b4d9444ec45f73027fe044fcfc p4raw-link: @22175 on //depot/perl: 3f847123752a7345ec427e2d90c1dc121823a61a p4raw-link: @22173 on //depot/perl: 02e1c2f1c4f0858353f9cc49bc10789e69f32bb5 p4raw-link: @22120 on //depot/perl: 7c04078ea21d9035bc412dbd7b8edf35773a2c43 p4raw-link: @22057 on //depot/perl: dfc1d8886424c8cecb2f02982ff2ebcc36eb57c5 p4raw-link: @22043 on //depot/perl: 051e4fe1efae394fc029e116526cd46285a0a0df p4raw-id: //depot/maint-5.8/perl@22220 p4raw-integrated: from //depot/perl@22219 'copy in' hints/linux.sh (@21673..) Configure (@22120..) 'merge in' INSTALL (@21661..) p4raw-integrated: from //depot/perl@22057 'edit in' configure.com (@21944..)
* Integrate:Nicholas Clark2003-12-051-3/+3
| | | | | | | | | | | | | | | | | | | [ 21840] Subject: Re: a2p.pod not being installed in 5.8.2? From: Alan Burlison <Alan.Burlison@sun.com> Date: Thu, 04 Dec 2003 12:14:30 +0000 Message-ID: <3FCF2526.3030905@sun.com> [ 21846] Subject: [PATCH] Configure gets d_u32align wrong From: Gisle Aas <gisle@ActiveState.com> Date: 05 Dec 2003 03:47:01 -0800 Message-ID: <lr4qwfbi6i.fsf_-_@caliper.activestate.com> p4raw-link: @21846 on //depot/perl: 7eac3fd66f15e1d64b9c1e410b92cb61358fba07 p4raw-link: @21840 on //depot/perl: ffb5d6c50e5ded491eee7ff839e42f8d3acbf6dd p4raw-id: //depot/maint-5.8/perl@21848 p4raw-integrated: from //depot/perl@21847 'copy in' Configure (@21712..) 'merge in' installperl (@21827..)
* Integrate:Nicholas Clark2003-11-151-46/+48
| | | | | | | | | | | | | | [ 21712] Enable hints to create call-back units that can act when a specific variable is *not* set (like -Uuselargefiles) [ 21713] Simplified the reading p4raw-link: @21713 on //depot/perl: a9d9270b1989803b2cc2c5f6d551fe8565bcc2d0 p4raw-link: @21712 on //depot/perl: 9da7673b7054f9d1835c479b7fbc956d286d5af9 p4raw-id: //depot/maint-5.8/perl@21731 p4raw-integrated: from //depot/perl@21730 'copy in' hints/README.hints (@17892..) Configure (@21268..) hints/solaris_2.sh (@21554..)
* Integrate:Jarkko Hietaniemi2003-09-181-11/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 21263] Subject: RE: MM in maint@21251 breaks mp2 From: "Orton, Yves" <yves.orton@de.mci.com> Message-ID: <71B318898201D311845C0008C75DAD1C089611FE@defra1ex2> Date: Wed, 17 Sep 2003 15:47:35 +0100 [ 21264] A potential fix for non-empty LD in Unix. [ 21266] Make it possible to override the mistrustnm hint in Solaris. [ 21267] Patch from Enache Adrian for the new tricks of gcc 3.4 for "is this symbol defined" scanning of Configure. [ 21268] Subject: 5.8.1 warnings when long double == double From: Andy Dougherty <doughera@lafayette.edu> Date: Wed, 10 Sep 2003 12:03:53 -0400 (EDT) Message-ID: <Pine.SOL.4.53.0309101203010.10837@maxwell.phys.lafayette.edu> (the changed message) [ 21270] Subject: Patch for VMS::Filespec From: Ken Williams <ken@mathforum.org> Date: Wed, 17 Sep 2003 20:11:46 -0500 Message-Id: <12FBA07F-E975-11D7-BDD7-003065F6D85A@mathforum.org> [ 21271] Missed OS/2 patch hunk. p4raw-link: @21271 on //depot/perl: d79a646beae7a86020bf36abcfc0cb1db4f161bd p4raw-link: @21270 on //depot/perl: ee1280c953682bb27ef889bc50cff06de7d58555 p4raw-link: @21268 on //depot/perl: 7ad90562640caa7bf113483a230fea3eb0d77a9f p4raw-link: @21267 on //depot/perl: 373dfab3839ca168fd2249c0b2b694722e478652 p4raw-link: @21266 on //depot/perl: 9cad8f9ea8a488b12e3eec9841e77fb483d483ee p4raw-link: @21264 on //depot/perl: d6c6162f7f7e5f417fee7c0cbae6b13c7d35eaaa p4raw-link: @21263 on //depot/perl: a6ab0b5c7971198624b2f1ac7ae236adc2773b84 p4raw-id: //depot/maint-5.8/perl@21272 p4raw-integrated: from //depot/perl@21265 'copy in' lib/ExtUtils/t/MM_Unix.t (@20464..) vms/ext/Filespec.pm (@20688..) Configure (@20881..) os2/os2.c (@21219..) lib/ExtUtils/MM_Unix.pm lib/ExtUtils/MM_Win32.pm lib/ExtUtils/t/MM_Win32.t (@21238..) hints/solaris_2.sh (@21260..)
* Integrate:Jarkko Hietaniemi2003-08-251-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 20875] Upgrade to CGI.pm 3.00. [ 20876] Keep the CGI::Util VERSION at 1.31 since there have been changes since Perl 5.8.0. [ 20877] Change the VERSION since there are now changes since Perl 5.8.0. [ 20878] Document even more ways of affecting your "utf8ness". [ 20879] Subject: Please update my address From: Ed Avis <ed@membled.com> Date: Mon, 25 Aug 2003 13:16:45 +0100 (BST) Message-ID: <Pine.LNX.4.20L2.0308251314530.29902-100000@budvar.future-i.net> (Just the AUTHORS part, though, I don't think retroactively updating the Changes* is useful.) [ 20880] Subject: [PATCH] valgrind and /#/x From: Dave Mitchell <davem@fdgroup.com> Date: Mon, 25 Aug 2003 13:27:49 +0100 Message-ID: <20030825122748.GA15560@fdgroup.com> [ 20881] UVSIZE is not yet defined when it would be needed by MULTIARCH. So go back to LONGSIZE, and (belt- and-suspenders-and-rope style) later in UVSIZE possibly redefine BYTEORDER. p4raw-link: @20881 on //depot/perl: 050a890dfac58c5fb0e87881b6731a50e42b72bc p4raw-link: @20880 on //depot/perl: e25e13010f33e943d98a02c701fcec90c1ad6a11 p4raw-link: @20879 on //depot/perl: 0aa38fa1157d012b85942b1714a3f2e70208b9a7 p4raw-link: @20878 on //depot/perl: a74e8b4571c841138aec148a654ce0bd3bbab6e0 p4raw-link: @20877 on //depot/perl: 1dc5365a5b4c223ec27fb1bd1204f55701296e28 p4raw-link: @20876 on //depot/perl: c51122bc861fc9c2e400b41ac55d6bb798bd6147 p4raw-link: @20875 on //depot/perl: cff9980965379582a7e6bc54ef5e679209355670 p4raw-id: //depot/maint-5.8/perl@20883 p4raw-integrated: from //depot/perl@20874 'copy in' ext/I18N/Langinfo/Langinfo.pm (@13703..) lib/CGI.pm (@20247..) AUTHORS (@20553..) lib/CGI/Util.pm (@20699..) lib/utf8.pm (@20822..) Configure config_h.SH (@20856..) 'merge in' regcomp.c (@20405..)
* Integrate:Jarkko Hietaniemi2003-08-231-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 20850] Subject: [PATCH] Re: valgrind as a leak hound? From: "Marcus Holland-Moritz" <mhx-perl@gmx.net> Date: Fri, 22 Aug 2003 23:28:18 +0200 Message-ID: <002201c368f4$4e5a5e40$0c2f1fac@R2D2> Add the leak detection to valgrind testing. [ 20851] Doc tweaks on perlhack. [ 20853] Move the note about known eval leaks earlier. [ 20854] More data points about the Storable optimization problem in Linux. (It might be that also non-Debians are affected, waiting for more information.) [ 20855] Add more comments so that one can see what is supposed to happen. [ 20856] Subject: Re: bytecode.t & OS X "Invalid bytecode for this architecture" From: Enache Adrian <enache@rdslink.ro> Date: Mon, 4 Aug 2003 16:20:19 +0300 Message-ID: <20030804132019.GA6764@ratsnest.hole> p4raw-link: @20856 on //depot/perl: 538c07cc47462f860164a221f4f667ce2103ec45 p4raw-link: @20855 on //depot/perl: 831715739566ec1d17a596fbf61e3cf9f3f7b41e p4raw-link: @20854 on //depot/perl: 08ee46b53d9967e7ffae33a3125bf7fe978a64e7 p4raw-link: @20853 on //depot/perl: 37c0adebee4df35675070b1f30e9578094f823d7 p4raw-link: @20851 on //depot/perl: a958818a694caec0b76e9ef74fd37212931fdce7 p4raw-link: @20850 on //depot/perl: d44161bfbb2e964e9675634d6bf5e566d1d1d4f7 p4raw-id: //depot/maint-5.8/perl@20858 p4raw-branched: from //depot/perl@20845 'branch in' t/perl.supp p4raw-integrated: from //depot/perl@20845 'copy in' t/op/lc.t (@18280..) config_h.SH (@20413..) Configure (@20550..) ext/Storable/hints/linux.pl (@20825..) pod/perlhack.pod (@20851..) 'merge in' t/TEST (@20786..) MANIFEST (@20834..)
* Lingering nanosleep.Jarkko Hietaniemi2003-08-151-7/+1
| | | p4raw-id: //depot/maint-5.8/perl@20723
* Integrate:Peter Prymmer2003-08-071-24/+31
| | | | | | | | | | | | | | | | | | | | | | | [ 20550] Allow hinting d_semctl_semun and d_semctl_semid_ds. [ 20552] Hint away the semid_ds test in NetBSD/sparc. [ 20553] Some AUTHORS updates. [ 20554] Subject: Fw: [PATCH: perl@20512] DBG build tweaks for VMS. Message-ID: <OFA59024FD.170B3227-ON85256D7B.00630753-85256D7B.00631048@factset.com> p4raw-link: @20554 on //depot/perl: 71a0fcfa4f595293e734533885433c47a0d65f10 p4raw-link: @20553 on //depot/perl: 1f763e40f4afeac40b270875dc9e1bc8d4db5f38 p4raw-link: @20552 on //depot/perl: 3332bd48887b0ba301a11465bf667141ae01ada3 p4raw-link: @20550 on //depot/perl: 2fad75a19411f05e47e6609ac632b714c1ebdf95 p4raw-id: //depot/maint-5.8/perl@20555 p4raw-integrated: from //depot/perl@20549 'copy in' AUTHORS (@20498..) hints/netbsd.sh (@20544..) 'merge in' Configure (@20435..) vms/descrip_mms.template (@20497..)
* Integrate:Jarkko Hietaniemi2003-08-021-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 20435] Missed this bit in the last update: couldn't answer '' or ' ' to get 'none'. [ 20437] Hugo's second thoughts: drop the relatively rare and slow optimization for now. [ 20438] Subject: [PATCH] argv case nit for VMS From: "Craig A. Berry" <craigberry@mac.com> Date: Fri, 01 Aug 2003 19:16:30 -0500 Message-ID: <3F2B02DE.10207@mac.com> [ 20439] Subject: [PATCH] ioctl for VMS From: "Craig A. Berry" <craigberry@mac.com> Date: Fri, 01 Aug 2003 23:34:31 -0500 Message-ID: <3F2B3F57.4050609@mac.com> [ 20440] Subject: [PATCH @20348] Re: [PATCH @19834] DProf fixes From: Radu Greab <rgreab@fx.ro> Date: Sat, 02 Aug 2003 00:17:49 +0300 (EEST) Message-Id: <20030802.001749.101708736.radu@yx.primIT.ro> p4raw-link: @20440 on //depot/perl: 19bcb543e1f5bb004bdf7d16ba95ef96ce9e99c8 p4raw-link: @20439 on //depot/perl: 670137c257a6256f68b1db438a3e2732ae609263 p4raw-link: @20438 on //depot/perl: 0e4142c9ef66ed123e5cb4a3557464b3ba4f2314 p4raw-link: @20437 on //depot/perl: 44a689609fa78445e4c210006ef16da270d4e29e p4raw-link: @20435 on //depot/perl: 257059b58a2d77aba48bf099d2f6f36a7db36640 p4raw-id: //depot/maint-5.8/perl@20442 p4raw-integrated: from //depot/perl@20434 'copy in' pod/pod2usage.PL (@6578..) ext/Encode/bin/enc2xs (@18175..) pod/podselect.PL (@18224..) ext/Devel/DProf/Changes (@18526..) vms/vmsish.h (@19979..) ext/Devel/DProf/DProf.pm ext/Devel/DProf/DProf.xs t/lib/dprof/test8_t t/lib/dprof/test8_v (@20034..) 'merge in' configure.com (@19921..) regexec.c (@20387..) Configure (@20413..)
* Integrate:Jarkko Hietaniemi2003-08-011-130/+116
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 20410] Regen Configure for the new *dir installation variables. If these don't work, ask Schwern. [ 20411] More for the *dir changes. [ 20413] Regen Configure to use the *html*dir files. (installhtml uses none of that, though) [ 20416] Argument sanity checking. [ 20417] Fix the options. [ 20418] Now the test should be really testing what it's supposed to. [ 20419] Regen Glossary et al. [ 20420] Update INSTALL on the *dir. (Configure, Glossary, et al regenerated) p4raw-link: @20420 on //depot/perl: 66e2fe9258619e782889bb7a360144209169d13b p4raw-link: @20419 on //depot/perl: e755722e9001bc986294a4641e1dc2962d0420f1 p4raw-link: @20418 on //depot/perl: ba566e15f2fea5ab804d1ca2a5c5c22540e0ee39 p4raw-link: @20417 on //depot/perl: b7bf3a0074fce3ee1630a1018af168e21ff90908 p4raw-link: @20416 on //depot/perl: 343d4a7b5ebf964bf385c7adaec6ad16bb25298d p4raw-link: @20413 on //depot/perl: 8d2cbf275bdbe423a78c055275f6608f68d8afad p4raw-link: @20411 on //depot/perl: 8d4e7e3907672fbc74df892b580e2e92408bf462 p4raw-link: @20410 on //depot/perl: 91e123a8d1ae25f8481c6846e24f3025e34dcda6 p4raw-id: //depot/maint-5.8/perl@20421 p4raw-edited: from //depot/perl@20409 'edit in' config_h.SH (@19897..) Porting/Glossary Porting/config.sh Porting/config_H (@19902..) Configure Policy_sh.SH (@20066..) p4raw-integrated: from //depot/perl@20409 'copy in' t/test.pl (@20240..) ext/B/t/bytecode.t (@20393..) INSTALL (@20396..) 'merge in' hints/darwin.sh (@20379..)
* Regen Configure, Glossary, et alia.Jarkko Hietaniemi2003-07-031-1/+1
| | | p4raw-id: //depot/maint-5.8/perl@19958
* Integrate:Jarkko Hietaniemi2003-07-011-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19896] Integrate #19892, #19895 from perlio to compile and avoid crashing on Win32. [ 19897] Subject: Re: Subject: Problems: 5.8.1, Solaris, Configure, sched_yield(), -lrt & -lposix4 From: Alan Burlison <Alan.Burlison@sun.com> Date: Tue, 01 Jul 2003 00:03:24 +0100 Message-ID: <3F00C1BC.3020103@sun.com> [ 19898] Rework Time::HiRes not to need HAS_NANOSLEEP from Configure. [ 19899] More nanosleep removal. [ 19900] Regen Configure. [ 19902] Regen Glossary et al. [ 19903] Switch on PERL_IMPLICIT_SYS, not on Win32. [ 19906] Do the "aligned contiguous" check only if the arguments look like aligned; re-introduce the "traditional contiguous" checks with OS/2 special quirks and all. [ 19910] Integrate from perlio: [ 19909] binmode() should affect IoOFP() as well as IoIFP() if it is distinct (e.g. sockets). [ 19911] Tweak an existing IO test to test also the change #19910. [ 19912] One more test (does binmode()ing a socket succeed) and add -w. [ 19913] Even more :utf8 socket testing, now in both directions. [ 19914] A naked values() caused shuffling of lib/Config.pm, which in turn caused unnecessary rebuilds. [ 19915] Upgrade to Unicode::Normalize 0.23. [ 19916] Subject: [PATCH] B:: fixes + 'When were CVOPs gone ?' From: Enache Adrian <enache@rdslink.ro> Date: Tue, 1 Jul 2003 19:51:25 +0300 Message-ID: <20030701165125.GA1521@ratsnest.hole> [ 19917] Subject: [PATCH] long C<=item>s in pod/perlunicode.pod From: Robin Barker <Robin.Barker@npl.co.uk> Date: Tue, 1 Jul 2003 18:21:34 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D9040465A9@hotel.npl.co.uk> Subject: [PATCH] long C<=item>s in lib/CGI.pm From: Robin Barker <Robin.Barker@npl.co.uk> Message-ID: <533D273D4014D411AB1D00062938C4D9040465AA@hotel.npl.co.uk> Date: Tue, 1 Jul 2003 18:25:17 +0100 Subject: [PATCH] long <=item>s in lib/ExtUtils/MakeMaker/FAQ.pod From: Robin Barker <Robin.Barker@npl.co.uk> Date: Tue, 1 Jul 2003 18:29:09 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D9040465AB@hotel.npl.co.uk> [ 19918] Add a new utility, Porting/Modules. p4raw-link: @19918 on //depot/perl: b2611ffd7151da72f6720ecd6efcd9b61d3e4a8e p4raw-link: @19917 on //depot/perl: 557a2462ece619ba06f0ee196dcad727ffc79c01 p4raw-link: @19916 on //depot/perl: 651aa52ea1faa8061eb86ace84ffe785cc94a922 p4raw-link: @19915 on //depot/perl: 00f2676f1aefa4f63dc907f8e482842b561116e3 p4raw-link: @19914 on //depot/perl: 15297a7d24155f38a9759bfd3db39e6dd6630142 p4raw-link: @19913 on //depot/perl: 0c28a436acff84349afe3791afaa654be3125814 p4raw-link: @19912 on //depot/perl: ce4f4a1cb8714c6c6c3c7b002c9830a7cafc6780 p4raw-link: @19911 on //depot/perl: fcdfa64f00b09a96e600a3d32233f0cfc92774c2 p4raw-link: @19910 on //depot/perl: 38af81ff258ecdcd67c7b6fdf4b602a68c7fd75f p4raw-link: @19909 on //depot/perlio: 5a828df094714ebe5d444cf1aea96c870ca9e452 p4raw-link: @19906 on //depot/perl: 43c32782ed6d18ddfca58337454582a388bfa6f8 p4raw-link: @19903 on //depot/perl: c3446a789032c3dfb559d092d3152947e04a2547 p4raw-link: @19902 on //depot/perl: 65d1576c0f450607500ac750f1ac3edd7139b225 p4raw-link: @19900 on //depot/perl: 154319865eadc8ccc6a29927f700ec79ff1ad0ed p4raw-link: @19899 on //depot/perl: 0696b3f901e6e39faf5cf61e99d88d9434ebaf79 p4raw-link: @19898 on //depot/perl: 046e3f33bfc965c84e96ed0ef0ba38b777cb38bf p4raw-link: @19897 on //depot/perl: 6bdd71ef1830fa9fb85306405e4da0222df1321d p4raw-link: @19896 on //depot/perl: 15e890e9f40e1f08583b147ed6ceb93e819e7aa1 p4raw-id: //depot/maint-5.8/perl@19919 p4raw-branched: from //depot/perl@19893 'branch in' Porting/Modules ext/Time/HiRes/hints/dec_osf.pl p4raw-edited: from //depot/perl@19893 'edit in' config_h.SH (@19608..) Configure (@19760..) p4raw-integrated: from //depot/perl@19893 'copy in' ext/Time/HiRes/hints/sco.pl (@10953..) configpm (@18780..) ext/B/B/Debug.pm (@18856..) ext/IO/lib/IO/t/io_sock.t (@18918..) ext/B/typemap (@18984..) hints/vos.sh (@19124..) Makefile.SH (@19549..) uconfig.sh (@19607..) uconfig.h (@19608..) lib/CGI.pm (@19664..) hints/solaris_2.sh (@19709..) lib/ExtUtils/MakeMaker/FAQ.pod (@19721..) ext/Unicode/Normalize/Changes ext/Unicode/Normalize/Normalize.pm ext/Unicode/Normalize/Normalize.xs (@19735..) pod/perlunicode.pod (@19782..) ext/Time/HiRes/Makefile.PL (@19789..) ext/Time/HiRes/HiRes.xs (@19824..) pp_sys.c (@19836..) t/op/magic.t (@19887..) 'merge in' ext/B/defsubs_h.PL (@18727..) ext/B/B.xs (@18856..) epoc/config.sh win32/config.gc win32/config.vc win32/config.vc64 wince/config.ce (@19607..) NetWare/config_H.wc win32/config_H.bc win32/config_H.gc win32/config_H.vc win32/config_H.vc64 wince/config_H.ce (@19608..) Cross/config.sh-arm-linux (@19627..) configure.com (@19719..) MANIFEST (@19831..) perl.h (@19880..) ext/B/B.pm (@19886..) perl.c (@19890..)
* Integrate:Jarkko Hietaniemi2003-06-131-2/+2
| | | | | | | | | [ 19760] Even more tweakage on symbol scanning from Alan Burlison. p4raw-link: @19760 on //depot/perl: 88cf0b85d17739fdbeaecfb7daffd6e2e8cf92a9 p4raw-id: //depot/maint-5.8/perl@19762 p4raw-integrated: from //depot/perl@19759 'merge in' Configure (@19742..)
* Integrate:Jarkko Hietaniemi2003-06-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19740] Doc nit. [ 19741] Subject: [PATCH: perl@19733] fix vmsish.t #25 by letting $0 find itself in the face of chdir() calls From: PPrymmer@factset.com Date: Wed, 11 Jun 2003 09:00:34 -0400 Message-ID: <OF2535E971.A30D9C74-ON85256D42.00461FF9-85256D42.004776C4@factset.com> [ 19742] Subject: [PATCH] Configure -Dnoextensions would not accept a list From: Andy Dougherty <doughera@lafayette.edu> Date: Wed, 11 Jun 2003 13:35:26 -0400 (EDT) Message-ID: <Pine.SOL.4.53.0306111331550.2477@maxwell.phys.lafayette.edu> [ 19744] Subject: Re: [PATCH] Annoyingly unhelpful messages from lib/File/Temp/t/security.t From: Andy Dougherty <doughera@lafayette.edu> Date: Wed, 11 Jun 2003 12:57:58 -0400 (EDT) Message-ID: <Pine.SOL.4.53.0306111252540.19074@maxwell.phys.lafayette.edu> [ 19746] Be polite and destroy the mutexes and conditions we use! [ 19747] Slightly amended version of the proposed patch for "[perl #22390] export PERLIO=bytes segfaults"; the amendment is to set errno. TODO: we really should not get here if the layer stack is corrupt or non-sensical (like "bytes"). [ 19748] Further perlio doc tweaks. [ 19749] More perlio ->Open paranoia. Set errno to EINVAL if there's no ->Open, not if ->Open returns NULL. [ 19750] In free we want to destroy, not init, thanks to Tim Bunce for detecting this. Should hopefully fix memory leak on Tru64 [ 19751] Patch for a warning emitted twice, from : Subject: [PATCH: perl@19733] "perldoc -f -X" + "extra warning from -T" From: Steve Grazzini <grazz@pobox.com> Date: Wed, 11 Jun 2003 00:46:47 -0400 Message-ID: <20030611044647.GA16696@grazzini.net> [ 19752] Add a new warning, "Newline in left-justified string for printf/sprintf" to be issued if the string to be left-justified by s?printf contains a newline. Subject: [PATCH] RE: [perl #22599] Strange behaviour when combining foreac h and printf From: Robin Barker <Robin.Barker@npl.co.uk> Date: Wed, 11 Jun 2003 18:10:14 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D904046571@hotel.npl.co.uk> [ 19756] The changes #8803 and #8896 that fixed JPL for use with JDK 1.2/1.3 had somehow disappeared. [ 19758] Sync with libnet 1.15 p4raw-link: @19758 on //depot/perl: e85b91f4ef1ea8b91be23d5814d9e629f7fd72f0 p4raw-link: @19756 on //depot/perl: 2868e2bb2b1cf521f022c2f26ac0adccd8f45749 p4raw-link: @19752 on //depot/perl: dca6e23fb83957e896abba24cceb553cbf56fb78 p4raw-link: @19751 on //depot/perl: f93414403b07cda0cb271cd283f020f4981ff2c8 p4raw-link: @19750 on //depot/perl: cab6ddb148f81f3a8ba8061eb3d06dfdbd4d2132 p4raw-link: @19749 on //depot/perl: 67363c0d4f1afeee7e193e700845c9f68327d8c8 p4raw-link: @19748 on //depot/perl: 18aba96f40a877297fb70961dbd4be7bc6f1c199 p4raw-link: @19747 on //depot/perl: 56c3d3d7f7f1b45cf341cc25dbc0fbde54dceab1 p4raw-link: @19746 on //depot/perl: 579f9913bd0b54ec2474ba1d4322c32a64a3ee05 p4raw-link: @19744 on //depot/perl: b0044e0559ee2d2c6a9f7e077b0d1cee21452762 p4raw-link: @19742 on //depot/perl: c3dadc13ecc6ab6af328ca3d3e57d4da7767d678 p4raw-link: @19741 on //depot/perl: ef275d6f08d4a9026701c644c1a428d91f4e0ba3 p4raw-link: @19740 on //depot/perl: 8267c26231a981c8bf518d9a17713993cce69149 p4raw-link: @8803 on //depot/perl: 103a71894980ab015937511f33d840c7f030e8a4 p4raw-id: //depot/maint-5.8/perl@19759 p4raw-integrated: from //depot/perl@19757 'copy in' lib/File/Temp/t/security.t (@12235..) t/lib/warnings/sv (@15789..) lib/vmsish.t (@19060..) lib/PerlIO.pm (@19327..) lib/Net/ChangeLog.libnet lib/Net/FTP.pm (@19661..) pod/perlrun.pod (@19668..) perlio.c (@19688..) ext/threads/shared/shared.xs (@19715..) INSTALL (@19730..) 'merge in' pp_sys.c (@19534..) pod/perldiag.pod (@19637..) Configure (@19710..) perl.h (@19738..) perl.c sv.c (@19739..)
* Integrate:Jarkko Hietaniemi2003-06-091-8/+16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19705] Work in non core env. [ 19706] Remove warnings from tests. [ 19707] Last patch broke this slightly because INC was wrong. [ 19708] Major (internal) change to make it much more easy to embed threaded perl because we don't use our own TLS for the current thread info, but instead use PL_modglobal. Should make the mod_perl2 team (Hi Stas!) happy. Should also be more robust. [ 19709] More symbol scan logic from Alan Burlison. [ 19710] Regen Configure et al. [ 19712] Subject: Re: forwarded you a test result From: Dan Kogai <dankogai@dan.co.jp> Date: Sun, 8 Jun 2003 11:04:43 +0900 Message-Id: <92344ED4-9955-11D7-8DFA-000393AE4244@dan.co.jp> [ 19714] Subject: [PATCH] pack.t tweak for non-IEEE VMS systems From: "Craig A. Berry" <craigberry@mac.com> Date: Sun, 08 Jun 2003 16:49:43 -0500 Message-ID: <3EE3AF77.7060302@mac.com> [ 19715] Support blessed shared references. [ 19717] windows: fix memory leak in %ENV handling (shows up as a leak even in the simplest fork() loop, because perl_construct() now does the equivalent of %ENV assignments using mg_set()) [ 19719] Subject: [PATCH: perl@19683] fix ups for perlivp on VMS plus more symbols for utils From: PPrymmer@factset.com Date: Mon, 9 Jun 2003 09:57:43 -0400 Message-ID: <OFBA811434.A612F1C0-ON85256D40.004B5ECC-85256D40.004CB24D@factset.com> [ 19720] fix for perlio.t failures on windows (from Dan Kogai) [ 19721] Subject: [PATCH] ExtUtils::MakeMaker 6.10_06 (plus FAQ update) From: Michael G Schwern <schwern@pobox.com> Date: Sat, 7 Jun 2003 01:16:32 -0700 Message-ID: <20030607081632.GA16228@windhund.schwern.org> (and regen Configure et al) p4raw-link: @19721 on //depot/perl: c2990482fb4d986615c32035b6b49c5a9a91336d p4raw-link: @19720 on //depot/perl: fae0605c8f29e9cd788866c0d0e8691a9f792365 p4raw-link: @19719 on //depot/perl: 972e9305c0a0aa1fd93bbafc5c7ef4fd5f2686ac p4raw-link: @19717 on //depot/perl: 2b93cd4d46ec719fcb7815a283251a218f198212 p4raw-link: @19715 on //depot/perl: 5c360ac576a2bcf18ac7d94918a700da7abf2c22 p4raw-link: @19714 on //depot/perl: 71f93cb90a7a9a642b3934238bdb85ce8183854f p4raw-link: @19712 on //depot/perl: 9c593e561852176647e05b5ce7f8a86c1208b1df p4raw-link: @19710 on //depot/perl: 6b34ded522041fe3e2ad5054aa6dbc51c43f9d7e p4raw-link: @19709 on //depot/perl: 5129fff43c4fe08cb17d8789b8a5c778039a25c3 p4raw-link: @19708 on //depot/perl: c05ae023d058dfbcc400f4f90916eb8a95daaf13 p4raw-link: @19707 on //depot/perl: c1821372ec7da3ea1411a8ae41293389b2165a48 p4raw-link: @19706 on //depot/perl: a31a65c0bb15a314af697dcdcc79bc9e66e65a12 p4raw-link: @19705 on //depot/perl: 974ec8aabf7e88f4525f977f303f53cf975a56ac p4raw-id: //depot/maint-5.8/perl@19722 p4raw-edited: from //depot/perl@19704 'edit in' Configure (@19604..) Porting/Glossary Porting/config.sh (@19606..) Porting/config_H (@19608..) p4raw-integrated: from //depot/perl@19704 'copy in' ext/threads/t/stress_cv.t ext/threads/t/stress_string.t (@12230..) ext/threads/t/stress_re.t (@14150..) ext/threads/t/libc.t (@14602..) ext/threads/t/end.t (@15312..) ext/Encode/t/Encode.t (@15616..) utils/perlivp.PL (@17211..) ext/threads/t/list.t (@17466..) ext/threads/shared/t/hv_refs.t (@18413..) ext/threads/t/basic.t (@18417..) ext/threads/t/problems.t (@18434..) ext/threads/shared/shared.pm (@18707..) win32/perlhost.h (@18763..) lib/ExtUtils/t/Liblist.t (@19099..) ext/threads/t/thread.t (@19289..) ext/threads/shared/shared.xs (@19299..) hints/solaris_2.sh (@19380..) lib/ExtUtils/MakeMaker/FAQ.pod (@19594..) ext/threads/t/join.t (@19619..) ext/Encode/t/perlio.t (@19644..) ext/threads/threads.xs (@19691..) lib/ExtUtils/Changes lib/ExtUtils/META.yml lib/ExtUtils/MM_Any.pm (@19703..) 'merge in' t/op/pack.t (@19351..) configure.com (@19607..)
* Integrate:Jarkko Hietaniemi2003-05-241-1/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19592] Workaround for buggy gcc 2.95.3 in openbsd/sparc64. [ 19593] Subject: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...] From: Dan Kogai <dankogai@dan.co.jp> Date: Fri, 23 May 2003 20:17:16 +0900 Message-Id: <1C123D88-8D10-11D7-B277-000393AE4244@dan.co.jp> [ 19594] Subject: [PATCH] ExtUtils::MakeMaker 6.10_03 -> 6.10_04 From: Michael G Schwern <schwern@pobox.com> Date: Fri, 23 May 2003 02:10:46 -0700 Message-ID: <20030523091046.GB11662@windhund.schwern.org> [ 19595] Subject: Re: Stateful PerlIO implemented [Was: [perl #22261] Was: Unrecognised BOM...] From: Dan Kogai <dankogai@dan.co.jp> Date: Sat, 24 May 2003 00:15:49 +0900 Message-Id: <6F7B29DA-8D31-11D7-9F95-000393AE4244@dan.co.jp> [ 19596] U/WIN extension fix from John P. Linderman. [ 19597] Linewrapping MUAs, grumble. [ 19598] Hasty editing, grumble. [ 19599] Subject: [PATCH] RE: [PATCH] RE: maint snapshot @ 19525 From: Robin Barker <Robin.Barker@npl.co.uk> Date: Fri, 23 May 2003 17:32:22 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D90404653C@hotel.npl.co.uk> [ 19600] Subject: [PATCH] for Configure -Dnoextensions=Encode From: Robin Barker <Robin.Barker@npl.co.uk> Date: Fri, 23 May 2003 17:37:09 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D90404653D@hotel.npl.co.uk> [ 19601] Subject: [PATCH] RE: state of deparse? From: Robin Barker <Robin.Barker@npl.co.uk> Date: Fri, 23 May 2003 17:42:37 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D90404653E@hotel.npl.co.uk> [ 19602] Noticed by John P. Linderman. [ 19603] lib/ftp.pl requires the obsoleted (and removed) chat2.pl. [ 19604] Add a real scan for pthread_attr_setscope(). [ 19606] Regen Glossary et al. [ 19607] Introduce (undefined) pthread_attr_setscope to non-Configure lands. [ 19608] Missing "to". [ 19610] Subject: [PATCH #2] Re: [perl #22181] goto undefines my() variables From: Dave Mitchell <davem@fdgroup.com> Date: Thu, 22 May 2003 10:13:19 +0100 Message-ID: <20030522091319.GA4568@fdgroup.com> Subject: Re: [PATCH #2] Re: [perl #22181] goto undefines my() variables From: Dave Mitchell <davem@fdgroup.com> Date: Fri, 23 May 2003 17:09:44 +0100 Message-ID: <20030523160944.GC9194@fdgroup.com> (Regen Configure, Glossary, et al) (One metaconfig beauty tweak sneaked in) p4raw-link: @19610 on //depot/perl: 241416b843acd61d654907e145e85fc482a50be6 p4raw-link: @19608 on //depot/perl: d1e22115d646ecce137e54c6ce8191dc91d252c4 p4raw-link: @19607 on //depot/perl: e0e3c57ad9f042b7ff4eb12755ee3feaad30892b p4raw-link: @19606 on //depot/perl: 505656d388154e1318fd47e0b746bb415dc9e6cc p4raw-link: @19604 on //depot/perl: 58d975c3f477b5042b8ebb54dfefbe22116c9794 p4raw-link: @19603 on //depot/perl: 5838c20cbc655050024f8cc4f3747da54d859745 p4raw-link: @19602 on //depot/perl: 36894f0ba8dd1f63e5f514f7f82e6e7c703d459c p4raw-link: @19601 on //depot/perl: 8e3542b6b408b9e409cdf6608e65d34ace8fb91e p4raw-link: @19600 on //depot/perl: 54cfe9430e7706de0a1d08138e242eb6c92b15c8 p4raw-link: @19599 on //depot/perl: 287c8091529321306208d03ea400ad532aea56f5 p4raw-link: @19598 on //depot/perl: fb207d526ce4bce3776385fc87bb41c535edcb76 p4raw-link: @19597 on //depot/perl: b178072c5439c3d8a6158009a17f9adb2b41f9d1 p4raw-link: @19596 on //depot/perl: a78934438304d870bbb6692563b455a4378d1d7a p4raw-link: @19595 on //depot/perl: 47dd3999631d2fd5030069ca2ee4380b5f022d88 p4raw-link: @19594 on //depot/perl: 2530b651d288d7db98df4c0991f07a783a1cd32c p4raw-link: @19593 on //depot/perl: a0d8a30e4d6cdcb83a19818856ccc52190cdd95f p4raw-link: @19592 on //depot/perl: db0b859feb1075204019fdea30072b46da24e0c5 p4raw-id: //depot/maint-5.8/perl@19611 p4raw-branched: from //depot/perl@19591 'branch in' lib/ExtUtils/META.yml lib/ExtUtils/MakeMaker/bytes.pm lib/ExtUtils/t/bytes.t lib/ExtUtils/t/vmsish.t p4raw-deleted: from //depot/perl@19591 'delete in' lib/ftp.pl (@18904..) p4raw-edited: from //depot/perl@19591 'edit in' Porting/Glossary Porting/config.sh (@19312..) Porting/config_H config_h.SH (@19518..) Configure (@19545..) p4raw-integrated: from //depot/perl@19591 'copy in' ext/B/t/debug.t (@12256..) mpeix/mpeixish.h (@15483..) epoc/epocish.h (@15718..) ext/Encode/t/perlio.t (@16715..) ext/Storable/t/utf8hash.t (@16953..) ext/PerlIO/t/fallback.t (@17175..) ext/PerlIO/t/encoding.t (@18086..) ext/Time/HiRes/HiRes.xs (@18484..) lib/open.t (@18561..) ext/PerlIO/encoding/encoding.pm (@18677..) ext/Encode/Unicode/Unicode.xs (@18816..) ext/PerlIO/encoding/encoding.xs (@18904..) t/op/goto.t (@19025..) lib/ExtUtils/Changes lib/ExtUtils/MakeMaker/Tutorial.pod lib/ExtUtils/t/Manifest.t (@19099..) ext/Time/HiRes/HiRes.t (@19121..) lib/ExtUtils/Liblist/Kid.pm lib/ExtUtils/MakeMaker/FAQ.pod lib/ExtUtils/Manifest.pm (@19162..) lib/ExtUtils/MM_Any.pm lib/ExtUtils/MM_MacOS.pm lib/ExtUtils/MM_VMS.pm lib/ExtUtils/MakeMaker.pm lib/ExtUtils/TODO lib/ExtUtils/t/basic.t (@19190..) ext/B/t/deparse.t (@19192..) perlio.h unixish.h (@19242..) lib/open.pm (@19245..) Cross/config.sh-arm-linux (@19297..) uconfig.sh (@19314..) ext/Encode/lib/Encode/Encoding.pm (@19325..) ext/POSIX/POSIX.xs (@19356..) t/run/switchd.t (@19381..) lib/ExtUtils/Install.pm lib/ExtUtils/t/Install.t (@19421..) lib/ExtUtils/MM_Unix.pm (@19445..) ext/Time/HiRes/HiRes.pm (@19449..) ext/Encode/Encode.xs (@19487..) uconfig.h (@19518..) ext/threads/threads.xs (@19565..) perlio.c (@19566..) ext/Encode/Changes ext/Encode/Encode.pm ext/Encode/Unicode/Unicode.pm (@19578..) 'merge in' perl.h (@19242..) NetWare/config.wc epoc/config.sh plan9/config_sh.sample win32/config.bc win32/config.gc win32/config.vc win32/config.vc64 wince/config.ce (@19314..) configure.com (@19323..) op.h (@19392..) ext/B/B/Concise.pm (@19393..) NetWare/config_H.wc plan9/config.plan9 plan9/config_h.sample win32/config_H.bc win32/config_H.gc win32/config_H.vc win32/config_H.vc64 wince/config_H.ce (@19518..) embed.pl (@19527..) ext/B/B/Deparse.pm (@19539..) MANIFEST (@19573..) proto.h (@19586..) op.c (@19588..)
* Integrate:Jarkko Hietaniemi2003-05-181-15/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19527] Subject: [PATCH] RE: maint snapshot @ 19525 From: Robin Barker <Robin.Barker@npl.co.uk> Date: Fri, 16 May 2003 17:16:57 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk> (Part #1: the __format__ and __printf__) [ 19528] Subject: [PATCH] RE: maint snapshot @ 19525 From: Robin Barker <Robin.Barker@npl.co.uk> Date: Fri, 16 May 2003 17:16:57 +0100 Message-ID: <533D273D4014D411AB1D00062938C4D90404651D@hotel.npl.co.uk> (Part #2: the hv.c SVf) [ 19531] Apply the supplied patch for [perl #22195] "File::Find, sorted directory traversal order is inverted" [ 19532] The suggested patch for [perl #22201] "patch: perl 5.8.0 compile error on ia64/HP-UX (comparing incompatible pointers)" plus a possible cure for the warning mentioned in the case. [ 19533] avoid select() on windows destroying errno (used to typically always sets it to EINVAL due to the way it maps the FD_SETs) [ 19534] change#16723 broke the ioctl() return value on platforms that have ioctl() but no fcntl() (e.g. windows) change#17577 then attempted to fix the bustage, but got it wrong [ 19535] improve the implementation of Net::Ping on windows by avoiding fork(), which is pretty heavy-weight for this kind of application; use non-blocking sockets instead has been verified to work on Win2k but will need testing on other flavors of windows there is a single known failure on windows in 450_service.t (test 18) due to what appears to be bugs in the ping_syn()/ack() code [ 19536] apply Net::Ping patch that makes the fork()-based approach work better on windows (Marcus Holland-Moritz <mhx-perl@gmx.net>) the code this affects is currently not enabled anywhere, but could be enabled if the non-blocking approach runs into problems on older windows versions [ 19537] missing init in change#19533 [ 19539] Fix bug #22216 : B::Deparse can't handle "use Module Version" with fractional version numbers or v-strings. [ 19540] Clarify the explanation of the warning "Possible precedence problem on bitwise operator". [ 19541] Upgrade to Getopt::Long 2.32_05 [ 19545] Subject: Re: Last Call For (Least) Favourite Issues For 5.8.1 From: Alan Burlison <Alan.Burlison@sun.com> Date: Thu, 15 May 2003 22:17:55 +0100 Message-ID: <3EC40403.9000804@sun.com> (fixed symbol scanning for Solaris 10) [ 19547] Old (4.2BSD, like Ultrix) Bourne shells do not understand non-left-aligned heredocs. [ 19548] Subject: [Encode] UTF-7 Support From: Dan Kogai <dankogai@dan.co.jp> Date: Sun, 18 May 2003 00:45:35 +0900 Message-Id: <99C4504E-887E-11D7-840A-000393AE4244@dan.co.jp> [ 19549] The 'quotes' really are important (caught by Enache Adrian). [ 19550] UTF-7 tweak from Dan Kogai. p4raw-link: @19550 on //depot/perl: 842a5aa6cf6dc6d87ec0a6a5e7fb7beb1541aa70 p4raw-link: @19549 on //depot/perl: d0ae58a5fd525aba8fb40c4f36fcc4e4c93ea0d1 p4raw-link: @19548 on //depot/perl: 1485817ebf8dde6b1eba1bd4d8bf7c6e2e9fb14b p4raw-link: @19547 on //depot/perl: fde91635d459dc9b5c5563809bb62a4fc882e73c p4raw-link: @19545 on //depot/perl: ab900c531c1e8d7aefac3b0c5e42704bfb913d3e p4raw-link: @19541 on //depot/perl: 10933be5b2abdb147e3178c33da9bc6edc90eaee p4raw-link: @19540 on //depot/perl: 81c76e97748fab77d4ac4444a0f1a1341b777793 p4raw-link: @19539 on //depot/perl: a58644dec03db93f2899d4dd4466cc91cea2bd00 p4raw-link: @19537 on //depot/perl: 3ead22cb2e50f28432734844b4f0ea5762a993b5 p4raw-link: @19536 on //depot/perl: 6dbac12b81c0a4e61d1a9c7a1f12e0ee3256cdda p4raw-link: @19535 on //depot/perl: eb194dd9b37694f4482689d052c0bd96e472200f p4raw-link: @19534 on //depot/perl: 6652bd42f22f15f457e3753f6c9a7ef4c35fc4cf p4raw-link: @19533 on //depot/perl: 1c8780751e85c3ece441fc8ecdff2f1dc99f9906 p4raw-link: @19532 on //depot/perl: 2cc1b180444ab1e2ac675ff3e9f78a123bc70c80 p4raw-link: @19531 on //depot/perl: 7bd31527512b13192dec55ed4943599edc17b94a p4raw-link: @19528 on //depot/perl: fd30fd187c5d5b74a2ce5f760a0d68c28256528e p4raw-link: @19527 on //depot/perl: 04fa0c702a9221c225ba8695a20b08d7da04409f p4raw-link: @17577 on //depot/perl: c214f4ad8bbb376b6ebfcb9c9173169f2cc8986f p4raw-link: @16723 on //depot/perl: 4808266b7a2aefa68f681e0378316e43728b49d8 p4raw-id: //depot/maint-5.8/perl@19551 p4raw-integrated: from //depot/perl@19547 'ignore' Makefile.SH (@19522..) p4raw-integrated: from //depot/perl@19535 'ignore' lib/Net/Ping.pm (@19270..) p4raw-branched: from //depot/perl@19529 'branch in' ext/Encode/lib/Encode/Unicode/UTF7.pm (@19548..) p4raw-integrated: from //depot/perl@19529 'copy in' lib/Getopt/Long/t/gol-basic.t lib/Getopt/Long/t/gol-compat.t lib/Getopt/Long/t/gol-linkage.t lib/Getopt/Long/t/gol-oo.t (@11588..) lib/Getopt/Long/README (@14872..) ext/Encode/lib/Encode/Config.pm (@16145..) ext/Encode/t/Unicode.t (@16448..) lib/Getopt/Long.pm (@17321..) lib/Getopt/Long/CHANGES (@17326..) ext/Encode/lib/Encode/Supported.pod (@18057..) ext/Encode/Unicode/Unicode.pm ext/Encode/lib/Encode/Alias.pm (@18663..) lib/File/Find.pm (@18825..) ext/Storable/Storable.xs (@19409..) ext/Encode/Changes ext/Encode/MANIFEST (@19477..) perlio.c (@19487..) Configure (@19527..) 'edit in' win32/win32sck.c (@19533..) 'merge in' ext/B/B/Deparse.pm (@19156..) embed.pl (@19373..) pp_sys.c (@19394..) proto.h (@19431..) hv.c (@19505..) pod/perldiag.pod (@19516..) MANIFEST (@19521..)
* Integrate:Jarkko Hietaniemi2003-05-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19516] Subject: [PATCH] More perldiag.pod sorting From: Ronald J Kimball <rjk@linguist.thayer.dartmouth.edu> Date: Tue, 13 May 2003 15:13:53 -0400 Message-ID: <20030513191353.GB1556429@linguist.thayer.dartmouth.edu> (plus add 'no locale;') [ 19517] Subject: [PATCH] Sync up MIME-Base64 to latest on CPAN From: Gisle Aas <gisle@ActiveState.com> Date: 13 May 2003 09:59:50 -0700 Message-ID: <lru1byzss9.fsf@caliper.activestate.com> [ 19518] Subject: [PATCH] [perl #8599] s/catenate/concatenate/ From: Casey West <casey@geeknest.com> Date: Fri, 9 May 2003 04:00:44 -0400 Message-ID: <20030509080044.GA49820@geeknest.com> (except for the dup.t patch which diddled with system().) [ 19520] Use /usr/bin/perl (de facto in Porting/ scripts). [ 19521] Curliff and liff with ease. [ 19522] More Panther moves. [ 19523] Subject: Re: [PATCH] Sync up MIME-Base64 to latest on CPAN From: Gisle Aas <gisle@ActiveState.com> Date: 13 May 2003 19:51:19 -0700 Message-ID: <lrptmmw89k.fsf@caliper.activestate.com> p4raw-link: @19523 on //depot/perl: ea0e37e48a6e7942e23df67a0ae153e0f80bcbb3 p4raw-link: @19522 on //depot/perl: 986530eaa5450b2dbf5535c366851b0170ca3a73 p4raw-link: @19521 on //depot/perl: 39dbb0c04a808c48b0b1cf77b1b85aafa09f5578 p4raw-link: @19520 on //depot/perl: 46618fd9dc39954f9acd97cef74b6dc97b59c99c p4raw-link: @19518 on //depot/perl: 3099fc99273017468e5ddf7177e6764cfc105a6a p4raw-link: @19517 on //depot/perl: 2c634edc13b5b5cb4d6fa1bb56a8859a91a81976 p4raw-link: @19516 on //depot/perl: 2f7da1686732e2a80aedec17c9767de6eadacd14 p4raw-id: //depot/maint-5.8/perl@19524 p4raw-branched: from //depot/perl@19515 'branch in' Porting/curliff.pl Porting/sort_perldiag.pl p4raw-integrated: from //depot/perl@19515 'copy in' README.Y2K (@6553..) ext/MIME/Base64/Base64.pm ext/MIME/Base64/Changes ext/MIME/Base64/QuotedPrint.pm ext/MIME/Base64/t/quoted-print.t (@18642..) ext/MIME/Base64/Base64.xs (@18709..) lib/File/Spec.pm (@18980..) lib/File/Spec/Unix.pm (@18982..) config_h.SH (@19312..) uconfig.h (@19314..) Configure (@19440..) Makefile.SH (@19506..) 'merge in' Porting/config_H (@19312..) NetWare/config_H.wc plan9/config.plan9 plan9/config_h.sample win32/config_H.bc win32/config_H.gc win32/config_H.vc win32/config_H.vc64 wince/config_H.ce (@19314..) MANIFEST (@19478..) pod/perldiag.pod (@19505..) hints/darwin.sh (@19506..)
* Integrate:Jarkko Hietaniemi2003-05-071-4/+5
| | | | | | | | | [ 19440] One more possible extensions permutation. p4raw-link: @19440 on //depot/perl: 42fde7b2ff12d979bd575ebf1530df889d1680e3 p4raw-id: //depot/maint-5.8/perl@19442 p4raw-integrated: from //depot/perl@19439 'copy in' Configure (@19437..)
* Integrate:Jarkko Hietaniemi2003-05-071-23/+26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19409] Subject: Re: Bug in Storable??? From: Slaven Rezic <slaven@rezic.de> Date: 04 May 2003 18:00:40 +0200 Message-Id: <87of2iwvkn.fsf@vran.herceg.de> [ 19411] Update changelog for 2.07 release. [ 19412] Oops. More Storable 2.07 preparations. [ 19413] None of that "our" stuff here, please. [ 19414] Doc nit from mjd. [ 19415] Subject: [PATCH] Embed.t flushing problem From: "Craig A. Berry" <craigberry@mac.com> Date: Sun, 04 May 2003 16:25:38 -0500 Message-ID: <3EB58552.2070207@mac.com> [ 19416] pack/unpack fixes from Wolfgang Laun: - fix bug in UNICOS (where SIZE16 != sizeof(short)) - introduce and use new internal pack/unpack API (packlist, unpackstring) that does away with the unused arguments in the old API (pack_cat, unpack_str). [ 19417] perlartistic and perlgpl reformatting from Sean Burke. [ 19418] Switch the new perlio way of opening anonymous temporary files open my $fh, '+>', undef to using File::Temp. Test it, and test also the "accidental feature" of +< working the same way. This should address [perl #21937]. [ 19419] Reintroduce the mention of the fact that the Artistic/GPL also are Perl's own licenses. [ 19420] Subject: [PATCH 5.8.0 UTIL] h2xs generates false comments about ABSTRACT From: Steve Hay <steve.hay@uk.radan.com> Date: Wed, 30 Apr 2003 09:52:30 +0100 Message-ID: <3EAF8ECE.8060403@uk.radan.com> [ 19421] Subject: [PATCH] ExtUtils::Install and the don't-really-do-it switch From: Slaven Rezic <slaven@rezic.de> Date: Thu, 24 Apr 2003 00:42:11 +0200 (CEST) Message-Id: <200304232242.h3NMgBqD028515@vran.herceg.de> [ 19422] Subject: [PATCH] [perl #18341] random nits in perlrequick.pod From: Casey West <casey@geeknest.com> Date: Tue, 29 Apr 2003 16:14:20 -0400 Message-ID: <20030429201420.GT62281@geeknest.com> [ 19423] Subject: Re: hv.c patch - pathological hashes too easy From: "Tye McQueen" <tye@metronet.com> Date: Thu, 1 May 2003 13:34:50 -0500 (CDT) Message-Id: <200305011834.h41IYoE08503@metronet.com> [ 19424] Subject: [PATCH] [perl #3096] undefing hash with object values From: Dave Mitchell <davem@fdgroup.com> Date: Thu, 1 May 2003 21:06:57 +0100 Message-ID: <20030501200657.GA25456@fdgroup.com> [ 19425] Subject: [PATCH pod/perlmod.pod] Simpler $Revision$ based $VERSION. Plus, repentance! From: Michael G Schwern <schwern@pobox.com> Date: Sat, 3 May 2003 15:30:16 -0700 Message-ID: <20030503223016.GE1234@windhund.schwern.org> [ 19426] Subject: [DOC PATCH] missing ')' in File::Path docs From: "Jos I.Boumans" <kane@dwim.org> Date: 30 Apr 2003 09:45:16 -0000 Message-ID: <20030430114513165+0200@nntp.perl.org> [ 19427] Subject: Re: Minor change to strict.pm. Who? How? From: Adam Kennedy <adam@ali.as> Date: Wed, 30 Apr 2003 00:02:40 +1000 Message-ID: <3EAE8600.2000806@ali.as> Subject: [PATCH] Re: Minor change to strict.pm. Who? How? From: Michael G Schwern <schwern@pobox.com> Date: Tue, 29 Apr 2003 12:26:32 -0700 Message-ID: <20030429192632.GA6129@windhund.schwern.org> [ 19428] Snip away the perlunicode slowness demo since the new caching scheme should help things a bit. [ 19429] Fix : the svr5 hints file doesn't propagate libswanted with threads enabled. Now threads are OK on OpenUNIX 8, except a mysterious failure in ext/POSIX/t/sigaction.t. [ 19430] Fix doc bug #22067, noticed by Mark Knutsen [ 19431] Subject: [patch] Re: [perl #21728] regexp SEGV From: Enache Adrian <enache@rdslink.ro> Date: Fri, 28 Mar 2003 23:53:09 +0200 Message-ID: <20030328215309.GA6413@ratsnest.hole> (with minor tweaks) [ 19432] Subject: [PATCH] [perl #8063] perlfilter doesn't mention potential DATA clobber From: Casey West <casey@geeknest.com> Date: Mon, 28 Apr 2003 11:07:36 -0400 Message-ID: <20030428150736.GD62281@geeknest.com> [ 19433] Document which interfaces are NOT Unicode-aware. [ 19435] Worth a try for [perl #17146] [ 19436] More long double logic from Alan Burlison. [ 19437] Allow platforms to manipulate their archname by creating a archname.cbu in their hints files. p4raw-link: @19437 on //depot/perl: d2e0c6f79ef142ca2a2058cb0c41174a92b0b229 p4raw-link: @19436 on //depot/perl: af1ff193f3e3f6feddccbad54f3f3b6df0328f3d p4raw-link: @19435 on //depot/perl: 4858b6ca14d891663971c998972aad6abc02b7e2 p4raw-link: @19433 on //depot/perl: 1aad1664cf756e015147414b107d6e07ef43c6bc p4raw-link: @19432 on //depot/perl: 6c3397db56d5151f21e501fb6fe11dd893f31ba7 p4raw-link: @19431 on //depot/perl: 4b3c1a47dc0fd4f1dba8913d1d8984fe79997756 p4raw-link: @19430 on //depot/perl: 048912995c485d977c9d43b63b517de870c722d5 p4raw-link: @19429 on //depot/perl: c2ca7025d8b61ba9f9fac6a70376cc8b17026176 p4raw-link: @19428 on //depot/perl: 7c17141f053276e812daf89a4cc9414f8a1fc903 p4raw-link: @19427 on //depot/perl: 08d31bcd142b90ebd3b97b5ea6f954896723ca96 p4raw-link: @19426 on //depot/perl: b6d5dbc1eed820c42d86630d1d36196ce0c8b8fc p4raw-link: @19425 on //depot/perl: 328fc02584f370baa42055f76b59c48da2d561f7 p4raw-link: @19424 on //depot/perl: 2f86008e342644f19f6a5b7136a5027c19cae4c1 p4raw-link: @19423 on //depot/perl: 462d8b025fb2f0b0f3b03c2b1a0b9a1d4406346c p4raw-link: @19422 on //depot/perl: 5d52526064b604c74aa71e290350de1a5cf94862 p4raw-link: @19421 on //depot/perl: ab00ffcda35bbed540111e6fb03a2770e637aa3f p4raw-link: @19420 on //depot/perl: dff1ecae838c4a648c236c7474f27a4f7e7defb6 p4raw-link: @19419 on //depot/perl: 68e2ea92f15f8084fda26c4eb8e0939354f923fd p4raw-link: @19418 on //depot/perl: 72e9304675ac276b2ac244c09a40ea9e7b9ea35d p4raw-link: @19417 on //depot/perl: cc2b665ffc0f9d5e159fa5a9531ece4a29a86f36 p4raw-link: @19416 on //depot/perl: 7accc089c4644f7a60f6877ea3a436c5f3cc9651 p4raw-link: @19415 on //depot/perl: 9ac9d38683a830b1bc1c0e8c4b81a5d3144cbff0 p4raw-link: @19414 on //depot/perl: 59e51af5496a55191ce0292f9b74dfab361d7fd4 p4raw-link: @19413 on //depot/perl: d5f92636cfba103135e2664cae24bf7c4797b719 p4raw-link: @19412 on //depot/perl: 41a750113098fc9eda8bdc631867506ebba228f4 p4raw-link: @19411 on //depot/perl: a527182047f5b3d9b38ac720e4fbebe3ecb739c5 p4raw-link: @19409 on //depot/perl: 3ddd445a464742b8bb4abd429bca2f5ea08318fe p4raw-id: //depot/maint-5.8/perl@19439 p4raw-branched: from //depot/perl@19408 'branch in' ext/PerlIO/t/open.t p4raw-integrated: from //depot/perl@19408 'copy in' pod/perlfilter.pod (@12954..) pod/perlrequick.pod (@13041..) lib/File/Path.pm (@14984..) ext/IO/poll.c (@16973..) pod/perltodo.pod (@17714..) lib/strict.pm (@17986..) ext/Storable/ChangeLog ext/Storable/t/integer.t (@18008..) ext/Storable/README (@18019..) ext/Storable/Storable.pm (@18024..) pod/perlunicode.pod (@18731..) ext/DB_File/DB_File.pm (@18904..) utils/h2xs.PL (@19004..) lib/ExtUtils/t/Embed.t (@19147..) lib/ExtUtils/Install.pm (@19162..) lib/ExtUtils/t/Install.t (@19199..) t/op/undef.t (@19215..) ext/Storable/Storable.xs (@19227..) scope.h (@19242..) ext/Storable/t/tied.t (@19269..) perlio.c (@19302..) pod/perlmod.pod (@19319..) hints/svr5.sh (@19385..) pod/perlartistic.pod pod/perlgpl.pod (@19407..) 'merge in' pod/perlapi.pod (@19079..) global.sym regexec.c scope.c (@19242..) hv.c (@19345..) embed.fnc embed.h (@19366..) pp_pack.c proto.h (@19373..) Configure (@19387..) MANIFEST (@19401..) pod/perlfunc.pod (@19406..)
* Integrate:Jarkko Hietaniemi2003-05-041-2/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 19378] The [perl #21890] (Devel::Coverage breakage) has been fixed by change #18589 (it was broken by change #9754); add test case. [ 19380] Solaris: make -Duse64bitall'ed to have an archname of sun4-solaris-64, from Alan Burlison. (The default is to not to suffix anything with -Duse64bitall if longs are 64 bit. This may lead into confusion and much sorrow if 32-bit binaries and 64-bit binaries are installed under the same directories. Why is "-64" or something like that the default? Well, there are platforms where 64 bits really is the default default. There adding a "-64" would be kind of odd. Better to let each 64-bit capable platform to choose their archnames.) [ 19381] Forgot to check in the -d: file. [ 19382] Subject: [PATCH ext/POSIX/POSIX.pod] Deceptive POSIX exporting docs From: Michael G Schwern <schwern@pobox.com> Date: Wed, 30 Apr 2003 18:19:32 -0700 Message-ID: <20030501011932.GM701@windhund.schwern.org> [ 19383] Subject: [PATCH win32/win32.h] Re: Smoke [5.9.0] 19367 FAIL(F) MSWin32 5.0 Service Pack 3 (x86/1 cpu) From: Abe Timmerman <abe@ztreet.demon.nl> Date: Thu, 1 May 2003 18:34:35 +0200 Message-Id: <200305011834.35685.abe@ztreet.demon.nl> [ 19384] Subject: [PATCH win32/win32.c] silence compiler warnings From: Abe Timmerman <abe@ztreet.demon.nl> Date: Fri, 2 May 2003 00:51:42 +0200 Message-Id: <200305020051.43166.abe@ztreet.demon.nl> [ 19385] Subject: [PATCH] OpenUNIX 8 support From: Rafael Garcia-Suarez <rgarciasuarez@free.fr> Date: Fri, 2 May 2003 12:12:08 +0200 Message-Id: <20030502121208.3d235027.rgarciasuarez@free.fr> [ 19386] Subject: [PATCH] Re: maintperl on OpenUNIX 8 From: Andy Dougherty <doughera@lafayette.edu> Date: Mon, 28 Apr 2003 12:24:38 -0400 (EDT) Message-ID: <Pine.SOL.4.53.0304281208490.25038@maxwell.phys.lafayette.edu> [ 19387] Regen Configure (no changes but that's fine). [ 19390] Tru64: PerlIO_tell() was returning about one _megabyte_ for the fp offset, which was quite a big larger than the input file, which meant that the SvGROW tried to grow the file to about 2**64-2**20, which made safesysrealloc() to understandably croak (in argv.t). [ 19391] Upgrade to Unicode 4.0.0. (Well, upgrade at least the Unicode character database to 4.0.0.) [ 19392] Salvage 'use filetest "access"' from compiletime to runtime. [ 19393] Extra tweakage from Rafael for #19392. [ 19394] Subject: Re: Does filetest work at all? From: Slaven Rezic <slaven@rezic.de> Date: 03 May 2003 18:26:49 +0200 Message-ID: <87ade4q9me.fsf@vran.herceg.de> [ 19395] Must skip more. [ 19396] Plagued by thinkos tonight. p4raw-link: @19396 on //depot/perl: c78f3842db6b12d8d9eebde3be014afcb53eec8f p4raw-link: @19395 on //depot/perl: 3acb6bcd1a901f84bfce64680bedea321811824a p4raw-link: @19394 on //depot/perl: 43b06338a7352a1850e7b7e6294bfb12026353ad p4raw-link: @19393 on //depot/perl: feaeca788fb70f9d4aec1c392b5033f8e2c1542a p4raw-link: @19392 on //depot/perl: 1af34c76bc1167bbfada70004d6cbc41b0098f64 p4raw-link: @19391 on //depot/perl: 1911be8391700522b225cf514eddd9ebe9eaf644 p4raw-link: @19390 on //depot/perl: 58f1856e573b4625770ae64ce5ffb8ff06dc461f p4raw-link: @19387 on //depot/perl: 2347ae6c7f592dfae9dd8c4fdd43c29a77207bf3 p4raw-link: @19386 on //depot/perl: 1c14f2e5bfa6113e4c04f49207cc224adb5f88d7 p4raw-link: @19385 on //depot/perl: 381c1bae8770dba0aec64002bf75d6f4d2e0c0f5 p4raw-link: @19384 on //depot/perl: f026e7c66ee549e42ac49df55a1a12a3859701c7 p4raw-link: @19383 on //depot/perl: f2b6228614233b087f06b57ba81daf10ead663ba p4raw-link: @19382 on //depot/perl: 90b1bb76ac33d378b485f66b5eb18e95143363c9 p4raw-link: @19381 on //depot/perl: 54f45c29ffd76a941dd03fe5df68c5e990b2ee8d p4raw-link: @19380 on //depot/perl: 5cfbcfcdc45b1cdd758241f7f02495ded7acc722 p4raw-link: @19378 on //depot/perl: d7aa4417de5aebb1d2374018c62148692ef32d8b p4raw-link: @18589 on //depot/perl: 5df8de69806210bf48dc2e451e3db37c6f274c6e p4raw-link: @9754 on //depot/perl: 9d43a7557743d779c74d69ffc6df7fc17711f3ec p4raw-id: //depot/maint-5.8/perl@19397 p4raw-integrated: from //depot/perl@19381 'edit in' MANIFEST (@19378..) p4raw-branched: from //depot/perl@19378 'branch in' t/run/switchd.t p4raw-branched: from //depot/perl@19377 'branch in' lib/unicore/HangulSyllableType.txt lib/unicore/NormalizationCorrections.txt lib/unicore/StandardizedVariants.txt lib/unicore/lib/Braille.pl lib/unicore/lib/Cypriot.pl lib/unicore/lib/InAegean.pl lib/unicore/lib/InCyprio.pl lib/unicore/lib/InKhmerS.pl lib/unicore/lib/InLimbu.pl lib/unicore/lib/InLinea2.pl lib/unicore/lib/InLinear.pl lib/unicore/lib/InMisce5.pl lib/unicore/lib/InOsmany.pl lib/unicore/lib/InPhonet.pl lib/unicore/lib/InShavia.pl lib/unicore/lib/InTaiLe.pl lib/unicore/lib/InTaiXua.pl lib/unicore/lib/InUgarit.pl lib/unicore/lib/InVaria2.pl lib/unicore/lib/InYijing.pl lib/unicore/lib/Limbu.pl lib/unicore/lib/LinearB.pl lib/unicore/lib/Osmanya.pl lib/unicore/lib/OtherIdS.pl lib/unicore/lib/Shavian.pl lib/unicore/lib/TaiLe.pl lib/unicore/lib/Ugaritic.pl t/lib/Devel/switchd.pm p4raw-edited: from //depot/perl@19377 'edit in' Configure (@19337..) p4raw-integrated: from //depot/perl@19377 'copy in' lib/filetest.t (@12161..) lib/unicore/To/Digit.pl lib/unicore/lib/BidiR.pl lib/unicore/lib/DCsquare.pl lib/unicore/lib/DCsub.pl lib/unicore/lib/Dash.pl lib/unicore/lib/Deseret.pl lib/unicore/lib/Devanaga.pl lib/unicore/lib/Diacriti.pl lib/unicore/lib/Digit.pl lib/unicore/lib/Gujarati.pl lib/unicore/lib/Gurmukhi.pl lib/unicore/lib/Kannada.pl lib/unicore/lib/Nd.pl lib/unicore/lib/Oriya.pl lib/unicore/lib/OtherLow.pl lib/unicore/lib/Pc.pl lib/unicore/lib/Sk.pl lib/unicore/lib/Syriac.pl lib/unicore/lib/Terminal.pl lib/unicore/lib/Yi.pl (@14370..) lib/unicore/ArabLink.pl lib/unicore/ArabLnkGrp.pl lib/unicore/ArabicShaping.txt lib/unicore/BidiMirroring.txt lib/unicore/Bidirectional.pl lib/unicore/Blocks.pl lib/unicore/Blocks.txt lib/unicore/Canonical.pl lib/unicore/CaseFolding.txt lib/unicore/CombiningClass.pl lib/unicore/CompositionExclusions.txt lib/unicore/Decomposition.pl lib/unicore/EastAsianWidth.txt lib/unicore/Lbrk.pl lib/unicore/LineBreak.txt lib/unicore/Name.pl lib/unicore/NamesList.txt lib/unicore/Number.pl lib/unicore/PropList.txt lib/unicore/Properties lib/unicore/PropertyAliases.txt lib/unicore/Scripts.pl lib/unicore/Scripts.txt lib/unicore/To/Fold.pl lib/unicore/To/Lower.pl lib/unicore/To/Title.pl lib/unicore/To/Upper.pl lib/unicore/lib/Alpha.pl lib/unicore/lib/Alphabet.pl lib/unicore/lib/Arabic.pl lib/unicore/lib/Assigned.pl lib/unicore/lib/Bengali.pl lib/unicore/lib/BidiAL.pl lib/unicore/lib/BidiBN.pl lib/unicore/lib/BidiET.pl lib/unicore/lib/BidiL.pl lib/unicore/lib/BidiNSM.pl lib/unicore/lib/BidiON.pl lib/unicore/lib/BidiWS.pl lib/unicore/lib/Blank.pl lib/unicore/lib/Cn.pl lib/unicore/lib/Common.pl lib/unicore/lib/Compat.pl lib/unicore/lib/Cyrillic.pl lib/unicore/lib/DCcircle.pl lib/unicore/lib/DCcompat.pl lib/unicore/lib/DCfont.pl lib/unicore/lib/DCsuper.pl lib/unicore/lib/DCvertic.pl lib/unicore/lib/Greek.pl lib/unicore/lib/IdContin.pl lib/unicore/lib/IdStart.pl lib/unicore/lib/L.pl lib/unicore/lib/L_.pl lib/unicore/lib/Latin.pl lib/unicore/lib/Ll.pl lib/unicore/lib/Lm.pl lib/unicore/lib/Lo.pl lib/unicore/lib/Lower.pl lib/unicore/lib/Lowercas.pl lib/unicore/lib/Lu.pl lib/unicore/lib/M.pl lib/unicore/lib/Math.pl lib/unicore/lib/Mc.pl lib/unicore/lib/Mn.pl lib/unicore/lib/N.pl lib/unicore/lib/No.pl lib/unicore/lib/OtherAlp.pl lib/unicore/lib/OtherMat.pl lib/unicore/lib/Pe.pl lib/unicore/lib/Po.pl lib/unicore/lib/Ps.pl lib/unicore/lib/S.pl lib/unicore/lib/Sc.pl lib/unicore/lib/So.pl lib/unicore/lib/SpacePer.pl lib/unicore/lib/Upper.pl lib/unicore/lib/Uppercas.pl lib/unicore/lib/WhiteSpa.pl lib/unicore/lib/Word.pl lib/unicore/lib/Z.pl lib/unicore/lib/Zs.pl lib/unicore/lib/_CaseIgn.pl lib/unicore/lib/_CombAbo.pl lib/unicore/version (@15552..) lib/unicore/ReadMe.txt lib/unicore/lib/Deprecat.pl lib/unicore/lib/Grapheme.pl lib/unicore/lib/InMisce3.pl lib/unicore/lib/InMisce4.pl lib/unicore/lib/OtherDef.pl lib/unicore/lib/OtherGra.pl lib/unicore/lib/SoftDott.pl (@15571..) lib/unicore/PropValueAliases.txt lib/unicore/README.perl (@15605..) hints/svr5.sh (@16629..) ext/Socket/socketpair.t (@17230..) lib/filetest.pm (@18217..) lib/Unicode/UCD.t lib/unicore/Category.pl lib/unicore/SpecialCasing.txt lib/unicore/UnicodeData.txt lib/unicore/lib/C.pl lib/unicore/lib/Cf.pl lib/unicore/lib/Cntrl.pl lib/unicore/lib/P.pl lib/unicore/lib/Punct.pl (@18281..) ext/POSIX/POSIX.pod (@19118..) hints/solaris_2.sh (@19218..) lib/unicore/lib/Alnum.pl (@19231..) lib/unicore/lib/Graph.pl lib/unicore/lib/Print.pl lib/unicore/lib/Space.pl (@19244..) 'edit in' pp_sys.c (@19385..) 'merge in' win32/win32.h (@18491..) ext/B/B/Concise.pm (@18904..) win32/win32.c (@19036..) op.c op.h (@19242..) dump.c (@19268..) sv.c (@19359..)
* Fix -Dnoextensions and -Donlyextensions.Jarkko Hietaniemi2003-04-251-34/+34
| | | p4raw-id: //depot/maint-5.8/perl@19338
* Configure's extension sanity check is too strictAndy Dougherty2003-04-251-1/+10
| | | | | Message-ID: <Pine.SOL.4.53.0304251621250.24848@maxwell.phys.lafayette.edu> p4raw-id: //depot/maint-5.8/perl@19335
* Regen Configure, Glossary, et alia.Jarkko Hietaniemi2003-04-231-1/+1
| | | p4raw-id: //depot/maint-5.8/perl@19315
* Integrate:Jarkko Hietaniemi2003-04-211-282/+350
| | | | | | | | | | | | | | | | | | | | | | | | [ 19286] Introduce two new Configure symbols: [1] d_faststdio = d_stdstdio && d_stdio_ptr_lval && (d_stdio_cnt_lval || d_stdio_ptr_lval_sets_cnt) [2] usefaststdio = do we use fast stdio if we have it? For 5.[68], we do. For anything else, we don't. (At least, unless otherwise instructed by -Dusefaststdio.) This means that for bleadperl we no more use stdio, but instead default to perlio: the effect of PERLIO=perlio, in other words. (PERLIO=stdio will still switch to using stdio.) This change may endanger extensions using FILE*-- but if we are to migrate fully to perlio, better start swallowing the poison now. For maintperl, the usefaststdio still defaults to yes. and regen Configure. p4raw-link: @19286 on //depot/perl: 15b61c98f82f3010e6eaa852f9fa5251de9e6dd9 p4raw-id: //depot/maint-5.8/perl@19295 p4raw-edited: from //depot/perl@19294 'edit in' config_h.SH (@19221..) Configure (@19278..) p4raw-integrated: from //depot/perl@19294 'copy in' t/io/layers.t (@19243..) perlio.c (@19263..)
* Integrate the below, regen Configure. No regen Glossary,Jarkko Hietaniemi2003-04-171-788/+957
| | | | | | | | | | | | | | | | | | though, that is somehow broken with maint, must investigate more. p4raw-id: //depot/maint-5.8/perl@19261 p4raw-integrated: from //depot/perl@19260 'copy in' djgpp/configure.bat (@13464..) hints/solaris_2.sh (@16768..) plan9/config_sh.sample (@18635..) plan9/config.plan9 plan9/config_h.sample (@19021..) configure.com (@19042..) INSTALL (@19198..) 'merge in' NetWare/config.wc epoc/config.sh (@18030..) win32/config.bc win32/config.gc win32/config.vc win32/config.vc64 (@19017..) NetWare/config_H.wc win32/config_H.bc win32/config_H.gc win32/config_H.vc win32/config_H.vc64 wince/config_H.ce (@19021..) wince/config.ce (@19051..) p4raw-edited: from //depot/perl@19219 'edit in' Configure config_h.SH (@19218..) p4raw-integrated: from //depot/perl@19218 'copy in' numeric.c (@19184..) 'merge in' pp.c (@19163..) perl.h (@19184..)
* Regen Configure.Jarkko Hietaniemi2003-04-011-1/+1
| | | p4raw-id: //depot/maint-5.8/perl@19107
* OS/2-related patchesIlya Zakharevich2003-04-011-3/+8
| | | | | Message-ID: <20030331204337.GA3634@math.berkeley.edu> p4raw-id: //depot/maint-5.8/perl@19106
* Integrate; regen Configure et alia.Jarkko Hietaniemi2003-03-141-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18962] Subject: [PATCH] checking for magic in hv.c and ext/POSIX/POSIX.xs From: "Craig A. Berry" <craigberry@mac.com> Date: Tue, 11 Mar 2003 21:29:31 -0600 Message-ID: <3E6EA99B.9060902@mac.com> Patch by Scott Lepage (scott.lepage@hp.com) [ 18963] Subject: [perl #20755] [PATCH] 5.8.0 h2ph barfs on checksum.h on RH6.2/7.2 From: Kurt Starsinic <kstar@cpan.org> Date: Mon, 10 Mar 2003 00:54:49 -0500 Message-ID: <m3d6kyvazx.wl_rspier@pobox.com> [ 18964] Skip the last test of Config.t on HP-UX. (This test should be skipped for every system that actually defines a negative signal number. Maybe that test should be removed, to be future-proof.) [ 18965] fix CJKT.t failures on windows due to incorrect binmode() [ 18966] another fix for failing test on windows ("use encoding" puts STDIN in :raw mode, so chomp() wasn't stripping the CR) [ 18967] Config.t wasn't getting the sig_num and sig_size relationship right, and therefore failed test#35 on windows note that config_h.SH documents that $sig_size does NOT include the final NULL in $sig_num! [ 18968] fix for switchC.t test#6 failure on windows [ 18969] Subject: [PATCH] Perldoc.pm tweak for VMS From: "Craig A. Berry" <craigberry@mac.com> Date: Thu, 13 Mar 2003 13:44:55 -0600 Message-ID: <3E70DFB7.8070405@mac.com> [ 18970] Hopefully this works also in Win32. [ 18971] Signal issues. (1) Filter out negative signals. (2) Correct sig_num* and sig_name* descriptions. [ 18973] Since Configure does the signal name/number probe with awk based on the cpp results (not by really running code), testing for the signum value is not really helpful if we have runtime function calls (some signal numbers are dynamic, for example) (or other extra stuff where the signum value is expected). (Runtimeness also means that Configure cannot get these right, anyway.) Better filter in just the constant non-negative numbers. [ 18975] Make whichsig() to work also if some system defines zero signals (now -1 is the "not found"). Note that in couple of mg.c spots only whichsig() > 0 branches are taken because signal handlers et al don't make much sense for the zero signal. [ 18976] Subject: [PATCH] configure.com: sig_num, etc. From: "Craig A. Berry" <craigberry@mac.com> Date: Thu, 13 Mar 2003 21:38:19 -0600 Message-ID: <3E714EAB.6030001@mac.com> [ 18977] Rework the @Config{/sig.*/} tests. p4raw-link: @18977 on //depot/perl: b25be8c8e60818c456365b065e4f7d7801d8c147 p4raw-link: @18976 on //depot/perl: 936f6df182ab777becd0ff17bf370a182bd1359d p4raw-link: @18975 on //depot/perl: e02bfb16cd9606a5771a9dfe520cab0ea81522e8 p4raw-link: @18973 on //depot/perl: 1ebe1ffb9f7224169b56987a97b5b55fdea8bef9 p4raw-link: @18971 on //depot/perl: 10305dfa3448e78431707a1c294aca0c3710b447 p4raw-link: @18970 on //depot/perl: 211206a5677817f4bf2f48dc780adc95ba310476 p4raw-link: @18969 on //depot/perl: 8e5f3f285c3a089acb6e38e5ef624a23fca2164f p4raw-link: @18968 on //depot/perl: 2e2853fe1c68dd9e8ea96e473981ea62e23eb7c4 p4raw-link: @18967 on //depot/perl: a667ff70662bc9aa79513f1cbac0d483124162fa p4raw-link: @18966 on //depot/perl: 0afd3698e368e5016bd4d9f572d1bb76be6998eb p4raw-link: @18965 on //depot/perl: 44b443f13fc0008dc2fca4fc57565200a6688f44 p4raw-link: @18964 on //depot/perl: 14827c03e293720afa3496beb08b4d239bd4526d p4raw-link: @18963 on //depot/perl: ab5fe4d6aaf45c57b7af4b994a730291eee17efa p4raw-link: @18962 on //depot/perl: f08cf8c782f69f7616abefbb3b247a3ec9d6264e p4raw-id: //depot/maint-5.8/perl@18978 p4raw-edited: from //depot/perl@18961 'edit in' Porting/Glossary (@18305..) Porting/config.sh Porting/config_H config_h.SH (@18833..) Configure (@18959..) p4raw-integrated: from //depot/perl@18961 'copy in' t/lib/h2ph.h (@13355..) t/lib/h2ph.pht (@17939..) utils/h2ph.PL (@18338..) ext/Encode/t/CJKT.t (@18664..) configure.com (@18757..) doio.c (@18801..) ext/Encode/t/enc_module.t (@18869..) lib/Config.t (@18891..) lib/Pod/Perldoc.pm (@18904..) 'merge in' hv.c (@18801..) mg.c (@18889..) perl.c (@18950..)
* Integrate:Jarkko Hietaniemi2003-03-131-4/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 18954] Another finding by IRIX cc: non-void function sv_cat_decode() should return a value. [ 18955] File::Temp tests were failing in Cygwin if $ENV{TMPDIR} was unset (the tests attempted to create files at the /) [ 18956] File::Spec: Do not fall back to '', use curdir instead. Note: Mac used to use cwd(), now curdir, slight change (relative vs. absolute). [ 18957] VOS nit from Paul Green. [ 18958] Trims slashes from the argument to rmdir(), likewise to what happens with rmdir(). Factorize the code in a local macro, TRIMSLASHES. [ 18959] Some more stdlib.h inclusions and change the gccversion test to use return (could have used that for all, sigh). p4raw-link: @18959 on //depot/perl: 073b6de5ebd9c2bf9cbf67cdf30d2de79cdd279f p4raw-link: @18958 on //depot/perl: 0c54f65beca99cd47fc978febc1180b492e468de p4raw-link: @18957 on //depot/perl: e083ff9b723e313d0590a2ca034af1c1abdaed9e p4raw-link: @18956 on //depot/perl: 9ceb3593f68e23c6c86d61aa1d0832d35925849a p4raw-link: @18955 on //depot/perl: f534ab209a30d0742128f9b80e76ccadd18af778 p4raw-link: @18954 on //depot/perl: a73e8557ffb104ab62198e9838714843724d84e5 p4raw-id: //depot/maint-5.8/perl@18961 p4raw-integrated: from //depot/perl@18953 'copy in' lib/File/Spec/Cygwin.pm (@15685..) vos/configure_full_perl.sh (@16419..) lib/File/Spec/VMS.pm (@17913..) lib/File/Spec/Mac.pm lib/File/Spec/OS2.pm lib/File/Spec/Win32.pm (@18465..) pp_sys.c (@18801..) Configure (@18944..) lib/File/Spec/Unix.pm (@18951..) 'merge in' sv.c (@18912..)
* Integrate:Jarkko Hietaniemi2003-03-121-4/+4
| | | | | | | | | | | | | | | | | | [ 18935] WinCE tweaks from Vadim Konovalov. [ 18943] Tell how to possibly dodge 'Out of memory' errors. [ 18944] Ouch. Missed one more, the void flags check (and exit() is void). p4raw-link: @18944 on //depot/perl: c727eafaa06ca49aa032ce478f9a6e09bd19fda2 p4raw-link: @18943 on //depot/perl: 19a52907e13f6800a48e122c0a5243f2d3f3c035 p4raw-link: @18935 on //depot/perl: b475b3e6a1638a2b29a69388e329b434337632a8 p4raw-id: //depot/maint-5.8/perl@18948 p4raw-integrated: from //depot/perl@18947 'copy in' perlio.c (@18616..) Configure (@18932..) 'merge in' wince/Makefile.ce (@18030..) pod/perldiag.pod (@18889..) perl.c (@18910..)