Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Split out study magic from pos magic. | Nicholas Clark | 2011-07-01 | 1 | -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.pl | Nicholas Clark | 2011-06-11 | 1 | -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 Clark | 2011-06-11 | 1 | -0/+53 |