Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | add rsignal(), whichsig() and do_join() to public API list | Gurusamy Sarathy | 2000-04-24 | 1 | -4/+4 |
| | | | | | (mod_perl uses them to good advantage) p4raw-id: //depot/perl@5932 | ||||
* | various pod nits (from Larry Virden and others) | Gurusamy Sarathy | 2000-04-24 | 1 | -2/+2 |
| | | | p4raw-id: //depot/perl@5917 | ||||
* | pod typo fixes (from Marcel Grunauer <marcel.grunauer@lovely.net>) | Gurusamy Sarathy | 2000-03-19 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@5823 | ||||
* | integrate cfgperl contents into mainline | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+1 |
|\ | | | | | p4raw-id: //depot/perl@5822 | ||||
| * | Add newSVuv(). | Jarkko Hietaniemi | 2000-03-18 | 1 | -0/+1 |
| | | | | | | p4raw-id: //depot/cfgperl@5803 | ||||
* | | support for C<use vmsish 'hushed'>; move VMSISH_EXIT out of | Gurusamy Sarathy | 2000-03-19 | 1 | -0/+1 |
|/ | | | | | op_private (from Charles Lane <lane@DUPHY4.Physics.Drexel.Edu>) p4raw-id: //depot/perl@5816 | ||||
* | export cv_undef() and cv_const_sv() (mod_perl uses them to | Gurusamy Sarathy | 2000-03-17 | 1 | -2/+2 |
| | | | | | good advantage) p4raw-id: //depot/perl@5774 | ||||
* | add missing bincompat5005 #defines | Gurusamy Sarathy | 2000-03-17 | 1 | -0/+3 |
| | | | p4raw-id: //depot/perl@5765 | ||||
* | due to an oversight during PERL_OBJECT migration, hosts created | Gurusamy Sarathy | 2000-03-16 | 1 | -1/+1 |
| | | | | | | | | | by pseudo-fork were never being deleted, leading to a sizeable memory leak; std FDs in pseudo-children are now closed automatically to avoid resource leaks; basic infinite looping fork() test works without leaking again in non-PERL_OBJECT build p4raw-id: //depot/perl@5761 | ||||
* | 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/+6 |
| | | | | | 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/+5 |
| | | | | | <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 | ||||
* | avoid mismatched type warnings | Gurusamy Sarathy | 2000-02-02 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@4951 | ||||
* | export pregexec(), Tk uses it | Gurusamy Sarathy | 2000-02-01 | 1 | -1/+1 |
| | | | p4raw-id: //depot/perl@4939 | ||||
* | more exported symbols needed for build on windows | Gurusamy Sarathy | 2000-01-28 | 1 | -32/+32 |
| | | | p4raw-id: //depot/perl@4916 | ||||
* | autogenerate API listing from comments in the source (from Benjamin | Gurusamy Sarathy | 2000-01-28 | 1 | -516/+715 |
| | | | | | | | Stuhl <sho_pi@hotmail.com>); fix the markup format to be more flexible for better readability; add missing docs in sv.c; regenerate perltoc p4raw-id: //depot/perl@4915 | ||||
* | force linkage of the function wrappers for globals in change#4878 | Gurusamy Sarathy | 2000-01-24 | 1 | -2/+39 |
| | | | | | p4raw-link: @4878 on //depot/perl: 6f4183fe04888927cb36b966262c959c5166404b p4raw-id: //depot/perl@4879 | ||||
* | enable function wrappers for access to globals under MULTIPLICITY | Gurusamy Sarathy | 2000-01-24 | 1 | -25/+45 |
| | | | | | | (provides binary compatibility in the face of changes in interpreter structure) p4raw-id: //depot/perl@4878 | ||||
* | add patch for printf-style format typechecks (from Robin Barker | Gurusamy Sarathy | 2000-01-22 | 1 | -26/+35 |
| | | | | | <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 | -5/+7 |
| | | | 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 | ||||
* | integrate mainline changes | Gurusamy Sarathy | 1999-12-12 | 1 | -76/+178 |
| | | | p4raw-id: //depot/utfperl@4679 | ||||
* | Resolve utfperl branch against mainline as of _62 | Nick Ing-Simmons | 1999-10-16 | 1 | -20/+24 |
|\ | | | | | p4raw-id: //depot/utfperl@4394 | ||||
| * | avoid inefficiency in change#3386 (every longjmp() was followed | Gurusamy Sarathy | 1999-10-14 | 1 | -2/+4 |
| | | | | | | | | | | | | | | 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 | ||||
| * | update perldelta for change#3406 | Gurusamy Sarathy | 1999-10-10 | 1 | -0/+1 |
| | | | | | | | | | | p4raw-link: @3406 on //depot/perl: c73bf8e3ece265b261438c8090fb5ecbf0977587 p4raw-id: //depot/perl@4337 | ||||
| * | some compatibility macros were busted | Gurusamy Sarathy | 1999-10-04 | 1 | -17/+17 |
| | | | | | | p4raw-id: //depot/perl@4298 | ||||
* | | Incremental merge of mainline | Nick Ing-Simmons | 1999-10-02 | 1 | -3/+31 |
|\ \ | |/ | | | p4raw-id: //depot/utfperl@4286 | ||||
| * | remove doubled new_xpv | Gurusamy Sarathy | 1999-09-28 | 1 | -1/+0 |
| | | | | | | p4raw-id: //depot/perl@4244 | ||||
| * | PERL_POLLUTE isn't required for bincompat, so don't enable | Gurusamy Sarathy | 1999-09-27 | 1 | -1/+0 |
| | | | | | | | | | | it automatically p4raw-id: //depot/perl@4238 | ||||
| * | add arenas for managing allocations of remaining xpv*v structures | Vishal Bhatia | 1999-09-20 | 1 | -0/+25 |
| | | | | | | | | | | | | 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 as | Gurusamy Sarathy | 1999-09-20 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
| * | addendum to change#4136 (from Robin Barker <rmb1@cise.npl.co.uk>) | Gurusamy Sarathy | 1999-09-15 | 1 | -2/+2 |
| | | | | | | | | | | p4raw-link: @4136 on //depot/cfgperl: 564319723c2c18fa4801cd77e0d203a582b4d5a3 p4raw-id: //depot/perl@4162 | ||||
| * | make sprintf("%g",...) threadsafe; only taint its result iff the | Gurusamy Sarathy | 1999-09-12 | 1 | -2/+2 |
| | | | | | | | | | | formatted result looks nonstandard p4raw-id: //depot/perl@4130 | ||||
* | | Re-integrate mainline | Nick Ing-Simmons | 1999-09-18 | 1 | -4/+14 |
|/ | | | | | Basic SvUTF8 stuff in headers, no functional changes yet. p4raw-id: //depot/utfperl@4193 |