| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
Message-ID: <b77c1dce0812030351j33d7b75ci3e2640b33f36acd9@mail.gmail.com>
p4raw-id: //depot/perl@34994
(cherry-picked from commit fcdf39cfa40f83fdbf75ada879210410f127eef1)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
From: Nicholas Clark <nick@ccl4.org>
Date: Thu, 27 Nov 2008 20:28:08 +0000
Message-ID: <20081127202807.GG49335@plum.flirble.org>
Subject: Avoid duplicate vendorlib [PATCH]
From: Gisle Aas <gisle@activestate.com>
Date: Wed, 12 Nov 2008 13:50:34 +0100
Message-Id: <71B06786-4C55-4A76-BE24-C01F89015D45@activestate.com>
p4raw-id: //depot/perl@34950
(cherry picked from commit 1be1b388c18674b89d106c333a2dd62d9b736e29)
|
|
|
|
|
|
|
|
| |
Message-ID: <20081108094522.5174608b@r2d2>
p4raw-id: //depot/perl@34777
(cherry picked from commit 622e1e49fb8292c5e8f08cf673d2c3e4ef81406b)
|
|
|
|
|
|
|
|
| |
Add missing config vars
p4raw-id: //depot/perl@34456
(cherry-picked from 969386165da4b2b619c453c25dead6d8a086a3cb)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ 33851]
Fix for [perl #51848] Deparse interpolation in regex literal
[ 33854]
DEBUG_LEAKING_SCALARS wasn't reporting the correct line number
of SVs allocated at runtime
[ 33869]
Subject: [PATCH] correct errors / omissions in documenting DOES
From: Ricardo SIGNES <perl.p5p@rjbs.manxome.org>
Date: Mon, 19 May 2008 10:14:02 -0400
Message-ID: <20080519141402.GA54401@knight.local>
[ 33874]
Subject: Re: [PATCH: TODO Tests] Re: [perl #53806] No complain about bareword
From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
Date: Tue, 20 May 2008 09:45:19 +0200
Message-ID: <b77c1dce0805200045i1000598ci13c9cb3a29f64b6d@mail.gmail.com>
[ 33876]
Subject: Re: [PATCH: TODO Tests] Re: [perl #53806] No complain about bareword
From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
Date: Tue, 20 May 2008 10:14:28 +0200
Message-ID: <b77c1dce0805200114o5df69d8br9a02de5a508c3462@mail.gmail.com>
[ 33890]
The TODO tests of change 33876 were actually fixed by change 33874.
[ 33896]
Eliminate POSIX::int_macro_int, and all the complex AUTOLOAD fandango
that creates closures round it. Instead, wrap WEXITSTATUS, WIFEXITED,
WIFSIGNALED, WIFSTOPPED, WSTOPSIG and WTERMSIG directly with XS.
The shared library is slightly larger, but dynamic memory usage savings
beat this, even within one thread of one process. Simpler code too.
[ 33897]
Replaced the WEXITSTATUS, WIFEXITED, WIFSIGNALED, WIFSTOPPED, WSTOPSIG
and WTERMSIG wrappers with one wrapper using the XS "ALIAS" feature.
This gets the shared object size back below the size before the removal
of int_macro_int. It looks like there are other space savings to be
made this way.
[ 33898]
Subject: Re: [perl #54566] assertion failure fiddling with @ISA
From: "Rafael Garcia-Suarez" <rgarciasuarez@gmail.com>
Date: Wed, 21 May 2008 14:42:48 +0200
Message-ID: <b77c1dce0805210542l164caf85k86a34feae25ca9a7@mail.gmail.com>
[ 33909]
Subject: [DOC PATCH] Memoize.pm refers to old title of "Higher Order Perl"
From: Moritz Lenz <moritz@casella.verplant.org>
Date: Thu, 22 May 2008 15:47:04 +0200
Message-ID: <48357958.2050501@casella.verplant.org>
[ 33927]
Subject: [PATCH] lib.pm should not warn about loading .par files
From: Paul Fenwick <pjf@perltraining.com.au>
Date: Thu, 22 May 2008 23:24:34 +1000
Message-ID: <48357412.5020703@perltraining.com.au>
[ 33936]
My recent changes to POSIX.xs forgot that WEXITSTATUS etc may not even
be defined. This fix changes the error message from "Your vendor has
not defined POSIX macro %s, used" to "POSIX::%s not implemented on
this architecture", which I assume is not going to break anything.
[ 33937]
[perl #54758] Perl 5.10 memory corruption
When @a = sort @a is pessimised if @a has magic,
growing the stack requires various pointers to be reset in case
the stack gets reallocated.
[ 33939]
Revert part of #31039
[ 33949]
Subject: [PATCH] Propagate new i_gdbm*ndbm variables
From: Andy Dougherty <doughera@lafayette.edu>
Date: Thu, 29 May 2008 12:43:29 -0400 (EDT)
Message-ID: <Pine.LNX.4.64.0805291241070.365@fractal.phys.lafayette.edu>
[ 33951]
Add index() tests for embedded nulls
Subject: Re: [perl #53746] bug with index() matching beyond end of string when \0 bytes (00000000) are involved
From: Abigail <abigail@abigail.be>
Date: Tue, 6 May 2008 14:57:36 +0200
Message-Id: <20080506125736.GC17310@abigail.be>
[ 33952]
[perl #53746] bug with index() matching beyond end of string
An off-by-one error meant that index($str,...)
was effectively being executed as index("$str\0", ...).
Probably introduced by change #26511.
p4raw-link: @33952 on //depot/perl: 8ba22ff48d546c5622ef74aee96415810fcbf7a0
p4raw-link: @33951 on //depot/perl: 10489e41959ba56eedd511a8c320dfec04d8f588
p4raw-link: @33949 on //depot/perl: 3ab9413366b1fe51f6b372e0f48d97d464014ba2
p4raw-link: @33939 on //depot/perl: 2c476adc76fa529470c25a2721f54d8be0fabb12
p4raw-link: @33937 on //depot/perl: 62b40d2474e7487e6909e1872b6bccdf812c6818
p4raw-link: @33936 on //depot/perl: d49025b75d9b5002071bd1a4210654dab5663ef0
p4raw-link: @33927 on //depot/perl: 4f923b567478eff0dc7a4bc348785f02b03ea502
p4raw-link: @33909 on //depot/perl: b60ab40eb1d60b7918d821d835bf0a7e6295f5ee
p4raw-link: @33898 on //depot/perl: ea86b3de3510ce31d0c08dd6a21701d74b25369d
p4raw-link: @33897 on //depot/perl: 72bfe1b2b35945ea3c95d9b94ae2908121292236
p4raw-link: @33896 on //depot/perl: e99d581a4aaa3c92d0b0dda6799157fe7a569f31
p4raw-link: @33890 on //depot/perl: 9453289ade80637b5f30952e561a6060b8ec854f
p4raw-link: @33876 on //depot/perl: ace56ae50476eeb045e2f78e4b9550922f258fde
p4raw-link: @33874 on //depot/perl: 984f9f66477bc722578262ae8520584e44e881af
p4raw-link: @33869 on //depot/perl: bcb8f0e81fd4f3ff4e9c5cf62b09223b964ff276
p4raw-link: @33854 on //depot/perl: e385c3bfc8853b925197cc2ddff78a11bae595e5
p4raw-link: @33851 on //depot/perl: 03b22f1b10d67ab063304de6dc37c76d815ca050
p4raw-link: @26511 on //depot/perl: 4c8626beeba549aaf3f327729c56a599716ee8b7
p4raw-id: //depot/maint-5.10/perl@33955
p4raw-integrated: from //depot/perl@33954 'copy in' lib/strict.t
(@19845..) lib/UNIVERSAL.pm (@28403..) lib/lib_pm.PL (@28928..)
lib/Memoize.pm (@30729..) pod/perlobj.pod (@31107..)
NetWare/config.wc configure.com plan9/config_sh.sample
symbian/config.sh uconfig.sh win32/config.bc win32/config.ce
win32/config.gc win32/config.vc win32/config.vc64 (@33598..)
ext/B/B/Deparse.pm ext/B/t/deparse.t (@33714..)
ext/POSIX/POSIX.pm (@33826..) ext/B/t/concise-xs.t (@33829..)
Configure (@33887..) t/op/index.t (@33951..) 'edit in' util.c
(@33453..) 'merge in' pp_sort.c (@33448..)
Cross/config.sh-arm-linux Porting/config.sh epoc/config.sh
(@33598..) mg.c sv.c (@33815..) toke.c (@33858..)
pod/perltodo.pod (@33865..)
p4raw-integrated: from //depot/perl@33897 'edit in' ext/POSIX/POSIX.xs
(@33896..)
p4raw-integrated: from //depot/perl@33876 'ignore' t/lib/strict/subs
(@22499..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ 33547]
Final move from meta-3.0 to meta-3.5
[ 33589]
Make uudmap.h dependencies more explicit in the VMS build
(needed by MMS but not MMK).
[ 33597]
Add i_syspoll to all the pre-canned configs.
[ 33598]
Subject: [PATCH] Re: Smoke [5.11.0] 33456 PASS darwin 9.2.0 (macppcG5/1 cpu)
From: Dominic Dunlop <shouldbedomo@mac.com>
Message-Id: <3B7752C8-D5A2-452C-B3E0-C453FFCBCAFA@mac.com>
Date: Tue, 11 Mar 2008 21:54:04 +0100
[but rename ******* to i_mallocmalloc.U, and then fix up all the files
that Porting/checkcfgvar.pl says need i_mallocmalloc declared]
[ 33606]
Subject: detecting Configure test goofs (Was Re: branch prediction hints)
From: Nicholas Clark <nick@ccl4.org>
Date: Mon, 24 Mar 2008 16:35:09 +0000
Message-ID: <20080324163509.GW79799@plum.flirble.org>
p4raw-link: @33606 on //depot/perl: 08593cf4c9cb1d67bbda4d67054ff396110647f9
p4raw-link: @33598 on //depot/perl: 1cd66f7c5bbf47a0c9c6f45b3eae3670bbe447db
p4raw-link: @33597 on //depot/perl: 3420cd608b369be387bfc5e65cad34a2bf659561
p4raw-link: @33589 on //depot/perl: b50d78f710e31d33fee2acc5e8cfddc61da1eb9b
p4raw-link: @33547 on //depot/perl: 216dac0429f7f2def8388be78bca5dd81baf8702
p4raw-id: //depot/maint-5.10/perl@33894
p4raw-integrated: from //depot/perl@33893 'copy in' configure.com
(@33591..) plan9/config_sh.sample (@33597..) 'edit in'
Cross/config.sh-arm-linux epoc/config.sh (@33597..) 'merge in'
vms/descrip_mms.template (@32649..)
p4raw-integrated: from //depot/perl@33606 'copy in' Configure
(@33598..)
p4raw-integrated: from //depot/perl@33598 'copy in' config_h.SH
(@33547..) 'merge in' perl.h (@33448..)
p4raw-integrated: from //depot/perl@33597 'edit in' Porting/config.sh
(@33049..) 'ignore' NetWare/config.wc symbian/config.sh
uconfig.sh win32/config.ce (@33049..) win32/config.bc
(@33345..) win32/config.gc win32/config.vc win32/config.vc64
(@33347..)
p4raw-integrated: from //depot/perl@33547 'ignore' Porting/Glossary
(@33321..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ 33049]
Fix the misplaced warnings and failing tests caused by the precision
loss warning on ++ and -- by moving the check to Configure time,
creating a new config.sh variable nv_overflows_integers_at which
contains an constant expression for the value of the NV which can't
be incremented by 1.0
[ 33054]
Oops, change 33049 really did need to update all the Win?? headers
as the symbol isn't used in a conditional compile.
[ 33055]
Update uconfig.h to add USE_DTRACE back in.
[ 33321]
Resync with metaconfig. Escape the last ~.
[ 33345]
Sync win32/config.* with Porting/config.sh
p4raw-link: @33345 on //depot/perl: 44490ef2326046d0fa96b63ed74af810a72931fd
p4raw-link: @33321 on //depot/perl: 4137585d161068477223a004b005a7b78ff03d8e
p4raw-link: @33055 on //depot/perl: b10924eb6ff77fb5ba594ac1caff0dbc350dc0c9
p4raw-link: @33054 on //depot/perl: 7ea950175ceee077767e7114b36bdb033d932cb6
p4raw-link: @33049 on //depot/perl: b68c599a1231c4d11ec0b0a667ce0c407c357eab
p4raw-id: //depot/maint-5.10/perl@33877
p4raw-integrated: from //depot/perl@33875 'copy in' uconfig.h
(@33043..) Porting/config_H (@33047..) 'merge in'
win32/config_H.ce (@32953..)
p4raw-integrated: from //depot/perl@33345 'copy in' win32/config.vc64
(@33049..)
p4raw-integrated: from //depot/perl@33321 'copy in' config_h.SH
(@33049..)
p4raw-integrated: from //depot/perl@33054 'merge in' win32/config_H.bc
win32/config_H.gc win32/config_H.vc win32/config_H.vc64
(@32953..)
p4raw-integrated: from //depot/perl@33049 'copy in' NetWare/config.wc
plan9/config_sh.sample symbian/config.sh win32/config.ce
(@32953..) uconfig.sh (@32981..) 'edit in' Configure (@33038..)
'ignore' win32/config.bc win32/config.gc win32/config.vc
(@32953..) Porting/Glossary (@33038..) 'merge in'
Cross/config.sh-arm-linux epoc/config.sh (@32953..)
configure.com (@32965..) Porting/config.sh (@33047..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ 32953]
[ only the configuration parts; skip
MANIFEST mydtrace.h perldtrace.d Makefile.SH cop.h Makefile.SH]
Subject: [PATCH] Add dtrace support
Message-Id: <F4AC553F-7C7F-49C3-98C2-E04681E1004F@hexten.net>
Date: Thu, 10 Jan 2008 22:20:52 +0000
with fixups as discussed on list, plus adding usedtrace to Glossary,
plus propagating all the new config variables everywhere.
(Was there an automatic way to do that? I did it with emacs macros)
[ 32963]
Subject: [PATCH] sh doesn't know about !
From: Andy Armstrong <andy@hexten.net>
Message-Id: <7EC45604-54BE-4738-90B2-7AC5C6D17026@hexten.net>
Date: Fri, 11 Jan 2008 19:34:25 +0000
[ 32965]
Nit disabling dtrace on VMS (2 single quotes inside double quotes
causes symbol interpolation in DCL).
[ 32967]
Subject: Re: [PATCH] Stop DTrace config option looping in non-interactive mode
From: Andy Armstrong <andy@hexten.net>
Message-Id: <4C6BD298-5CD3-49EA-8FED-4A6DA24BFA7B@hexten.net>
Date: Sat, 12 Jan 2008 20:27:46 +0000
[ 32974]
Intermediate update/regen in cleanup process, dtrace support
is now backported
p4raw-link: @32974 on //depot/perl: 34f1896bf0e6d84b51034730aeb2a94e83c146ba
p4raw-link: @32967 on //depot/perl: ea9222e0361fc718c049fb5b7d00308ef9b0978d
p4raw-link: @32965 on //depot/perl: 83d8c2948ced54f03b61a7f8d341392ec3470d96
p4raw-link: @32963 on //depot/perl: c9242b3f0d9b2cbf453ac874f8fd5f49f4790fab
p4raw-link: @32953 on //depot/perl: 5ac1e9b286b068746476878a8a6206b06828a175
p4raw-id: //depot/maint-5.10/perl@33873
p4raw-integrated: from //depot/perl@32974 'copy in' Porting/Glossary
config_h.SH (@32953..)
p4raw-integrated: from //depot/perl@32965 'edit in' configure.com
(@32953..)
p4raw-integrated: from //depot/perl@32963 'edit in' Configure
(@32953..)
p4raw-integrated: from //depot/perl@32953 'copy in' NetWare/config.wc
plan9/config_sh.sample symbian/config.sh uconfig.h uconfig.sh
win32/config.bc win32/config.ce win32/config.gc win32/config.vc
win32/config.vc64 (@32705..) 'merge in'
Cross/config.sh-arm-linux epoc/config.sh win32/config_H.bc
win32/config_H.ce win32/config_H.gc win32/config_H.vc
win32/config_H.vc64 (@32705..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ 32647]
Teach cflags.SH about -fstack-protector, and add it to gcc compiler flags
when possible.
[ 32667]
Merge the duplicated code for the tests for -fno-strict-aliasing and
-pipe into a new eval'd "function" checkccflag
[ 32669]
A new try at getting -fstack-protector working, by adding it to the
gcc link flags so that any implementation dependant libraries are also
linked in.
[ 32670]
Oops. Change 32669 didn't mean to add ssp to the libswanted list.
[ 32671]
char can be unsigned, so i8 needs to be signed char.
[ 32705]
Add a Configure probe for <assert.h>
[ 32773]
Sync after metaconfig backports. Some reorders were done
[ 32795]
Bring back the platforms that do not support -fstack-protector
[ 32797]
Missing test, adding $ to the other tests
[ 32927]
Intermediate re-gen for AndyA's dtrace work. More to come
p4raw-link: @32927 on //depot/perl: 613d6c3e99b9decc826ec8d350db87e816a1c7af
p4raw-link: @32797 on //depot/perl: 580e570ede74f948375802ddb064a6c129d09843
p4raw-link: @32795 on //depot/perl: 04b62921f03f67e98babd7416f0b9dec028c5df2
p4raw-link: @32773 on //depot/perl: c0bacbefa7e93e425666c0c5f655c48e3ae97edf
p4raw-link: @32705 on //depot/perl: 2a0de2c52ab4e8b4f51332a0e1eaae4b8cff3f48
p4raw-link: @32671 on //depot/perl: 1318745670424caf6c309d2a8e64000cb32872aa
p4raw-link: @32670 on //depot/perl: 8119684ffb78148615b341699e2e8eb537bbe57f
p4raw-link: @32669 on //depot/perl: 6682be1cb0cf57e58661289c111831ff65f51b05
p4raw-link: @32667 on //depot/perl: c34316b3a9f2bbb390b298a58adaec3a29b4d521
p4raw-link: @32647 on //depot/perl: 5e49647a0859f6593db3487b4813b840236eca20
p4raw-id: //depot/maint-5.10/perl@33872
p4raw-integrated: from //depot/perl@33857 'copy in'
plan9/config_h.sample (@29213..) 'merge in' NetWare/config_H.wc
(@32646..)
p4raw-integrated: from //depot/perl@32773 'copy in' config_h.SH
(@32705..)
p4raw-integrated: from //depot/perl@32705 'copy in' NetWare/config.wc
plan9/config_sh.sample symbian/config.sh win32/config.bc
win32/config.ce win32/config.gc win32/config.vc
win32/config.vc64 (@31745..) Porting/config_H uconfig.sh
(@32425..) uconfig.h (@32558..) 'ignore' Porting/Glossary
(@31745..) 'merge in' configure.com (@32577..)
Cross/config.sh-arm-linux Porting/config.sh epoc/config.sh
win32/config_H.bc win32/config_H.ce win32/config_H.gc
win32/config_H.vc win32/config_H.vc64 (@32646..)
p4raw-integrated: from //depot/perl@32670 'edit in' Configure
(@32669..)
p4raw-integrated: from //depot/perl@32669 'copy in' cflags.SH
(@32647..)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
[ 33051]
Deprecate (and remove core use of ) Nullav, Nullcv, Nullgv, Nullhe,
Nullhek and Nullhv. Nullop is going to be a bit less simple.
[ 33052]
Purge all use of Nullch in non-dual life modules.
Exterminate! Exterminate! Exterminate!
[ 33053]
Change 33052 missed one Nullch. Oops.
Exterminate! Exterminate! Exterminate!
[for maint, the "remove core use of" part, not the deprecating]
p4raw-link: @33053 on //depot/perl: 9bdb0282d4f16fcaf7658ba3709d04ef5f50dba3
p4raw-link: @33052 on //depot/perl: 9849c14cd91dea2f36cd3d2a79984145cc69648c
p4raw-link: @33051 on //depot/perl: 3ae1b22641a16d4d08aba688616c0f7cefb7d1f5
p4raw-id: //depot/maint-5.10/perl@33161
p4raw-integrated: from //depot/perl@33160 'copy in' epoc/epoc.c
(@16598..) pod/perlapio.pod (@25253..) ext/Opcode/Opcode.xs
(@28797..) ext/PerlIO/scalar/scalar.xs (@29751..)
ext/PerlIO/encoding/encoding.xs (@30213..) malloc.c (@30964..)
win32/vdir.h (@31211..) 'merge in' ext/DynaLoader/dl_symbian.xs
ext/PerlIO/via/via.xs (@32703..) ext/Storable/Storable.xs
(@32734..) ext/B/B.xs (@32822..) ext/Data/Dumper/Dumper.xs
(@32881..)
|
|
|
| |
p4raw-id: //depot/perl@31970
|
|
|
| |
p4raw-id: //depot/perl@31799
|
|
|
|
|
| |
Message-ID: <460ED79A.5030809@iki.fi>
p4raw-id: //depot/perl@30823
|
|
|
|
|
|
| |
From: "Steve Peters" <steve.peters@gmail.com>
Message-ID: <fd7a59d30611042340p5543442ctad306aeb748b6bfe@mail.gmail.com>
p4raw-id: //depot/perl@29238
|
|
|
|
|
| |
Plus forced Glossary entry. That is a TODO for automation
p4raw-id: //depot/perl@29213
|
|
|
|
|
| |
in */*ish.h headers.
p4raw-id: //depot/perl@29077
|
|
|
| |
p4raw-id: //depot/perl@28969
|
|
|
|
|
| |
Message-ID: <44D7AA6B.4040802@iki.fi>
p4raw-id: //depot/perl@28674
|
|
|
| |
p4raw-id: //depot/perl@28189
|
|
|
|
|
| |
perl5 to perl[56] convertor), which if set defines PERL_MAD in config.h
p4raw-id: //depot/perl@27407
|
|
|
|
|
| |
Regenerate template config in Porting
p4raw-id: //depot/perl@27007
|
|
|
| |
p4raw-id: //depot/perl@26639
|
|
|
|
|
|
|
| |
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.
p4raw-id: //depot/perl@25831
|
|
|
| |
p4raw-id: //depot/perl@25741
|
|
|
| |
p4raw-id: //depot/perl@24949
|
|
|
|
|
| |
Message-ID: <20050519173256.GA29039@petdance.com>
p4raw-id: //depot/perl@24508
|
|
|
|
|
|
| |
Restore "DEVEL" tag in patchlevel.h
Regenerate Porting/config*
p4raw-id: //depot/perl@24149
|
|
|
| |
p4raw-id: //depot/perl@22523
|
|
|
|
|
| |
the pumpkin. Chainsaw was still in perfect working order.
p4raw-id: //depot/perl@22334
|
|
|
|
|
|
| |
Add perl591delta in perl.pod.
Update the sample config files in Porting/.
p4raw-id: //depot/perl@22318
|
|
|
|
|
| |
can be delayed until perl_parse().
p4raw-id: //depot/perl@19979
|
|
|
| |
p4raw-id: //depot/perl@19899
|
|
|
|
|
| |
as per suggestion from Sarathy.
p4raw-id: //depot/perl@19878
|
|
|
|
|
|
|
|
|
|
| |
Linux, Solaris, AIX. Had to do #ifdef OS2 for the <io.h> in
malloc.c, found in AIX since there is no such header.
In Tru64 miniperl fails an assert: "free()ed/realloc()ed-away
memory was overwritten?"
(In IRIX compiles but that doesn't prove much since in IRIX
Perl's malloc is simply not used.)
p4raw-id: //depot/perl@19831
|
|
|
| |
p4raw-id: //depot/perl@19607
|
|
|
| |
p4raw-id: //depot/perl@19602
|
|
|
| |
p4raw-id: //depot/perl@19314
|
|
|
| |
p4raw-id: //depot/perl@19251
|
|
|
|
|
| |
Still imcomplete. Configure will follow
p4raw-id: //depot/perl@18030
|
|
|
| |
p4raw-id: //depot/perl@17944
|
|
|
| |
p4raw-id: //depot/perl@17671
|
|
|
| |
p4raw-id: //depot/perl@17454
|
|
|
|
|
|
|
|
| |
From: "H.Merijn Brand" <h.m.brand@hccnet.nl>
Message-Id: <20020529081515.D570.H.M.BRAND@hccnet.nl>
More 5.7.3 -> 5.8.0.
p4raw-id: //depot/perl@16851
|
|
|
| |
p4raw-id: //depot/perl@16843
|
|
|
| |
p4raw-id: //depot/perl@16598
|
|
|
| |
p4raw-id: //depot/perl@16291
|
|
|
| |
p4raw-id: //depot/perl@15718
|
|
|
| |
p4raw-id: //depot/perl@15524
|
|
|
| |
p4raw-id: //depot/perl@15428
|
|
|
| |
p4raw-id: //depot/perl@15427
|