summaryrefslogtreecommitdiff
path: root/perlapi.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | | | | | | | | | | | Integrate with Sarathy.Jarkko Hietaniemi2000-01-251-1/+15
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-01-211-0/+7
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi2000-01-131-75/+183
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi1999-11-161-0/+21
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| | * | | | | | | | | | | | | | | | | add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-151-0/+21
| * | | | | | | | | | | | | | | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-11-151-14/+30
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | cosmetic tweaksGurusamy Sarathy1999-11-141-14/+30
| * | | | | | | | | | | | | | | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-0/+95
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-0/+7
| | * | | | | | | | | | | | | | | | | preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-0/+88
| * | | | | | | | | | | | | | | | | | Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-8/+1
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / /
| | * | | | | | | | | | | | | | | | | warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-1/+1
| | * | | | | | | | | | | | | | | | | remove unused interpreter globalsGurusamy Sarathy1999-10-241-7/+0
| * | | | | | | | | | | | | | | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-141-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ | | |/ / / / / / / / / / / / / / / / /
| * | | | | | | | | | | | | | | | | | Integrate with Sarathy.Jarkko Hietaniemi1999-10-111-1/+8
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi1999-09-201-26/+60
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi1999-09-131-4/+4
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi1999-09-111-2/+0
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ Integrate with Sarathy.Jarkko Hietaniemi1999-09-061-0/+14
| |\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
* | | | | | | | | | | | | | | | | | | | | | | | export cv_undef() and cv_const_sv() (mod_perl uses them toGurusamy Sarathy2000-03-171-0/+14
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | | due to an oversight during PERL_OBJECT migration, hosts createdGurusamy Sarathy2000-03-161-0/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | | make the is_utf8_*() safe for use on invalid utf8 (they nowGurusamy Sarathy2000-03-131-0/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | | abstract code for C<use Foo 1.23 @ary;> into a Perl_load_module()Gurusamy Sarathy2000-03-081-0/+28
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | | fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-0/+2
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | support for version vectors in UNIVERSAL::VERSION(), so thatGurusamy Sarathy2000-02-261-0/+7
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | fix missing perl_alloc() declaration under PERL_IMPLICIT_SYSGurusamy Sarathy2000-02-251-1/+0
| |_|_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-0/+6
| |_|_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | | |
* | | | | | | | | | | | | | | make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-191-0/+28
| |_|_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | | |
* | | | | | | | | | | | | | provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+7
| |_|_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | | |
* | | | | | | | | | | | | remove outdated -DPURIFY code--it reports bogus errors during globalGurusamy Sarathy2000-02-141-3/+0
| |_|_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | | |
* | | | | | | | | | | | export pregexec(), Tk uses itGurusamy Sarathy2000-02-011-0/+7
| |_|_|_|_|_|_|_|_|_|/ |/| | | | | | | | | |
* | | | | | | | | | | more exported symbols needed for build on windowsGurusamy Sarathy2000-01-281-0/+230
* | | | | | | | | | | autogenerate API listing from comments in the source (from BenjaminGurusamy Sarathy2000-01-281-4214/+0
| |_|_|_|_|_|_|_|_|/ |/| | | | | | | | |
* | | | | | | | | | enable function wrappers for access to globals under MULTIPLICITYGurusamy Sarathy2000-01-241-1/+15
| |_|_|_|_|_|_|_|/ |/| | | | | | | |
* | | | | | | | | patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-0/+7
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-0/+21
* | | | | | | | usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-021-4/+8
* | | | | | | | missing files in previous submitGurusamy Sarathy1999-12-311-1/+3
* | | | | | | | integrate mainline changesGurusamy Sarathy1999-12-121-60/+196
* | | | | | | | Resolve utfperl branch against mainline as of _62Nick Ing-Simmons1999-10-161-5/+12
|\ \ \ \ \ \ \ \ | | |_|_|_|_|_|/ | |/| | | | | |
| * | | | | | | avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-4/+4
| | |_|_|_|_|/ | |/| | | | |
| * | | | | | revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-1/+8
| | |_|_|_|/ | |/| | | |
* | | | | | Incremental merge of mainlineNick Ing-Simmons1999-10-021-26/+60
|\ \ \ \ \ \ | |/ / / / /
| * | | | | queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-26/+60
| | |_|_|/ | |/| | |
| * | | | make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-4/+4
| | |_|/ | |/| |
* | | | Re-integrate mainlineNick Ing-Simmons1999-09-181-4/+74
|/ / /
* | | various fixups for windowsGurusamy Sarathy1999-09-071-2/+0
| |/ |/|
* | optional warning on join(/foo/...) (reworked suggested patchGurusamy Sarathy1999-09-061-0/+7
* | initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+7