]> git.vpit.fr Git - perl/modules/Lexical-Types.git/log
perl/modules/Lexical-Types.git
14 years agoThis is 0.08 v0.08
Vincent Pit [Sat, 4 Jul 2009 19:34:57 +0000 (21:34 +0200)]
This is 0.08

14 years agoStore the default method name in the thread local storage area
Vincent Pit [Sat, 4 Jul 2009 13:00:03 +0000 (15:00 +0200)]
Store the default method name in the thread local storage area

Because we actually write to it in threads (its refcount is incremented).

14 years agoIncrement the refcount after cloning
Vincent Pit [Sat, 4 Jul 2009 12:52:25 +0000 (14:52 +0200)]
Increment the refcount after cloning

14 years agoRequire Variable::Magic 0.35 in t/23-magic-uvar.t
Vincent Pit [Sat, 4 Jul 2009 11:52:05 +0000 (13:52 +0200)]
Require Variable::Magic 0.35 in t/23-magic-uvar.t

So that perl 5.9.5 isn't considered as having uvar magic anymore.

14 years agoCorrect the refcount of the source SVs that aren't actually stored
Vincent Pit [Sat, 4 Jul 2009 11:46:48 +0000 (13:46 +0200)]
Correct the refcount of the source SVs that aren't actually stored

14 years agoDecide to use shared op info according to MULTIPLICITY
Vincent Pit [Sat, 4 Jul 2009 10:46:04 +0000 (12:46 +0200)]
Decide to use shared op info according to MULTIPLICITY

And not LT_MULTIPLICITY, since it can be disabled at configure time.

14 years agoStop leaking the op specific info
Vincent Pit [Sat, 4 Jul 2009 10:39:19 +0000 (12:39 +0200)]
Stop leaking the op specific info

This needs extra care under multiplicity perls. We can't actually use a SV because there's no way to free it in the context of the interpreter it was allocated from : it may very well not exist anymore at this point.

14 years agoCorrect failing tests locations
Vincent Pit [Fri, 3 Jul 2009 20:58:22 +0000 (22:58 +0200)]
Correct failing tests locations

14 years agoFactor the cloning logic in a new lt_clone() function
Vincent Pit [Fri, 3 Jul 2009 19:55:25 +0000 (21:55 +0200)]
Factor the cloning logic in a new lt_clone() function

14 years agoStore the overriden pp_padsv into thread-local storage
Vincent Pit [Fri, 3 Jul 2009 17:57:17 +0000 (19:57 +0200)]
Store the overriden pp_padsv into thread-local storage

This should fix some threading-related issues where lexical types introduction weren't caught.

14 years agoThis is 0.07 v0.07
Vincent Pit [Wed, 1 Jul 2009 08:43:28 +0000 (10:43 +0200)]
This is 0.07

14 years agoPOD enhancements
Vincent Pit [Wed, 1 Jul 2009 08:15:12 +0000 (10:15 +0200)]
POD enhancements

14 years agoWork around the hints propagation in requires on perl <= 5.10.0
Vincent Pit [Tue, 30 Jun 2009 22:14:56 +0000 (00:14 +0200)]
Work around the hints propagation in requires on perl <= 5.10.0

14 years agoClean up map entries associated to uncatched OPs
Vincent Pit [Tue, 30 Jun 2009 20:38:57 +0000 (22:38 +0200)]
Clean up map entries associated to uncatched OPs

14 years agoRename 'id' to 'hint' for consistency
Vincent Pit [Sun, 24 May 2009 14:37:00 +0000 (16:37 +0200)]
Rename 'id' to 'hint' for consistency

14 years ago5.9.5 fix
Vincent Pit [Fri, 15 May 2009 22:41:07 +0000 (00:41 +0200)]
5.9.5 fix

14 years agoDisable thread safety for 5.8.x on Windows
Vincent Pit [Sat, 2 May 2009 15:05:35 +0000 (17:05 +0200)]
Disable thread safety for 5.8.x on Windows

14 years agoDon't let [ap]PTBL_? values propagate outside ptable.h
Vincent Pit [Fri, 1 May 2009 23:23:17 +0000 (01:23 +0200)]
Don't let [ap]PTBL_? values propagate outside ptable.h

As they can't be kept anyway if we include the file several times.

14 years agoThis is 0.06 v0.06
Vincent Pit [Fri, 1 May 2009 18:59:49 +0000 (20:59 +0200)]
This is 0.06

