summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* use is a compile-time thing.Jarkko Hietaniemi2001-06-041-1/+1
| | | p4raw-id: //depot/perl@10426
* -Wall casting patchRobin Barker2001-06-042-7/+7
| | | | | Message-Id: <200106041327.OAA15338@tempest.npl.co.uk> p4raw-id: //depot/perl@10425
* introducing SVpad_TYPEDAbhijit Menon-Sen2001-06-040-0/+0
| | | | | Message-ID: <20010604122602.A5775@lustre.linux.in> p4raw-id: //depot/perl@10424
* testsuite for change#10192 (from Gisle Aas)Gurusamy Sarathy2001-06-042-0/+64
| | | | | p4raw-link: @10192 on //depot/perl: ec4ab249deaa88f5a071536b0473504f26c43486 p4raw-id: //depot/perl@10423
* Missed from #10420.Jarkko Hietaniemi2001-06-041-1/+1
| | | p4raw-id: //depot/perl@10421
* Missed HAS_SETRESGID_PROTO. No serious harm done sinceJarkko Hietaniemi2001-06-048-7/+63
| | | | | often this prototype goes with HAS_SETRESUID_PROTO. p4raw-id: //depot/perl@10420
* Update Changes.Jarkko Hietaniemi2001-06-042-1/+298
| | | p4raw-id: //depot/perl@10419
* -Wall "subscript has type `char'" cleanup.Jarkko Hietaniemi2001-06-034-96/+97
| | | p4raw-id: //depot/perl@10418
* Various "cast to pointer from integer of different size"Jarkko Hietaniemi2001-06-034-13/+13
| | | | | | | | | | picked up by gcc -Wall (in Tru64 where pointers are 64 bits wide but I32 (int) only 32 bits wide). WARNING: the classnum and tagnum changes in Storable.xs may not be wise, they may be breaking binary compatibility (in 64-bit platforms), asked Raphael Manfredi about the changes. p4raw-id: //depot/perl@10417
* The non-locale places need love, too.Jarkko Hietaniemi2001-06-031-1/+1
| | | p4raw-id: //depot/perl@10416
* "10.", that is, decimal numbers can have no decimal part at all.Jarkko Hietaniemi2001-06-031-1/+1
| | | p4raw-id: //depot/perl@10415
* Potential buffer overrun if the radix separator is more thanJarkko Hietaniemi2001-06-032-6/+8
| | | | | | one byte. Also, under locales, prefer the locale-specific separator over the old boring ".". p4raw-id: //depot/perl@10414
* Integrate change #10412 from maintperl; locale is nowJarkko Hietaniemi2001-06-0314-118/+65
| | | | | | | | | | | | | | | per-cop, not per-op; plus retweak the locale.t to always list the skipped utf8 locales. p4raw-link: @10412 on //depot/maint-5.6/perl: 71d0b827413df9e881d1c54d2d968823ed50c75b p4raw-id: //depot/perl@10413 p4raw-edited: from //depot/maint-5.6/perl@10411 'edit in' t/pragma/locale.t (@8600..) p4raw-integrated: from //depot/maint-5.6/perl@10411 'merge in' lib/locale.pm (@5902..) opcode.h pp.sym pp_proto.h (@8620..) opcode.pl (@8998..) op.h perl.h (@9288..) pp_sys.c (@9524..) util.c (@9538..) embed.h (@9584..) op.c (@9950..) pp.c (@10091..) pp_ctl.c (@10100..)
* More verbose debugging.Jarkko Hietaniemi2001-06-031-8/+30
| | | p4raw-id: //depot/perl@10411
* RE: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.tPaul Marquess2001-06-032-2/+82
| | | | | Message-ID: <000601c0ebae$77d10dc0$99dcfea9@bfs.phone.com> p4raw-id: //depot/perl@10410
* Mention that lexicalizing $a or $b is a bad idea if oneJarkko Hietaniemi2001-06-031-1/+3
| | | | | wants to use sort(). p4raw-id: //depot/perl@10409
* Tweak the test to be happy if the accuracy is 'good enough'.Jarkko Hietaniemi2001-06-031-1/+2
| | | p4raw-id: //depot/perl@10408
* Upgrade to Attribute::Handlers 0.70.Jarkko Hietaniemi2001-06-0316-3/+336
| | | | | | NOTE: this unearthed the "too late for CHECK block" bug, that's why the 1_compile.t change. p4raw-id: //depot/perl@10407
* One less -Wall whine.Jarkko Hietaniemi2001-06-031-1/+1
| | | p4raw-id: //depot/perl@10406
* Integrate change #10404 from maintperl; eval.t was in pre-10394 mood.Jarkko Hietaniemi2001-06-031-2/+2
| | | | | | | p4raw-link: @10404 on //depot/maint-5.6/perl: 62bda1a5f4287c07607d002738961da56cf9f92c p4raw-id: //depot/perl@10405 p4raw-integrated: from //depot/maint-5.6/perl@10403 'merge in' t/op/eval.t (@5902..)
* Update to Text::Balanced 1.85.Jarkko Hietaniemi2001-06-032-3/+5
| | | p4raw-id: //depot/perl@10403
* Re: ext/Socket/Socket.xsNicholas Clark2001-06-030-0/+0
| | | | | Message-ID: <20010603175436.E76396@plum.flirble.org> p4raw-id: //depot/perl@10402
* Unused variables.Jarkko Hietaniemi2001-06-031-2/+0
| | | p4raw-id: //depot/perl@10401
* APIfy op_clear Simon Cozens2001-06-034-3/+27
| | | | | | | Message-ID: <20010603135146.A9984@deep-dark-truthful-mirror.pmb.ox.ac.uk> (despite the subject line, op_null is APIfied by the patch) p4raw-id: //depot/perl@10400
* t/lib/extutils.tNicholas Clark2001-06-032-88/+379
| | | | | Message-ID: <20010602235705.Q12698@plum.flirble.org> p4raw-id: //depot/perl@10399
* update two win32 MakefilesPrymmer/Kahn2001-06-032-1/+8
| | | | | Message-ID: <Pine.BSF.4.21.0106030845550.21619-100000@shell8.ba.best.com> p4raw-id: //depot/perl@10398
* Re: 'decimal digits' macro? Hugo van der Sanden2001-06-033-2/+3
| | | | | Message-Id: <200106030326.EAA18786@crypt.compulink.co.uk> p4raw-id: //depot/perl@10397
* Re: [ID 20010529.006] String plus zero inconsistent across platformsHugo van der Sanden2001-06-031-19/+116
| | | | | Message-Id: <200106031356.OAA12517@crypt.compulink.co.uk> p4raw-id: //depot/perl@10396
* Integrate change #10394 from maintperl; lexical file scope leakage.Jarkko Hietaniemi2001-06-035-8/+18
| | | | | | | | | p4raw-link: @10394 on //depot/maint-5.6/perl: f8a08f7b8bd67b287f13d07e110e93e62aebd509 p4raw-id: //depot/perl@10395 p4raw-integrated: from //depot/maint-5.6/perl@10393 'copy in' t/pragma/warn/universal (@5902..) 'merge in' perly.c (@8159..) vms/perly_c.vms (@8169..) t/op/misc.t (@8636..) perly.y (@9292..)
* More VMS tweaks from Craig A. Berry.Jarkko Hietaniemi2001-06-022-1/+4
| | | p4raw-id: //depot/perl@10393
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-0216-39/+110
| | | p4raw-id: //depot/perl@10392
* Drop the -ansi from the default gcc flags.Jarkko Hietaniemi2001-06-021-2/+2
| | | | | | | | Off_t/off_t is a struct in Solaris with largefiles, and with -ansi that struct cannot be compared with a flat integer, such as STRLEN. The -ansi will also cause a lot of noise in Solaris because of: /usr/include/sys/resource.h:148: warning: `struct rlimit64' declared inside parameter list p4raw-id: //depot/perl@10390
* Integrate perlio:Jarkko Hietaniemi2001-06-021-11/+11
|\ | | | | | | | | | | | | | | [ 10387] Tweak util.c's atof2 for MULTIPLICITY p4raw-link: @10387 on //depot/perlio: 877f6a72ce9e4136d451f9f42b3110d9bdea9781 p4raw-id: //depot/perl@10389
| * Integrate mainlineNick Ing-Simmons2001-06-0210-40/+909
| |\ | |/ |/| p4raw-id: //depot/perlio@10388
* | Add Attribute::Handlers 0.61 from Damian Conway.Jarkko Hietaniemi2001-06-016-33/+853
| | | | | | p4raw-id: //depot/perl@10385
* | allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machinesPeter Prymmer2001-06-012-6/+53
| | | | | | | | | | Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com> p4raw-id: //depot/perl@10384
* | 'do 1' and puzzling (?>...)Jeff Pinyan2001-06-011-1/+1
| | | | | | | | | | Message-ID: <Pine.GSO.4.21.0106011412520.21027-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@10383
* | configure.com tweaksCraig A. Berry2001-06-011-0/+2
| | | | | | | | | | Message-Id: <a05100e00b73d942aa9da@[172.16.52.1]> p4raw-id: //depot/perl@10382
* | Update Changes.Jarkko Hietaniemi2001-06-012-7/+180
| | | | | | p4raw-id: //depot/perl@10381
* | Re: [ID 20010529.004] program doesn't work unless in debug modeMike Guy2001-06-011-4/+2
| | | | | | | | | | Message-Id: <E155sXm-0001C2-00@draco.cus.cam.ac.uk> p4raw-id: //depot/perl@10380
* | Re: [ID 20010529.006] String plus zero inconsistent across platformsHugo van der Sanden2001-06-018-22/+91
| | | | | | | | | | Message-Id: <200105311949.UAA02798@crypt.compulink.co.uk> p4raw-id: //depot/perl@10379
* | Zero() is not available in x2p (or, rather, some of itsJarkko Hietaniemi2001-06-011-2/+2
| | | | | | | | | | implementations like memzero() might not be available.) p4raw-id: //depot/perl@10378
* | bzero -> memsetMichael G. Schwern2001-06-011-2/+2
| | | | | | | | | | | | | | Message-ID: <20010601120029.F29027@blackrider.blackstar.co.uk> (But use Zero() instead of memset.) p4raw-id: //depot/perl@10377
* | Re: [PATCHES] regcomp.c, pod/perldiag.pod, t/op/pat.tJeff Pinyan2001-06-013-3/+142
| | | | | | | | | | Message-ID: <Pine.GSO.4.21.0106011032080.21027-100000@crusoe.crusoe.net> p4raw-id: //depot/perl@10376
* | Retract #10324 and #10333; not needed.Jarkko Hietaniemi2001-06-012-56/+0
| | | | | | p4raw-id: //depot/perl@10375
* | The #10370 wasn't quite right.Jarkko Hietaniemi2001-06-011-1/+1
| | | | | | p4raw-id: //depot/perl@10374
* | Configure tweaks; record the Berkeley DB version,Jarkko Hietaniemi2001-06-0118-149/+330
| | | | | | | | | | | | | | | | | | probe for realpath(), for setresuid() and setresgid() prototypes; use realpath() (try to be paranoid enough), use the setres[ug]id prototypes because glibc has the functions but not their prototypes; add -Wall -ansi to gcc ccflags; regen toc. p4raw-id: //depot/perl@10372
* | Re: [PATCH xsutils.c] Quieting warningsMichael G. Schwern2001-06-012-3/+3
| | | | | | | | | | Message-ID: <20010601112814.B29027@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10371
* | Fix -Wall on XS::TypemapTim Jenness2001-06-011-0/+1
| | | | | | | | | | Message-ID: <Pine.LNX.4.33.0105311610110.9337-100000@lapaki.jach.hawaii.edu> p4raw-id: //depot/perl@10370
* | [patch] Cwd.xs optimizations/abstractionDoug MacEachern2001-06-0110-272/+357
| | | | | | | | | | Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> p4raw-id: //depot/perl@10369