summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* MakeMaker magic to compile (when no dynamic loading)Jarkko Hietaniemi2001-06-061-0/+39
| | | | | | | | | | | | List/Util.xsc as (ListUtil.c and) ListUtil.o since POSIX-BC (BS2000) linker has an evil limitation of being unable to include in the same executable several object files with the same name - case-insensitively - because otherwise we conflict with util.c. Strictly speaking currently required only in POSIX-BC but probably will do no harm elsewhere where static linking is required. p4raw-id: //depot/perl@10453
* Configure tweaks; add prototype probes, make the cpp symbolsJarkko Hietaniemi2001-06-041-0/+10
| | | | | | probe to cast, not whine; test for %Ld and %Lf before %lld and %llf because the L is the ANSI way. p4raw-id: //depot/perl@10434
* The .pm changes to go with #10428.Jarkko Hietaniemi2001-06-043-22/+18
| | | p4raw-id: //depot/perl@10431
* Do not import anything from Encode.Jarkko Hietaniemi2001-06-041-1/+1
| | | p4raw-id: //depot/perl@10429
* The #10402 didn't take. Weird.Jarkko Hietaniemi2001-06-043-1494/+2855
| | | p4raw-id: //depot/perl@10428
* Eradicate traces of 'asciirange' re subpragma.Jarkko Hietaniemi2001-06-043-8/+11
| | | p4raw-id: //depot/perl@10427
* use is a compile-time thing.Jarkko Hietaniemi2001-06-041-1/+1
| | | p4raw-id: //depot/perl@10426
* -Wall casting patchRobin Barker2001-06-041-1/+1
| | | | | Message-Id: <200106041327.OAA15338@tempest.npl.co.uk> p4raw-id: //depot/perl@10425
* -Wall "subscript has type `char'" cleanup.Jarkko Hietaniemi2001-06-031-2/+2
| | | p4raw-id: //depot/perl@10418
* Various "cast to pointer from integer of different size"Jarkko Hietaniemi2001-06-032-4/+4
| | | | | | | | | | 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
* -Wall cleanup continues.Jarkko Hietaniemi2001-06-026-7/+34
| | | p4raw-id: //depot/perl@10392
* allow MIME::QuotePrint to handle ASCII code numbers on EBCDIC machinesPeter Prymmer2001-06-011-6/+49
| | | | | Message-ID: <Pine.OSF.4.10.10106011545140.323662-100000@aspara.forte.com> p4raw-id: //depot/perl@10384
* 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-011-0/+7
| | | | | | | | | 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
* 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-011-237/+23
| | | | | Message-ID: <Pine.LNX.4.21.0105311733270.732-100000@mako.covalent.net> p4raw-id: //depot/perl@10369
* -Wall cleanups: perl.c, gv.c, Storable.xsAbhijit Menon-Sen2001-05-311-19/+15
| | | | | Message-ID: <20010531082755.A10018@lustre.linux.in> p4raw-id: //depot/perl@10352
* More -Wall sweeping.Jarkko Hietaniemi2001-05-305-6/+5
| | | p4raw-id: //depot/perl@10338
* More -Wall silencing from Michael Schwern and Jarkko Hietaniemi.Jarkko Hietaniemi2001-05-302-3/+1
| | | p4raw-id: //depot/perl@10335
* More -Wall cleanup from Schwern; the EBCDIC MD5.xs checksumJarkko Hietaniemi2001-05-301-1/+1
| | | | | is now wrong. p4raw-id: //depot/perl@10326
* Medley of -Wall cleanups from Michael Schwen, Hugo van der Sanden,Jarkko Hietaniemi2001-05-301-1/+4
| | | | | and Abhijit Menon-Sen. p4raw-id: //depot/perl@10321
* Fix the BOOT section to call myU2time properly.Jarkko Hietaniemi2001-05-301-4/+9
| | | p4raw-id: //depot/perl@10320
* Re: AIX and gcc (moving targets)H.Merijn Brand2001-05-301-2/+2
| | | | | Message-Id: <20010530152117.7097.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10317
* Retract #10295 and #10296: a more generic solutionJarkko Hietaniemi2001-05-302-9/+3
| | | | | is needed (there's something funny with gcc on AIX). p4raw-id: //depot/perl@10311
* Mention Time::localtime and Time::gmtime.Jarkko Hietaniemi2001-05-291-0/+6
| | | p4raw-id: //depot/perl@10302
* Re: AIX and gcc (moving targets)H.Merijn Brand2001-05-291-2/+6
| | | | | Message-Id: <20010529175841.7078.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10296
* Re: AIX and gcc (moving targets)H.Merijn Brand2001-05-291-1/+3
| | | | | Message-Id: <20010529115151.9FE0.H.M.BRAND@hccnet.nl> p4raw-id: //depot/perl@10295
* Document strftime() and strptime().Jarkko Hietaniemi2001-05-272-19/+218
| | | p4raw-id: //depot/perl@10239
* Make Time::Piece::strptime() to be a function, not a method.Jarkko Hietaniemi2001-05-271-11/+18
| | | p4raw-id: //depot/perl@10238
* DB_File has its own attribute story.Jarkko Hietaniemi2001-05-241-0/+7
| | | p4raw-id: //depot/perl@10201
* Move the stack desire definition to thread.h.Jarkko Hietaniemi2001-05-161-5/+10
| | | p4raw-id: //depot/perl@10122
* DG-UX threading patches, including a README.dgux,Jarkko Hietaniemi2001-05-161-0/+4
| | | | | from Takis Psarogiannakopoulos. p4raw-id: //depot/perl@10121
* More on /x regexesRobin Houston2001-05-161-12/+53
| | | | | Message-ID: <20010515190935.A27268@penderel> p4raw-id: //depot/perl@10120
* Document that the core time() may be rounding ratherJarkko Hietaniemi2001-05-161-0/+6
| | | | | than truncating, would have saved at least my confusion. p4raw-id: //depot/perl@10119
* Half of #10107 got lost.Jarkko Hietaniemi2001-05-151-6/+6
| | | p4raw-id: //depot/perl@10112
* Lvaluable method callsRobin Houston2001-05-151-11/+29
| | | | | Message-ID: <20010514221643.A22437@penderel> p4raw-id: //depot/perl@10109
* C<$foo =~ give_me_a_regex>; /x modifierRobin Houston2001-05-151-34/+85
| | | | | Message-ID: <20010514220344.A20643@penderel> p4raw-id: //depot/perl@10108
* "${foo}_bar"Robin Houston2001-05-151-7/+7
| | | | | Message-ID: <20010514221007.A21118@penderel> p4raw-id: //depot/perl@10107
* Remove the 'asciir' re subpragma. Should instead implementJarkko Hietaniemi2001-05-111-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | | the 'physical vs logical' range scheme: \xAA-\xCC is a native physical range, you want that range of codepoints in your native encoding. In EBCDIC the codepoints in the gaps (between i-j and r-s) should be included. \x{AA}-\x{CC} is a physical Unicode range, you want that range of codepoints in Unicode. a-z is a logical range, you want that range of 'logical' codepoints in your native encoding. In EBCDIC the codepoints in the gaps (between i-j and r-s) should not be included. Mixed cases (a-\xAA, etc) should either be errors, or maybe the 'logical' endpoints should be converted to native/Unicode codepoints, and the range handled as a physical range. 'Logical endpoints' are to be recognized only in the A-Z, a-z, and 0-9 ranges. Probably a warning should be given for mixed cases like A-z or a-9 (since such expressions are encoding dependent), with a recommendation to use physical ranges. p4raw-id: //depot/perl@10085
* $foo->bar(0)Robin Houston2001-05-111-1/+1
| | | | | Message-ID: <20010511120222.A11529@penderel> p4raw-id: //depot/perl@10080
* A nicely working combination for UTS from Hal Morris.Jarkko Hietaniemi2001-05-111-0/+9
| | | p4raw-id: //depot/perl@10079
* Extend tr/\0-\377/blah/c supportRobin Houston2001-05-102-6/+15
| | | | | Message-ID: <20010510185459.A5995@penderel> p4raw-id: //depot/perl@10075
* t/op/64bitint.tRobin Houston2001-05-101-1/+7
| | | | | Message-ID: <20010510125639.A2119@penderel> p4raw-id: //depot/perl@10074
* Retract #10070, not ready yet.Jarkko Hietaniemi2001-05-101-2/+1
| | | p4raw-id: //depot/perl@10073
* (Retracted by #10073)Hugo van der Sanden2001-05-101-1/+2
| | | | | | Subject: Re: [PATCH t/TEST] B::Deparse tester Message-Id: <200105100448.FAA13584@crypt.compulink.co.uk> p4raw-id: //depot/perl@10070
* our() lists and foreach loopsRobin Houston2001-05-101-3/+12
| | | | | Message-ID: <20010510135008.A2454@penderel> p4raw-id: //depot/perl@10068
* Fix tr///ansliterationRobin Houston2001-05-102-14/+28
| | | | | Message-ID: <20010510021034.A19421@penderel> p4raw-id: //depot/perl@10066
* Show string for PVOP, and referent for RVRobin Houston2001-05-091-1/+10
| | | | | Message-ID: <20010510010208.A18200@penderel> p4raw-id: //depot/perl@10063
* B::Deparse testerRobin Houston2001-05-091-3/+12
| | | | | Message-ID: <20010509191750.A16940@penderel> p4raw-id: //depot/perl@10059
* Test offset when reading from a PerlIO::ScalarBenjamin Sugars2001-05-091-1/+4
| | | | | Message-ID: <Pine.LNX.4.21.0105081654140.1212-100000@marmot.rim.canoe.ca> p4raw-id: //depot/perl@10053