summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.c
AgeCommit message (Expand)Author
2026-05-23Avoid a memset in allocate_widget_instancePaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-06-03lwlib: pacify gcc -Wmissing-variable-declarationsPaul Eggert
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-05-06* lwlib/lwlib.c (lw_separator_p): Fix empty strings being separators.Po Lu
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-01-01Update copyright year to 2021Paul Eggert
2020-01-01Update copyright year to 2020Paul Eggert
2019-06-25Avoid some strlen work, primarily via strnlenPaul Eggert
2019-01-01Update copyright year to 2019Paul Eggert
2018-01-01Update copyright year to 2018Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-03-10Tweak X toolkit code to pacify modern GCCPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-09-30Limit <config.h>’s includesPaul Eggert
2016-07-01Avoid yet another possible NULL pointer dereference found by GCC 6.1.1Dmitry Antipov
2016-01-01Update copyright year to 2016Paul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-06-02Use common memory management functions for lwlib and refactor users.Dmitry Antipov
2014-05-30Use common string allocation and freeing functions where applicable.Dmitry Antipov
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-11-13Prefer tail calls.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-31Use URLs, not Boston addresses, in copyright notices.Paul Eggert
2012-08-16Use ASCII tests for character types.Paul Eggert
2012-07-06Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert
2012-06-25Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert
2012-06-25* configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-24Fix typos.Juanma Barranquero
2011-10-13Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.Dmitry Antipov
2011-04-16* lwlib.c (first_child) [USE_MOTIF]: Protoize.Paul Eggert
2011-04-15* lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".Paul Eggert
2011-02-09lwlib/ trivia.Glenn Morris
2011-01-31Use xmalloc instead of malloc.Jan D
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-09-26Use const for some pointer arguments.Dan Nicolaescu
2010-09-20Use const for constant arguments.Dan Nicolaescu
2010-07-08Change function definition from K&R to prototype. Fix prototype warnings.Jan D
2010-07-07Remove alternative K&R declarations.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-03Convert function definitions in lwlib files to standard C.Dan Nicolaescu
2010-07-02Remove __P and P_ from .c and .m files and definition of P_Jan D
2010-01-13Add 2010 to copyright years.Glenn Morris