aboutsummaryrefslogtreecommitdiff
path: root/src/regex.c
AgeCommit message (Expand)Author
2024-05-20Fix size_t format specifiers on 32 bit systems (#6065)Tasos Sahanidis
2024-01-27clang-format: enable InsertBraces (#5882)Orestis Floros
2021-11-29Switch from pcre to pcre2 (#4684)Uli Schlachter
2017-08-28Fix memleak: free regex when parsing failsMichael Stapelberg
2016-10-23Ensure all *.[ch] files include config.hMichael Stapelberg
2016-09-26Unconditionally depend on libpcre >= 8.10 (#2472)Michael Stapelberg
2015-10-28Fix multiple memory leaks with regular expressions.Ingo Bürk
2015-08-03libi3: change scalloc() signature to match calloc()shdown
2015-04-20Update copyright notices and get rid of rangesDeiz
2012-08-12use I3__FILE__ for DLOG, leave __FILE__ as isMichael Stapelberg
2012-08-07explicitly set filenames to $(basename __FILE__)Michael Stapelberg
2012-07-22i3: Replace loglevels by a global debug loggingQuentin Glidic
2011-10-22normalize modelines/headers across src/*.cMichael Stapelberg
2011-09-30Check for PCRE version and disable PCRE_UCP for <= 8.10Michael Stapelberg
2011-09-11Bugfix: Correctly free old assignments when reloadingMichael Stapelberg
2011-09-11pcre: enable UCP, UTF-8 (if available), extend t/19-matchMichael Stapelberg
2011-09-10Implement support for PCRE regular expressions for all criteria (for_window, ...Michael Stapelberg