summaryrefslogtreecommitdiff
path: root/ext
Commit message (Collapse)AuthorAgeFilesLines
* Integrate with Sarathy.Jarkko Hietaniemi1999-10-011-3/+6
|\ | | | | p4raw-id: //depot/cfgperl@4270
| * [patch _61] Minor corrections in C.pmVishal Bhatia1999-09-301-3/+6
| | | | | | | | | | Message-ID: <Pine.LNX.4.10.9909292326280.5599-100000@localhost.localdomain> p4raw-id: //depot/perl@4254
* | Artistic fine-tuning.Jarkko Hietaniemi1999-09-271-1/+1
|/ | | p4raw-id: //depot/cfgperl@4243
* normalize time for strftime() (without the isdst effects ofSpider Boardman1999-09-243-8/+195
| | | | | | | mktime()) using a custom mini_mktime() Message-Id: <199909232154.RAA25151@leggy.zk3.dec.com> Subject: Re: [ID 19990913.003] Possible bug using POSIX::strftime Digital UNIX Perl 5.005_03 p4raw-id: //depot/perl@4223
* suppress warning (from John Tobey <jtobey@epsilondev.com>)Gurusamy Sarathy1999-09-201-1/+1
| | | p4raw-id: //depot/perl@4199
* add arenas for managing allocations of remaining xpv*v structuresVishal Bhatia1999-09-201-14/+14
| | | | | | Message-ID: <Pine.LNX.4.10.9908250031000.11727-100000@localhost.localdomain> Subject: [PATCH 5.005_60] removing extra ref count (compiler) p4raw-id: //depot/perl@4198
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-202-1/+2
| | | | | | | | | | | warnings; symbols that violate strictures do *not* end up in the symbol table anyway, making multiple evals of the same piece of code produce the same errors; errors indicate all locations of a global symbol rather than just the first one; these changes make compile-time failures within evals reliably visible via the return value or contents of $@, and trappable using __DIE__ hooks p4raw-id: //depot/perl@4197
* control change#1914 via hints (causes problems on some platforms)Gurusamy Sarathy1999-09-193-2/+6
| | | | | p4raw-link: @1914 on //depot/perl: e44f695ee9be4f523999589b52c7c8e9ddc1bed9 p4raw-id: //depot/perl@4196
* Integrate with Sarathy.Jarkko Hietaniemi1999-09-171-1/+1
|\ | | | | p4raw-id: //depot/cfgperl@4183
| * integrate vmsperl contents into mainline (where VMS files conflicted,Gurusamy Sarathy1999-09-171-1/+1
| |\ | | | | | | | | | | | | vmsperl contents have prevailed) p4raw-id: //depot/perl@4182
| | * Integrate mainline 5.05_61Charles Bailey1999-09-0615-73/+390
| | |\ | | | | | | | | p4raw-id: //depot/vmsperl@4084
| | * | byteperl is now part of the ByteLoader extCharles Bailey1999-08-231-1/+1
| | | | | | | | | | | | p4raw-id: //depot/vmsperl@4021
| | * | Update calls for new thread context handlingCharles Bailey1999-08-233-0/+4
| | | | | | | | | | | | p4raw-id: //depot/vmsperl@4019
| | * | Allow for file versions in library when looking for .bs filesCharles Bailey1999-08-231-1/+1
| | | | | | | | | | | | p4raw-id: //depot/vmsperl@4018
* | | | Change #4149 necessitates also a small code change.Jarkko Hietaniemi1999-09-141-0/+1
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4156
* | | | Integrate with Sarathy.Jarkko Hietaniemi1999-09-142-1/+2
|\ \ \ \ | |/ / / | | | | p4raw-id: //depot/cfgperl@4152
| * | | change some filenames to be 8.3-friendlyGurusamy Sarathy1999-09-142-1/+2
| | | | | | | | | | | | p4raw-id: //depot/perl@4149
* | | | Integrate with Sarathy.Jarkko Hietaniemi1999-09-141-100/+338
|\ \ \ \ | |/ / / | | | | p4raw-id: //depot/cfgperl@4146
| * | | change#4113 was missing DB_File.xs changesGurusamy Sarathy1999-09-141-100/+338
| | | | | | | | | | | | | | | | | | | | p4raw-link: @4113 on //depot/cfgperl: 039d031f4e1c7ff1bc271958724796969501dded p4raw-id: //depot/perl@4144
* | | | Small doc and whitespace edits.Jarkko Hietaniemi1999-09-138-13/+13
|/ / / | | | | | | p4raw-id: //depot/cfgperl@4143
* | | Integrate with Sarathy.Jarkko Hietaniemi1999-09-135-1/+9
|\ \ \ | | | | | | | | p4raw-id: //depot/cfgperl@4140
| * | | fix DATA leaks; reword documentation about the DATA filehandleGurusamy Sarathy1999-09-121-1/+1
| | | | | | | | | | | | p4raw-id: //depot/perl@4131
| * | | B::clearsymDoug MacEachern1999-09-124-0/+8
| | | | | | | | | | | | | | | | | | | | Message-ID: <Pine.LNX.4.10.9907251538380.373-100000@mojo.eng.cp.net> p4raw-id: //depot/perl@4129
* | | | Change #4136 edited DynaLoader.xs which is kind of fruitless.Jarkko Hietaniemi1999-09-1310-20/+20
| | | | | | | | | | | | p4raw-id: //depot/cfgperl@4138
* | | | Replace change #4100 withRobin Barker1999-09-136-20/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | To: gsar@activestate.com Cc: perl5-porters@perl.org Subject: Re: [ID 19990907.004] [PATCH perl5.005_61] compiler warnings with -Duse64bits Message-Id: <199909131315.OAA24012@tempest.npl.co.uk> p4raw-link: @4100 on //depot/cfgperl: 427181846486e3aa5034a647dc1922377185f4c0 p4raw-id: //depot/cfgperl@4136
* | | | Integrate with Sarathy.Jarkko Hietaniemi1999-09-112-16/+18
|\ \ \ \ | |/ / / | | | | p4raw-id: //depot/cfgperl@4127
| * | | avoid ass_u_ming uppercase types are not user objects (spottedGurusamy Sarathy1999-09-081-4/+3
| | | | | | | | | | | | | | | | | | | | by Kurt Starsinic) p4raw-id: //depot/perl@4108
| * | | integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-087-25/+31
| |\ \ \ | | | | | | | | | | p4raw-id: //depot/perl@4106
| * | | | 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
* | | | | DB_File 1.71Paul Marquess1999-09-096-33/+128
| |/ / / |/| | | | | | | | | | | | | | | | | | | | | | | To: gsar@ActiveState.com Cc: perl5-porters@perl.org Message-ID: <5104D4DBC598D211B5FE0000F8FE7EB202D49BBE@mbtlipnt02.btlabs.bt.co.uk> p4raw-id: //depot/cfgperl@4113
* | | | Fix pointer casts.Robin Barker1999-09-077-25/+31
|/ / / | | | | | | | | | | | | | | | | | | | | | 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
* | | support bytecode and C backends in perlcc (patch suggestedGurusamy Sarathy1999-09-061-1/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | misc tweaksGurusamy Sarathy1999-09-061-6/+1
| | | | | | | | | p4raw-id: //depot/perl@4086
* | | 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-053-1/+8
| | | | | | | | | | | | | | | | | | 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-054-54/+124
| |/ |/| | | | | | | | | | | | | | | 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
* | [ID 19990821.001] [PATCH] perl5.005_60 cygwin portFifer, Eric1999-09-012-2/+7
| | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <8A160D637356D311BC4300600849EC8122E217@POST> p4raw-id: //depot/cfgperl@4066
* | Conditionally socksify the LIBS of Socket.Jarkko Hietaniemi1999-08-291-3/+5
| | | | | | p4raw-id: //depot/cfgperl@4050
* | new thread should set current interp in TLSGurusamy Sarathy1999-08-261-1/+7
| | | | | | p4raw-id: //depot/perl@4032
* | Patches needed to get _60 building withDan Sugalski1999-08-103-0/+4
| | | | | | | | | | | | | | | | To: vmsperl@perl.org, perl5-porters@perl.org, sarathy@activestate.com, bailey@newman.upenn.edu threads on VMS Message-ID: <Pine.LNX.4.10.9908101631030.18266-100000@tuatha.sidhe.org> p4raw-id: //depot/cfgperl@3955
* | Integrate with Nick.Jarkko Hietaniemi1999-08-092-53/+124
|\ \ | | | | | | p4raw-id: //depot/cfgperl@3941
| * | Will now correctly re-call Nick Ing-Simmons1999-08-081-9/+19
| | | | | | | | | | | | | | | | | | | | | bootstrap "Foo"; if requested. This should allow build on Win32 and other platforms where you cannot link to loadables directly. p4raw-id: //depot/perl@3935
| * | Vishal Bhatia <vishalb@my-deja.com>Nick Ing-Simmons1999-08-071-0/+47
| | | | | | | | | | | | | | | | | | Subject: [PATCH 5.005_60] fix for some obscure bugs (compiler) Message-ID: <HLPEBPHPAKHKAAAA@my-deja.com> p4raw-id: //depot/perl@3934
| * | B::C changes to get simple Tk app. compiling againNick Ing-Simmons1999-08-071-48/+62
| | | | | | | | | p4raw-id: //depot/perl@3933
| * | "use constant" in the compilerVishal Bhatia1999-08-022-4/+19
| |/ | | | | | | | | Message-ID: <LAONLKLELDJAFAAA@my-deja.com> p4raw-id: //depot/perl@3869
| * integrate cfgperl contents into mainlineGurusamy Sarathy1999-08-011-1/+0
| |\ | | | | | | p4raw-id: //depot/perl@3860
| * | ext/B/B/Disassembler.pm patchNathan Torkington1999-08-011-0/+14
| | | | | | | | | | | | | | | Message-ID: <14244.33431.739419.806927@localhost.frii.com> p4raw-id: //depot/perl@3859
| * | DB_File 1.68 update from Paul MarquessGurusamy Sarathy1999-08-013-33/+180
| | | | | | | | | p4raw-id: //depot/perl@3858
| * | More optimizations to REx engineIlya Zakharevich1999-08-011-0/+1
| | | | | | | | | | | | | | | Message-Id: <199907311407.IAA25038@localhost.frii.com> p4raw-id: //depot/perl@3857
| * | fixes from Stephen McCamant that address bugs in change#3612Gurusamy Sarathy1999-08-011-99/+146
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (the optimization shouldn't be enabled in expressions where the variable is introduced), and fix Deparse to grok the optimization Date: Thu, 29 Jul 1999 21:21:49 -0500 (CDT) Message-ID: <14241.3133.979257.953396@alias-2.pr.mcs.net> Subject: [PATCH _58] Set OPpTARGET_MY more consistently -- Date: Thu, 29 Jul 1999 22:31:16 -0500 (CDT) Message-ID: <14241.7300.181386.763503@alias-2.pr.mcs.net> Subject: [PATCH _58] Disable TARGET_MY-ization on variable introduction -- Date: Fri, 30 Jul 1999 22:25:27 -0500 (CDT) Message-Id: <199907310326.VAA24376@localhost.frii.com> Subject: [PATCH _58, long] B::Deparse (was Re: New warning 'Useless use of...') p4raw-link: @3612 on //depot/perl: b162f9ead0a98db35cdcfc8c889e344c040c8d8e p4raw-id: //depot/perl@3854