summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAge
* Update copyright year to 2015Paul Eggert2015-01-01
* src/sysdep.c (emacs_full_write): Fix a typo in a comment.Eli Zaretskii2014-09-03
* Fix infloop of -nw session at exit on MS-Windows under a debugger.Eli Zaretskii2014-06-04
* Fix the MSDOS build.Eli Zaretskii2014-04-16
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* getcwd and dflt_passwd stuff is done.Eli Zaretskii2013-10-26
* emacs_read and emacs_write now use void *, not char *.Paul Eggert2013-10-07
* A simpler, centralized INLINE.Paul Eggert2013-09-20
* Simplify SELECT_TYPE-related code.Paul Eggert2013-08-27
* Simplify EMACS_TIME-related code.Paul Eggert2013-08-27
* System-dependent integer overflow fixes.Paul Eggert2013-08-23
* Don't let very long directory names overrun the stack.Paul Eggert2013-08-23
* * process.c (flush_pending_output): Remove stub.Paul Eggert2013-08-22
* Use xstrdup and build_unibyte_string where applicable.Dmitry Antipov2013-08-09
* * sysdep.c (frame) [__FreeBSD__]: #define to freebsd_framePaul Eggert2013-07-22
* * sysdep.c [GNU_LINUX]: Fix fd and memory leaks and similar issues.Paul Eggert2013-07-18
* Be simpler and more consistent about reporting I/O errors.Paul Eggert2013-07-16
* Fix porting bug to older POSIXish platforms.Paul Eggert2013-07-16
* Minor EBADF fixes.Paul Eggert2013-07-12
* Fix races with threads and file descriptors.Paul Eggert2013-07-11
* * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes.Paul Eggert2013-07-10
* Port to C89.Paul Eggert2013-07-10
* Handle errno and exit status a bit more carefully.Paul Eggert2013-07-09
* Make file descriptors close-on-exec when possible.Paul Eggert2013-07-07
* Use emacs_open more consistently when opening files.Paul Eggert2013-07-05
* * src/sysdep.c (sys_siglist): Fix typo in previous commit.Paul Eggert2013-07-02
* Remove some unused macros from 'configure'.Paul Eggert2013-07-02
* Try to avoid malloc SEGVs on Cygwin.Paul Eggert2013-06-23
* Clean up SIGCHLD handling a bit.Paul Eggert2013-06-22
* Reorder conditions that are written backwardsAndreas Schwab2013-03-24
* File synchronization fixes.Paul Eggert2013-03-13
* * sysdep.c: Remove a use of BSD_SYSTEM, which I'm trying to phase out.Paul Eggert2013-03-12
* Merge from emacs-24; up to 2012-12-25T11:37:21Z!dmantipov@yandex.ruGlenn Morris2013-03-06
|\
| * Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-05
| * Fix a build failure on OpenBSD 4.x and MirBSD.Paul Eggert2013-03-05
* | Merge from emacs-24; up to 2012-12-24T15:56:17Z!eliz@gnu.orgGlenn Morris2013-03-04
|\|
| * Also port to MirBSD.Paul Eggert2013-03-04
| * Fix a build failure on OpenBSD 4.x.Paul Eggert2013-03-04
* | Minor getenv-related fixes.Paul Eggert2013-02-12
* | Use fdopendir, fstatat and readlinkat, for efficiency.Paul Eggert2013-01-31
* | Merge from emacs-24; up to 2012-12-10T20:27:33Z!eggert@cs.ucla.eduGlenn Morris2013-01-13
|\|
| * Fix SIGDANGER handlers, for AIX.Paul Eggert2013-01-10
* | emacsclient -t should not suspend Emacs serverPaul Eggert2013-01-10
* | Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.caPaul Eggert2013-01-02
|\|
| * Update copyright notices for 2013.Paul Eggert2013-01-01
| * Revert recent change for Bug#8855.Paul Eggert2012-11-24
| * Fix a race condition with glib (Bug#8855).Paul Eggert2012-11-23
* | * sysdep.c (emacs_abort): Bump backtrace size to 40.Paul Eggert2012-12-16
* | Assume POSIX 1003.1-1988 or later for signal.h.Paul Eggert2012-12-07
* | * sysdep.c (get_child_status): Abort on internal error (Bug#13086).Paul Eggert2012-12-07