summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* Fix misuses of NULL when talking about the NUL characterStefan Monnier2019-03-211-3/+3
* Use ‘const’ to clarify GC markingPaul Eggert2019-03-191-2/+2
* Prefer static to extern where either will doPaul Eggert2019-01-311-2/+2
* Add portable dumperDaniel Colascione2019-01-151-6/+9
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Fix WINDOWSNT/DOS_NT buildEli Zaretskii2018-12-031-1/+1
* | Use tcdrain, not fdatasync, to drain ttysPaul Eggert2018-12-021-4/+4
* | Fix dumping on GNU/Linux ppc64lePaul Eggert2018-11-111-26/+47
* | Coalesce duplicate make_lisp_timeval etc.Paul Eggert2018-10-061-24/+16
* | Move timestamp-related stuff to timefns.cPaul Eggert2018-10-061-33/+54
* | Simplify get_up_time on GNU/LinuxPaul Eggert2018-09-151-6/+5
* | Adjust to TIMESPEC_HZ renamingPaul Eggert2018-09-101-9/+8
* | Improve bignum support for system typesPaul Eggert2018-08-271-55/+47
* | Pacify gcc -Og -WuninitializedPaul Eggert2018-08-121-1/+1
* | More macro renamings for bignumTom Tromey2018-08-071-9/+9
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-20/+20
* | unbind_to performance tuningPaul Eggert2018-06-291-2/+1
* | Revert overenthusiastic procfs fixupPaul Eggert2018-03-121-5/+1
* | Fix string-to-number C-level mishandlingPaul Eggert2018-03-091-1/+5
* | Port recent MAX_RW_COUNT checks to POSIXPaul Eggert2018-02-201-10/+19
* | Add assertion to guard 'read' calls on MS-WindowsEli Zaretskii2018-02-201-0/+8
* | Merge from origin/emacs-26Paul Eggert2018-01-011-1/+1
|\ \ | |/
| * Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* | Make main_thread_id privatePaul Eggert2017-12-241-1/+1
|/
* maint: shorten https://lists.gnu.org/archive/html/... linksPaul Eggert2017-11-251-2/+2
* Fix the MSDOS build.Eli Zaretskii2017-10-181-1/+2
* Fix PWD check on DOS_NTPaul Eggert2017-10-091-1/+1
* Fix unlikely overflows with wd lengthPaul Eggert2017-10-091-18/+39
* Improve test for unreachable dirsPaul Eggert2017-10-071-13/+26
* Fix bug with unmounted directory on GNU/LinuxPaul Eggert2017-10-051-1/+12
* Prefer HTTPS to HTTP for gnu.orgPaul Eggert2017-10-011-2/+2
* Port renameat_noreplace to openSUSE 12.3Paul Eggert2017-09-141-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Implement renameat_noreplace on recent CygwinKen Brown2017-09-101-0/+6
* Fix file-attributes race on GNU hostsPaul Eggert2017-08-251-1/+1
* Merge from Gnulib; use ‘open’ for O_CLOEXECPaul Eggert2017-08-161-9/+1
* Improve rename-file behavior on macOSPaul Eggert2017-08-141-2/+4
* Implement renameat_noreplace for MS-WindowsEli Zaretskii2017-08-141-0/+4
* Port recent rename changes to Ubuntu 14.04Paul Eggert2017-08-041-1/+1
* When renaming a file, ask only if EEXIST or ENOSYSPaul Eggert2017-08-021-0/+20
* Improve stack-overflow heuristic on GNU/LinuxPaul Eggert2017-07-141-1/+1
* Use unlocked stdio more systematicallyPaul Eggert2017-06-221-9/+6
* Attempt to work around macOS vfork bugPaul Eggert2017-05-191-11/+14
* Clean up some compiler warningsPhilipp Stephani2017-05-181-5/+0
* Fix quitting bug when buffers are frozenPaul Eggert2017-02-011-5/+5
* Revamp quitting and fix infloopsPaul Eggert2017-02-011-45/+84
* Replace QUIT with maybe_quitPaul Eggert2017-01-251-5/+5
* Merge from origin/emacs-25Paul Eggert2017-01-011-1/+1
|\
| * Update copyright year to 2017Paul Eggert2016-12-311-1/+1