[libparse-keyword-perl] annotated tag upstream/0.08 created (now 3bbe782)
Jonas Smedegaard
dr at jones.dk
Wed Feb 25 18:20:16 UTC 2015
This is an automated email from the git hooks/post-receive script.
js pushed a change to annotated tag upstream/0.08
in repository libparse-keyword-perl.
at 3bbe782 (tag)
tagging 4299b7d65b82f510a468123e9804e4621550486f (commit)
tagged by Jonas Smedegaard
on Wed Feb 25 12:49:41 2015 +0100
- Log -----------------------------------------------------------------
Upstream version 0.08
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1
iQJ8BAABCgBmBQJU7bbVXxSAAAAAAC4AKGlzc3Vlci1mcHJAbm90YXRpb25zLm9w
ZW5wZ3AuZmlmdGhob3JzZW1hbi5uZXQ5RkUzRTlDMzY2OTFBNjlGRjUzQ0M2ODQy
QzdDMzE0NkMxQTAwMTIxAAoJECx8MUbBoAEhyhUP/3kxhD6X+XDBd7IKCaXBUM6Q
4/2zjJIjBsIAFNXODFytdLqUatub8/2mLAqrDWrP+hJDpcrEgIOBa7Tc9dmYbJgK
Yui5BAH5iXtG9kqTYP91zq4SkaK/zqRvHWqENwMsWO9PSbTHIjEcuiq5YcXFAcmv
GQ6VisSqoXBhlprQ3Gq3U/302YvtvfJmeR5yC+8eFFuEImyUdGoLtpg7En6+naHf
TufEhMRq4ljB+x24A+7C0A6+cMw69YIxlPp1Q4OnlNjgUYhXB0uJin5eW9Se0qic
NYSp9hnJ0LZ2HI/MmEkHrLfsmv9zROZkKu6s0qtJZdq+/GbvUM7kAtaJbIh+i2Tl
JxySj8EKgVq0fAzZBLMb8Q1A5mtuZxxLOt1+6m8+8izUhKKGQXM/IgvHw8ZrSUmW
0U2FLexSBCJndcmS8iNKdGxvUZC1LKz7HSUFgiGqpkuoFS5DUfumYRkS12V3YqTH
AlhlTRHZloGqkN3t8696rTL3kcXzefu2uyj7kc7Aln2cRi78lHLd61QscBuiUZ5o
UWITunaAJpKKFbpBQdtiUT/+FaREFZbcbTUgV+TBPMBRcJf70LJPaWdWXWF1ge46
To50Kd0TLLoPsX6CGt3Qm4WRBZqXYrDsqNFfwBubjLgsyu3ahPt/xXyIV96sUPEr
UhLiQXwXUdZKwE9Q9YME
=tUUh
-----END PGP SIGNATURE-----
Jesse Luehrs (100):
initial commit
initial sketch of the framework
add stub Makefile.PL
allow parsing as expressions or statements
gitignore
start trying to implement some helper functions
add some (failing) tests
whoops, forgot this
this isn't going to work before 5.14
reset PL_curcop when we're about to start compiling again
test statement form
make this test trigger the segfault
actually, need to do this in all of these functions
parse this a bit more accurately
actually, it's not necessary here
improve the api a bit
formatting
rename this function
need to save PL_op too
make some macros for this
default these to 1
add a function to get the package of the currently compiling code
fix prereqs
stub out docs to make pod coverage pass
cv_clone wasn't public in 5.14
hmmm, doesn't look like PL_compiling is right here
add lex_stuff
add parse_arithexpr
add tests for Fun
reorder some stuff
pod coverage
unnecessary
this may be necessary, who knows
factor this out
add the rest of the parser functions
clean up test warnings
also expose these from Parse::Keyword
add some docs
fix up deps
apparently Test::Requires doesn't allow loading without importing
changelog
update this comment
use c89 comments here
don't think i need to do this
work around bugs in lex_next_chunk
note that this module is experimental
allow creating non-anonymous subs too
fix deps
apparently the lowercase version wasn't around in 5.14
note in the synopsis that keywords should be exported (fixes #1)
note that lexical subs don't work (fixes #2)
fix deps
fix compilation on threaded perls
add test for injecting scopes
changelog
changelog
don't return a coderef if there was a parse error
don't break scopes and such
note that Keyword::API is also similar
actually, throw an exception on parse errors
actually, don't throw an error
actually, this isn't necessary either
fix deps
changelog
changelog
pass the keyword name to parser functions
document passing in the keyword name
changelog
changelog
no reason to have these as macros now that this is its own function
fix skipping tests
changelog
changelog
this actually isn't necessary here (#3)
we shouldn't be shipping callparser1.h
add callparser_linkable to OBJECT in the Makefile.PL (#3)
also update the in-repo Makefile.PL (#3)
apparently if we set OBJECT, we need to include all objects (#3)
let's try this ordering (#3)
also clean callparser1.h
add some windows ignores
refactor this to make it easier to modify
make all of the objects use relative paths (#3)
run all of the tests in the stub Makefile.PL
changelog
changelog
fix formatting for newer Carp (#7)
note that this module is broken
test for broken closure behavior
changelog
fix prereqs
note deprecation in the abstract too
remove #!/usr/bin/env perl
update travis config
update dist.ini
Revert "remove #!/usr/bin/env perl"
changelog
stop podweaver from moving this to a less visible place
changelog
changelog
Jonas Smedegaard (1):
Imported Upstream version 0.08
-----------------------------------------------------------------------
No new revisions were added by this update.
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libparse-keyword-perl.git
More information about the Pkg-perl-cvs-commits
mailing list