gitmo/Moose.git
2009-03-13 Yuval Kogman pTHX_ not pTHX, abandoned/Moose-XS
2009-03-13 Yuval Kogman use any_ptr in XSANY union
2009-03-13 Yuval Kogman Various refactorings
2009-03-13 Yuval Kogman constructor (new_object)
2009-03-13 Yuval Kogman untested initializer support
2009-03-13 Yuval Kogman trigger
2009-03-13 Yuval Kogman set_initial_value and set_value split
2009-03-13 Yuval Kogman SvTRUE(POPs) segfaults, need to use a safe expr
2009-03-13 Yuval Kogman refactor newXS stuff in prep for constructor
2009-03-13 Yuval Kogman HvNAME_get can return NULL
2009-03-13 Yuval Kogman checking count is not necessary with G_SCALAR when...
2009-03-13 Yuval Kogman simple versions of SvREFCNT_inc (Easier to read gcc...
2009-03-13 Yuval Kogman grok_number ppport.h fixes
2009-03-13 Yuval Kogman use grok_number instead of strtol
2009-03-13 Yuval Kogman trigger SvGETMAGIC in check_sv_type
2009-03-13 Yuval Kogman XOR reads more clearly to me than ?:
2009-03-13 Yuval Kogman make note of aliasing vs copying semantics of slot...
2009-03-13 Yuval Kogman clean up attr level and slot level APIs a bit WRT copyi...
2009-03-13 Yuval Kogman blah, RegexpRef and Object tests were reversed
2009-03-13 Yuval Kogman gcc -pedantic fixes
2009-03-13 Yuval Kogman more -Wall fixes
2009-03-13 Yuval Kogman shutup -Wall
2009-03-13 Yuval Kogman cast
2009-03-13 Chia-liang Kao Make the xs actually compile on 5.8.8.
2009-03-13 Yuval Kogman create_instance
2009-03-13 Yuval Kogman capture init arg
2009-03-13 Yuval Kogman initialize with Newxz instead of assigning NULLs (SvREF...
2009-03-13 Yuval Kogman TC checker subs
2009-03-13 Yuval Kogman prototyping behavior
2009-03-13 Yuval Kogman lots of cleanups (refactoring, leak-on-error fixes...
2009-03-13 Yuval Kogman rename getter/setter to reader/writer for consistency
2009-03-13 Yuval Kogman cast to CV to avoid warning
2009-03-13 Yuval Kogman don't leak SV for default
2009-03-13 Yuval Kogman CV type constraints
2009-03-13 Yuval Kogman lazy_builder
2009-03-13 Yuval Kogman remove FIXMEs
2009-03-13 Yuval Kogman descriptions for tests
2009-03-13 Yuval Kogman fix integer TC
2009-03-13 Yuval Kogman more tests
2009-03-13 Yuval Kogman C MI caching was done in the wrong place
2009-03-13 Yuval Kogman more tests for TCs
2009-03-13 Yuval Kogman basic type checking, weaken
2009-03-13 Yuval Kogman moose
2009-03-13 Yuval Kogman FIXMEs no longer required
2009-03-13 Yuval Kogman ppport.h
2009-03-13 Yuval Kogman 5.8 fixes
2009-03-13 Yuval Kogman bless into Moose::XS::Meta::Instance
2009-03-13 Yuval Kogman compute using the MOP
2009-03-13 Yuval Kogman lots more stuff
2009-03-13 Yuval Kogman Initial version of Moose::XS
2009-03-13 Dave Rolsky Add changes for hdp's inherited lazy_build fix
2009-03-13 Dave Rolsky Merge branch 'master' of gitmo@jules.scsys.co.uk:Moose
2009-03-12 Hans Dieter... lazy_build should be able to be added in inherited...
2009-03-11 Dave Rolsky Add changes entry for Moose::Exporter changes
2009-03-11 Daisuke Maki... use ...
2009-03-11 Daisuke Maki... export functions with prototype
2009-03-09 Dave Rolsky Mention Radu in changes
2009-03-09 Dave Rolsky Some more tests
2009-03-09 Dave Rolsky No more My. in type names
2009-03-09 Dave Rolsky doc fixes from Radu Greab
2009-03-08 Shawn M Moore More gitignore files
2009-03-08 Shawn M Moore .gitignore file
2009-03-08 Shawn M Moore Test fixes for the more descriptive error messages
2009-03-05 Mike Whitaker Ensure we conflict with MXAH < 0.14
2009-03-05 Cory G Watson Link to Basics/Recipe9 from Moose.pm's builder blurb
2009-03-05 Cory G Watson Fix pod formatting typo
2009-03-03 Dave Rolsky Mention meta recipe 7 in changes
2009-03-03 Dave Rolsky Meta recipe 7 is no longer todo
2009-03-03 Dave Rolsky Wrote the meta-instance recipe
2009-03-03 Daisuke Maki additional warning
2009-02-28 Hans Dieter... as requested by rafl
2009-02-26 Dave Rolsky Remove some extra code that made the test not test...
2009-02-26 Mike Whitaker Fix dotted type names to use :: instead, as per earlier...
2009-02-25 Dave Rolsky Add changes for latest TC change
2009-02-25 Dave Rolsky Catch calls to subtype that just provide a name (and...
2009-02-25 Dave Rolsky Clarify an old changes entry
2009-02-24 Dave Rolsky bump version and update Changes for release 0.72
2009-02-23 Dave Rolsky Handle Foo->new(undef) consistently, with an error...
2009-02-23 Stevan Little new test
2009-02-22 Dave Rolsky require the dev version of CMOP, 0.77_01 0.71_01
2009-02-22 Dave Rolsky More changes for next version
2009-02-22 Dave Rolsky Update changes for release
2009-02-22 Dave Rolsky make a dev version to go with the CMOP release
2009-02-22 Dave Rolsky bump version
2009-02-22 Dave Rolsky Start changes for 0.72
2009-02-22 Dave Rolsky A couple changes to make MX::Types keep working.
2009-02-21 Dave Rolsky Officially document sugar-free form for type and subtyp...
2009-02-21 Dave Rolsky Change how the TC sugar bits work so that the arguments are
2009-02-21 Dave Rolsky Missing a space in the error message here
2009-02-21 Dave Rolsky A hack I think will fix the formatting on search.cpan.
2009-02-21 Dave Rolsky We were leaving the package name in the arg list
2009-02-20 Dave Rolsky Changes to work with 0.78 meta-instance code, which...
2009-02-20 Dave Rolsky We need to make sure Moose is loaded before using
2009-02-20 Dave Rolsky Perltidy this test file
2009-02-20 Dave Rolsky triggers no longer get a meta-object
2009-02-19 Dave Rolsky Link to MX::Types here
2009-02-19 Dave Rolsky Remove MX::Types bits from types manual page
2009-02-19 Dave Rolsky Small tweaks to namespace recommendation
2009-02-19 Matt S Trout switch to :: for types in BestPractices, note the perl...
2009-02-19 Matt S Trout switch to :: definitions, explain MooseX::Types usage...
next