rizin/librz/util/regex
Dean 59b38e6efa
Add /*<type>*/ comments everywhere (#2986)
Adds /*<type>*/ comments and a linter check from rz-bindgen to enforce
their existence and consistency

Also includes the following fixes made when adding the annotations:
* removed unused intern_table arguments in pyc_dis.c, pyc_dis.h, asm_pyc.c
* removed unused classes argument from place_nodes in agraph.c
* removed unused recurse and recurse_bb functions in canalysis.c
* removed unused vars field from RzPrint struct
* removed unused RzAnalysisType* structs from rz_analysis.h
* removed unused list field from RzEgg struct
* fixed bug in bp_plugin.c where duplication-checking logic iterates over the wrong list
* removed unused q_regs field from RzDebug struct
* removed unused backtrace field from RzDebugPlugin struct
* removed unused classes_list field from RzBinNXOObj struct
* removed unused methods_list and classes_list fields from RzBinZimgObj struct
2022-09-11 13:04:53 +08:00
..
cclass.h
cname.h
COPYRIGHT
engine.c Fixes for the regex engine (#2839) 2022-07-25 10:29:32 +08:00
re_format.7
README
regcomp.c Add /*<type>*/ comments everywhere (#2986) 2022-09-11 13:04:53 +08:00
regerror.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
regex.3
regex2.h Fixes for the regex engine (#2839) 2022-07-25 10:29:32 +08:00
regexec.c Fix annotation inconsistencies 2022-08-03 00:29:56 -04:00
test.c
utils.h

Based on the OpenBSD's regex implementation

Modified to be portable (now compiles on windows, linux and *bsd including darwin)

cvs -qd anoncvs@anoncvs.ca.openbsd.org:/cvs get -P src/lib/libc/regex