]> git.vpit.fr Git - perl/modules/Sub-Op.git/history - Op.xs
Store the configure object into the map
[perl/modules/Sub-Op.git] / Op.xs
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