gitmo/Class-C3-XS.git
2009-08-23 Florian Ragwitz Version 0.12_01. 0.12_01
2009-03-30 Florian Ragwitz Version 0.11. 0.11
2009-03-30 Florian Ragwitz Define SVfARG if the perl we're compiling for doesn...
2009-03-28 Florian Ragwitz Version 0.10. 0.10
2009-03-28 Florian Ragwitz Improve mro merging error messages.
2009-03-28 Florian Ragwitz Unify indentation in XS.xs.
2009-03-25 Florian Ragwitz Version 0.09. 0.09
2009-03-25 Florian Ragwitz Remove fake Build.PL. Module::Install doesn't support...
2009-03-25 Florian Ragwitz Stop using auto_install. Its use is strongly discouraged.
2009-03-25 Florian Ragwitz Remove README. It's generated by Makefile.PL.
2009-03-25 Florian Ragwitz Remove MANIFEST. It's generated from MANIFEST.SKIP.
2009-03-25 Florian Ragwitz Exclude dotfiles from MANIFEST.
2009-03-25 Florian Ragwitz Add .gitignore.
2009-03-25 Florian Ragwitz Check return values when storing values in hashes and...
2009-03-25 Florian Ragwitz Fix a compiler warning.
2009-03-25 Florian Ragwitz Explicitly specify xs prototyping behaviour.
2009-03-25 Florian Ragwitz Use perl_version to specify our perl dependency.
2008-06-22 Yuval Kogman demand Module::Install 0.75
2007-06-13 Brandon L Black minor oops, s/int/I32/, probably not worth a release...
2007-06-13 Brandon L Black 0.08 release 0.08
2007-06-13 Brandon L Black fix next::method under the perl debugger, needs porting...
2007-06-04 Brandon L Black tests, little things, 0.07 release 0.07
2007-06-04 Brandon L Black constify
2007-06-04 Brandon L Black fix broken gotos for Catalyst::Plugin::C3, added slight...
2007-05-17 Brandon L Black 0.06, remove HvAUX crap
2007-05-17 Brandon L Black remove HvAUX assertion, apparently that is core only 0.06
2007-05-16 Brandon L Black ppport stuff to support 5.6.0
2007-05-14 Brandon L Black release 0.05 0.05
2007-05-14 Brandon L Black more backport work
2007-05-14 Brandon L Black some backporting of 5.9.5 mro.c changes, + memory manag...
2007-05-12 Brandon L Black 0.04 (MRO::Compat helper) 0.04
2007-05-08 Brandon L Black remove Build.PL from distribution, release 0.03 0.03
2007-05-03 Brandon L Black final changes for 0.02 release 0.02
2007-05-01 Brandon L Black add MANIFEST to repo
2007-05-01 Brandon L Black and update MANIFEST.SKIP
2007-05-01 Brandon L Black add a README
2007-05-01 Brandon L Black move to Module::Install, release 0.01_07
2007-05-01 Brandon L Black now with calc_mdt (and threads fixes)
2007-05-01 Brandon L Black mostly done with calc_meth_dispatch_table
2007-04-17 Brandon L Black 0.01_06, better memory mgmt?
2007-04-16 Brandon L Black 0.01_05, fixed another bug
2007-04-16 Brandon L Black 0.01_04, fix threads?
2007-04-16 Brandon L Black 0.01_03 fixes
2007-04-16 Brandon L Black move XS file to root :p
2007-04-16 Brandon L Black aTHX_ thing
2007-04-16 Brandon L Black 0.01_01 released
2007-04-16 Brandon L Black next::method caching is in now
2007-04-16 Brandon L Black caching for calcMRO
2007-04-16 Brandon L Black still working on cache stuff
2007-04-16 Brandon L Black next::method works now
2007-04-15 Brandon L Black halfway there on the next::method issue
2007-04-15 Brandon L Black import some mro tests
2007-04-15 Brandon L Black compiles, calcMRO works, next::method gives wrong resul...
2007-04-12 Brandon L Black get rid of some earlier trash, prepare for putting...
2007-01-05 Brandon L Black adding the some preliminary junk
2007-01-05 Brandon L Black make a new project for Class-C3-XS