aboutsummaryrefslogtreecommitdiffstats
path: root/src/xrdb.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-02-19Fix search for ~/.Xdefaults-HOSTNAME (again)Johan Bockgård1-1/+1
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-04-26Rename generic x_* identifiersAlexander Gramiak1-8/+9
2019-04-24Don't link libXft when using cairoYAMAMOTO Mitsuharu1-2/+2
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-11-13Act like POSIX sh if $HOME is relativePaul Eggert1-43/+11
2018-08-07More macro renamings for bignumTom Tromey1-3/+3
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-1/+1
2018-02-08Fix crashes when run with --no-build-detailsPaul Eggert1-8/+11
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-10-04Fix search for ~/.Xdefaults-HOSTNAMEJohan Bockgård1-2/+5
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-07Prefer xpalloc to doubling buffers by handPaul Eggert1-6/+2
2015-10-20Include-file cleanup for src directoryPaul Eggert1-5/+0
2015-07-31Port to pedantic memcpyPaul Eggert1-8/+9
2015-01-13Use bool for boolean in xmenu.c, xml.cPaul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-12-29system-name's returned value can varyPaul Eggert1-2/+3
2014-12-25Prefer stpcpy to strcatPaul Eggert1-24/+20
2014-07-30* xrdb.c (x_load_resources) [USE_MOTIF]: Although not strictlyDmitry Antipov1-0/+4
2014-07-29* xrdb.c (x_load_resources) [!USE_MOTIF]: Put horizontal scroll barDmitry Antipov1-0/+2
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-01Spelling and punctuation fixes.Paul Eggert1-1/+1
2013-11-13Prefer tail calls.Paul Eggert1-3/+1
2013-09-17* dispextern.h (check_x_display_info, x_get_string_resource):Dmitry Antipov1-4/+0
2013-08-10Omit some unnecessary casts.Paul Eggert1-5/+2
2013-08-09Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov1-10/+1
2013-07-09Handle errno and exit status a bit more carefully.Paul Eggert1-4/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+2
2012-11-13Use faccessat, not access, when checking file permissions.Paul Eggert1-62/+39
2012-10-19Undo faccessat change.Paul Eggert1-3/+5
2012-10-19Use faccessat, not access, when checking file permissions.Paul Eggert1-5/+3
2012-10-16* editfns.c (get_system_name): Remove.Dmitry Antipov1-8/+4
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+0
2012-07-05More xmalloc and related cleanup.Paul Eggert1-7/+5
2012-07-05Cleanup xmalloc.Dmitry Antipov1-4/+4
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-1/+1
2011-09-09Whitespace changes.Juanma Barranquero1-2/+2
2011-08-04Adjust in response to jan.h.d's comments.Paul Eggert1-4/+1
2011-07-28* xrdb.c: Integer and memory overflow issues.Paul Eggert1-10/+11
2011-07-10ProtoizeAndreas Schwab1-13/+10
2011-06-20* xrdb.c: Don't assume strlen fits in int; avoid some strlens.Paul Eggert1-33/+20
2011-04-18Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert1-2/+2
2011-04-15* xrdb.c (x_load_resources): Omit unused local.Paul Eggert1-1/+4