summaryrefslogtreecommitdiffstats
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* packaging stuffJesse Luehrs2013-07-121-23/+9
|
* dzil stuffJesse Luehrs2012-07-101-0/+1
|
* doc and test updates from Package::StashJesse Luehrs2011-08-301-9/+2
|
* pod coverage, eol whitespace0.15Jesse Luehrs2010-11-161-1/+17
|
* update the CAVEATS sectionJesse Luehrs2010-11-151-2/+3
|
* convert the XS implementation to its own distJesse Luehrs2010-11-152-231/+88
|
* ignore the deprecated api for pod coverage0.14Jesse Luehrs2010-11-141-0/+12
|
* update author infoJesse Luehrs2010-11-141-2/+2
|
* document a couple caveatsJesse Luehrs2010-11-141-2/+8
|
* document get_all_symbolsJesse Luehrs2010-11-141-0/+7
|
* drop package_ from method namesJesse Luehrs2010-11-131-11/+56
|
* get_or_add_package_symbolJesse Luehrs2010-11-121-7/+0
|
* implement the rest of get_package_symbolJesse Luehrs2010-11-121-111/+0
|
* get_package_symbol, without the vivify bits yetJesse Luehrs2010-11-121-0/+8
|
* add_package_symbol (except the db bits, for now)Jesse Luehrs2010-11-121-48/+0
|
* has_package_symbolJesse Luehrs2010-11-121-33/+0
|
* remove_package_symbolJesse Luehrs2010-11-121-65/+0
|
* implement list_all_package_symbolsJesse Luehrs2010-11-121-33/+0
|
* convert remove_package_globJesse Luehrs2010-11-121-10/+0
|
* accessorsJesse Luehrs2010-11-121-12/+0
|
* start the conversion to xsJesse Luehrs2010-11-121-17/+13
|
* fix list_all_package_symbolsJesse Luehrs2010-11-121-4/+16
|
* preserve existing behavior here i guessJesse Luehrs2010-11-111-1/+10
|
* fix some edge casesJesse Luehrs2010-11-111-10/+5
|
* Revert "revert vivication changes for now again"Jesse Luehrs2010-10-311-13/+38
| | | | | | | | This reverts commit 67b1704808e62f27210fe992df9c45b232fe9d5b. Conflicts: Changes
* revert vivication changes for now again0.13Jesse Luehrs2010-10-311-38/+13
|
* actually, only do the weird special casing on broken perl versions0.10Jesse Luehrs2010-10-271-6/+12
|
* fix coderef vivificationJesse Luehrs2010-09-221-24/+32
|
* Revert "revert the vivication changes for now, i didn't mean to release them"Jesse Luehrs2010-09-181-12/+23
| | | | This reverts commit 44726d1abdc534e4ac6ddfc6d91d245c8dc0ebc7.
* revert the vivication changes for now, i didn't mean to release themJesse Luehrs2010-09-181-23/+12
|
* more complete handling of vivicationJesse Luehrs2010-08-271-2/+14
|
* make the ISA special-casing more saneJesse Luehrs2010-08-271-10/+9
|
* cache the ref to the stashJesse Luehrs2010-08-261-11/+13
|
* stop using my pod weaver template things hereJesse Luehrs2010-08-261-0/+43
|
* remove eol whitespaceJesse Luehrs2010-06-151-7/+7
|
* updated dzil stuffJesse Luehrs2010-06-151-65/+13
|
* add get_or_add_package_symbol, for the vivify behaviorJesse Luehrs2010-06-131-2/+29
|
* stop autovivifying on getJesse Luehrs2010-06-131-16/+1
|
* update docs for add_package_symbolJesse Luehrs2010-05-311-6/+10
|
* named args for add_package_symbolJesse Luehrs2010-05-311-6/+7
|
* Extend add_package_symbol to set %DB::sub if appropriate.Tim Bunce2010-05-301-4/+29
| | | | Helps NYTProf and debuggers.
* rename Stash::Manip -> Package::StashJesse Luehrs2010-05-141-12/+12
|
* work around a ppi bug that dzil triggersJesse Luehrs2010-05-121-1/+1
|
* what is this i don't evenJesse Luehrs2010-05-121-1/+7
|
* only pass initializers for array and hashJesse Luehrs2010-05-121-5/+10
|
* always save and restore scalars, since has_package_symbol isn't reliableJesse Luehrs2010-05-121-5/+5
| | | | | | it returns false even if a scalar has been declared but not initialized yet, which is inconsistent with how has_package_symbol works for all other types, but I think it's unavoidable
* error when trying to init a stash slot with a value of the wrong typeJesse Luehrs2010-05-111-0/+18
|
* more support for IO slotsJesse Luehrs2010-05-111-8/+11
|
* initialize the ARRAY and HASH slots on getJesse Luehrs2010-05-111-2/+6
| | | | | | otherwise you have to explicitly initialize a package global array or hash with some value if you want to get a reference to its contents, if it's empty on first access
* handle IO slotsJesse Luehrs2010-05-111-2/+14
|