]> git.vpit.fr Git - perl/modules/Sub-Op.git/history - Op.xs
Update VPIT::TestHelpers to 15e8aee3
[perl/modules/Sub-Op.git] / Op.xs
2013-08-22 Vincent PitReplace check functions in a thread-safe way
2013-08-07 Vincent PitRemove lvalue uses of GvCV()
2010-04-23 Vincent PitFactor the string duplication logic into a new so_strndup
2010-04-23 Vincent PitRename the "check" member to "call"
2010-04-22 Vincent PitSplit the "custom op" part away
2010-04-22 Vincent PitAdd preliminary support for hooking reference constructors
2010-04-20 Vincent PitAdd support for prototypes
2010-04-20 Vincent PitWhen cloning a config, eallocate one char more for...
2010-04-20 Vincent PitTest if the name member is not NULL before cloning it
2010-04-19 Vincent PitStore the configure object into the map
2010-04-19 Vincent PitAdd a "flags" parameter to sub_op_register()
2010-04-19 Vincent PitAdd sub_op_init(), sub_op_dup() and sub_op_free() to...
2010-01-07 Vincent PitRename the "len" member of the sub_op_config_t struct...
2010-01-04 Vincent PitHandle existing constant subs
2010-01-04 Vincent PitRemove unused variables
2010-01-02 Vincent PitDon't downgrade the globs completely
2010-01-02 Vincent PitRename sub_op_keyword to sub_op_config_t
2010-01-02 Vincent PitReplace the "sub_op_" prefix by "so_" for private types...
2010-01-02 Vincent Pitlinklist() doesn't seem to do any good
2010-01-02 Vincent Pitnext_pkg and next_name are now obsolete
2010-01-02 Vincent PitStore the custom op name in a pointer table
2010-01-01 Vincent PitStop passing the package and the name from the magical...
2010-01-01 Vincent PitThe global context isn't needed before we check the...
2010-01-01 Vincent PitAdd support for the check hook and test multiple keywords
2010-01-01 Vincent PitInitial commit