summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* more pod patchesMichael Stevens2001-03-1655-175/+192
| | | | | Message-ID: <20010315212518.A18870@firedrake.org> p4raw-id: //depot/perl@9176
* the uncontroversial doc patchesMichael Stevens2001-03-1615-81/+80
| | | | | Message-ID: <20010315200112.A7636@firedrake.org> p4raw-id: //depot/perl@9175
* ext/GDBM_File GDBM_NOLOCK constantPaul Lindner2001-03-162-1/+8
| | | | | Message-ID: <20010316112803.A7577@inuus.com> p4raw-id: //depot/perl@9174
* Update Changes.Jarkko Hietaniemi2001-03-152-1/+335
| | | p4raw-id: //depot/perl@9172
* Re: Another Borland C++ problem.Vadim Konovalov2001-03-153-0/+74
| | | | | | | Message-ID: <001601c0a97f$143fcc40$da7b55c2@vad> Borland filename case problem. p4raw-id: //depot/perl@9171
* Add Locale::Codes 1.06, from Neil Bowers.Jarkko Hietaniemi2001-03-1511-0/+2550
| | | p4raw-id: //depot/perl@9170
* Upgrade to Storable 1.0.11, from Raphael Manfredi.Jarkko Hietaniemi2001-03-153-23/+78
| | | p4raw-id: //depot/perl@9169
* perldocIlya Zakharevich2001-03-151-1/+2
| | | | | Message-ID: <20010314234652.A7972@math.ohio-state.edu> p4raw-id: //depot/perl@9167
* sigaction test condition tweakage.Jarkko Hietaniemi2001-03-151-3/+3
| | | p4raw-id: //depot/perl@9166
* Avoid stomping off the beginning of an array in tr///.Jarkko Hietaniemi2001-03-151-5/+2
| | | p4raw-id: //depot/perl@9164
* h2ph strictness and cleanliness from Kurt Starsinic.Jarkko Hietaniemi2001-03-151-18/+27
| | | p4raw-id: //depot/perl@9163
* Do not use the Perl malloc in IRIX, suggested byJarkko Hietaniemi2001-03-141-0/+3
| | | | | Helmus Jarausch. p4raw-id: //depot/perl@9160
* The Day of the Retractions continues: the #9138Jarkko Hietaniemi2001-03-1410-25/+49
| | | | | (integrated in #9144) doesn't work well in mainline. p4raw-id: //depot/perl@9158
* The #9145 CANNOT be enabled: the clear_pmop code stillJarkko Hietaniemi2001-03-143-60/+18
| | | | | dumps core all over in Tru64. p4raw-id: //depot/perl@9157
* Integrate change #9154 from maintperl to mainline.Jarkko Hietaniemi2001-03-148-3/+48
| | | | | | | | | | | | PerlIO_stdoutf() wasn't properly supported under PERL_IMPLICIT_SYS (caused Storable 1.0.10 to break on windows) p4raw-link: @9154 on //depot/maint-5.6/perl: 241ea079897f140daac27d059c9935e78ec152ec p4raw-id: //depot/perl@9156 p4raw-integrated: from //depot/maint-5.6/perl@9155 'copy in' globals.c (@5902..) 'merge in' global.sym (@8599..) iperlsys.h (@8800..) objXSUB.h perlapi.c (@8993..) embed.h embed.pl proto.h (@9108..)
* Retract #9136: breaks threading (and binary compatibility).Jarkko Hietaniemi2001-03-143-54/+16
| | | p4raw-id: //depot/perl@9155
* Tweaked a tweak from H.Merijn Brand on the sigaction test.Jarkko Hietaniemi2001-03-141-1/+2
| | | p4raw-id: //depot/perl@9153
* reenable change#9145 (the test was busted due to a missingGurusamy Sarathy2001-03-143-18/+60
| | | | | | | C<print "ok 27\n">) p4raw-link: @9145 on //depot/perl: 4af0bda917eceeead6e59e5dc7c6b28fce055a0a p4raw-id: //depot/perl@9151
* Retract #9145.Jarkko Hietaniemi2001-03-143-58/+18
| | | p4raw-id: //depot/perl@9150
* Retract #9143.Jarkko Hietaniemi2001-03-141-1/+1
| | | p4raw-id: //depot/perl@9149
* Uninitialized Memory Read in regexec.cGurusamy Sarathy2001-03-141-1/+1
| | | p4raw-id: //depot/perl@9148
* PATCH: make goto work in nested eval ""Robin Houston2001-03-142-2/+21
| | | | | Message-ID: <20010314041610.A16307@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9147
* Preserve the #ifdef PERL_CORE in perly.h.Jarkko Hietaniemi2001-03-141-0/+11
| | | p4raw-id: //depot/perl@9146
* (Retracted by #9150.)Jarkko Hietaniemi2001-03-143-18/+58
| | | p4raw-id: //depot/perl@9145
* Integrate changes #9137,9138,9142 from maintperl into mainline.Jarkko Hietaniemi2001-03-1412-54/+35
| | | | | | | | | | | | | | | | | | | | | | fix leak in pregcomp() when RE fails to compile (e.g. m/\\/) remove squelch controls for "Scalars leaked" messages in most places (these are now cured) fix another memory leak reported by purify (tie callbacks that croak can leak when wiping out magic) p4raw-link: @9142 on //depot/maint-5.6/perl: 26972843796e21c404c9d13ec5ee86e7b952a2bd p4raw-link: @9138 on //depot/maint-5.6/perl: ad7f1144250940f9ca43bac32708ec5e718b30ff p4raw-link: @9137 on //depot/maint-5.6/perl: 1f35595ecca168b4f66e3399344799fdbd496d17 p4raw-id: //depot/perl@9144 p4raw-integrated: from //depot/maint-5.6/perl@9143 'copy in' t/pragma/strict-vars (@7318..) t/pragma/warn/regcomp (@7887..) t/op/regexp.t (@8551..) t/op/lex_assign.t (@8987..) 'merge in' t/op/local.t (@5902..) t/pragma/warn/op (@7846..) t/pragma/warnings.t (@7895..) t/comp/proto.t (@8173..) t/pragma/warn/toke (@8570..) regcomp.c (@8777..) scope.c (@8855..) t/op/pat.t (@9076..)
* (Retracted by #9149.)Jarkko Hietaniemi2001-03-141-1/+1
| | | p4raw-id: //depot/perl@9143
* PATCH for [ID 20010305.003]Robin Houston2001-03-142-1/+29
| | | | | Message-ID: <20010314024551.A16207@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9141
* Re: [ID 20010309.004] my-variables lose values while goto'ing within a ↵Robin Houston2001-03-142-4/+29
| | | | | | | | | for(;;)-loop Message-ID: <20010314015251.B16112@puffinry.freeserve.co.uk> Fix for 2000313.004. p4raw-id: //depot/perl@9140
* Re: [ID 20010309.004] my-variables lose values while goto'ing within a ↵Robin Houston2001-03-148-420/+1393
| | | | | | | for(;;)-loop Message-ID: <20010314004345.A15892@puffinry.freeserve.co.uk> p4raw-id: //depot/perl@9139
* (Retracted by #9155)Jens-Uwe Mager2001-03-133-16/+54
| | | | | | Subject: Re: [gsar@ActiveState.com: v5.6.1 trial2 is available] Message-ID: <20010221213203.A18340@ans.helios.de> p4raw-id: //depot/perl@9136
* Integrate perlio:Jarkko Hietaniemi2001-03-131-1/+4
| | | | | | | | | | [ 9126] #ifdef'ed out code to make packed side of pack/unpack octets. (i.e. pack('U') => encode_utf8). p4raw-link: @9126 on //depot/perlio: d815558d76680455c3455ca148e9c280db95eb71 p4raw-id: //depot/perl@9135 p4raw-integrated: from //depot/perlio@9134 'copy in' pp.c (@9096..)
* Integrate change #9131 from maintperl into mainline.Jarkko Hietaniemi2001-03-131-4/+9
| | | | | | | | | make the error text look more consistent in hints/hpux.sh p4raw-link: @9131 on //depot/maint-5.6/perl: 6c443ddcf92f9e25943db40b3d14a2d7dd67aaae p4raw-id: //depot/perl@9134 p4raw-integrated: from //depot/maint-5.6/perl@9132 'merge in' hints/hpux.sh (@8687..)
* Re: [ID 20010309.004] my-variables lose values while goto'ing within a ↵John P. Linderman2001-03-131-5/+13
| | | | | | | | | for(;;)-loop Message-Id: <200103131736.MAA35615@raptor.research.att.com> A more correct prime finder. p4raw-id: //depot/perl@9132
* Re: 9122 and sigaction/switch on HP-UX 11.00H.Merijn Brand2001-03-131-1/+1
| | | | | | | | Message-Id: <20010313184043.BFFC.H.M.BRAND@hccnet.nl> If the test is run non-interactively the default handler is different. p4raw-id: //depot/perl@9130
* t/lib/1_compile.t VMS modCharles Lane2001-03-131-1/+1
| | | | | Message-Id: <010313164414.d1225@DUPHY4.Physics.Drexel.Edu> p4raw-id: //depot/perl@9129
* Another patch for integer.pm POD John L. Allen2001-03-131-20/+30
| | | | | Message-ID: <Pine.SOL.3.91.1010313160755.1630A-100000@gateway.grumman.com> p4raw-id: //depot/perl@9128
* Update Changes.Jarkko Hietaniemi2001-03-132-1/+240
| | | p4raw-id: //depot/perl@9125
* Workaround for the buggy ("internal compiler error")Jarkko Hietaniemi2001-03-132-2/+38
| | | | | | | AIX C compiler 5.0.1.0: skip the optimization for regcomp.c (and ext/re/re_comp.c). The MakeMaker dark magic courtesy of Andreas König. p4raw-id: //depot/perl@9124
* Typo in #9113.Jarkko Hietaniemi2001-03-131-2/+2
| | | p4raw-id: //depot/perl@9122
* Forgot to check-in the larger part of #9120, duh.Jarkko Hietaniemi2001-03-131-191/+527
| | | p4raw-id: //depot/perl@9121
* OS/2 docsIlya Zakharevich2001-03-131-54/+1
| | | | | Message-ID: <20010312032732.A19283@math.ohio-state.edu> p4raw-id: //depot/perl@9120
* Integrate change #9116 from maintperl into mainline.Jarkko Hietaniemi2001-03-131-4/+4
| | | | | | | | | | Win32::GetCwd() returns C: instead of C:\ in the root directory under ithreads p4raw-link: @9116 on //depot/maint-5.6/perl: 864201fef66f086d79f15d5f6659d358d38b3288 p4raw-id: //depot/perl@9119 p4raw-integrated: from //depot/maint-5.6/perl@9118 'merge in' win32/perlhost.h (@8167..)
* Add Switch 2.01, resort MANIFEST (forgot that in #9117)Jarkko Hietaniemi2001-03-133-11/+1084
| | | p4raw-id: //depot/perl@9118
* Add Text::Balanced 1.83.Jarkko Hietaniemi2001-03-1311-0/+3243
| | | p4raw-id: //depot/perl@9117
* Re: [ID 20010305.005] "use integer" doesn't make rand() return integersJohn L. Allen2001-03-131-24/+47
| | | | | | | Message-ID: <Pine.SOL.3.91.1010306103113.9094A-100000@gateway.grumman.com> use integer document clarification. p4raw-id: //depot/perl@9115
* OS/390 mydomain last gasp before silly guess (was Re: What do I need to ↵Peter Prymmer2001-03-133-56/+43
| | | | | | | build EBCDIC perl?) Message-ID: <Pine.OSF.4.10.10103121619020.180841-100000@aspara.forte.com> p4raw-id: //depot/perl@9113
* Integrate perlio:Jarkko Hietaniemi2001-03-132-3/+29
| | | | | | | | | | [ 9110] #ifdef'ed out code for 'USE_BYTES_DOWNGRADES' case. p4raw-link: @9110 on //depot/perlio: 03cfe0aec1e921aae8754172fe1982455c07ce69 p4raw-id: //depot/perl@9112 p4raw-integrated: from //depot/perlio@9109 'copy in' utf8.h (@9096..) sv.c (@9110..)
* Integrate change #9108 from maintperl to mainline.Jarkko Hietaniemi2001-03-1210-82/+216
| | | | | | | | | | | | | | | | | | | | fix memory leak in C<sub X { sub {} }> arising from a refcount loop between the outer sub and the inner prototype anonsub this also enables closures returned by subroutines that subsequently get redefined to work without generating coredumps :) completely removed the free_closures() hack--it shouldn't be needed anymore p4raw-link: @9108 on //depot/maint-5.6/perl: 1cf1f64f42eb50a67f2427ff9d6d24023a2b9997 p4raw-id: //depot/perl@9109 p4raw-branched: from //depot/maint-5.6/perl@9107 'branch in' t/op/anonsub.t p4raw-integrated: from //depot/maint-5.6/perl@9107 'merge in' sv.c (@8871..) embed.h (@8886..) pod/perlapi.pod proto.h (@8993..) embed.pl (@8995..) MANIFEST (@9030..) op.c op.h (@9055..) pp_ctl.c (@9076..)
* Integrate perlio:Jarkko Hietaniemi2001-03-126-106/+80
|\ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 9106] regcomp.c is working in native space, not Unicode space (if different) as it is doing compare against 'W' in \W etc. [ 9105] Audit #ifdef EBCDIC and #ifndef ASCIIish, replace latter with former. Use ASCII_TO_NATIVE and NATIVE_TO_ASCII to avoid some #ifs. [ 9104] Put utf8_downgrade in CRIPPLED_CC versions of SvPVbyte* before I forget. [ 9102] USE_SFIO issues as observed by Chris Nandor <pudge@pobox.com> - exclude layer syms in makedef.pl for sfio - also inhibit Encode from trying to build ":encode()" layer. p4raw-link: @9106 on //depot/perlio: 5e12f4fbf2391bc262df1da61c1745c66dc76d71 p4raw-link: @9105 on //depot/perlio: c7f1f0165ac822994a67426c2d8003c3974e49ef p4raw-link: @9104 on //depot/perlio: ffebcc3e6acf9636047196271385e91b0490ae34 p4raw-link: @9102 on //depot/perlio: 9df9a5cd21960315c39a8675579b46e68b5402c2 p4raw-id: //depot/perl@9107
| * regcomp.c is working in native space, not Unicode space (if different)Nick Ing-Simmons2001-03-111-9/+8
| | | | | | | | | | as it is doing compare against 'W' in \W etc. p4raw-id: //depot/perlio@9106