summaryrefslogtreecommitdiffstats
path: root/XS.xs
Commit message (Collapse)AuthorAgeFilesLines
* this is no longer usedJesse Luehrs2014-07-041-18/+0
|
* quiet compiler warning (jacquesg, fixes #2)Jesse Luehrs2014-07-041-1/+1
|
* clean up magic a bunch moreJesse Luehrs2013-07-151-32/+46
|
* remove outdated commentJesse Luehrs2013-07-151-3/+0
|
* make sure to do all fetches with the proper contextJesse Luehrs2013-07-151-4/+4
| | | | | | | | If we're fetching a glob for the purposes of writing to it, it shouldn't trigger read magic. The way to suppress that in calls to hv_fetch_ent is to pass a true value as the 'lval' parameter, which we were already doing elsewhere, just not in _expand_glob. get_all_symbols is only used for reading purposes, so it should unconditionally trigger read magic.
* better error message hereJesse Luehrs2013-07-151-1/+2
|
* fix the ::ISA::CACHE:: thing here tooJesse Luehrs2013-01-041-0/+19
|
* typoJesse Luehrs2013-01-041-2/+2
|
* more error checkingJesse Luehrs2013-01-041-0/+12
|
* make it explicit that anon stash support requires 5.10Jesse Luehrs2013-01-031-0/+5
|
* also, hv_name_set didn't used to existJesse Luehrs2013-01-031-0/+5
|
* HvENAME didn't exist before 5.12Jesse Luehrs2013-01-031-1/+5
|
* can't call gv_init on a stash without a name (sigh, again)Jesse Luehrs2013-01-031-0/+3
|
* fix add_symbol with no valueJesse Luehrs2013-01-031-72/+102
|
* ppport updatesJesse Luehrs2012-07-101-6/+0
|
* 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
|
* don't call mro_method_changed_in on anon stashesJesse Luehrs2011-12-101-1/+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
|
* fix compilation on perl 5.8 (RT#70762)0.25Jesse Luehrs2011-09-061-1/+9
|
* 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-051-0/+7
|
* 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
|
* use a non-broken test for scalar values (t0m, rafl)Jesse Luehrs2011-08-051-5/+3
|
* Make helper functions staticFlorian Ragwitz2011-05-021-10/+10
| | | | | Avoid pollution namespaces and others abusing this C API we accidentally exposed.
* disable caching of the namespace on 5.8Jesse Luehrs2011-03-041-1/+7
|
* make the namespace cache lazy and weak, in case the stash is deletedJesse Luehrs2011-03-041-10/+18
|
* xs forward compatJesse Luehrs2011-01-251-1/+5
|
* fix another edge case with initial valuesJesse Luehrs2011-01-051-0/+4
|
* use correct scalar test (reported by Roland van Ipenburg)0.18Jesse Luehrs2011-01-051-5/+1
|
* we want the values here, not the keysJesse Luehrs2010-11-161-3/+2
|
* better error messageJesse Luehrs2010-11-161-1/+1
|
* convert the XS implementation to its own distJesse Luehrs2010-11-151-0/+743