gfx [Sat, 5 Dec 2009 07:05:18 +0000]
Fix a PAUSE indexing issue
gfx [Sat, 5 Dec 2009 06:08:18 +0000]
Checking in changes prior to tagging of version 0.41. Changelog diff is:
diff --git a/Changes b/Changes
index 1902f22..3df5bfb 100644
--- a/Changes
+++ b/Changes
@@ -1,10 +1,17 @@
Revision history for Mouse
-0.41
+0.41 Sat Dec 5 15:00:33 2009
* This is the first stable version of Mouse::XS
+ - Mouse::XS is about 2 times faster than Mouse::PurePerl
- * SUMMARY from 0.40 to 0.40_09
+ * SUMMARY
- Many stuff are now in XS
+ - Support "use Mouse -traits => ..." subdirective
+
+ * INCOMPATIBILITY CHANGES (but compatible with Moose)
+ - The type of default value is constrained correctly
+ - The default values is weakend correctly
+ - BUILDALL/DEMOLISHALL are no longer called
0.40_09 Thu Dec 3 13:42:17 2009
* Mouse
gfx [Sat, 5 Dec 2009 05:13:28 +0000]
Tidy
gfx [Sat, 5 Dec 2009 05:01:11 +0000]
Fix tests
gfx [Sat, 5 Dec 2009 05:00:50 +0000]
Add function list to pod
gfx [Sat, 5 Dec 2009 05:00:38 +0000]
Fix a typo
gfx [Sat, 5 Dec 2009 04:59:49 +0000]
Fix Makefile.PL to add author's tests correctly
gfx [Fri, 4 Dec 2009 04:15:34 +0000]
Add tests for magical vars and hash iterators
gfx [Fri, 4 Dec 2009 04:15:06 +0000]
Fix the parameterized HashRef constraint routine
gfx [Thu, 3 Dec 2009 07:11:04 +0000]
Make accessor generators extensible
gfx [Thu, 3 Dec 2009 05:08:42 +0000]
Changelogging
gfx [Thu, 3 Dec 2009 05:04:13 +0000]
Remove mentions to Class::Method::Modifiers
gfx [Thu, 3 Dec 2009 04:44:53 +0000]
Checking in changes prior to tagging of version 0.40_09. Changelog diff is:
diff --git a/Changes b/Changes
index 828d825..affa65e 100644
--- a/Changes
+++ b/Changes
@@ -1,6 +1,6 @@
Revision history for Mouse
-0.40_09
+0.40_09 Thu Dec 3 13:42:17 2009
* Mouse
- Remove @Mouse::EXPORT, which was no longer used (gfx)
gfx [Thu, 3 Dec 2009 04:41:35 +0000]
Add a message in Makefile.PL
gfx [Thu, 3 Dec 2009 04:35:31 +0000]
Add a test for C3 classes
gfx [Thu, 3 Dec 2009 04:35:03 +0000]
Fix a prototype-related problem on 5.8.x
gfx [Thu, 3 Dec 2009 04:11:24 +0000]
Add meta() method to method metaclasses
gfx [Thu, 3 Dec 2009 04:11:17 +0000]
Fix has()
gfx [Thu, 3 Dec 2009 03:58:31 +0000]
Fix XS loading code
gfx [Thu, 3 Dec 2009 03:58:20 +0000]
Add some tests
gfx [Thu, 3 Dec 2009 03:45:43 +0000]
Tidy Changes
gfx [Thu, 3 Dec 2009 03:44:32 +0000]
Clean the code up
gfx [Thu, 3 Dec 2009 03:25:46 +0000]
Fix benchmarks/vs_caf.pl
gfx [Thu, 3 Dec 2009 03:19:42 +0000]
Resolve skipped tests (for 5.6.2)
gfx [Thu, 3 Dec 2009 03:17:53 +0000]
Fix a bug that segv caused on 5.6.2 with -traits
gfx [Thu, 3 Dec 2009 02:10:47 +0000]
Fix a meta slot name
gfx [Thu, 3 Dec 2009 02:06:02 +0000]
Update the repository information
gfx [Thu, 3 Dec 2009 01:57:11 +0000]
Add a description
gfx [Thu, 3 Dec 2009 01:50:36 +0000]
Add a comment
gfx [Thu, 3 Dec 2009 01:48:34 +0000]
Tweaks in Makefile.PL
gfx [Thu, 3 Dec 2009 01:37:11 +0000]
Rename a macro to define a class holder
gfx [Thu, 3 Dec 2009 01:27:57 +0000]
Tidy
gfx [Thu, 3 Dec 2009 01:26:57 +0000]
No duplication
gfx [Sat, 28 Nov 2009 08:19:45 +0000]
Port (get|has)_package_symbol from Class::MOP
gfx [Sat, 28 Nov 2009 07:40:39 +0000]
Skip class unload stuff in global destruction
gfx [Sat, 28 Nov 2009 07:40:30 +0000]
Add immutable_optins
gfx [Sat, 28 Nov 2009 01:23:33 +0000]
Fix a error message in apply_all_roles
gfx [Sat, 28 Nov 2009 01:21:50 +0000]
Fix add_method to accept overloaded CODE references correctly
gfx [Sat, 28 Nov 2009 01:20:25 +0000]
Fix meta method constructors
gfx [Thu, 26 Nov 2009 12:57:58 +0000]
Checking in changes prior to tagging of version 0.40_08. Changelog diff is:
gfx [Thu, 26 Nov 2009 12:56:51 +0000]
Add new test files
gfx [Thu, 26 Nov 2009 12:52:53 +0000]
Remove an unused function: XS_Mouse_simple_accessor()
gfx [Thu, 26 Nov 2009 12:50:37 +0000]
Change class holders to simple readers
gfx [Thu, 26 Nov 2009 12:45:25 +0000]
A tiny tweak
gfx [Thu, 26 Nov 2009 12:45:17 +0000]
Add a comment
gfx [Thu, 26 Nov 2009 12:37:30 +0000]
Changelogging
gfx [Thu, 26 Nov 2009 12:31:31 +0000]
Add a constant, MOUSE_XS
gfx [Thu, 26 Nov 2009 12:25:08 +0000]
Remove method list without explanations
gfx [Thu, 26 Nov 2009 12:15:43 +0000]
Fix metaclass compatibility resolution
gfx [Sat, 21 Nov 2009 05:45:25 +0000]
Rename XS funcs which generate XSUBs
gfx [Sat, 21 Nov 2009 04:50:57 +0000]
Mouse test suite requires Moose 0.93
gfx [Wed, 18 Nov 2009 06:57:56 +0000]
Add pod coverage test, but it does not test yet
gfx [Wed, 18 Nov 2009 06:56:21 +0000]
Tidy
gfx [Wed, 18 Nov 2009 06:55:57 +0000]
Add pod to Mouse::TypeRegistry as a deprecated module
gfx [Wed, 18 Nov 2009 06:55:37 +0000]
Add public method list as TODO
gfx [Wed, 18 Nov 2009 06:53:32 +0000]
Fix _reconcile_with_superclass_meta
gfx [Wed, 18 Nov 2009 06:49:38 +0000]
Add pod to Mouse::Tiny
gfx [Wed, 18 Nov 2009 02:37:27 +0000]
Add metaclass compatibility stuff
gfx [Tue, 17 Nov 2009 09:24:39 +0000]
Fix many
gfx [Tue, 17 Nov 2009 08:27:22 +0000]
Fix compatibility tests
gfx [Tue, 17 Nov 2009 08:19:55 +0000]
Resolve two "failing" tests
gfx [Tue, 17 Nov 2009 08:15:21 +0000]
Resolve a "failing" test
gfx [Tue, 17 Nov 2009 08:14:34 +0000]
Remove a resolved test
gfx [Tue, 17 Nov 2009 08:12:42 +0000]
Resolve 013_metaclass_traits.t, but not completed
gfx [Tue, 17 Nov 2009 08:12:18 +0000]
TODO
gfx [Tue, 17 Nov 2009 08:11:54 +0000]
Start to support "use Mouse -traits => ..."
gfx [Tue, 17 Nov 2009 07:21:26 +0000]
Resolve 015_metarole.t
gfx [Tue, 17 Nov 2009 07:21:10 +0000]
Add Mouse::Util::MetaRole
gfx [Tue, 17 Nov 2009 07:01:52 +0000]
Import t/050_metaclass from Moose
gfx [Tue, 17 Nov 2009 06:42:40 +0000]
For Mouse::Util::MetaRole
gfx [Tue, 17 Nov 2009 06:09:40 +0000]
Now handles => qr/regex/ is supported
gfx [Tue, 17 Nov 2009 06:08:15 +0000]
Mouse::Object has meta() method
gfx [Tue, 17 Nov 2009 05:58:32 +0000]
Tidy
gfx [Tue, 17 Nov 2009 05:28:37 +0000]
Add tests for constructor_class/destructor_class as attributes
gfx [Tue, 17 Nov 2009 05:28:22 +0000]
Add tests for accessor robusity
gfx [Tue, 17 Nov 2009 05:14:27 +0000]
Remove a debugging method
gfx [Tue, 17 Nov 2009 05:00:48 +0000]
Add a benchmark script
gfx [Tue, 17 Nov 2009 03:24:03 +0000]
Add author's tools to MANIFEST.SKIP
gfx [Tue, 17 Nov 2009 03:18:20 +0000]
Move build tools to tool/
gfx [Tue, 17 Nov 2009 02:24:09 +0000]
Add threading tests
gfx [Tue, 17 Nov 2009 02:23:56 +0000]
Add MOUSE_mg_len(mg)
gfx [Tue, 17 Nov 2009 02:15:05 +0000]
Make some constants as class attributes
gfx [Tue, 17 Nov 2009 01:41:56 +0000]
Make mouse_accessor_get_self() "static inline"
gfx [Tue, 17 Nov 2009 01:25:12 +0000]
Make some functions static
gfx [Tue, 17 Nov 2009 01:24:16 +0000]
Define "inline" if not provided (mouse.h)
gfx [Mon, 16 Nov 2009 12:23:05 +0000]
Add a test for weakref stuff
gfx [Mon, 16 Nov 2009 12:17:43 +0000]
Fix default and weak stuff
gfx [Mon, 16 Nov 2009 11:20:53 +0000]
Checking in changes prior to tagging of version 0.40_06. Changelog diff is:
diff --git a/Changes b/Changes
index 84d9e90..2156189 100644
--- a/Changes
+++ b/Changes
@@ -1,11 +1,12 @@
Revision history for Mouse
0.40_06
- * Implement many in XS (gfx)
-
+ * Shipped with Module::Install::XSUtil 0.17 (gfx)
* Mouse::Object
- BUILDALL and DMELISHALL are no longer called by the default ctr/dtr,
- because generated ctrs/dtrs have never call them (gfx)
+ because generated ctrs/dtrs have never call them anyway (gfx)
+ - new and DESTROY are now in XS (gfx)
+
0.40_05 Mon Nov 2 11:59:01 2009
* Shipped with Module::Install::XSUtil 0.16 (gfx)
gfx [Mon, 16 Nov 2009 11:11:05 +0000]
Name subroutines in add_method()
gfx [Mon, 16 Nov 2009 11:10:47 +0000]
Remove "use Mouse::Meta::Method::Destructor"
gfx [Mon, 16 Nov 2009 11:10:18 +0000]
Print the status code in the profiling script
gfx [Mon, 16 Nov 2009 10:33:25 +0000]
DEMOLISH to XS
gfx [Mon, 16 Nov 2009 09:03:18 +0000]
Add mouse_initialize_metaclass()
gfx [Mon, 16 Nov 2009 09:02:52 +0000]
Mouse:::Meta::Method::Constructor is used only in pure perl mode
gfx [Mon, 16 Nov 2009 08:46:22 +0000]
Skip extending tests
gfx [Mon, 16 Nov 2009 08:46:00 +0000]
Move Mouse::Object::new to PurePerl.pm
gfx [Mon, 16 Nov 2009 08:35:22 +0000]
Revert "Change inline_constructor => 0"
This reverts commit
6423ed47a3392af0da9cd37ac8519583e51feb27.
gfx [Mon, 16 Nov 2009 08:35:07 +0000]
Add Mouse::Object::new in XS
gfx [Mon, 16 Nov 2009 08:30:00 +0000]
Fix BUILDARGS logic
gfx [Mon, 16 Nov 2009 08:29:29 +0000]
Fix a typo in the code