Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove the extraneous "main::" prefix from all the | Gurusamy Sarathy | 2000-08-02 | 1 | -0/+2 |
| | | | | | | | | "opened only for", "on closed", and "never opened" warnings. Subject: Re: inappropriate warning Message-Id: <200003201928.LAA32224@maul.ActiveState.com> p4raw-id: //depot/perl@6489 | ||||
* | The swallow_bom() saga continues. The #23 of require.t | Jarkko Hietaniemi | 2000-07-31 | 1 | -2/+2 |
| | | | | | | | | (UTF16-LE) still fails (silently, no output) but the #22 (UTF16-BE) seems to be working now. The root of the failure may be in sv_gets(): is it UTF-16LE-aware, especially when it comes to line endings? p4raw-id: //depot/perl@6469 | ||||
* | typos in change#6399, regen headers | Gurusamy Sarathy | 2000-07-14 | 1 | -6/+1 |
| | | | | | p4raw-link: @6399 on //depot/perl: 01ec43d06089361423d61a40521883bf73e1944a p4raw-id: //depot/perl@6402 | ||||
* | Fix the BOM bug: not a byteorder bug, a signedness bug. | Jarkko Hietaniemi | 2000-07-14 | 1 | -1/+1 |
| | | | p4raw-id: //depot/cfgperl@6394 | ||||
* | Win32 patches for cfgperl from Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -2/+3 |
| | | | p4raw-id: //depot/cfgperl@6307 | ||||
* | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -2/+4 |
|\ | | | | | p4raw-id: //depot/cfgperl@6305 | ||||
| * | adjust change#6299 | Gurusamy Sarathy | 2000-07-04 | 1 | -2/+4 |
| | | | | | | | | | | p4raw-link: @6299 on //depot/perl: 6c644e7885bc20d759d8cbcb4abaa8f14113c03b p4raw-id: //depot/perl@6302 | ||||
* | | Integrate with Sarathy. | Jarkko Hietaniemi | 2000-07-04 | 1 | -3/+2 |
|\ \ | |/ | | | p4raw-id: //depot/cfgperl@6301 | ||||
| * | fix memory leak on Windows (PL_sys_intern contents were never | Gurusamy Sarathy | 2000-07-04 | 1 | -3/+2 |
| | | | | | | | | | | freed) p4raw-id: //depot/perl@6299 | ||||
* | | xsub attributes | Doug MacEachern | 2000-06-29 | 1 | -0/+5 |
| | | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006141456050.340-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6273 | ||||
* | | Regen headers for #6261 (and update embed.pl for this) and #6267, | Jarkko Hietaniemi | 2000-06-29 | 1 | -0/+2 |
| | | | | | | | | | | silence few compiler warnings. p4raw-id: //depot/cfgperl@6269 | ||||
* | | tr///, help wanted. | Simon Cozens | 2000-06-28 | 1 | -8/+6 |
| | | | | | | | | | | Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6254 | ||||
* | | Re: [PATCH] support 'my __PACKAGE__ $obj = ...' | Doug MacEachern | 2000-06-28 | 1 | -0/+1 |
| | | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6250 | ||||
* | | is_utf8_string | Simon Cozens | 2000-06-27 | 1 | -0/+1 |
| | | | | | | | | | | Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6243 | ||||
* | | bytes<->utf8 fixes | Simon Cozens | 2000-06-27 | 1 | -1/+1 |
| | | | | | | | | | | Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6242 | ||||
* | | Regen headers. | Jarkko Hietaniemi | 2000-06-25 | 1 | -2/+2 |
| | | | | | | p4raw-id: //depot/cfgperl@6236 | ||||
* | | Threadsafe patches | Dan Sugalski | 2000-06-06 | 1 | -0/+2 |
|/ | | | | | | To: perl5-porters@perl.org Message-Id: <4.3.1.0.20000508180729.02182de0@24.8.96.48> p4raw-id: //depot/cfgperl@6207 | ||||
* | fix small eval"" memory leaks under USE_ITHREADS | Gurusamy Sarathy | 2000-06-02 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@6194 | ||||
* | MacOS support, part 1 (from Matthias Neeracher | Gurusamy Sarathy | 2000-05-28 | 1 | -1/+1 |
| | | | | | <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6143 | ||||
* | change#2879 broke rvalue autovivification of magicals such as ${$num} | Gurusamy Sarathy | 2000-05-28 | 1 | -0/+1 |
| | | | | | | | (reworked variant of patch suggested by Simon Cozens) p4raw-link: @2879 on //depot/perl: 35cd451c5a1303394968903750cc3b3a1a6bc892 p4raw-id: //depot/perl@6126 | ||||
* | PL_sys_intern was being initialized too late on windows | Gurusamy Sarathy | 2000-05-11 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@6104 | ||||
* | add rsignal(), whichsig() and do_join() to public API list | Gurusamy Sarathy | 2000-04-24 | 1 | -1/+1 |
| | | | | | (mod_perl uses them to good advantage) p4raw-id: //depot/perl@5932 | ||||
* | Add newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -0/+1 |
| | | | p4raw-id: //depot/cfgperl@5803 | ||||
* | make the is_utf8_*() safe for use on invalid utf8 (they now | Gurusamy Sarathy | 2000-03-13 | 1 | -0/+1 |
| | | | | | return false on such input instead of emitting warnings) p4raw-id: //depot/perl@5700 | ||||
* | support binmode(F,":crlf") and use open IN => ":raw", OUT => ":crlf" | Gurusamy Sarathy | 2000-03-09 | 1 | -0/+1 |
| | | | | | semantics; the pragma sets defaults for both open() and qx// p4raw-id: //depot/perl@5628 | ||||
* | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module() | Gurusamy Sarathy | 2000-03-08 | 1 | -0/+11 |
| | | | | | API function p4raw-id: //depot/perl@5619 | ||||
* | separate options to incpush() for adding version directories and | Gurusamy Sarathy | 2000-03-07 | 1 | -1/+1 |
| | | | | | architecture directories (from Andy Dougherty) p4raw-id: //depot/perl@5601 | ||||
* | fixes for most warnings identified by gcc -Wall | Gurusamy Sarathy | 2000-03-05 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@5540 | ||||
* | support for list assignment to pseudohashes (from John Tobey | Gurusamy Sarathy | 2000-03-03 | 1 | -0/+4 |
| | | | | | <jtobey@john-edwin-tobey.org>) p4raw-id: //depot/perl@5492 | ||||
* | support fetching current interpreter from TLS under useithreads | Gurusamy Sarathy | 2000-02-29 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@5342 | ||||
* | support for version vectors in UNIVERSAL::VERSION(), so that | Gurusamy Sarathy | 2000-02-26 | 1 | -0/+1 |
| | | | | | | | C<use Foo v1.2.3> etc., work; tests for the same TODO: XS_VERSION_BOOTCHECK needs to be revisited in light of this p4raw-id: //depot/perl@5265 | ||||
* | fix missing perl_alloc() declaration under PERL_IMPLICIT_SYS | Gurusamy Sarathy | 2000-02-25 | 1 | -2/+1 |
| | | | p4raw-id: //depot/perl@5256 | ||||
* | make change#3386 a build-time option (avoids problems due to | Gurusamy Sarathy | 2000-02-20 | 1 | -6/+16 |
| | | | | | | | perl_run() longjmping out) p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@5162 | ||||
* | make comparisons promote to utf8 as necessary (from Gisle Aas) | Gurusamy Sarathy | 2000-02-19 | 1 | -0/+4 |
| | | | p4raw-id: //depot/perl@5138 | ||||
* | provide malloc stats via get_mstats() (from Ilya Zakharevich) | Gurusamy Sarathy | 2000-02-15 | 1 | -0/+1 |
| | | | p4raw-id: //depot/perl@5103 | ||||
* | fix small interpreter leaks identified by Purify | Gurusamy Sarathy | 2000-02-14 | 1 | -1/+0 |
| | | | p4raw-id: //depot/perl@5084 | ||||
* | remove outdated -DPURIFY code--it reports bogus errors during global | Gurusamy Sarathy | 2000-02-14 | 1 | -5/+0 |
| | | | | | destruction since we actually depend on SVs being in arenas there p4raw-id: //depot/perl@5074 | ||||
* | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -26/+130 |
| | | | | | <rmb1@cise.npl.co.uk>); fixes for problems so identified p4raw-id: //depot/perl@4836 | ||||
* | fix deeply nested closures that have no references to lexical in | Gurusamy Sarathy | 2000-01-22 | 1 | -0/+1 |
| | | | | | intervening subs p4raw-id: //depot/perl@4834 | ||||
* | patch to report warnings on bogus filehandles passed to flock(), | Gurusamy Sarathy | 2000-01-21 | 1 | -0/+1 |
| | | | | | | more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu> (slightly modified) p4raw-id: //depot/perl@4830 | ||||
* | support delete() and exists() on array, tied array, and pseudo-hash | Gurusamy Sarathy | 2000-01-13 | 1 | -0/+3 |
| | | | | | elements or slices p4raw-id: //depot/perl@4796 | ||||
* | usethreads build fixups for NeXTstep (as suggested by Hans Mulder) | Gurusamy Sarathy | 2000-01-02 | 1 | -4/+4 |
| | | | p4raw-id: //depot/perl@4746 | ||||
* | missing files in previous submit | Gurusamy Sarathy | 1999-12-31 | 1 | -0/+2 |
| | | | p4raw-id: //depot/perl@4744 | ||||
* | enable the PERL_BINMODE_SCRIPTS behavior by default on Windows | Gurusamy Sarathy | 1999-12-30 | 1 | -2/+2 |
| | | | | | | to allow ByteLoader to work; the DATA filehandles continue to be left open in text mode for compatibility p4raw-id: //depot/perl@4739 | ||||
* | change#4721 needed line number adjustments | Gurusamy Sarathy | 1999-12-28 | 1 | -9/+6 |
| | | | | | p4raw-link: @4721 on //depot/perl: 59af875452bab7830a612945a2ac1c23c411527f p4raw-id: //depot/perl@4727 | ||||
* | integrate mainline changes | Gurusamy Sarathy | 1999-12-12 | 1 | -688/+781 |
| | | | p4raw-id: //depot/utfperl@4679 | ||||
* | Resolve utfperl branch against mainline as of _62 | Nick Ing-Simmons | 1999-10-16 | 1 | -3/+4 |
|\ | | | | | p4raw-id: //depot/utfperl@4394 | ||||
| * | avoid inefficiency in change#3386 (every longjmp() was followed | Gurusamy Sarathy | 1999-10-14 | 1 | -2/+2 |
| | | | | | | | | | | | | | | by an avoidable call to setjmp()) p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@4372 | ||||
| * | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for source | Gurusamy Sarathy | 1999-10-10 | 1 | -1/+2 |
| | | | | | | | | | | | | compatibility; introduce SAVEDESTRUCTOR_X() that accepts void(*)(pTHX_ void*) p4raw-id: //depot/perl@4339 | ||||
* | | Incremental merge of mainline | Nick Ing-Simmons | 1999-10-02 | 1 | -1/+28 |
|\ \ | |/ | | | p4raw-id: //depot/utfperl@4286 |