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