aboutsummaryrefslogtreecommitdiffstats
path: root/src/tparam.c (unfollow)
Commit message (Expand)AuthorFilesLines
2026-01-01; Add 2026 to copyright years.Sean Whitton1-1/+1
2025-04-19; Delete superfluous comments explaining config.hStefan Kangas1-1/+0
2025-01-02Update copyright year to 2025Stefan Kangas1-1/+1
2025-01-01Update copyright year to 2025Paul Eggert1-1/+1
2024-01-02; Add 2024 to copyright yearsPo Lu1-1/+1
2023-12-03; Fix typosStefan Kangas1-1/+1
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert1-2/+1
2023-01-01; Add 2023 to copyright years.Eli Zaretskii1-1/+1
2022-01-01; Add 2022 to copyright years.Eli Zaretskii1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2021-01-01Update copyright year to 2021Paul Eggert1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2017-09-09Improve --enable-gcc-warnings for MinGW64Paul Eggert1-0/+7
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert1-2/+2
2015-04-19Use bool for boolean in textprop.c, undo.cPaul Eggert1-4/+4
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-25Prefer stpcpy to strcatPaul Eggert1-2/+2
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-2/+2
2013-12-03Use bool for boolean.Paul Eggert1-1/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-2/+2
2012-12-31Use URLs, not Boston addresses, in copyright notices.Paul Eggert1-3/+1
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert1-1/+1
2012-07-05Cleanup xmalloc.Dmitry Antipov1-1/+1
2012-05-21Assume C89 or later.Paul Eggert1-4/+0
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-13/+4
2011-07-28* tparam.c: Integer and memory overflow fixes.Paul Eggert1-8/+21
2011-07-10ProtoizeAndreas Schwab1-3/+2
2011-03-08* tparam.h: New file.Paul Eggert1-7/+9
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2010-07-07Clean up include guards.Dan Nicolaescu1-47/+0
2010-07-08Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmpAndreas Schwab1-6/+1
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu1-15/+4
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu1-0/+1
2009-01-08Revert copyright year changes for files that are not part of Emacs.Glenn Morris1-1/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-07-27Remove support for Mac Carbon.Dan Nicolaescu1-4/+0
2008-01-08Add 2008 to copyright years.Glenn Morris1-1/+1
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris1-2/+2
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+2
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2004-04-16Sync to HEADKenichi Handa1-3/+14
2003-12-24(tparam1): Add handling for `%pN', whichThien-Thi Nguyen1-3/+11