14 years agoEnhance thread safety
Vincent Pit [Fri, 1 May 2009 18:54:03 +0000 (20:54 +0200)]
Enhance thread safety

14 years agoThis is 0.05 v0.05
Vincent Pit [Tue, 28 Apr 2009 21:40:24 +0000 (23:40 +0200)]
This is 0.05

15 years agoSlashes are reserved and hence must be encoded in the search part of an URL
Vincent Pit [Wed, 22 Apr 2009 20:51:43 +0000 (22:51 +0200)]
Slashes are reserved and hence must be encoded in the search part of an URL

15 years agoPoint the repository to the gitweb instead of the bare repo
Vincent Pit [Thu, 16 Apr 2009 22:43:53 +0000 (00:43 +0200)]
Point the repository to the gitweb instead of the bare repo

15 years agoFix building with PERL_IMPLICIT_SYS
Vincent Pit [Fri, 27 Mar 2009 00:31:57 +0000 (01:31 +0100)]
Fix building with PERL_IMPLICIT_SYS

15 years agoTest dieing in callbacks
Vincent Pit [Tue, 17 Mar 2009 00:26:38 +0000 (01:26 +0100)]
Test dieing in callbacks

15 years agoRemove the type discussion from the CAVEATS. I really thought I did...
Vincent Pit [Sat, 7 Mar 2009 18:59:38 +0000 (19:59 +0100)]
Remove the type discussion from the CAVEATS. I really thought I did...

15 years agoThis is 0.04 v0.04
Vincent Pit [Sat, 7 Mar 2009 15:44:20 +0000 (16:44 +0100)]
This is 0.04

15 years agoNewx is no longer needed
Vincent Pit [Sat, 7 Mar 2009 15:37:40 +0000 (16:37 +0100)]
Newx is no longer needed

15 years agoAdd a disclaimer to ptable.h
Vincent Pit [Sat, 7 Mar 2009 12:34:13 +0000 (13:34 +0100)]
Add a disclaimer to ptable.h

15 years agoGive an example of integration with constants
Vincent Pit [Sat, 7 Mar 2009 12:20:38 +0000 (13:20 +0100)]
Give an example of integration with constants

15 years agoTalk about $_[0] in 'as' callbacks for constant types
Vincent Pit [Sat, 7 Mar 2009 12:19:51 +0000 (13:19 +0100)]
Talk about $_[0] in 'as' callbacks for constant types

15 years agoDocument the initializer method in its own section
Vincent Pit [Sat, 7 Mar 2009 12:10:15 +0000 (13:10 +0100)]
Document the initializer method in its own section

15 years agoRevamp the description so that the important discussion about what the type can be...
Vincent Pit [Sat, 7 Mar 2009 12:04:18 +0000 (13:04 +0100)]
Revamp the description so that the important discussion about what the type can be comes sooner

15 years agoOutput optional modules versions in tests
Vincent Pit [Sat, 7 Mar 2009 11:05:26 +0000 (12:05 +0100)]
Output optional modules versions in tests

15 years agoProtect the access to lt_op_map by a mutex
Vincent Pit [Sat, 7 Mar 2009 00:58:42 +0000 (01:58 +0100)]
Protect the access to lt_op_map by a mutex

15 years agoUse a pointer table allocated on shared memory
Vincent Pit [Sat, 7 Mar 2009 00:49:24 +0000 (01:49 +0100)]
Use a pointer table allocated on shared memory

15 years agoFix the refcount of orig_pkg when type_pkg defaults to it
Vincent Pit [Fri, 6 Mar 2009 23:53:47 +0000 (00:53 +0100)]
Fix the refcount of orig_pkg when type_pkg defaults to it

15 years agoMove __PACKAGE__ to a more proper place
Vincent Pit [Fri, 6 Mar 2009 22:32:34 +0000 (23:32 +0100)]
Move __PACKAGE__ to a more proper place

15 years agoTest hooking declarations inside the 'as' callback
Vincent Pit [Thu, 5 Mar 2009 23:11:53 +0000 (00:11 +0100)]
Test hooking declarations inside the 'as' callback

15 years agoThis is 0.03 v0.03
Vincent Pit [Thu, 5 Mar 2009 21:14:32 +0000 (22:14 +0100)]
This is 0.03

15 years agoTest magical tags
Vincent Pit [Thu, 5 Mar 2009 21:12:10 +0000 (22:12 +0100)]
Test magical tags

