summaryrefslogtreecommitdiff
path: root/src/xrdb.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-1/+1
|/
* Whitespace changes.Juanma Barranquero2011-09-091-2/+2
* Adjust in response to jan.h.d's comments.Paul Eggert2011-08-041-4/+1
* * xrdb.c: Integer and memory overflow issues.Paul Eggert2011-07-281-10/+11
* ProtoizeAndreas Schwab2011-07-101-13/+10
* * xrdb.c: Don't assume strlen fits in int; avoid some strlens.Paul Eggert2011-06-201-33/+20
* Replace pEd with more-general pI, and fix some printf arg casts.Paul Eggert2011-04-181-2/+2
* * xrdb.c (x_load_resources): Omit unused local.Paul Eggert2011-04-151-1/+4
* * xrdb.c (x_load_resources) [!USE_MOTIF]: Omit unused local.Paul Eggert2011-04-151-2/+1
* * xrdb.c (x_customization_string, x_rm_string): Now static.Paul Eggert2011-04-131-2/+2
* Move editfns decls to lisp.h to check interfaces.Paul Eggert2011-03-151-2/+0
* * xrdb.c: Include "xterm.h", to check x_load_resources's interface.Paul Eggert2011-03-091-2/+6
* [ChangeLog]Paul Eggert2011-02-211-5/+0
* Use *font for Xft font names for Lucid menus and dialogs.Jan Djärv2011-02-141-2/+4
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\ \ | |/
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-3/+0
|/ /
* | Remove unused declarationsAndreas Schwab2010-12-271-4/+6
* | Fix compilation with Motif (Bug#7263).Jan D2010-10-221-0/+5