summaryrefslogtreecommitdiff
path: root/src/tparam.c
AgeCommit message (Expand)Author
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-12-09Merge from origin/emacs-29Eli Zaretskii
2023-12-03; Fix typosStefan Kangas
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
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-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-09-09Improve --enable-gcc-warnings for MinGW64Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-04-19Use bool for boolean in textprop.c, undo.cPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-25Prefer stpcpy to strcatPaul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-03Use bool for boolean.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-12-31Use URLs, not Boston addresses, in copyright notices.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert
2012-07-05Cleanup xmalloc.Dmitry Antipov
2012-05-21Assume C89 or later.Paul Eggert
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert
2011-07-28* tparam.c: Integer and memory overflow fixes.Paul Eggert
2011-07-10ProtoizeAndreas Schwab
2011-03-08* tparam.h: New file.Paul Eggert
2011-01-15Nuke arch-tags.Glenn Morris
2010-07-07Clean up include guards.Dan Nicolaescu
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-01-08Revert copyright year changes for files that are not part of Emacs.Glenn Morris
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-07-27Remove support for Mac Carbon.Dan Nicolaescu
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2003-12-24(tparam1): Add handling for `%pN', whichThien-Thi Nguyen
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-04-26Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog,Andrew Choi
2002-03-03[!emacs]: Move #define of bcopy to after string.h.Richard M. Stallman
2000-12-08(tparam1): Change the way buffers are reallocated to beGerd Moellmann