summaryrefslogtreecommitdiff
path: root/dump.c
Commit message (Expand)AuthorAgeFilesLines
* update copyright yearGurusamy Sarathy2001-03-221-1/+1
* integrate changes#8617,8713,8715,8716,8721,8953,8963 from mainlineGurusamy Sarathy2001-03-191-0/+2
* integrate changes#8243,8254,8255,8313,8314,8363,8383,8390,8416,Gurusamy Sarathy2001-01-301-0/+1
* integrate changes#7984,7987,8010 from mainline (gets rid ofGurusamy Sarathy2001-01-301-5/+0
* integrate changes#6903,6905..6907,6909,6911..6913,6915,6917,6918,Gurusamy Sarathy2000-12-171-0/+1
* integrate changes#6763..6766,6770,6773,6775..6776,6778,6780,Gurusamy Sarathy2000-11-271-1/+1
* integrate changes#6666..6678,6680..6682,6684..6691,6699..6733,Gurusamy Sarathy2000-11-271-11/+5
* integrate changes#6613..6616,6620..6665 from mainlineGurusamy Sarathy2000-11-271-4/+10
* integrate changes#6469..6484,6486..6501,6504..6505,6507..6509,Gurusamy Sarathy2000-11-271-3/+9
* another optimized-OP_SASSIGN bug: ops that were not OA_TARGLEXGurusamy Sarathy2000-03-121-0/+4
* fixes for most warnings identified by gcc -WallGurusamy Sarathy2000-03-051-2/+2
* support for list assignment to pseudohashes (from John TobeyGurusamy Sarathy2000-03-031-0/+2
* op_dump() tweakGurusamy Sarathy2000-02-171-2/+0
* set SvUTF8 on vectors only if there are chars > 127; update copyrightGurusamy Sarathy2000-02-061-3/+4
* add patch for printf-style format typechecks (from Robin BarkerGurusamy Sarathy2000-01-221-8/+8
* nailed "our" declarations, and better warnings on duplicateGurusamy Sarathy2000-01-141-0/+2
* avoid spurious "Useless use of variable" warning on C<our $foo;>Gurusamy Sarathy2000-01-141-0/+2
* more complete pseudo-fork() support for WindowsGurusamy Sarathy1999-12-011-0/+2
* sundry cleanups for cloned interpreters (only known failure modeGurusamy Sarathy1999-11-141-1/+5
* Integrate with Sarathy.Jarkko Hietaniemi1999-11-131-2/+7
|\
| * cloned interpreters now actually run and pass all but 55/10386Gurusamy Sarathy1999-11-131-2/+7
* | Integrate with Sarathy.Jarkko Hietaniemi1999-11-111-4/+5
|\ \ | |/
| * another change towards a shareable optree: avoid pointer to filegvGurusamy Sarathy1999-11-111-2/+3
| * preliminary support for GVOP indirection via padGurusamy Sarathy1999-11-081-2/+2
* | ...and fewer.Jarkko Hietaniemi1999-11-061-2/+4
* | More printf miscasts flushed out.Jarkko Hietaniemi1999-11-061-1/+1
|/
* more cleanup: avoid unused knowledge of "file GV" notion in CV and GVGurusamy Sarathy1999-10-291-2/+1
* usurp GVOP slot for new PADOP (one small step to making optreeGurusamy Sarathy1999-10-291-2/+11
* Integrate with Sarathy; manual resolve on regcomp.c conflictsJarkko Hietaniemi1999-10-271-1/+1
|\
| * remove unused interpreter globalsGurusamy Sarathy1999-10-241-1/+1
* | More printf-fixes (see also #4426).Jarkko Hietaniemi1999-10-231-7/+8
|/
* fix typos in change#4288Gurusamy Sarathy1999-10-061-2/+2
* Untangle the IV_IS_QUAD jungle by introdudingJarkko Hietaniemi1999-10-021-238/+68
* Replace change #4100 withRobin Barker1999-09-131-23/+23
* Fix pointer casts.Robin Barker1999-09-071-23/+23
* initial implementation of lvalue subroutines (slightly fixedGurusamy Sarathy1999-09-051-0/+3
* Speeding up XSUB calls up to 66%Ilya Zakharevich1999-08-291-1/+4
* Batch of small 64-bit/long double/large file support tweaks:Jarkko Hietaniemi1999-08-161-5/+1
* Fix some of the {IV_IS_QUAD,UV_IS_QUAD} cases so thatJarkko Hietaniemi1999-08-021-1/+2
* 64-bit work. Now 32-bit platforms get a 100% make testJarkko Hietaniemi1999-08-011-5/+181
* optimize method name lookupChip Salzenberg1999-07-261-0/+1
* fix bug in change#3728 that might free COPs prematurely;Gurusamy Sarathy1999-07-251-1/+1
* applied suggested patch for tracking line numbers correctly inHugo van der Sanden1999-07-231-1/+2
* yet more cleanups of the PERL_OBJECT, MULTIPLICITY and USE_THREADSGurusamy Sarathy1999-07-121-4/+9
* Eliminate CONDOPsStephen McCamant1999-07-071-11/+1
* applied slightly tweaked version of suggested patch forIlya Zakharevich1999-07-061-0/+1
* slightly tweaked version of suggested patchDan Sugalski1999-07-061-1/+1
* Fixed two long-standing locale bugs.Jarkko Hietaniemi1999-06-171-2/+4
* more complete support for implicit thread/interpreter pointer,Gurusamy Sarathy1999-06-091-133/+133
* initial stub implementation of implicit thread/thisGurusamy Sarathy1999-06-071-20/+21