summaryrefslogtreecommitdiff
path: root/src/xsmfns.c
AgeCommit message (Expand)Author
2026-05-23New function memory_full_upPaul Eggert
2026-01-01; Add 2026 to copyright years.Sean Whitton
2025-01-01Update copyright year to 2025Paul Eggert
2024-01-02Merge from savannah/emacs-29Po Lu
2024-01-02; Add 2024 to copyright yearsPo Lu
2023-05-17Prefer C23 ckd_* to Gnulib *_WRAPV macrosPaul Eggert
2023-01-01; Add 2023 to copyright years.Eli Zaretskii
2022-09-19Remove calls to intern with a static string from code that runs on XPo Lu
2022-04-17Add a new command `restart-emacs'Lars Ingebrigtsen
2022-01-01; Add 2022 to copyright years.Eli Zaretskii
2021-05-13Process sentinels need to work under X and commandlinedickmao
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-10-07* src/xsmfns.c (x_session_initialize): Fix memory leak.Paul Eggert
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert
2017-01-01Merge from origin/emacs-25Paul Eggert
2016-12-31Update copyright year to 2017Paul Eggert
2016-11-19Merge from origin/emacs-25Paul Eggert
2016-11-05Prefer comments /* like this */ in C codePaul Eggert
2016-04-11Merge from origin/emacs-25Paul Eggert
2016-04-08* src/xsmfns.c (syms_of_xsmfns): Remove stray "s in doc strings.Paul Eggert
2016-03-11Merge from origin/emacs-25John Wiegley
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-30Pacify --enable-gcc-warnings when HYBRID_MALLOCPaul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-08Use INT_ADD_WRAPV etc. to check integer overflowPaul Eggert
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-06-13* src/xsmfns.c (x_session_initialize): Avoid libSM crashGlenn Morris
2015-03-28Don't send bad SM messages.Jan D
2015-03-27Avoid some core dumps in X session managementPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-12-25Use bool for boolean in xsmfns.cPaul Eggert
2014-12-25Prefer stpcpy to strcatPaul Eggert
2014-09-23Fix some slow uses and misuses of strcat.Paul Eggert
2014-09-23* lisp.h (lispstpcpy): Rename from lispstrcpy, and act like stpcpy.Paul Eggert
2014-09-23Use known length of a Lisp string to copy it faster.Dmitry Antipov
2014-09-04* xsmfns.c: Initialize ice_fd.Jan Djärv
2014-04-05Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-08-10Omit some unnecessary casts.Paul Eggert
2013-03-13Static checking by Sun C 5.12.Paul Eggert
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-10-10Clean out old termopts cruft.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-08-27* composite.c, data.c, dbusbind.c, dired.c: Use bool for booleans.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-11-14Spelling fixes.Paul Eggert
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert