]> git.neil.brown.name Git - edlib.git/history - misc.h
tests: use a fixed personal dictionary
[edlib.git] / misc.h
2023-08-20 NeilBrowndisplay-ncurses: Improve attr parsing
2023-08-08 NeilBrownminor unalloc improvements.
2023-07-23 NeilBrownAvoid using names with "__" prefix.
2023-07-22 NeilBrownChange times_up() to use pane_too_long() on root.
2023-07-12 NeilBrownSupport inline pane data.
2023-07-12 NeilBrownInclude some include files where there are needed in...
2023-06-28 NeilBrownlib-renderline: expect control chars instead of <>...
2023-06-28 NeilBrownIntroduce strstarts()
2023-04-24 NeilBrownAbort more quickly when time is up.
2023-02-06 NeilBrownUpdate some copyright dates.
2023-01-30 NeilBrownx11-xcb - always check for invalid utf-8
2022-09-05 NeilBrownAdd timer to avoid looping bugs
2021-08-11 NeilBrownrexel: introduce rxl_prefix()
2021-08-11 NeilBrownAdd TIME_MISC timer
2021-06-30 NeilBrownRemove extra blank lines.
2021-06-18 NeilBrownmisc: utf8_strlen and utf8_strnlen can accept const...
2021-06-03 NeilBrownemacs: in find-file, highlight missing parts of path.
2021-05-06 NeilBrownsplit text_round_len() out as utf8_round_len()
2021-04-22 NeilBrownmisc: add utf8_strlen()
2021-04-14 NeilBrownUpdate some copyright date
2021-04-09 NeilBrownqprint: add doc:content support
2021-04-09 NeilBrownenhance get_str_callback
2020-08-08 NeilBrownrexel: change how ignoring-case is implemented.
2020-08-01 NeilBrownmisc: make sure buf_final() never returns NULL.
2020-03-29 NeilBrownStop using wcrtomb()
2020-03-29 NeilBrownStop using mbrtowc()
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-04 NeilBrownAdd panes and data attached to them to a new mempool
2020-03-02 NeilBrownIntroduce memory usage tracking.
2020-02-21 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-10 NeilBrownMark key, str and str2 as 'const'.
2019-11-17 NeilBrownUpdate copyright dates.
2019-07-19 NeilBrownFix assorted smatch warnings.
2019-07-19 NeilBrowndump stats when editor exits.
2019-07-19 NeilBrownAdd stats for the bloom filter.
2019-07-19 NeilBrownadd stats for time that each key takes to be handled.
2019-07-19 NeilBrownAdd time statistics collection.
2019-07-05 NeilBrownupdate dates in copyright messages.
2016-08-16 NeilBrownFix 'safe' annotation for function return value.
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2015-12-02 NeilBrownrender-format: allow '<' characters in format fields.
2015-12-02 NeilBrownUse the © copyright character is copyright messages.
2015-11-18 NeilBrownAdd 'misc' core code: text accumulation buffer.