p5sagit/Function-Parameters.git
2012-06-24 Lukas Mai Merge branch 'master' into pure-ops pure-ops
2012-06-24 Lukas Mai undo 7f057ce7550c1d562b25a579ae8deaf34db73685
2012-06-24 Lukas Mai wibble 'sv_eq_pvn'
2012-06-24 Lukas Mai remove unused 'saw_colon'
2012-06-24 Lukas Mai use STMT_START/_END instead of do/while(0)
2012-06-24 Lukas Mai fix broken 5.14 code
2012-06-24 Lukas Mai compile on 5.14 (but it's still broken)
2012-06-24 Lukas Mai compile on threaded perls
2012-06-24 Lukas Mai rewrite to generate actual ops, not source code
2012-06-24 Lukas Mai ignore Parameters.s
2012-06-24 Lukas Mai autorebuild Makefile from Makefile.PL
2012-06-22 Lukas Mai use STMT_START/_END instead of do/while(0)
2012-06-22 Lukas Mai new IF_HAVE_PERL_5_16 convenience macro
2012-06-21 Lukas Mai remove unused variable
2012-06-21 Lukas Mai error messages for proto/attr more similar to perl...
2012-06-21 Lukas Mai turns out there's a SVf format for 'SV's
2012-06-20 Lukas Mai can't strstr but at least use strchr
2012-06-20 Lukas Mai detect sigils without strchr()
2012-06-20 Lukas Mai delete vestigial constant
2012-06-19 Lukas Mai version bump v0.06
2012-06-19 Lukas Mai specify '=encoding' in POD just in case
2012-06-19 Lukas Mai add Parameters.{c,i,o,bs} to MANIFEST.SKIP
2012-06-19 Lukas Mai add new files to MANIFEST
2012-06-19 Lukas Mai Merge branch 'method-attr' into classmethod
2012-06-19 Lukas Mai add new files to MANIFEST
2012-06-19 Lukas Mai Merge branch 'keyword-rewrite-magic' into method-attr
2012-06-19 Lukas Mai Merge branch 'keyword-rewrite' into keyword-rewrite...
2012-06-19 Lukas Mai add new files to MANIFEST
2012-06-19 Lukas Mai test 'classmethod'
2012-06-19 Lukas Mai Merge branch 'method-attr' into classmethod
2012-06-19 Lukas Mai test 'attrs' / ':method'
2012-06-19 Lukas Mai Merge branch 'keyword-rewrite-magic' into method-attr
2012-06-19 Lukas Mai Merge branch 'keyword-rewrite' into keyword-rewrite...
2012-06-19 Lukas Mai minor edits
2012-06-19 Lukas Mai add .gitignore
2012-06-19 Lukas Mai test lexicalpragmatude
2012-06-19 Lukas Mai test syntactic properties of generated code
2012-06-19 Lukas Mai wibble
2012-06-18 Lukas Mai detect invalid keyword properties
2012-06-18 Lukas Mai fix semibroken tests
2012-06-18 Lukas Mai implement 'classmethod' keyword type
2012-06-18 Lukas Mai make 'method' default to attrs => ":method"
2012-06-18 Lukas Mai add 'attrs' for default attributes
2012-06-18 Lukas Mai document planned 'attrs' feature
2012-06-18 Lukas Mai version bump v0.05_03
2012-06-18 Lukas Mai do magic ourselves, not depend on B::Hooks::EndOfScope
2012-06-17 Lukas Mai track MANIFEST.SKIP
2012-06-17 Lukas Mai edit documentation
2012-06-17 Lukas Mai version bump v0.05_02
2012-06-17 Lukas Mai make things compile on threaded and/or 5.14 perls
2012-06-17 Lukas Mai fix broken test v0.05_01
2012-06-17 Lukas Mai whoops, fix compilation
2012-06-17 Lukas Mai untodo line number tests
2012-06-17 Lukas Mai document changes
2012-06-17 Lukas Mai rewrite in XS
2012-06-16 Lukas Mai update Makefile.PL for expected rewrite
2011-08-10 Lukas Mai detect nonsensical parameter lists
2011-08-10 Lukas Mai test detection of nonsensical parameter lists
2011-08-09 Lukas Mai add new tests to MANIFEST
2011-08-09 Lukas Mai Merge branch 'lineno'
2011-08-09 Lukas Mai document changes
2011-08-09 Lukas Mai amend tests to match implementation
2011-08-09 Lukas Mai implement extended import types
2011-08-09 Lukas Mai preliminary tests for new import syntax
2011-08-06 Lukas Mai test generated line numbers
2011-08-02 Lukas Mai update Changes v0.05
2011-08-02 Lukas Mai update manifest
2011-08-02 Lukas Mai test compilation failures harder
2011-08-02 Lukas Mai more better tests
2011-08-02 Lukas Mai rewrite F:P, hopefully making it more robust and preser...
2010-03-03 Lukas Mai bump version to 0.04 v0.04
2010-03-03 Lukas Mai update Changes
2010-03-03 Lukas Mai add new tests to MANIFEST
2010-03-02 Lukas Mai basic test for import_into
2010-03-02 Lukas Mai add import_into
2010-02-28 Lukas Mai add tests for stricter import list checks
2010-02-28 Lukas Mai check import list; default to 'fun'; documentation
2010-02-28 Florian Ragwitz Allow the name of the keyword to be changed.
2010-02-28 Florian Ragwitz Add tests for renaming the fun keyword.
2010-02-28 Lukas Mai initial import