summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* allow any unpack specifier to take a count via '/'Gurusamy Sarathy1999-10-122-8/+23
| | | | | (from Ilya Zakharevich) p4raw-id: //depot/perl@4352
* avoid warningsGurusamy Sarathy1999-10-121-2/+4
| | | p4raw-id: //depot/perl@4351
* various cleanupsGurusamy Sarathy1999-10-1216-206/+545
| | | p4raw-id: //depot/perl@4350
* update Changes, patchlevel etc.Gurusamy Sarathy1999-10-128-42/+210
| | | p4raw-id: //depot/perl@4349
* add vec() example from Chaim Frenkel <chaimf@pobox.com>Gurusamy Sarathy1999-10-111-5/+175
| | | p4raw-id: //depot/perl@4348
* more pack/unpack documentation (from Ilya Zakharevich); changedGurusamy Sarathy1999-10-113-32/+95
| | | | | | the behavior of 'Z*' and 'Z3' to always pack a trailing null byte; changed documentation to suit; added test p4raw-id: //depot/perl@4346
* writing to perllocal.pod fails if it was never created;Gurusamy Sarathy1999-10-112-1/+4
| | | | | | tweak pseudo-hash example (both suggested by Michael G Schwern <schwern@pobox.com>) p4raw-id: //depot/perl@4345
* slightly edited variant of suggested patchIlya Zakharevich1999-10-111-0/+106
| | | | | | Message-ID: <19990909183537.A28682@monk.mps.ohio-state.edu> Subject: [PATCH 5.005_58] How RExen match? p4raw-id: //depot/perl@4344
* change#4327 was inefficientGurusamy Sarathy1999-10-111-2/+5
| | | | | p4raw-link: @4327 on //depot/perl: aeb5d71d10f95df991fb160dc1adaa06bf9515f4 p4raw-id: //depot/perl@4343
* add perlhack.pod from Nathan Torkington <gnat@frii.com>Gurusamy Sarathy1999-10-105-0/+275
| | | p4raw-id: //depot/perl@4340
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-1022-309/+814
| | | | | | compatibility; introduce SAVEDESTRUCTOR_X() that accepts void(*)(pTHX_ void*) p4raw-id: //depot/perl@4339
* add missing new diagnostics to perldeltaGurusamy Sarathy1999-10-101-42/+415
| | | p4raw-id: //depot/perl@4338
* update perldelta for change#3406Gurusamy Sarathy1999-10-103-14/+44
| | | | | p4raw-link: @3406 on //depot/perl: c73bf8e3ece265b261438c8090fb5ecbf0977587 p4raw-id: //depot/perl@4337
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-10-108-50/+161
|\ | | | | p4raw-id: //depot/perl@4336
| * Update perldelta.Jarkko Hietaniemi1999-10-101-10/+44
| | | | | | p4raw-id: //depot/cfgperl@4335
| * Integrate with Sarathy.Jarkko Hietaniemi1999-10-1026-253/+1096
| |\ | |/ |/| p4raw-id: //depot/cfgperl@4334
* | install pods to 'pods' rather than 'pod' on cygwin (modifiedGurusamy Sarathy1999-10-103-15/+33
| | | | | | | | | | a patch suggested by cwilson@cc865179-c.chmbl1.ga.home.com) p4raw-id: //depot/perl@4333
* | 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
| * While awaiting a good test program to detect the broken gcc.Thomas Conté1999-10-092-3/+14
| | | | | | | | | | | | | | | | To: <jhi@iki.fi> Cc: <perl5-porters@perl.org> Subject: Re: [ID 19990825.007] test t/lib/ipc_sysv.t failing under irix 6.4 Message-ID: <000a01bf1024$1d938f20$252ad0d4@eng.iway.fr> p4raw-id: //depot/cfgperl@4322
| * Integrate with Sarathy.Jarkko Hietaniemi1999-10-0816-42/+48
| |\ | |/ |/| p4raw-id: //depot/cfgperl@4319
* | 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
| * The second cut at AIX C++ extension troubles.Jarkko Hietaniemi1999-10-083-36/+54
| | | | | | p4raw-id: //depot/cfgperl@4318
| * The first cut at fixing Perl extensions written in C++ in AIX,Stephanie Beals1999-10-084-37/+84
| | | | | | | | | | | | | | | | | | | | | | | | statics don't get initialized right. This patch at least doesn't seem to break the build in my AIX, but unfortunately I don't have the IBM C++ to do further testing. Problem reported by Stephanie Beals in To: perl5-porters@perl.org Subject: [ID 19991007.005] DynaLoader/dl_aix.xs problem using load and unload on AIX Message-Id: <85256803.0068E70D.00@D51MTA03.pok.ibm.com> p4raw-id: //depot/cfgperl@4317
| * Fix omission.Jarkko Hietaniemi1999-10-081-0/+1
| | | | | | p4raw-id: //depot/cfgperl@4315
| * Integrate with Sarathy.Jarkko Hietaniemi1999-10-073-12/+23
| |\ | |/ |/| p4raw-id: //depot/cfgperl@4308
* | update to podlators-0.08 from Russ AllberyGurusamy Sarathy1999-10-073-12/+23
| | | | | | p4raw-id: //depot/perl@4307
| * Integrate with Sarathy.Jarkko Hietaniemi1999-10-0645-286/+567
| |\ | |/ |/| p4raw-id: //depot/cfgperl@4306
* | 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