Signed-off-by: Chris 'BinGOs' Williams <chris@bingosnet.co.uk>
-commit 086d291379a28ceb3cd7cc6416747be8c426476b
+commit 086d291379a28ceb3cd7cc6416747be8c426476b # NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Mon Jun 14 09:44:49 2010 +0200
Plus a test that would fail if it did.
-commit f4adce6b773b2b6071e0d1627f4dce6ec0c3caa7
+commit f4adce6b773b2b6071e0d1627f4dce6ec0c3caa7 # NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Sun Jun 13 16:25:53 2010 +0200
code (the non-overloaded paths through the ops) will be smaller, and hence more
likely to stay in the CPU cache.
-commit 74f0b5509afd269c59f1396fde551295bbeec7d5
+commit 74f0b5509afd269c59f1396fde551295bbeec7d5 # NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Sun Jun 13 15:02:14 2010 +0200
Convert the gimme argument to a flags argument, and add a flag bit to signal
that mortalization is not required. Only "BINMODE" needs this.
-commit 0240605ecd7a040cc6058409c65a3ebc6b7d489b
+commit 0240605ecd7a040cc6058409c65a3ebc6b7d489b # NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Sun Jun 13 12:38:16 2010 +0200
This allows "GETC" to use it.
-commit bc0c81caab3813b2d61b70f94e5075bbf3a3ef69
+commit bc0c81caab3813b2d61b70f94e5075bbf3a3ef69 # NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Sun Jun 13 12:12:43 2010 +0200
This enables "BINMODE", "EOF" and "SYSSEEK" to use it.
-commit ebc1fde647268c1d49a6096baf6ca8a708363f5b
+commit ebc1fde647268c1d49a6096baf6ca8a708363f5b # NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Sun Jun 13 10:34:56 2010 +0200
Merge simple tied handle method calls into S_tied_handle_method().
-commit c33ef3ac654cbe35caea1d36f34c68f0e4a134ba
+commit c33ef3ac654cbe35caea1d36f34c68f0e4a134ba # NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Sat Jun 12 22:29:03 2010 +0200
Previously the code was using XPUSH* in many cases, often to push back values
recently popped off the stack.
-commit 2addaaf3b439e1adb64bd833a257ff963c73f45a
+commit 2addaaf3b439e1adb64bd833a257ff963c73f45a # NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Sat Jun 12 20:51:19 2010 +0200
path. Also, use PUSH() rather than XPUSH() where we know that the stack is large
enough. Changes to pp_close, pp_binmode, pp_enterwrite, pp_readlink and pp_alarm.
-commit 2116934e2bf4f3c1445ea039e29ff377c3de2648
+commit 2116934e2bf4f3c1445ea039e29ff377c3de2648 # NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Sun Jun 13 08:50:00 2010 +0100
Commit 32e653230c7ccc7f added this second argument, but didn't verify that the
stack always had sufficient space for it.
-commit b0c1862166fbc7bf02b768bf81c9e1e77b5220a8
+commit b0c1862166fbc7bf02b768bf81c9e1e77b5220a8 # NODOC
Author: David Golden <dagolden@cpan.org>
Date: Wed Jun 9 14:53:15 2010 -0400
remove trailing spaces in perlvar.pod
-commit 9bf2270250326fb85445d6849ed84a94434dd12c
+commit 9bf2270250326fb85445d6849ed84a94434dd12c # NODOC
Author: Ævar Arnfjörð Bjarmason <avar@cpan.org>
Date: Thu May 13 22:02:25 2010 +0000
ack-ing t/. Turns out that this was documented in perlport. Link to
the relevant section to make it easy to find.
-commit b5f55170e8ef2a91497f68ff0af6ff6cded9f433
+commit b5f55170e8ef2a91497f68ff0af6ff6cded9f433 NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Sat Jun 12 21:13:14 2010 +0100
POP from the stack, but an unconditional PUSH to the stack, but no check that
the stack had space for the PUSH. This bug has been present since perl 5.000.
-commit ac3697cd90b00fae88e4f19931af920bc552e2b8
+commit ac3697cd90b00fae88e4f19931af920bc552e2b8 NODOC
Author: Nicholas Clark <nick@ccl4.org>
Date: Sat Jun 12 20:43:37 2010 +0100