summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* 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
* | Re: Why t/lib/extutils.t is failing (was Re: [PATCH] Re: [PATCH] Re: [SPAM] ↵Nicholas Clark2001-06-011-39/+76
| | | | | | | | | | | | | | | | | | | | Re: [SPAM] Re: [EGGS] Re: [BACON] Re: [TOAST] Re: [PATCH] Re: [PATCH] Re: h2xs [was Re: HEAR YE, HEAR YE!]) Message-ID: <20010531235640.F12698@plum.flirble.org> Make the test work also under only static extensions (sh Configure -Uusedl fakes this nicely) p4raw-id: //depot/perl@10368
* | Eliminating trigraphMichael G. Schwern2001-06-011-1/+1
| | | | | | | | | | Message-ID: <20010601114955.E29027@blackrider.blackstar.co.uk> p4raw-id: //depot/perl@10367
* | Re: [PATCH] Tests for File::Compare Philip Newton2001-06-011-2/+2
| | | | | | | | | | | | | | Message-Id: <200105311748.f4VHmCt18269@chaos.wustl.edu> Unnecessary "quotation marks". p4raw-id: //depot/perl@10366
* | Integrate perlio:Jarkko Hietaniemi2001-06-012-0/+19
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 10364] Cleanup dll.base and dll.exp created by GCC builds. [ 10363] Make filecomp test work on CRLF platforms by adding binmode. p4raw-link: @10364 on //depot/perlio: 562c1c190437b5b6cd7367e07a3dd748f2d9f34f p4raw-link: @10363 on //depot/perlio: e5a04bd3608b6c4e986b3e42b05c62a441470936 p4raw-id: //depot/perl@10365
| | * Tweak util.c's atof2 for MULTIPLICITYNick Ing-Simmons2001-06-021-6/+386
| | | | | | | | | p4raw-id: //depot/perlio@10387
| | * Integrate mainlineNick Ing-Simmons2001-06-0240-544/+791
| |/ | | | | p4raw-id: //depot/perlio@10386
| * Cleanup dll.base and dll.exp created by GCC builds.Nick Ing-Simmons2001-06-011-0/+16
| | | | | | p4raw-id: //depot/perlio@10364
| * Make filecomp test work on CRLF platforms by adding binmode.Nick Ing-Simmons2001-06-011-0/+3
| | | | | | p4raw-id: //depot/perlio@10363
| * Integrate mainlineNick Ing-Simmons2001-06-014-8/+246
| |\ | |/ |/| p4raw-id: //depot/perlio@10362
* | panic:claustrophobia.Jarkko Hietaniemi2001-05-311-1/+1
| | | | | | p4raw-id: //depot/perl@10361
* | Update Changes.Jarkko Hietaniemi2001-05-312-5/+243
| | | | | | p4raw-id: //depot/perl@10360
* | Integrate perlio:Jarkko Hietaniemi2001-05-314-11/+30
|\ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 10350] win32 - dmake regen_config_h [ 10348] Tolerate Win32 numerics p4raw-link: @10350 on //depot/perlio: d81cc1197265cf2e1ba85b72980f829cb1ccf30b p4raw-link: @10348 on //depot/perlio: fbfa96bda4befdd487dbdffb28474c77cd230a88 p4raw-id: //depot/perl@10358
* | | Allow Configure -Dinc_version_list='5.6.0/$archname 5.6.0' ...Jarkko Hietaniemi2001-05-311-2/+2
| | | | | | | | | | | | | | | (idea from Sarathy; implementation from Andy) p4raw-id: //depot/perl@10356
* | | More AUTHORS.Jarkko Hietaniemi2001-05-311-1/+2
| | | | | | | | | p4raw-id: //depot/perl@10355
* | | Re: [PATCH] Tests for File::CompareAlexander Gough2001-05-313-0/+105
| | | | | | | | | | | | | | | Message-Id: <E155RX8-0004X2-00@wing1.herald.ox.ac.uk> p4raw-id: //depot/perl@10354
* | | [PATCH] DEBUG_* macro cleanupsAbhijit Menon-Sen2001-05-314-29/+34
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Date: Thu, 31 May 2001 12:16:22 +0530 Message-ID: <20010531121622.B4829@lustre.linux.in> Subject: Re: [PATCH] DEBUG_* macro cleanups From: Abhijit Menon-Sen <ams@wiw.org> Date: Thu, 31 May 2001 13:57:01 +0530 Message-ID: <20010531135701.A21775@lustre.linux.in> (The DEBUG_ definitions in perl.h changed to use the STMT_START and STMT_END.) p4raw-id: //depot/perl@10353
* | | -Wall cleanups: perl.c, gv.c, Storable.xsAbhijit Menon-Sen2001-05-313-22/+18
| | | | | | | | | | | | | | | Message-ID: <20010531082755.A10018@lustre.linux.in> p4raw-id: //depot/perl@10352
* | | [PATCH] AUTHORSJarkko Hietaniemi2001-05-311-12/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | From: "Daniel S. Lewart" <d-lewart@uiuc.edu> Date: Thu, 31 May 2001 01:27:59 -0500 Message-ID: <20010531012758.A1595@staff1.cso.uiuc.edu> Subject: Re: [PATCH] AUTHORS From: "Philip Newton" <Philip.Newton@gmx.net> Date: Thu, 31 May 2001 10:08:06 +0200 (Message-Id missing?) p4raw-id: //depot/perl@10351
* | | Re: [PATCH util.c] More warning cleanups.Philip Newton2001-05-311-7/+16
| | | | | | | | | | | | | | | | | | | | | Message-Id: <200105310538.IAA25458@taku.hut.fi> Undo C++-ism that snekt in. p4raw-id: //depot/perl@10349
* | | Integrate perlio:Jarkko Hietaniemi2001-05-312-33/+51
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | [ 10346] Hack to restore Win32 pseudo fork broken by Multiple Interpreter perlio.c change 10255. [ 10345] Conditionally put back some "unused" dTHX which are used with PERL_IMPLICIT_SYS [ 10344] Fix Win32 for new spelling IN_BYTES [ 10343] perlio.c -Wall cleaner under MULTIPLICITY - still minor noise with linux stdio p4raw-link: @10346 on //depot/perlio: 43c11ae32f2c63853f6dad68c06fa62b85a197d6 p4raw-link: @10345 on //depot/perlio: 7bcba3d466361ea9f039c4197851bf699e60ac75 p4raw-link: @10344 on //depot/perlio: c8f3d7f86a0715a287438848383b60186963ea34 p4raw-link: @10343 on //depot/perlio: 2a1bc9556f83d7d12fdf8e64def31d3f8896b237 p4raw-id: //depot/perl@10347
| | | * Integrate mainline.Nick Ing-Simmons2001-05-3112-71/+189
| | |/ | | | | | | p4raw-id: //depot/perlio@10359
| | * win32 - dmake regen_config_hNick Ing-Simmons2001-05-313-3/+21
| | | | | | | | | p4raw-id: //depot/perlio@10350
| | * Tolerate Win32 numericsNick Ing-Simmons2001-05-311-8/+9
| |/ | | | | p4raw-id: //depot/perlio@10348
| * Hack to restore Win32 pseudo fork broken by Multiple InterpreterNick Ing-Simmons2001-05-311-0/+2
| | | | | | | | | | perlio.c change 10255. p4raw-id: //depot/perlio@10346
| * Conditionally put back some "unused" dTHX which are usedNick Ing-Simmons2001-05-311-0/+37
| | | | | | | | | | with PERL_IMPLICIT_SYS p4raw-id: //depot/perlio@10345
| * Fix Win32 for new spelling IN_BYTESNick Ing-Simmons2001-05-311-2/+2
| | | | | | p4raw-id: //depot/perlio@10344
| * perlio.c -Wall cleaner under MULTIPLICITYNick Ing-Simmons2001-05-311-31/+10
| | | | | | | | | | - still minor noise with linux stdio p4raw-id: //depot/perlio@10343
| * Integrate mainline.Nick Ing-Simmons2001-05-3142-199/+231
| |\ | |/ |/| p4raw-id: //depot/perlio@10342
* | AUTHORS updates.Jarkko Hietaniemi2001-05-311-0/+7
| | | | | | p4raw-id: //depot/perl@10341
* | new md5sum for modified MD5.xs filePeter Prymmer2001-05-311-1/+1
| | | | | | | | | | Message-ID: <Pine.OSF.4.10.10105301753210.129765-100000@aspara.forte.com> p4raw-id: //depot/perl@10340
* | Salvage bits and pieces from the experimental 'utf8 everywhere'Jarkko Hietaniemi2001-05-3112-25/+31
| | | | | | | | | | | | patch: rename HINT_BYTE and IN_BYTE to HINT_BYTES and IN_BYTES to match the pragma name; various robustness cleanups. p4raw-id: //depot/perl@10339