Show last: 20 , 50 , 100 , All
Next page

Date File Revision Author Revision Log
2008/08/08 10:44:50 1157 1157 abw Removed redundant rcsid() and cvsid() functions from XS stash
2008/08/06 11:50:47 1129 1129 abw Applied patches to XS Stash to make it compile nicely with VC++ 6.0 and with Sun's compiler
2007/11/21 07:53:42 1102 1102 abw Fixed bug in XS stash which prevented it from updating hash entries with empty keys
2007/05/30 10:43:06 1090 1090 abw fixed XS stash to do same thing as Jess Robinson's patch to allow you to call list methods on a single object
2007/03/14 18:05:44 1047 1047 abw Applied a patch from Randy Kobes to the XS Stash to prevent some windows problems
2007/02/09 20:27:33 1041 1041 abw applied the missing middle bit of Steve's Stash.xs patch
2007/02/09 20:18:18 1039 1039 abw applied patch from Steve Peters to allow Stash.xs to compiled with bleadperl 5.9.x
2006/05/14 08:40:42 992 992 abw * added looks_private() to encapsulate test for _private or .hidden vars
2006/02/10 10:56:32 986 986 abw * applied changes based on patch from Tom Insam to further refine the
way the stash handles failed method calls. Now we explicitly check
which package it was reported in.
2006/01/30 16:51:02 924 924 abw * applied patch from Slaven Rezic to use SvOK(*value) rather than
(*value != &PL_sv_undef)
2006/01/30 13:33:25 887 887 abw * ported to the XS Stash Dave Howorth's fix to make stash stricter
about what it considers to be a missing object method.
2006/01/29 11:36:10 872 872 abw * finished support for tied hashes, fixed the bugs (mainly reference
counting memory leaks - in my defence I did exactly what perlguts
told me to do which I can now only assume is WRONG), and made sure
all tests passed (including the t/leak.t test which thankfully alerted
me to the fact that my changes made memory leak)
2006/01/05 08:49:54 857 857 abw * fixed bug where list vmethods were not evaluated in lvalues
http://tt2.org/pipermail/templates/2006-January/008198.html

* removed performance profiling code
2005/03/03 19:17:42 845 845 abw * fixed bug in die_object() to stop it from stringifying
non-object references
2003/03/17 23:05:27 617 617 abw * applied Pudge's patch for the XS Bug.
http://tt2.org/pipermail/templates/2003-February/004289.html
2002/07/19 14:45:34 489 489 abw moved vmethods into separate manpage
2002/07/05 11:16:29 399 399 abw * modified scalar_op to fall back on creating a one-element
list and looking for a list op
2002/04/15 14:32:07 352 352 abw * added aTHX_ to root argument to scalar_op call
2002/04/15 13:38:47 351 351 abw * deleted MAN3PODS line
2002/03/13 15:59:52 346 346 abw * Added ppport.h and fixed Stash.xs to include it

* Changed stash to not call virtual methods on the root