summaryrefslogtreecommitdiff
path: root/src/xrdb.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Remove long-broken TESTRM interfacePo Lu2022-09-091-104/+0
* * src/xrdb.c (main) [TESTRM]: Replace gets with fgets.Stefan Kangas2022-09-081-2/+2
* Pacify GCC 12 in xrdb.cPaul Eggert2022-05-311-5/+1
* Fix GTK buildPo Lu2022-04-281-7/+4
* Stop overriding default Motif colors with our ownPo Lu2022-04-281-48/+4
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Merge from origin/emacs-27Glenn Morris2020-08-181-2/+2
|\
| * Fix bug with ~/Emacs file not being read at initRobert Pluim2020-08-161-2/+2
* | Fix search for ~/.Xdefaults-HOSTNAME (again)Johan Bockgård2020-02-191-1/+1
|/
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Rename generic x_* identifiersAlexander Gramiak2019-04-261-8/+9
* Don't link libXft when using cairoYAMAMOTO Mitsuharu2019-04-241-2/+2
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Act like POSIX sh if $HOME is relativePaul Eggert2018-11-131-43/+11
* | More macro renamings for bignumTom Tromey2018-08-071-3/+3
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-1/+1
|/
* Fix crashes when run with --no-build-detailsPaul Eggert2018-02-081-8/+11
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Fix search for ~/.Xdefaults-HOSTNAMEJohan Bockgård2017-10-041-2/+5
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Prefer xpalloc to doubling buffers by handPaul Eggert2015-11-071-6/+2
* Include-file cleanup for src directoryPaul Eggert2015-10-201-5/+0
* Port to pedantic memcpyPaul Eggert2015-07-311-8/+9
* Use bool for boolean in xmenu.c, xml.cPaul Eggert2015-01-131-1/+1
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* system-name's returned value can varyPaul Eggert2014-12-291-2/+3
* Prefer stpcpy to strcatPaul Eggert2014-12-251-24/+20
* * xrdb.c (x_load_resources) [USE_MOTIF]: Although not strictlyDmitry Antipov2014-07-301-0/+4
* * xrdb.c (x_load_resources) [!USE_MOTIF]: Put horizontal scroll barDmitry Antipov2014-07-291-0/+2
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Spelling and punctuation fixes.Paul Eggert2013-12-011-1/+1
* Prefer tail calls.Paul Eggert2013-11-131-3/+1
* * dispextern.h (check_x_display_info, x_get_string_resource):Dmitry Antipov2013-09-171-4/+0
* Omit some unnecessary casts.Paul Eggert2013-08-101-5/+2
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-091-10/+1
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-091-4/+1
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+2
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* | Use faccessat, not access, when checking file permissions.Paul Eggert2012-11-131-62/+39
|/
* * editfns.c (get_system_name): Remove.Dmitry Antipov2012-10-161-8/+4
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+0
* More xmalloc and related cleanup.Paul Eggert2012-07-051-7/+5
* Cleanup xmalloc.Dmitry Antipov2012-07-051-4/+4
* Merge from trunk.Paul Eggert2012-01-091-1/+1
|\