summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Re-integrate mainlineNick Ing-Simmons1999-09-18179-7514/+40975
| | | | | Basic SvUTF8 stuff in headers, no functional changes yet. p4raw-id: //depot/utfperl@4193
* Get resolve -at mainlineNick Ing-Simmons1999-09-101052-70270/+205945
|\ | | | | p4raw-id: //depot/utfperl@4126
| * s/dXS_TARGET/dXSTARG/ in change#4044 (to match dARGS vs dXSARGSGurusamy Sarathy1999-09-102-2/+3
| | | | | | | | | | | | | | etc.) p4raw-link: @4044 on //depot/cfgperl: d30110745a7a78b4c83e13a8406bad8c3e3294bf p4raw-id: //depot/perl@4125
| * rewrote substantive parts of patchIlya Zakharevich1999-09-101-15/+56
| | | | | | | | | | | | Message-ID: <19990827190218.A19561@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_58] REx documentation p4raw-id: //depot/perl@4124
| * note about AVf_*Gurusamy Sarathy1999-09-101-0/+20
| | | | | | p4raw-id: //depot/perl@4123
| * allow 'text' in L<text|A::B/"C"> (from Martin LichtinGurusamy Sarathy1999-09-101-1/+2
| | | | | | | | | | <lichtin@bivio.com>) p4raw-id: //depot/perl@4122
| * dos-djgpp update (from Laszlo Molnar <laszlo.molnar@eth.ericsson.se>)Gurusamy Sarathy1999-09-1015-42/+46
| | | | | | p4raw-id: //depot/perl@4121
| * add perlcompile.pod (edited content from Nathan TorkingtonGurusamy Sarathy1999-09-106-1/+451
| | | | | | | | | | <gnat@frii.com> and others) p4raw-id: //depot/perl@4120
| * avoid leaking static local_patches unless patchlevel.h isGurusamy Sarathy1999-09-102-5/+5
| | | | | | | | | | explicitly included p4raw-id: //depot/perl@4119
| * upgrade to Getopt::Long v2.20 (from Johan VromansGurusamy Sarathy1999-09-106-22/+355
| | | | | | | | | | <jvromans@squirrel.nl>) p4raw-id: //depot/perl@4118
| * avoid ass_u_ming uppercase types are not user objects (spottedGurusamy Sarathy1999-09-081-4/+3
| | | | | | | | | | by Kurt Starsinic) p4raw-id: //depot/perl@4108
| * [ID 19990908.014] s2p does not quote @Akim Demaille1999-09-081-0/+6
| | | | | | | | | | Message-Id: <m11OkQm-003A4IC@beyrouth.lrde.epita.fr> p4raw-id: //depot/perl@4107
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-0830-287/+302
| |\ | | | | | | p4raw-id: //depot/perl@4106
| | * Minor touches at the [:class:] description.Jarkko Hietaniemi1999-09-081-9/+9
| | | | | | | | | p4raw-id: //depot/cfgperl@4105
| | * Fix debugging output for RExIlya Zakharevich1999-09-081-1/+1
| | | | | | | | | | | | | | | | | | To: Mailing list Perl5 <perl5-porters@perl.org> Message-ID: <19990908050201.A17682@monk.mps.ohio-state.edu> p4raw-id: //depot/cfgperl@4104
| | * Fix pointer casts.Robin Barker1999-09-0717-89/+107
| | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Subject: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits Message-Id: <199909071130.MAA11435@tempest.npl.co.uk> p4raw-id: //depot/cfgperl@4100
| | * Band-aid until we've got %{Uid_t} or something similarJarkko Hietaniemi1999-09-071-1/+6
| | | | | | | | | | | | | | | for sv_catpvfn(). p4raw-id: //depot/cfgperl@4098
| | * Fix a printf thinko: now quads must have the ll L q prefix.Jarkko Hietaniemi1999-09-073-86/+45
| | | | | | | | | | | | | | | (in other words, a bare %d is an int/unsigned) p4raw-id: //depot/cfgperl@4097
| | * HP-UX 10.20 and gcc 2.8.1 break UINT32_MAX.Daniel S. Lewart1999-09-072-1/+10
| | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Subject: [ID 19990906.007] Not OK: perl 5.00561 on PA-RISC1.1 10.20 Message-Id: <199909070218.VAA29232@www.cvm.uiuc.edu> p4raw-id: //depot/cfgperl@4096
| | * Integrate with Sarathy.Jarkko Hietaniemi1999-09-068-58/+157
| | |\ | | | | | | | | p4raw-id: //depot/cfgperl@4094
| | * | Fix UV_SIZEOF to UVSIZE; change the overflow testsJarkko Hietaniemi1999-09-064-12/+12
| | | | | | | | | | | | | | | | | | | | so that they overflow also on 64-bit platforms. p4raw-id: //depot/cfgperl@4093
| | * | Integrate with Sarathy.Jarkko Hietaniemi1999-09-0651-427/+2252
| | |\ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@4091
| | * | | Undo #4055 (related to #4079).Jarkko Hietaniemi1999-09-051-6/+2
| | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4080
| | * | | Time is not yet ripe.Jarkko Hietaniemi1999-09-055-87/+108
| | | | | | | | | | | | | | | p4raw-id: //depot/cfgperl@4079
| | * | | timesum() wasn't @EXPORTed as promised by the documentation.Jarkko Hietaniemi1999-09-041-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | Bug reported by Alex Efros <powerman@inart.kharkov.com>. p4raw-id: //depot/cfgperl@4077
| * | | | fix memory leak in C<sub f { split ' ', "a b" } f() while 1>Gurusamy Sarathy1999-09-081-0/+1
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@4103
| * | | | fix memory leak in C<sub f { @_ = 1 } f() while 1>Gurusamy Sarathy1999-09-082-0/+2
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@4102
| * | | | various fixups for windowsGurusamy Sarathy1999-09-079-67/+49
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@4101
| * | | | applied suggested patch with suitable test to detect MSVCVishal Bhatia1999-09-061-12/+15
| | |_|/ | |/| | | | | | | | | | | | | | | | | | Message-ID: <GFCJELIOGEENAAAA@my-deja.com> Subject: compiler on win32 p4raw-id: //depot/perl@4095
| * | | support bytecode and C backends in perlcc (patch suggestedGurusamy Sarathy1999-09-067-57/+156
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | by Tom Hughes <tom@compton.au>); s/-opt/-noopt/ and make the C backend the default; describe new switches in pod; introduce PERLCC_OPTS and s/COMPILE_TIMEOUT/PERLCC_TIMEOUT/; s/COMPILE_TEST/HARNESS_COMPILE_TEST/; document these %ENV entries p4raw-id: //depot/perl@4092
| * | | propagate changed error textGurusamy Sarathy1999-09-061-1/+1
| | |/ | |/| | | | p4raw-id: //depot/perl@4090
| * | sprintf doc tweak (from Ian Phillipps <ian@dial.pipex.com>)Gurusamy Sarathy1999-09-061-1/+2
| | | | | | | | | p4raw-id: //depot/perl@4089
| * | Another patch for Lexical WarningsPaul Marquess1999-09-0612-123/+364
| | | | | | | | | | | | | | | Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BAB@mbtlipnt02.btlabs.bt.co.uk> p4raw-id: //depot/perl@4088
| * | change#3612 is buggy when quotemeta argument matches targetIlya Zakharevich1999-09-063-8/+121
| | | | | | | | | | | | | | | | | | | | | | | | | | | (hope this is the last of the optimized-OP_SASSIGN bugs) Message-Id: <199909051007.GAA06423@monk.mps.ohio-state.edu> Subject: Re: [BUG: quotemeta] p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e p4raw-id: //depot/perl@4087
| * | misc tweaksGurusamy Sarathy1999-09-064-12/+8
| | | | | | | | | p4raw-id: //depot/perl@4086
| * | applied patch suggested by Hans Mulder to fix problems onGurusamy Sarathy1999-09-066-18/+31
| | | | | | | | | | | | | | | | | | | | | | | | OPENSTEP-Mach; be more careful about PERL_POLLUTE_MALLOC when they ask for bincompat (platforms that used to default to EMBEDMYMALLOC continue to do so); disable warnings.t#192 (appears unsalvageable on some platforms) p4raw-id: //depot/perl@4085
| * | optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-0612-5/+61
| | | | | | | | | | | | | | | by Mark-Jason Dominus <mjd@plover.com>) p4raw-id: //depot/perl@4083
| * | fix data loss when more than one block is read from SDBMGurusamy Sarathy1999-09-051-3/+13
| | | | | | | | | | | | | | | *.dir file (suggested by Uwe Ohse <uwe@ohse.de>) p4raw-id: //depot/perl@4082
| * | initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-0523-200/+996
| | | | | | | | | | | | | | | | | | version of patch suggested by Ilya Zakharevich, which in turn is based on the one suggested by Tuomas J. Lukka <lukka@iki.fi>) p4raw-id: //depot/perl@4081
| * | modified suggested patch to handle cross-refs and qr// objectsJohn Nolan1999-09-056-57/+656
| | | | | | | | | | | | | | | | | | | | | | | | | | | correctly; unfollowed refs are represented as simple string value, not just the bare type; $VERSION stays the same until it is ready for prime time (avoids CPAN confustication) Message-Id: <199908050021.UAA09693@monet.op.net> Subject: [ID 19990804.006] [PATCH]5.005_60 (Data::Dumper) - implements Maxdepth setting p4raw-id: //depot/perl@4078
| * | integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-04115-4540/+7179
| |\ \ | | |/ | | | p4raw-id: //depot/perl@4076
| | * use integer on the problematic subtest.Jarkko Hietaniemi1999-09-041-11/+2
| | | | | | | | | p4raw-id: //depot/cfgperl@4075
| | * Warn about numconvert.t in case somebodyJarkko Hietaniemi1999-09-041-0/+3
| | | | | | | | | | | | | | | wants to make sv_2pv more 64-bit aware. p4raw-id: //depot/cfgperl@4074
| | * Comment upgrading: the quad situation isn't quite asJarkko Hietaniemi1999-09-041-12/+7
| | | | | | | | | | | | | | | bad as it used to be. p4raw-id: //depot/cfgperl@4073
| | * Integrate with Sarathy.Jarkko Hietaniemi1999-09-041-5/+0
| | |\ | | |/ | |/| p4raw-id: //depot/cfgperl@4072
| * | avoid hiding child process windowGurusamy Sarathy1999-08-301-5/+0
| | | | | | | | | p4raw-id: //depot/perl@4057
| | * Fix LFS with -Duseperlio in Solaris. Reported inRobin Barker1999-09-041-0/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Subject: [ID 19990823.009] [PATCH perl5.005_61] typo in perl.h Message-Id: <199908231541.QAA10043@tempest.npl.co.uk> and later (in private email) found to be dependent on useperlio. Mental note: the cpp magic done in perlsdio.h (and assumedly also in perlsfio.h) may cause trouble later with lfs because both the perlio scheme by Perl and the lfs support by vendors like to play cpp games to map the stdio namespace back and forth. The problem fixed here (fseek vs fseeko, ftell vs ftello) may be just the beginning. p4raw-id: //depot/cfgperl@4071
| | * Enable 64-bit clean bit ops.Jarkko Hietaniemi1999-09-045-107/+95
| | | | | | | | | | | | | | | (Disables the t/op/misc.t substest 3 in 64-bit platforms.) p4raw-id: //depot/cfgperl@4070
| | * Turn on USE_64_BIT_OFFSETS implicitly.Jarkko Hietaniemi1999-09-031-1/+7
| | | | | | | | | p4raw-id: //depot/cfgperl@4069
| | * Fix from Spider for the sub attributes (there was an undocumentedJarkko Hietaniemi1999-09-031-4/+10
| | | | | | | | | | | | | | | dependency between force_word() and skipspace()). p4raw-id: //depot/cfgperl@4068