aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Speed up initialization by preferring /dev/urandom to GnuTLSDaniel Colascione2016-10-291-18/+26
* Limit <config.h>’s includesPaul Eggert2016-09-301-0/+1
* Prefer now-standard int width macrosPaul Eggert2016-09-151-2/+2
* Fix GnuTLS includesPaul Eggert2016-08-031-1/+1
* Simplify by assuming GnuTLS 2.12.2 or laterPaul Eggert2016-08-031-1/+1
* Fix port to glibc 2.24 (pre-release) + ppc64Paul Eggert2016-07-201-0/+42
* emacs_strerror cleanupsPaul Eggert2016-06-111-4/+4
* Fix compiler warnings in the MinGW buildEli Zaretskii2016-05-211-5/+7
* Implement process-attributes for DarwinMagnus Henoch2016-04-241-0/+140
* Simplify use of O_BINARYPaul Eggert2016-04-141-2/+1
* New C macro AUTO_STRING_WITH_LENPaul Eggert2016-04-041-16/+14
* Port redirect-debugging-output to non-GNU/LinuxPaul Eggert2016-04-041-0/+29
* Merge from origin/emacs-25John Wiegley2016-03-111-2/+2
|\
| * Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* | Deterministic build improvementsPaul Eggert2016-03-021-4/+3
* | Remove build system name from deterministic dumpsPhilipp Stephani2016-03-021-0/+7
* | Pacify --enable-gcc-warnings when HYBRID_MALLOCPaul Eggert2016-01-301-15/+14
* | -Paul Eggert2016-01-301-0/+2
|\ \ | |/
| * ; Improve commentary in sysdep.cEli Zaretskii2016-01-231-0/+2
* | -John Wiegley2016-01-181-19/+47
|\ \ | |/
| * Unbreak the MS-Windows buildEli Zaretskii2016-01-181-1/+1
| * Initialize GnuTLS before calling gnutls_rndPaul Eggert2016-01-171-21/+33
| * Don't use GnuTLS before it is initializedAndreas Schwab2016-01-181-33/+21
| * Prefer GnuTLS when acquiring random seedPaul Eggert2016-01-171-42/+43
| * Make 'random' seeds cryptographically secure if possibleEli Zaretskii2016-01-151-2/+29
* | Merge from origin/emacs-25John Wiegley2016-01-111-1/+1
|\ \ | |/
| * Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* | Let users disable unsafe signal handling codeDaniel Colascione2016-01-041-0/+3
|/
* Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+1
* Assume GC_MARK_STACK == GC_MAKE_GCPROS_NOOPSPaul Eggert2015-08-261-19/+1
* Support recovery from C stack overflow on MS-WindowsEli Zaretskii2015-08-081-3/+3
* Fix hang with large yanks This should fix the bug fixed by MikePaul Eggert2015-07-171-8/+0
* Better heuristic for C stack overflowPaul Eggert2015-07-161-37/+56
* * src/sysdep.c (handle_sigsegv) [CYGWIN]: Increase STACK_DANGER_ZONEKen Brown2015-07-061-0/+7
* Work around x86 glibc backtrace bugPaul Eggert2015-03-051-0/+8
* Backtrace after malloc arena is corruptedPaul Eggert2015-02-241-1/+11
* Update copyright year to 2015Paul Eggert2015-01-011-1/+1
* Fix the MS-Windows build.Eli Zaretskii2014-12-291-0/+3
* Fix previous patch to match its commit messagePaul Eggert2014-12-291-106/+0
* system-name's returned value can varyPaul Eggert2014-12-291-11/+12
* Merge from emacs-24; up to 2014-07-08T06:24:07Z!eggert@cs.ucla.eduGlenn Morris2014-09-071-1/+1
|\
| * src/sysdep.c (emacs_full_write): Fix a typo in a comment.Eli Zaretskii2014-09-031-1/+1
* | * sysdep.c (str_collate): Clear errno just before wcscoll(_l).Paul Eggert2014-08-301-2/+2
* | Improve error checking and error messages in string-collation functions.Eli Zaretskii2014-08-301-3/+15
* | * sysdep.c (str_collate) [__STDC_ISO_10646__]: Move up setting errno.Michael Albinus2014-08-291-1/+3
* | * sysdep.c (str_collate): Do not look at errno after towlower_l.Paul Eggert2014-08-291-10/+2
* | Implement case-insensitive and Unicode-compliant collation on MS-Windows.Eli Zaretskii2014-08-291-1/+1
* | src/sysdep.c (str_collate) [WINDOWSNT]: Fix a typo in 2014-08-29T17:57:36Z!mi...Eli Zaretskii2014-08-291-1/+2
* | Add optional arguments LOCALE and IGNORE-CASE to collation functions.Michael Albinus2014-08-291-14/+66
* | Add support for HYBRID_MALLOC, allowing the use of gmalloc beforeKen Brown2014-08-281-3/+10