]> git.neil.brown.name Git - edlib.git/history - core-attr.c
TODO: clean out done items.
[edlib.git] / core-attr.c
2023-07-23 NeilBrownAvoid using names with "__" prefix.
2021-07-03 NeilBrownUpdate copyright dates on lots of files.
2021-06-01 NeilBrownattr: fix a problem case with adding a large attr.
2021-05-29 NeilBrownEnhance pane_clone_children() to copy attributes.
2021-05-22 NeilBrowncore-:attr: use memcpy, not strcpy, to avoid warnings.
2021-05-06 NeilBrownattr: fix incorrect allocation
2020-09-26 NeilBrownUse 'bool' more widely.
2020-08-30 NeilBrownattr: fix attr_copy_tail()
2020-08-27 NeilBrownattr: allow removal of an attr from a text range
2020-08-22 NeilBrownSilence incorrect warning in core-attr.
2020-03-23 NeilBrownUpdate copyright dates.
2020-03-08 NeilBrownFix assorting indenting.
2020-02-21 NeilBrownMerge branch 'master' of home.neil.brown.name:GIT/edlib
2020-02-10 NeilBrownMark key, str and str2 as 'const'.
2019-10-31 NeilBrownWrap lots of long lines
2019-07-19 NeilBrownattr: silence a strncpy warning from gcc
2019-07-05 NeilBrownupdate dates in copyright messages.
2019-07-03 NeilBrowncore-attr: fix bug an attr_trim.
2017-02-22 NeilBrownattr: fix attr_copy_tail
2016-08-16 NeilBrownFix 'safe' annotation for function return value.
2016-08-04 NeilBrownCheck end pointer from strtoul is safe
2016-08-04 NeilBrownattr_find: fix another second-order-safe-pointer issue.
2016-08-04 NeilBrowngetcmptok: fix smatch warning
2016-08-04 NeilBrownAdd lots of 'safe' marking to be checked by smatch
2016-06-24 NeilBrowncore-attr: minor improvements for attr-set_int
2016-05-15 NeilBrownattr: add attr_get_next_key()
2016-05-14 NeilBrownRemove 'keynum' arg from attr_set_str()
2016-04-24 NeilBrowncore-attr core-pane: fix sparse warnings
2015-12-02 NeilBrownUse the © copyright character is copyright messages.
2015-11-21 NeilBrownFix a few bugs found by valgrind
2015-11-13 NeilBrownminimal highlight of incremental search result.
2015-11-10 NeilBrownFix silly typo in GPL statement.
2015-11-08 NeilBrownrenames and re-arranging.