aboutsummaryrefslogtreecommitdiffstats
path: root/src/sysdep.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* | | Don't let SIGINT handling block SIGCHLD indefinitely.Paul Eggert2014-05-291-4/+1
* | | Merge from emacs-24; up to 2014-04-16T15:28:26Z!monnier@iro.umontreal.caPaul Eggert2014-04-161-0/+8
|\ \ \ | |/ /
| * | Fix the MSDOS build.Eli Zaretskii2014-04-161-0/+8
* | | Prefer 'ARRAYELTS (x)' to 'sizeof x / sizeof *x'.Paul Eggert2014-04-051-1/+1
* | | Rename EARRAYSIZE to ARRAYELTSDaniel Colascione2014-04-031-1/+1
* | | Clean up array size calculationsDaniel Colascione2014-04-031-1/+1
* | | src/*.c: Silence a few warnings about unused vars and functions.Juanma Barranquero2014-03-261-0/+2
* | | Handle sigmask better with nested signal handlers.Paul Eggert2014-03-251-10/+11
|/ /
* | Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* | getcwd and dflt_passwd stuff is done.Eli Zaretskii2013-10-261-0/+4
* | emacs_read and emacs_write now use void *, not char *.Paul Eggert2013-10-071-4/+4
* | A simpler, centralized INLINE.Paul Eggert2013-09-201-2/+0
* | Simplify SELECT_TYPE-related code.Paul Eggert2013-08-271-2/+2