summaryrefslogtreecommitdiff
path: root/src/sysdep.c
Commit message (Expand)AuthorAgeFilesLines
* Speed up initialization by preferring /dev/urandom to GnuTLSDaniel Colascione2016-11-181-18/+26
* Modernize usage of 'macOS' in doc and commentsPaul Eggert2016-11-061-1/+1
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* ; Improve commentary in sysdep.cEli Zaretskii2016-01-231-0/+2
* 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
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* 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
* | * sysdep.c (LC_COLLATE, LC_COLLATE_MASK): Give individual defaults.Paul Eggert2014-08-271-1/+4
* | Improve robustness of new string-collation code.Paul Eggert2014-08-271-40/+89
* | * lisp.h (str_collate):Michael Albinus2014-08-271-2/+5
* | Fix some glitches in previous change.Dmitry Antipov2014-08-271-11/+19
* | * sysdep.c (init_sigsegv) [HAVE_STACK_OVERFLOW_HANDLING]: Add comment.Dmitry Antipov2014-08-261-0/+3
* | Handle C stack overflow caused by too nested Lisp evaluation.Dmitry Antipov2014-08-261-2/+71
* | Implement locale-sensitive string collation for MS-Windows. (Bug#18051)Eli Zaretskii2014-08-251-0/+12
* | Minor cleanups of str_collate fix.Paul Eggert2014-08-241-25/+30
* | Add string collation.Michael Albinus2014-08-241-0/+74
* | Use binary-io module, O_BINARY, and "b" flag.Paul Eggert2014-07-141-7/+12
* | Coalesce extern decls.Paul Eggert2014-07-111-3/+0
* | Implement echo suppression in non-interactive mode for MS-Windows.Eli Zaretskii2014-07-111-4/+33
* | * sysdep.c (suppress_echo_on_tty): New function.Michael Albinus2014-07-111-0/+15
* | Hide password in batch modeMichael Albinus2014-07-111-4/+4
* | Fix core dump after a dropped X connection.Paul Eggert2014-06-091-1/+3
* | Merge from emacs-24; up to 2014-06-01T23:37:59Z!eggert@cs.ucla.eduGlenn Morris2014-06-071-1/+1
|\ \ | |/
| * Fix infloop of -nw session at exit on MS-Windows under a debugger.Eli Zaretskii2014-06-041-1/+1
* | Port signal-handling to DragonFly BSD.Paul Eggert2014-06-011-0/+22