summaryrefslogtreecommitdiff
path: root/proto.h
Commit message (Expand)AuthorAgeFilesLines
* separate options to incpush() for adding version directories andGurusamy Sarathy2000-03-071-1/+1
* 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/+4
* support fetching current interpreter from TLS under useithreadsGurusamy Sarathy2000-02-291-0/+3
* support for version vectors in UNIVERSAL::VERSION(), so thatGurusamy Sarathy2000-02-261-0/+1
* fix missing perl_alloc() declaration under PERL_IMPLICIT_SYSGurusamy Sarathy2000-02-251-2/+1
* make change#3386 a build-time option (avoids problems due toGurusamy Sarathy2000-02-201-6/+16
* make comparisons promote to utf8 as necessary (from Gisle Aas)Gurusamy Sarathy2000-02-191-0/+4
* provide malloc stats via get_mstats() (from Ilya Zakharevich)Gurusamy Sarathy2000-02-151-0/+1
* fix small interpreter leaks identified by PurifyGurusamy Sarathy2000-02-141-1/+0
* remove outdated -DPURIFY code--it reports bogus errors during globalGurusamy Sarathy2000-02-141-5/+0
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-26/+130
* fix deeply nested closures that have no references to lexical inGurusamy Sarathy2000-01-221-0/+1
* patch to report warnings on bogus filehandles passed to flock(),Gurusamy Sarathy2000-01-211-0/+1
* support delete() and exists() on array, tied array, and pseudo-hashGurusamy Sarathy2000-01-131-0/+3
* usethreads build fixups for NeXTstep (as suggested by Hans Mulder)Gurusamy Sarathy2000-01-021-4/+4
* missing files in previous submitGurusamy Sarathy1999-12-311-0/+2
* enable the PERL_BINMODE_SCRIPTS behavior by default on WindowsGurusamy Sarathy1999-12-301-2/+2
* change#4721 needed line number adjustmentsGurusamy Sarathy1999-12-281-9/+6
* integrate mainline changesGurusamy Sarathy1999-12-121-688/+781
* Resolve utfperl branch against mainline as of _62Nick Ing-Simmons1999-10-161-3/+4
|\
| * 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
* | Incremental merge of mainlineNick Ing-Simmons1999-10-021-1/+28
|\ \ | |/
| * 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
* | Re-integrate mainlineNick Ing-Simmons1999-09-181-2/+12
|/
* 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