summaryrefslogtreecommitdiff
path: root/lib-src/emacsclient.c
Commit message (Expand)AuthorAgeFilesLines
* Port --enable-gcc-warnings to GCC 8Paul Eggert2018-04-281-11/+14
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Add support for arguments in emacsclient's ALTERNATE_EDITOR (Bug #25082)Reuben Thomas2017-08-301-18/+66
* Revert "Add support for arguments in ALTERNATE_EDITOR to emacsclient"Reuben Thomas2017-08-071-55/+18
* Add support for arguments in ALTERNATE_EDITOR to emacsclientReuben Thomas2017-08-071-18/+55
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-1/+2
* Free cwd when no longer neededPaul Eggert2017-05-311-3/+2
* Fix memory leak of cwd string in emacsclient (Bug#26628)Anders Waldenborg2017-05-311-0/+2
* Support remote editing in emacsclient via TrampEli Zaretskii2017-05-191-2/+18
* New option -u / --suppress-output to emacsclientPeder O. Klingenberg2017-02-251-11/+26
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* | Port emacsclient to FreeBSD 11 etc.Paul Eggert2016-11-081-0/+1
* | Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* | Fix compiler thinking tmpdir may be unitialised in emacsclientMichal Nazarewicz2016-09-121-4/+2
* | Fix compilation warning in the MinGW buildEli Zaretskii2016-07-221-1/+0
* | Omit IF_LINT code that no longer seems neededPaul Eggert2016-05-301-1/+1
* | Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-9/+23
|/
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Use straight quotes in lib-src diagnosticsPaul Eggert2015-08-271-2/+2
* Don't abort emacsclientw when -a was specifiedEvgeny Fraimovitch2015-08-021-0/+10
* Change defgeneric so it doesn't completely redefine the functionStefan Monnier2015-05-211-4/+4
* Support daemon mode on MS-Windows (bug#19688)Mark Laws2015-02-271-10/+71
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Prefer stpcpy to strcatPaul Eggert2014-12-251-19/+16
* Omit redundant extern decls.Paul Eggert2014-06-171-4/+0
* Handle systems without WCONTINUED consistently.Paul Eggert2014-05-031-4/+0
* lib-src/emacsclient.c (main): #ifdef out previous change on Windows.Juanma Barranquero2014-03-101-0/+2
* Fix emacsclient terminal corruption when in background.Paul Eggert2014-03-091-3/+13
* Fix emacsclient's handling of SIGCONT.Paul Eggert2014-02-251-3/+3
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean, focusing on headers.Paul Eggert2013-12-141-50/+42
* Port to C89.Paul Eggert2013-07-101-3/+8
* File synchronization fixes.Paul Eggert2013-03-131-2/+4
* Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-021-1/+1
|\
| * Update copyright notices for 2013.Paul Eggert2013-01-011-1/+1
* | Assume POSIX 1003.1-1988 or later for unistd.h.Paul Eggert2012-11-211-21/+2
* | * emacsclient.c (handle_sigcont, handle_sigtstp): Use raise (sig)Paul Eggert2012-11-201-2/+2
|/
* Detect window-system from display nameDaniel Colascione2012-09-171-2/+2
* Add alt_display to emacsclient for w32, nsDaniel Colascione2012-09-171-49/+78
* Fix emacsclient to work with cygw32Daniel Colascione2012-09-171-34/+37
* Rely on <unistd.h> to declare 'environ',Paul Eggert2012-08-191-5/+0
* Move IF_LINT from lisp.h to conf_post.hGlenn Morris2012-08-101-7/+0
* Move DIRECTORY_SEP from lisp.h to config.hGlenn Morris2012-08-091-16/+2
* Assume strerror.Paul Eggert2012-07-101-21/+0
* lib-src/emacsclient.c (w32_execvp): Declare execvp to silence the compiler.Juanma Barranquero2012-07-091-0/+1
* lib-src/emacsclient.c: Adapt comments to GNU coding standards.Juanma Barranquero2012-07-091-35/+23
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-4/+3