]>
git.vpit.fr Git - perl/modules/indirect.git/log
summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Vincent Pit [Sat, 30 Aug 2008 18:53:30 +0000 (20:53 +0200)]
Test method call inside method call
Vincent Pit [Sat, 30 Aug 2008 18:08:34 +0000 (20:08 +0200)]
Call the previous check function earlier when possible
Vincent Pit [Sat, 30 Aug 2008 18:04:22 +0000 (20:04 +0200)]
Remove all the kid op tags from the map when we're done with an entersub
Vincent Pit [Sat, 30 Aug 2008 17:34:11 +0000 (19:34 +0200)]
No longer fork to test. IPC::Cmd is no longer required
Vincent Pit [Thu, 28 Aug 2008 14:28:15 +0000 (16:28 +0200)]
Better logic for finding oo and om in ck_entersub
Vincent Pit [Tue, 12 Aug 2008 15:22:50 +0000 (17:22 +0200)]
This is 0.03
Vincent Pit [Tue, 12 Aug 2008 15:15:28 +0000 (17:15 +0200)]
Add undef guards to $stderr in tests
Vincent Pit [Tue, 12 Aug 2008 15:10:01 +0000 (17:10 +0200)]
Add PERL5OPT to the flags passed to the forked perls
Vincent Pit [Mon, 11 Aug 2008 19:16:26 +0000 (21:16 +0200)]
Actually exit when the child didn't succeed
Vincent Pit [Mon, 11 Aug 2008 15:54:56 +0000 (17:54 +0200)]
This is 0.02
Vincent Pit [Mon, 11 Aug 2008 15:45:45 +0000 (17:45 +0200)]
Make the hint a IV
Vincent Pit [Mon, 11 Aug 2008 15:41:46 +0000 (17:41 +0200)]
Force UOK flag onto op->src values
Vincent Pit [Mon, 11 Aug 2008 15:38:50 +0000 (17:38 +0200)]
Remove the possibly miscompiled syntax ((hints == 2) ? croak : warn)(msg)
Vincent Pit [Mon, 11 Aug 2008 14:46:14 +0000 (16:46 +0200)]
Skip when we couldn't capture buffers
Vincent Pit [Mon, 11 Aug 2008 13:59:11 +0000 (15:59 +0200)]
Prefer SvPV_*_const functions
Vincent Pit [Mon, 11 Aug 2008 13:56:07 +0000 (15:56 +0200)]
Commenting
Vincent Pit [Mon, 11 Aug 2008 13:52:24 +0000 (15:52 +0200)]
Consting
Vincent Pit [Mon, 11 Aug 2008 12:28:13 +0000 (14:28 +0200)]
Show more information when we couldn't run the tests data files
Vincent Pit [Mon, 11 Aug 2008 09:36:26 +0000 (11:36 +0200)]
In ck_entersub, only try to recover the method name if it's actually a method
Vincent Pit [Mon, 11 Aug 2008 08:26:30 +0000 (10:26 +0200)]
Just test the order. This should be enough with our implementation
Vincent Pit [Sun, 10 Aug 2008 22:01:00 +0000 (00:01 +0200)]
Importing indirect-0.01.tar.gz