summaryrefslogtreecommitdiff
path: root/mg_names.c
Commit message (Collapse)AuthorAgeFilesLines
* Expunge study magicFather Chrysostomos2012-05-291-1/+0
| | | | I’m running out of synonyms for ‘remove’.
* Annihilate ‘A’ magicFather Chrysostomos2012-05-211-2/+0
| | | | | | | | | How ironic! Overloading is called ‘A’ magic internally all over the place, because of the letter used as its magic type. But now it does not even use that magic. I left a comment in mg_vtable.pl, so that future maintainers will have some clue as to what AMAGIC means.
* Split out study magic from pos magic.Nicholas Clark2011-07-011-0/+1
| | | | | | study uses magic to call SvSCREAM_off() if the scalar is modified. Allocate it its own magic type ('G' for now - pos magic is 'g'). Share the same "set" routine and vtable as regexp/bm/fm (setregxp and vtbl_regexp).
* Sort magic and magic vtable names in files generated by mg_vtable.plNicholas Clark2011-06-111-9/+9
| | | | | Magic is sorted case insensitively, with upper case before lower case. vtable names are all lowercase letters.
* Generate magic_names in dump.c using mg_vtable.pl.Nicholas Clark2011-06-111-0/+53