summaryrefslogtreecommitdiff
path: root/lwlib/lwlib.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* * lwlib/lwlib.c (lw_separator_p): Fix empty strings being separators.Po Lu2022-05-06
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Avoid some strlen work, primarily via strnlenPaul Eggert2019-06-25
* Update copyright year to 2019Paul Eggert2019-01-01
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Tweak X toolkit code to pacify modern GCCPaul Eggert2017-03-10
* Merge from origin/emacs-25Paul Eggert2017-01-01
|\
| * Update copyright year to 2017Paul Eggert2016-12-31
* | Limit <config.h>’s includesPaul Eggert2016-09-30
* | Avoid yet another possible NULL pointer dereference found by GCC 6.1.1Dmitry Antipov2016-07-01
|/
* Update copyright year to 2016Paul Eggert2016-01-01
* Update copyright year to 2015Paul Eggert2015-01-01
* Use common memory management functions for lwlib and refactor users.Dmitry Antipov2014-06-02
* Use common string allocation and freeing functions where applicable.Dmitry Antipov2014-05-30
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Prefer tail calls.Paul Eggert2013-11-13
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Use URLs, not Boston addresses, in copyright notices.Paul Eggert2012-12-31
* Use ASCII tests for character types.Paul Eggert2012-08-16
* Use c_strcasecmp for ASCII case-insensitive comparison.Paul Eggert2012-07-06
* Clean out last vestiges of the old HAVE_CONFIG_H stuff.Paul Eggert2012-06-25
* * configure.in (AC_CHECK_FUNCS): Detect library functionsDmitry Antipov2012-06-25
* Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* Fix typos.Juanma Barranquero2011-11-24
* Use xfree, not free, to avoid crash with --enable-checking=xmallocoverrun.Dmitry Antipov2011-10-13
* * lwlib.c (first_child) [USE_MOTIF]: Protoize.Paul Eggert2011-04-16
* * lwlib.c (EXPLAIN, destroy_one_instance): Avoid "else;".Paul Eggert2011-04-15
* lwlib/ trivia.Glenn Morris2011-02-09
* Use xmalloc instead of malloc.Jan D2011-01-31
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Use const for some pointer arguments.Dan Nicolaescu2010-09-26
* | Use const for constant arguments.Dan Nicolaescu2010-09-20
* | Change function definition from K&R to prototype. Fix prototype warnings.Jan D2010-07-08
* | Remove alternative K&R declarations.Dan Nicolaescu2010-07-07
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab2010-07-08
* | Convert function definitions in lwlib files to standard C.Dan Nicolaescu2010-07-03
* | Remove __P and P_ from .c and .m files and definition of P_Jan D2010-07-02
|/
* Add 2010 to copyright years.Glenn Morris2010-01-13
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-19
* Add 2009 to copyright years.Glenn Morris2009-01-08
* * unexnext.c:Dan Nicolaescu2008-06-26
* remove useless if-before-free testsJim Meyering2008-06-02
* Merge from emacs--rel--22Miles Bader2008-01-08
|\