]> git.ipfire.org Git - thirdparty/util-linux.git/history - libsmartcols/src/filter-expr.c
libsmartcols: prefer float in filter expression
[thirdparty/util-linux.git] / libsmartcols / src / filter-expr.c
2023-11-20  Karel Zaklibsmartcols: prefer float in filter expression
2023-11-20  Karel Zaklibsmartcols: Export internally used types to API
2023-11-20  Karel Zaklibsmartcols: (filter) add regular expression operators
2023-11-20  Karel Zaklibsmartcols: (filter) move struct filter_param
2023-11-20  Karel Zaklibsmartcols: (filter) move struct filter_expr
2023-11-20  Karel Zaklibsmartcols: (filter) add ability to cast data
2023-11-20  Karel Zaklibsmartcols: (filter) cleanup function arguments
2023-11-20  Karel Zaklibsmartcols: (filter) implement data basic operators
2023-11-20  Karel Zaklibsmartcols: (filter) cleanup data types
2023-11-20  Karel Zaklibsmartcols: (filter) implement logical operators
2023-11-20  Karel Zaklibsmartcols: (filter) split code