summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* revert change#4618 (breaks C<$_ = 'A:B'; s/^[a-z]:/x/>)Gurusamy Sarathy1999-12-031-7/+0
* applied suggested patch with prototype changesIlya Zakharevich1999-12-021-0/+7
* integrate cfgperl contents into mainlineGurusamy Sarathy1999-12-011-0/+1
|\
| * Integrate with Sarathy.Jarkko Hietaniemi1999-11-161-0/+3
| |\
| * \ Integrate with Sarathy.Jarkko Hietaniemi1999-11-151-9/+12
| |\ \
| * | | Ilya's "hopscotch" patch, reworked by Ilya to fit.Jarkko Hietaniemi1999-11-141-0/+1
* | | | more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-23/+79
| |_|/ |/| |
* | | add a synchronous stub fork() for USE_ITHREADS to prove that a simpleGurusamy Sarathy1999-11-151-0/+3
| |/ |/|
* | tweak for win32 buildGurusamy Sarathy1999-11-141-0/+1
* | cosmetic tweaksGurusamy Sarathy1999-11-141-9/+11
|/
* preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-0/+1
* preliminary support for perl_clone() (still needs work inGurusamy Sarathy1999-11-081-0/+16
* remove VIRTUAL tag, PERL_OBJECT doesn't need it anymoreGurusamy Sarathy1999-11-041-687/+687
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-3/+2
|\
| * warnings and const violations identified by compiling in C++ modeGurusamy Sarathy1999-10-261-2/+2
| * remove unused interpreter globalsGurusamy Sarathy1999-10-241-1/+0
* | Revert #4457 for more investigation.Jarkko Hietaniemi1999-10-261-1/+1
* | Add getmnt() to nosuid checking.Jarkko Hietaniemi1999-10-261-1/+1
* | Remove the last regnode<==>char*Ilya Zakharevich1999-10-251-1/+1
|/
* avoid inefficiency in change#3386 (every longjmp() was followedGurusamy Sarathy1999-10-141-2/+2
* revert SAVEDESTRUCTOR() to accepting void(*)(void*) for sourceGurusamy Sarathy1999-10-101-1/+2
* remove doubled new_xpvGurusamy Sarathy1999-09-281-1/+0
* add arenas for managing allocations of remaining xpv*v structuresVishal Bhatia1999-09-201-0/+25
* queue errors due to strictures rather than printing them asGurusamy Sarathy1999-09-201-1/+4
* make sprintf("%g",...) threadsafe; only taint its result iff theGurusamy Sarathy1999-09-121-2/+2
* various fixups for windowsGurusamy Sarathy1999-09-071-3/+0
* sub : attrlistSpider Boardman1999-08-291-1/+12
* Removed duplicated code (in pp.c and mg.c) by introducingJarkko Hietaniemi1999-08-191-0/+1
* Use Pid_t.Jarkko Hietaniemi1999-08-101-2/+2
* Use Mode_t.Jarkko Hietaniemi1999-08-101-2/+2
* Gratuitous uid and gid casts to I32s and ints removed.Jarkko Hietaniemi1999-08-101-3/+2
* Integrate with Sarathy. perl.h and util.c required manual resolving.Jarkko Hietaniemi1999-08-011-2/+2
* Repent and make overly large integerishJarkko Hietaniemi1999-07-291-3/+3
* applied suggested patch; added missing prototype changes toIlya Zakharevich1999-07-271-0/+1
* optimize method name lookupChip Salzenberg1999-07-261-0/+1
* allow arrow omission in $foo[10]->('foo') etc. (but not inStephen McCamant1999-07-261-1/+0
* ensure implicitly closed handles don't set $? or $!Gurusamy Sarathy1999-07-261-1/+1
* fix bug in change#3728 that might free COPs prematurely;Gurusamy Sarathy1999-07-251-0/+1
* Segfaults if $^PIlya Zakharevich1999-07-171-1/+1
* make system() return -1 and set $! if exec of child failedIlya Zakharevich1999-07-171-0/+1
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-6/+19
* more PERL_OBJECT cleanups (changes still untested on Unix!)Gurusamy Sarathy1999-07-081-29/+0
* Integrate with Sarathy.Jarkko Hietaniemi1999-07-071-0/+1
|\
| * memleak in optimizerHugo van der Sanden1999-07-071-0/+1
| * applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-0/+2
| * slightly tweaked version of suggested patchDan Sugalski1999-07-061-11/+11
* | POSIX [[:character class:]] support for standard, locale,Jarkko Hietaniemi1999-07-061-1/+20
* | Integrate with Sarathy.Jarkko Hietaniemi1999-07-061-11/+13
|/
* AIX threaded build, plus few more on the side.Jarkko Hietaniemi1999-07-051-2/+0
* somewhat untested PERL_OBJECT cleanups (C++isms mostlyGurusamy Sarathy1999-06-271-655/+673