summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* add $VERSIONGurusamy Sarathy1999-10-101-0/+1
| | | p4raw-id: //depot/perl@4332
* describe what can go in an export list (from Anno SiegelGurusamy Sarathy1999-10-101-0/+12
| | | | | <anno4000@lublin.zrz.tu-berlin.de>) p4raw-id: //depot/perl@4331
* more basic support for building modules under Windows 95/98Gurusamy Sarathy1999-10-101-4/+28
| | | | | | (applied relevant parts from a patch suggested by Jochen Wiedmann <joe@ispsoft.de>) p4raw-id: //depot/perl@4330
* rudimentary support for building under Windows 95/98 (fromGurusamy Sarathy1999-10-105-16/+163
| | | | | Benjamin Stuhl <sho_pi@hotmail.com>) p4raw-id: //depot/perl@4329
* fix two leaks in Thread.xs (from Eugene AltermanGurusamy Sarathy1999-10-107-27/+21
| | | | | | <Eugene.Alterman@bremer-inc.com>); convert places with 'use attrs' to new attributes syntax p4raw-id: //depot/perl@4328
* avoid duplicates in @INC, they cause leaks in mod_perl etcGurusamy Sarathy1999-10-101-29/+14
| | | | | (suggested by Tod Irwin <irwin@stockmaster.com>) p4raw-id: //depot/perl@4327
* better documentation for recv() (from Anton BerezinGurusamy Sarathy1999-10-101-6/+7
| | | | | <tobez@plab.ku.dk>) p4raw-id: //depot/perl@4326
* perldelta updates (see TODO markers)Gurusamy Sarathy1999-10-093-82/+741
| | | p4raw-id: //depot/perl@4325
* fix Exporter::export_to_level() documentationGurusamy Sarathy1999-10-091-2/+3
| | | p4raw-id: //depot/perl@4324
* don't run END blocks when running under -c switch (older,Gurusamy Sarathy1999-10-091-3/+3
| | | | | | rarely useful behavior may still be obtained by putting BEGIN { $^C = 0; exit; } at the end of the script) p4raw-id: //depot/perl@4323
* POPSUB() gave up the refcount to the CV before LEAVE had a chance toGurusamy Sarathy1999-10-093-14/+41
| | | | | | | clear entries in the CV's pad, leading to coredumps when CV had no other references to it; this is a slightly edited version of the patch suggested by Russel O'Connor <roconnor@world.std.com> p4raw-id: //depot/perl@4321
* revert POP{SUB,LOOP}{1,2} logic to the simpler pre-5.003_24Gurusamy Sarathy1999-10-083-67/+41
| | | | | | situation (assumptions about cx invalidation are not valid anymore) p4raw-id: //depot/perl@4320
* remove kludgey duplicate background error avoidance (causedGurusamy Sarathy1999-10-086-25/+20
| | | | | | "leaks"; %@ wasn't even user-visible under -Dusethreads); only repeats of most recent error are now avoided p4raw-id: //depot/perl@4316
* extend change#2299 to C<use> (fixes scoping problems inGurusamy Sarathy1999-10-081-0/+1
| | | | | | | C<if (...) { use foo; ... }>) p4raw-link: @2299 on //depot/perl: 7ad382f40c272949663b62a641674bd9771ee3b8 p4raw-id: //depot/perl@4314
* small tweak for change#4309Gurusamy Sarathy1999-10-081-1/+3
| | | | | p4raw-link: @4309 on //depot/perl: 38a230cb455fb1aca316039ba1d4aed58c0c60d5 p4raw-id: //depot/perl@4313
* add suggested patch =~ s/NOTOP/OP_NOT/ with testsLarry Wall1999-10-083-4/+10
| | | | | | Message-Id: <199910061655.JAA11333@kiev.wall.org> Subject: Re: [ID 19991001.004] apparent parsing error with not(arg) p4raw-id: //depot/perl@4312
* typoGurusamy Sarathy1999-10-081-1/+1
| | | p4raw-id: //depot/perl@4311
* fix setpgrp vs getpgrp and POSIX vs BSD confusion (spotted byGurusamy Sarathy1999-10-073-5/+11
| | | | | Brian Mitchell <brian@chele.cais.net>) p4raw-id: //depot/perl@4310
* change#3728 was flawed (loop contexts saw the wrong statementGurusamy Sarathy1999-10-074-9/+5
| | | | | | | | | | | | | info, causing loop control constructs to not find the label); disable OP_SETSTATE entirely and add a fix that is specifically targetted at disabling the OP_LINESEQ optimization in else BLOCK, which was what the original patch was supposed to fix TODO: remove the remainder of the setstate logic if it can't be used anywhere else (it isn't used anywhere now) p4raw-link: @3728 on //depot/perl: 7399586d384137f7ae66bcc82a83b0df7dd429e5 p4raw-id: //depot/perl@4309
* update to podlators-0.08 from Russ AllberyGurusamy Sarathy1999-10-073-12/+23
| | | p4raw-id: //depot/perl@4307
* some versions of mingw32 have __int64, define iff it isn'tGurusamy Sarathy1999-10-061-1/+3
| | | p4raw-id: //depot/perl@4305
* fix typos in change#4288Gurusamy Sarathy1999-10-063-3/+255
| | | | | p4raw-link: @4288 on //depot/cfgperl: 57def98fcb6c98601beaf31e3c48ad681bfdc2a3 p4raw-id: //depot/perl@4304
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-0633-451/+423
|\ | | | | p4raw-id: //depot/perl@4303
| * Re: Strange RE engine breakage in 5_61Ilya Zakharevich1999-10-054-11/+24
| | | | | | | | | | | | | | | | | | | | To: François Désarménien <desar@club-internet.fr> Cc: "perl5-porters@perl.org" <perl5-porters@perl.org> Message-ID: <19991004195803.A21760@monk.mps.ohio-state.edu> (had to apply pat.t part manually because there already were more tests than there was in _61) p4raw-id: //depot/cfgperl@4301
| * Re: [ID 19991001.005] [_61] [PATCH] tarball fine on win32, zip isn'tAndy Dougherty1999-10-044-4/+3
| | | | | | | | | | | | | | To: Jarkko Hietaniemi <jhi@iki.fi> cc: Perl Porters <perl5-porters@perl.org>, jhi@cc.hut.fi Message-ID: <Pine.SOL.4.10.9910041302550.6502-100000@maxwell.phys.lafayette.edu> p4raw-id: //depot/cfgperl@4300
| * Re: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field"Michael G. Schwern1999-10-042-2/+2
| | | | | | | | | | | | To: perl5-porters@perl.org Message-ID: <19991003173417.A4351@blackrider> p4raw-id: //depot/cfgperl@4299
| * A better version of #4296.Michael G. Schwern1999-10-033-5/+5
| | | | | | | | | | | | | | To: perl5-porters@perl.org Subject: [PATCH av.c, op.c, perldiag.pod] "array field" -> "pseudo-hash field" Message-ID: <19991003135423.A3050@blackrider> p4raw-id: //depot/cfgperl@4297
| * (Replaced by #4297.)Michael G. Schwern1999-10-032-4/+5
| | | | | | | | | | | | | | | | | | | | To: perl5-porters@perl.org Subject: [PATCH av.c, perldiag.pod] Added field name to "No such array field" Message-ID: <19991003131647.A2816@blackrider> plus changed the error message to say "No such pseudo-hash field" as discussed in the above mail message. p4raw-id: //depot/cfgperl@4296
| * Fix a typo in #4293 spotted by Graham Barr.Jarkko Hietaniemi1999-10-031-1/+1
| | | | | | p4raw-id: //depot/cfgperl@4294
| * Re: Should keys in pseudo-hashes -always- exist? [DOC PATCH]Michael G Schwern1999-10-032-0/+22
| | | | | | | | | | | | To: perl5-porters@perl.org Message-ID: <19991003023401.A1520@blackrider> p4raw-id: //depot/cfgperl@4293
| * Benchmark.pm bugfix, tweaksBarrie Slaymaker1999-10-031-6/+4
| | | | | | | | | | | | To: perl5-porters@perl.org Message-Id: <199910030409.AAA18228@jester.slaysys.com> p4raw-id: //depot/cfgperl@4292
| * Be understanding about large file systems.Jarkko Hietaniemi1999-10-022-0/+12
| | | | | | p4raw-id: //depot/cfgperl@4291
| * Configure fixfest continues.Jarkko Hietaniemi1999-10-021-6/+7
| | | | | | p4raw-id: //depot/cfgperl@4290
| * Regen Porting stuff.Jarkko Hietaniemi1999-10-023-3/+14
| | | | | | p4raw-id: //depot/cfgperl@4289
| * Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-0213-376/+159
| | | | | | | | | | | | macros to be used when doing formatted printing: IVdf, UVuf, UVxf, UVof. Also introduce Uid_t_SIGN. p4raw-id: //depot/cfgperl@4288
| * Battle namespace pollution.Jarkko Hietaniemi1999-10-021-35/+36
| | | | | | p4raw-id: //depot/cfgperl@4285
| * Regen Configure, all of xs_apiversion didn't take.Jarkko Hietaniemi1999-10-026-10/+141
| | | | | | p4raw-id: //depot/cfgperl@4284
| * Integrate with Sarathy.Jarkko Hietaniemi1999-10-0257-2226/+3070
| |\ | | | | | | p4raw-id: //depot/cfgperl@4283
* | | make die/warn and other diagnostics go to wherever STDERR happensGurusamy Sarathy1999-10-0639-243/+268
| | | | | | | | | | | | | | | | | | to point at; change places that meant Perl_debug_log rather than PerlIO_stderr() p4raw-id: //depot/perl@4302
* | | some compatibility macros were bustedGurusamy Sarathy1999-10-043-36/+38
| | | | | | | | | p4raw-id: //depot/perl@4298
* | | avoid doing irrelevant things on 'make perl'Gurusamy Sarathy1999-10-031-3/+3
| |/ |/| | | p4raw-id: //depot/perl@4295
* | update pod2man, pod2text and related Pod:: modules with theGurusamy Sarathy1999-10-026-1130/+1576
| | | | | | | | | | ones in podlators-0.07 from Russ Allbery p4raw-id: //depot/perl@4282
* | fix PodParser testsuite; Pod::Text subsumes Pod::PlainTextGurusamy Sarathy1999-10-0223-845/+201
| | | | | | p4raw-id: //depot/perl@4281
* | upgrade to PodParser-1.085 from Brad Appleton <bradapp@enteract.com>Gurusamy Sarathy1999-10-0224-724/+1294
| | | | | | p4raw-id: //depot/perl@4280
* | make exists() work better on pseudo-hashes (reworked a patch suggestedGurusamy Sarathy1999-10-022-2/+35
| | | | | | | | | | by Michael G Schwern <schwern@pobox.com>) p4raw-id: //depot/perl@4279
* | deprecate C<use attrs>Gurusamy Sarathy1999-10-024-39/+39
| | | | | | p4raw-id: //depot/perl@4278
* | add notes about effect of loop control statements insideGurusamy Sarathy1999-10-021-0/+11
| | | | | | | | | | LABEL BLOCK continue BLOCK p4raw-id: //depot/perl@4277
* | indent nested =items properly (suggested by Bill FennerGurusamy Sarathy1999-10-021-1/+7
| | | | | | | | | | <fenner@research.att.com>) p4raw-id: //depot/perl@4276
* | updated ptags generator from Ilya ZakharevichGurusamy Sarathy1999-10-021-2/+29
| | | | | | p4raw-id: //depot/perl@4275
* | update ChangesGurusamy Sarathy1999-10-011-66/+480
| | | | | | p4raw-id: //depot/perl@4274