summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* can't call gv_init on a stash without a name (sigh, again)Jesse Luehrs2013-01-031-0/+3
|
* changelogJesse Luehrs2013-01-031-0/+2
|
* fix add_symbol with no valueJesse Luehrs2013-01-031-72/+102
|
* sync testsJesse Luehrs2013-01-036-22/+21
|
* Revert "apparently we're acting more like the pp version here now/:"Jesse Luehrs2013-01-032-2/+6
| | | | | | This reverts commit fb4f6d8a7deae9d951ac16c5882ff2146ab5f6f2. i don't see this behavior any more?
* add test for magic behaviorJesse Luehrs2013-01-031-0/+32
|
* ppport updatesJesse Luehrs2012-07-102-160/+349
|
* dzil stuffJesse Luehrs2012-07-102-6/+3
|
* actually, this isn't our fault, this is just generic 5.8 brokennessJesse Luehrs2011-12-121-12/+0
|
* work around glob brokenness on pre-5.14Jesse Luehrs2011-12-101-14/+27
|
* need these for older perl versionsJesse Luehrs2011-12-101-0/+8
|
* eh, stop doing this for nowJesse Luehrs2011-12-101-2/+1
|
* apply magic properly when initializing globsJesse Luehrs2011-12-101-0/+25
|
* refactor a bitJesse Luehrs2011-12-101-9/+11
|
* here's that test failureJesse Luehrs2011-12-101-4/+31
|
* disable bare anon stash tests for nowJesse Luehrs2011-12-102-0/+4
|
* don't call mro_method_changed_in on anon stashesJesse Luehrs2011-12-101-1/+2
|
* don't know how to do these in xs either yetJesse Luehrs2011-12-103-12/+4
|
* apparently we're acting more like the pp version here now/:Jesse Luehrs2011-12-092-6/+2
|
* use the right glob name hereJesse Luehrs2011-12-091-1/+4
|
* better expand_glob implementation, which (almost) fixes anon stashesJesse Luehrs2011-12-091-8/+24
|
* use gv_init here instead of gv_fetchsvJesse Luehrs2011-12-091-9/+21
|
* avoid compile warningJesse Luehrs2011-12-091-1/+1
|
* allow passing anonymous stashes to the constructorJesse Luehrs2011-11-291-13/+28
|
* sync test suiteJesse Luehrs2011-11-297-3/+950
|
* changelogJesse Luehrs2011-09-061-0/+2
|
* fix compilation on perl 5.8 (RT#70762)0.25Jesse Luehrs2011-09-062-1/+10
|
* changelogJesse Luehrs2011-09-051-0/+2
|
* stop using custom weaver.ini0.24Jesse Luehrs2011-09-051-28/+0
|
* changelogJesse Luehrs2011-09-051-0/+2
|
* don't allow invalid package namesJesse Luehrs2011-09-051-0/+30
|
* use the same error message as the pp versionJesse Luehrs2011-09-051-1/+1
|
* don't allow variable names that contain ::Jesse Luehrs2011-09-052-0/+8
|
* gitignoreJesse Luehrs2011-09-051-1/+2
|
* sync testsJesse Luehrs2011-09-052-0/+48
|
* remove test numbers on leak testsJesse Luehrs2011-08-302-0/+0
|
* update leak testsJesse Luehrs2011-08-302-12/+28
|
* doc and test updates from Package::StashJesse Luehrs2011-08-303-13/+6
|
* changelogJesse Luehrs2011-08-081-0/+2
|
* changelog0.23Jesse Luehrs2011-08-081-1/+2
|
* and VSTRING was only 5.10+Jesse Luehrs2011-08-081-1/+1
|
* before 5.12, regexps were PVMGJesse Luehrs2011-08-081-1/+1
|
* copy tests overJesse Luehrs2011-08-054-34/+86
|
* don't allow assigning globs as scalarsJesse Luehrs2011-08-051-1/+5
|
* macro-izeJesse Luehrs2011-08-051-7/+29
|
* Remove an unused variableFlorian Ragwitz2011-08-051-1/+0
|
* remove test numberingJesse Luehrs2011-08-058-0/+0
|
* changelogJesse Luehrs2011-08-051-0/+1
|
* use a non-broken test for scalar values (t0m, rafl)Jesse Luehrs2011-08-052-5/+9
|
* Make helper functions staticFlorian Ragwitz2011-05-021-10/+10
| | | | | Avoid pollution namespaces and others abusing this C API we accidentally exposed.