summaryrefslogtreecommitdiff
path: root/perlapi.c
Commit message (Collapse)AuthorAgeFilesLines
* Integrate with Sarathy.Jarkko Hietaniemi2000-02-261-0/+7
|\ | | | | p4raw-id: //depot/cfgperl@5275
| * support for version vectors in UNIVERSAL::VERSION(), so thatGurusamy Sarathy2000-02-261-0/+7
| | | | | | | | | | | | | | 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
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-251-1/+0
|\ \ | |/ | | p4raw-id: //depot/cfgperl@5257
| * fix missing perl_alloc() declaration under PERL_IMPLICIT_SYSGurusamy Sarathy2000-02-251-1/+0
| | | | | | p4raw-id: //depot/perl@5256
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-211-0/+6
|\ \ | |/ | | p4raw-id: //depot/cfgperl@5176
| * make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-0/+6
| | | | | | | | | | | | | | perl_run() longjmping out) p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@5162
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-191-0/+28
|\ \ | |/ | | p4raw-id: //depot/cfgperl@5156
| * make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-191-0/+28
| | | | | | p4raw-id: //depot/perl@5138
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-151-0/+7
|\ \ | |/ | | p4raw-id: //depot/cfgperl@5114
| * provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+7
| | | | | | p4raw-id: //depot/perl@5103
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-141-3/+0
|\ \ | |/ | | p4raw-id: //depot/cfgperl@5076
| * remove outdated -DPURIFY code--it reports bogus errors during globalGurusamy Sarathy2000-02-141-3/+0
| | | | | | | | | | destruction since we actually depend on SVs being in arenas there p4raw-id: //depot/perl@5074
* | Integrate with Sarathy.Jarkko Hietaniemi2000-02-011-0/+7
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4940
| * export pregexec(), Tk uses itGurusamy Sarathy2000-02-011-0/+7
| | | | | | p4raw-id: //depot/perl@4939
* | Integrate with Sarathy.Jarkko Hietaniemi2000-01-281-3984/+0
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4917
| * more exported symbols needed for build on windowsGurusamy Sarathy2000-01-281-0/+230
| | | | | | p4raw-id: //depot/perl@4916
| * autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-4214/+0
| | | | | | | | | | | | | | 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
* | Integrate with Sarathy.Jarkko Hietaniemi2000-01-251-1/+15
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4887
| * enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-241-1/+15
| | | | | | | | | | | | (provides binary compatibility in the face of changes in interpreter structure) p4raw-id: //depot/perl@4878
* | Integrate with Sarathy.Jarkko Hietaniemi2000-01-211-0/+7
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4831
| * patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-0/+7
| | | | | | | | | | | | more consistent warnings, from Greg Bacon <gbacon@itsc.uah.edu> (slightly modified) p4raw-id: //depot/perl@4830
* | Integrate with Sarathy.Jarkko Hietaniemi2000-01-131-75/+183
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4798
| * support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-0/+21
| | | | | | | | | | elements or slices p4raw-id: //depot/perl@4796
| * usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-021-4/+8
| | | | | | p4raw-id: //depot/perl@4746
| * missing files in previous submitGurusamy Sarathy1999-12-311-1/+3
| | | | | | p4raw-id: //depot/perl@4744
| * integrate mainline changesGurusamy Sarathy1999-12-121-60/+196
| | | | | | p4raw-id: //depot/utfperl@4679
| * Resolve utfperl branch against mainline as of _62Nick Ing-Simmons1999-10-161-5/+12
| |\ | | | | | | p4raw-id: //depot/utfperl@4394
| * \ Incremental merge of mainlineNick Ing-Simmons1999-10-021-26/+60
| |\ \ | | | | | | | | p4raw-id: //depot/utfperl@4286
| * | | Re-integrate mainlineNick Ing-Simmons1999-09-181-4/+74
| | | | | | | | | | | | | | | | | | | | Basic SvUTF8 stuff in headers, no functional changes yet. p4raw-id: //depot/utfperl@4193
* | | | Integrate with Sarathy.Jarkko Hietaniemi1999-11-161-0/+21
|\ \ \ \ | | | | | | | | | | p4raw-id: //depot/cfgperl@4591
| * | | | add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-151-0/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | C<if (fork()) { print "parent" } else { print "child" }> works on Windows (incidentally running a cloned^2 interpreter :) p4raw-id: //depot/perl@4589
* | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-11-151-14/+30
|\ \ \ \ \ | |/ / / / | | | | | p4raw-id: //depot/cfgperl@4587
| * | | | cosmetic tweaksGurusamy Sarathy1999-11-141-14/+30
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@4584
* | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-0/+95
|\ \ \ \ \ | |/ / / / | | | | | p4raw-id: //depot/cfgperl@4549
| * | | | preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-0/+7
| | | | | | | | | | | | | | | p4raw-id: //depot/perl@4539
| * | | | preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-0/+88
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the following areas: SVOPs must indirect via pad; context stack, scope stack, and runlevels must be cloned; must hook up the virtualized pseudo-process support provided by "host"; ...) p4raw-id: //depot/perl@4538
* | | | | Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-8/+1
|\ \ \ \ \ | |/ / / / | | | | | | | | | | | | | | | (Ilya's changes won). p4raw-id: //depot/cfgperl@4468
| * | | | warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | with GCC v2.95 p4raw-id: //depot/perl@4461
| * | | | remove unused interpreter globalsGurusamy Sarathy1999-10-241-7/+0
| | |_|/ | |/| | | | | | p4raw-id: //depot/perl@4448
* | | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-141-4/+4
|\ \ \ \ | |/ / / | | | | p4raw-id: //depot/cfgperl@4381
| * | | avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | | | | | by an avoidable call to setjmp()) p4raw-link: @3386 on //depot/perl: 312caa8e97f1c7ee342a9895c2f0e749625b4929 p4raw-id: //depot/perl@4372
* | | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-111-1/+8
|\ \ \ \ | |/ / / | | | | p4raw-id: //depot/cfgperl@4342
| * | | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-1/+8
| | |/ | |/| | | | | | | | | | | | | compatibility; introduce SAVEDESTRUCTOR_X() that accepts void(*)(pTHX_ void*) p4raw-id: //depot/perl@4339
* | | Integrate with Sarathy.Jarkko Hietaniemi1999-09-201-26/+60
|\ \ \ | |/ / | | | p4raw-id: //depot/cfgperl@4201
| * | queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-26/+60
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* | | Integrate with Sarathy.Jarkko Hietaniemi1999-09-131-4/+4
|\ \ \ | |/ / | | | p4raw-id: //depot/cfgperl@4140
| * | make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-4/+4
| |/ | | | | | | | | formatted result looks nonstandard p4raw-id: //depot/perl@4130
* | Integrate with Sarathy.Jarkko Hietaniemi1999-09-111-2/+0
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4127
| * various fixups for windowsGurusamy Sarathy1999-09-071-2/+0
| | | | | | p4raw-id: //depot/perl@4101
* | Integrate with Sarathy.Jarkko Hietaniemi1999-09-061-0/+14
|\ \ | |/ | | p4raw-id: //depot/cfgperl@4091