15 years agoRemove t/90-boilerplate.t
Vincent Pit [Thu, 5 Mar 2009 21:03:14 +0000 (22:03 +0100)]
Remove t/90-boilerplate.t

15 years agoA new synopsis
Vincent Pit [Thu, 5 Mar 2009 21:01:46 +0000 (22:01 +0100)]
A new synopsis

15 years agoReverse the logic for the "skipping declaration" example
Vincent Pit [Mon, 2 Mar 2009 14:16:17 +0000 (15:16 +0100)]
Reverse the logic for the "skipping declaration" example

15 years agoTest uvar magic
Vincent Pit [Sun, 1 Mar 2009 15:01:16 +0000 (16:01 +0100)]
Test uvar magic

15 years agoRemove the version dependency for Variable::Magic in t/22-magic.t
Vincent Pit [Sun, 1 Mar 2009 14:32:08 +0000 (15:32 +0100)]
Remove the version dependency for Variable::Magic in t/22-magic.t

15 years agos/module/pragma/
Vincent Pit [Thu, 26 Feb 2009 20:44:30 +0000 (21:44 +0100)]
s/module/pragma/

15 years agoRemove a trailing space
Vincent Pit [Thu, 26 Feb 2009 17:43:04 +0000 (18:43 +0100)]
Remove a trailing space

15 years agoMove the last tests of t/13-padsv.t to t/10-base.t
Vincent Pit [Thu, 26 Feb 2009 17:41:27 +0000 (18:41 +0100)]
Move the last tests of t/13-padsv.t to t/10-base.t

15 years agoPush the t/1* tests to make room for t/10-base.t
Vincent Pit [Thu, 26 Feb 2009 17:38:58 +0000 (18:38 +0100)]
Push the t/1* tests to make room for t/10-base.t

15 years agoTest and document constant as types
Vincent Pit [Thu, 26 Feb 2009 17:26:37 +0000 (18:26 +0100)]
Test and document constant as types

15 years agoTest "my Str ($x, $y)"
Vincent Pit [Thu, 26 Feb 2009 16:32:01 +0000 (17:32 +0100)]
Test "my Str ($x, $y)"

15 years agoRefine the PL_ppaddr[OP_PADSV] localization logic so that it is kinder to other modul...
Vincent Pit [Thu, 26 Feb 2009 08:55:13 +0000 (09:55 +0100)]
Refine the PL_ppaddr[OP_PADSV] localization logic so that it is kinder to other modules that replace it

15 years agoThis is 0.02 v0.02
Vincent Pit [Wed, 25 Feb 2009 16:08:27 +0000 (17:08 +0100)]
This is 0.02

15 years agoDon't decrement the refcount of the default method name when a declaration is skipped
Vincent Pit [Wed, 25 Feb 2009 15:55:54 +0000 (16:55 +0100)]
Don't decrement the refcount of the default method name when a declaration is skipped

15 years agot/12-padsv.t doesn't need File::Spec
Vincent Pit [Wed, 25 Feb 2009 12:45:16 +0000 (13:45 +0100)]
t/12-padsv.t doesn't need File::Spec

15 years agoTest for the base package name correctness in threads
Vincent Pit [Wed, 25 Feb 2009 10:40:45 +0000 (11:40 +0100)]
Test for the base package name correctness in threads

15 years agoMake the package and method names passed to callbacks readonly
Vincent Pit [Wed, 25 Feb 2009 10:33:50 +0000 (11:33 +0100)]
Make the package and method names passed to callbacks readonly

15 years agoImprove the readability of C<as>
Vincent Pit [Wed, 25 Feb 2009 09:29:48 +0000 (10:29 +0100)]
Improve the readability of C<as>

15 years agoSettle for 'Str' as the main package example in the doc
Vincent Pit [Wed, 25 Feb 2009 09:29:14 +0000 (10:29 +0100)]
Settle for 'Str' as the main package example in the doc

15 years agoAllow skipping declarations by returning an empty list from the mangler
Vincent Pit [Wed, 25 Feb 2009 09:27:01 +0000 (10:27 +0100)]
Allow skipping declarations by returning an empty list from the mangler

15 years agoThis is 0.01 v0.01
Vincent Pit [Tue, 24 Feb 2009 23:17:09 +0000 (00:17 +0100)]
This is 0.01

15 years agoInitial import
Vincent Pit [Tue, 24 Feb 2009 23:11:59 +0000 (00:11 +0100)]
Initial import