]> git.neil.brown.name Git - edlib.git/history - core-misc.c
Remove doc->self link.
[edlib.git] / core-misc.c
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-22 NeilBrownDon't impose time limits when run under a debugger
2023-06-28 NeilBrownMark various 'static' values as 'const'.
2023-05-26 NeilBrowncore: make it easy to disable timing when running under...
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-09-21 NeilBrownutf8: don't signal EOF on error
2021-08-11 NeilBrowntimers: handle stop without start.
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 NeilBrownutf8: add doc:content handling
2021-04-09 NeilBrownenhance get_str_callback
2021-03-23 NeilBrownmisc: avoid array bounds error in time_stop_key
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-10-31 NeilBrownConvert lots of white-space to TABs
2019-07-20 NeilBrownstats: ensure stats aren't dumped when not enabled.
2019-07-19 NeilBrownFix assorted sparse warnings.
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-04 NeilBrownmisc: use safe_cast when assigning to buf.b
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2016-04-24 NeilBrownuse {} for null initializer rather than {0}
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.