summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Collapse)AuthorAgeFilesLines
* Remove the extraneous "main::" prefix from all theGurusamy Sarathy2000-08-021-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.tJarkko Hietaniemi2000-07-311-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 headersGurusamy Sarathy2000-07-141-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 Hietaniemi2000-07-141-1/+1
| | | p4raw-id: //depot/cfgperl@6394
* Win32 patches for cfgperl from Sarathy.Jarkko Hietaniemi2000-07-041-2/+3
| | | p4raw-id: //depot/cfgperl@6307
* Integrate with Sarathy.Jarkko Hietaniemi2000-07-041-2/+4
|\ | | | | p4raw-id: //depot/cfgperl@6305
| * adjust change#6299Gurusamy Sarathy2000-07-041-2/+4
| | | | | | | | | | p4raw-link: @6299 on //depot/perl: 6c644e7885bc20d759d8cbcb4abaa8f14113c03b p4raw-id: //depot/perl@6302
* | Integrate with Sarathy.Jarkko Hietaniemi2000-07-041-3/+2
|\ \ | |/ | | p4raw-id: //depot/cfgperl@6301
| * fix memory leak on Windows (PL_sys_intern contents were neverGurusamy Sarathy2000-07-041-3/+2
| | | | | | | | | | freed) p4raw-id: //depot/perl@6299
* | xsub attributesDoug MacEachern2000-06-291-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 Hietaniemi2000-06-291-0/+2
| | | | | | | | | | silence few compiler warnings. p4raw-id: //depot/cfgperl@6269
* | tr///, help wanted.Simon Cozens2000-06-281-8/+6
| | | | | | | | | | Message-ID: <slrn8ljoc0.fbd.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6254
* | Re: [PATCH] support 'my __PACKAGE__ $obj = ...'Doug MacEachern2000-06-281-0/+1
| | | | | | | | | | Message-ID: <Pine.LNX.4.10.10006271412340.7587-100000@mojo.covalent.net> p4raw-id: //depot/cfgperl@6250
* | is_utf8_stringSimon Cozens2000-06-271-0/+1
| | | | | | | | | | Message-ID: <slrn8ldfpn.h5k.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6243
* | bytes<->utf8 fixesSimon Cozens2000-06-271-1/+1
| | | | | | | | | | Message-ID: <slrn8ldoih.fbd.simon@justanother.perlhacker.org> p4raw-id: //depot/cfgperl@6242
* | Regen headers.Jarkko Hietaniemi2000-06-251-2/+2
| | | | | | p4raw-id: //depot/cfgperl@6236
* | Threadsafe patchesDan Sugalski2000-06-061-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_ITHREADSGurusamy Sarathy2000-06-021-0/+1
| | | p4raw-id: //depot/perl@6194
* MacOS support, part 1 (from Matthias NeeracherGurusamy Sarathy2000-05-281-1/+1
| | | | | <neeri@iis.ee.ethz.ch>) p4raw-id: //depot/perl@6143
* change#2879 broke rvalue autovivification of magicals such as ${$num}Gurusamy Sarathy2000-05-281-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 windowsGurusamy Sarathy2000-05-111-0/+3
| | | p4raw-id: //depot/perl@6104
* add rsignal(), whichsig() and do_join() to public API listGurusamy Sarathy2000-04-241-1/+1
| | | | | (mod_perl uses them to good advantage) p4raw-id: //depot/perl@5932
* Add newSVuv().Jarkko Hietaniemi2000-03-181-0/+1
| | | p4raw-id: //depot/cfgperl@5803
* make the is_utf8_*() safe for use on invalid utf8 (they nowGurusamy Sarathy2000-03-131-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 Sarathy2000-03-091-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 Sarathy2000-03-081-0/+11
| | | | | API function p4raw-id: //depot/perl@5619
* separate options to incpush() for adding version directories andGurusamy Sarathy2000-03-071-1/+1
| | | | | architecture directories (from Andy Dougherty) p4raw-id: //depot/perl@5601
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-0/+2
| | | p4raw-id: //depot/perl@5540
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+4
| | | | | <jtobey@john-edwin-tobey.org>) p4raw-id: //depot/perl@5492
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-0/+3
| | | p4raw-id: //depot/perl@5342
* support for version vectors in UNIVERSAL::VERSION(), so thatGurusamy Sarathy2000-02-261-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_SYSGurusamy Sarathy2000-02-251-2/+1
| | | p4raw-id: //depot/perl@5256
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-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 Sarathy2000-02-191-0/+4
| | | p4raw-id: //depot/perl@5138
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+1
| | | p4raw-id: //depot/perl@5103
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-1/+0
| | | p4raw-id: //depot/perl@5084
* remove outdated -DPURIFY code--it reports bogus errors during globalGurusamy Sarathy2000-02-141-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 BarkerGurusamy Sarathy2000-01-221-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 inGurusamy Sarathy2000-01-221-0/+1
| | | | | intervening subs p4raw-id: //depot/perl@4834
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-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-hashGurusamy Sarathy2000-01-131-0/+3
| | | | | elements or slices p4raw-id: //depot/perl@4796
* usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-021-4/+4
| | | p4raw-id: //depot/perl@4746
* missing files in previous submitGurusamy Sarathy1999-12-311-0/+2
| | | p4raw-id: //depot/perl@4744
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-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 adjustmentsGurusamy Sarathy1999-12-281-9/+6
| | | | | p4raw-link: @4721 on //depot/perl: 59af875452bab7830a612945a2ac1c23c411527f p4raw-id: //depot/perl@4727
* integrate mainline changesGurusamy Sarathy1999-12-121-688/+781
| | | p4raw-id: //depot/utfperl@4679
* Resolve utfperl branch against mainline as of _62Nick Ing-Simmons1999-10-161-3/+4
|\ | | | | p4raw-id: //depot/utfperl@4394
| * avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-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 sourceGurusamy Sarathy1999-10-101-1/+2
| | | | | | | | | | | | compatibility; introduce SAVEDESTRUCTOR_X() that accepts void(*)(pTHX_ void*) p4raw-id: //depot/perl@4339
* | Incremental merge of mainlineNick Ing-Simmons1999-10-021-1/+28
|\ \ | |/ | | p4raw-id: //depot/utfperl@4286