summaryrefslogtreecommitdiff
path: root/perlapi.c
Commit message (Expand)AuthorAgeFilesLines
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-70/+65
* add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-151-0/+21
* cosmetic tweaksGurusamy Sarathy1999-11-141-14/+30
* 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
* warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-1/+1
* remove unused interpreter globalsGurusamy Sarathy1999-10-241-7/+0
* 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
* 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
* 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
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-09-041-0/+37
|\
| * sub : attrlistSpider Boardman1999-08-291-0/+37
* | make autogenerated files writableGurusamy Sarathy1999-08-201-0/+0
|/
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-0/+7
* Use Pid_t.Jarkko Hietaniemi1999-08-101-2/+2
* Use Mode_t.Jarkko Hietaniemi1999-08-101-3/+3
* Gratuitous uid and gid casts to I32s and ints removed.Jarkko Hietaniemi1999-08-101-3/+3
* don't enable PERL_POLLUTE_MALLOC when EMBEDMYMALLOC isGurusamy Sarathy1999-08-021-3/+3
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-0/+7
* optimize method name lookupChip Salzenberg1999-07-261-0/+14
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-261-7/+0
* ensure implicitly closed handles don't set $? or $!Gurusamy Sarathy1999-07-261-2/+2
* applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-0/+7
* Segfaults if $^PIlya Zakharevich1999-07-171-0/+7
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-0/+7
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-1002/+1399
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-0/+7082