Merge from trunk.
[bpt/emacs.git] / src / sysdep.c
2011-07-11 Paul EggertMerge from trunk.
2011-07-10 Andreas SchwabProtoize
2011-07-09 Paul EggertMerge from trunk.
2011-07-08 Paul EggertMerge: Use pthread_sigmask, not sigprocmask (Bug#9010).
2011-07-08 Paul EggertMerge from trunk.
2011-07-08 Paul EggertMerge from trunk.
2011-07-07 Chong YidongMerge from emacs-23 branch
2011-07-07 Paul EggertAssume freestanding C89 headers, string.h, stdlib.h.
2011-07-06 Paul EggertMerge from trunk.
2011-07-06 Kenichi Handamerge trunk
2011-07-06 Paul EggertUse pthread_sigmask, not sigprocmask.
2011-07-06 Glenn MorrisMerge from emacs-23; up to 2010-06-16T23:27:20Z!jay...
2011-07-05 Paul Eggert[ChangeLog]
2011-07-05 Paul EggertRandom fixes. E.g., (random) never returned negative...
2011-06-25 Paul EggertMerge from trunk.
2011-06-25 Glenn MorrisMerge from emacs-23; up to 2010-06-15T03:34:12Z!rgm...
2011-06-25 Paul EggertUse gnulib's dup2 module instead of rolling our own.
2011-06-04 Glenn MorrisMerge from emacs-23; up to 2010-06-12T17:12:15Z!cyd...
2011-05-29 Glenn MorrisMerge from emacs-23; up to 2010-06-12T11:17:12Z!eliz...
2011-05-27 Glenn MorrisMerge from emacs-23; up to 2010-06-12T10:58:54Z!romain...
2011-05-25 Glenn MorrisMerge from emacs-23; up to 2010-06-12T08:59:37Z!albinus...
2011-05-24 Glenn MorrisMerge from emacs-23; up to 2010-06-11T21:26:13Z!lekktu...
2011-05-21 Glenn MorrisMerge from emacs-23; up to 2010-06-11T18:51:00Z!juri...
2011-05-17 Glenn MorrisMerge from emacs-23; up to 2010-06-11T14:39:54Z!cyd...
2011-05-12 Glenn MorrisMerge from emacs-23; up to 2010-06-10T12:56:11Z!michael...
2011-05-06 Paul EggertDo not assume EMACS_INT is the same width as a pointer.
2011-05-06 Paul EggertMerge from mainline.
2011-05-05 Paul EggertMerge from mainline.
2011-05-05 Glenn MorrisMerge from emacs-23; up to 2010-06-10T05:17:21Z!rgm...
2011-05-04 Paul EggertMerge from mainline.
2011-05-04 Paul EggertMerge from mainline.
2011-05-03 Paul EggertMerge from mainline.
2011-05-03 Paul EggertMerge: Fixes for Bug#8600 and Bug#8601.
2011-05-02 Juanma Barranquerosrc/sysdep.c (get_tty_size) [WINDOWSNT]: Implement.
2011-05-01 Andreas Schwab* src/sysdep.c (wait_for_termination_1): Make static.
2011-05-01 Lars Magne Ingebri... Extend `call-process' to take the `(:file "file")'...
2011-04-30 Paul EggertMerge from mainline.
2011-04-28 Paul EggertMerge from mainline.
2011-04-28 Paul EggertMerge from mainline.
2011-04-28 Paul Eggert* sysdep.c (get_random): Don't assume EMACS_INT is...
2011-04-26 Paul EggertMerge from mainline.
2011-04-26 Paul EggertMerge from mainline.
2011-04-23 Glenn MorrisMerge from emacs-23; up to 2010-06-09T17:54:28Z!albinus...
2011-04-20 Paul EggertMerge from mainline.
2011-04-20 Paul EggertMerge: Make the Lisp reader and string-to-float more...
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul EggertMerge from mainline.
2011-04-19 Paul EggertReplace pEd with more-general pI, and fix some printf...
2011-04-16 Paul EggertStatic checks with GCC 4.6.0 and non-default toolkits.
2011-04-16 Paul EggertMerge from mainline.
2011-04-16 Paul Eggert* sysdep.c (_FILE_OFFSET_BITS): Make this hack even...
2011-04-15 Paul Eggert* sysdep.c (emacs_read): Remove unnecessary check vs...
2011-04-15 Paul Eggertemacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 Paul Eggertemacs_write: Accept and return EMACS_INT for sizes.
2011-04-15 Paul EggertMerge from mainline.
2011-04-14 Paul EggertMerge from mainline.
2011-04-14 Paul Eggert* sysdep.c (croak): Now static, if
2011-04-14 Paul Eggert* sysdep.c: Make symbols static if they're not exported.
2011-04-14 Paul Eggert* sysdep.c (croak): Move decl from here to syssignal.h.
2011-04-13 Paul Eggert* sysdep.c (MAX_RW_COUNT): New macro, to work around...
2011-04-13 Eli ZaretskiiFix bug #8487 with invisible text at EOB under bidi.
2011-04-13 Paul Eggertemacs_write: Return size_t, not ssize_t, to avoid overf...
2011-04-12 Paul Eggert* sysdep.c (emacs_read, emacs_write): Check for negativ...
2011-04-11 Eli ZaretskiiFix bug #8468 with redisplay and scroll-margin > 0.
2011-04-10 Samuel ThibaultFix wait_for_termination on GNU Hurd (Bug#8467)
2011-04-10 Eli ZaretskiiFix write-region and its subroutines for buffers >...
2011-04-10 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-10 Paul EggertMerge from mainline.
2011-04-10 Paul EggertMerge from mainline.
2011-04-09 Paul EggertMerge from mainline.
2011-04-09 Glenn MorrisMerge from emacs-23; up to 2010-06-08T03:06:47Z!dann...
2011-04-08 Chong YidongMerge changes from emacs-23 branch
2011-04-07 Paul Eggerterror: Print 32- and 64-bit integers portably (Bug...
2011-04-06 Paul EggertFix more problems found by GCC 4.6.0's static checks.
2011-04-06 Paul EggertMerge from mainline.
2011-04-05 Paul EggertMerge from mainline.
2011-04-01 Paul EggertMerge from mainline.
2011-04-01 Paul EggertReplace two copies of readlink code with single gnulib...
2011-03-31 Eli ZaretskiiFix bug #6671 with recentering and other scrolling...
2011-03-31 Stefan MonnierMerge from trunk
2011-03-27 Paul EggertMerge from atest branch.
2011-03-27 Paul EggertMerge from mainline.
2011-03-27 Glenn MorrisRemove (RET)SIGTYPE; it is identical to void on all...
2011-03-23 Paul EggertFix more problems found by GCC 4.5.2's static checks.
2011-03-23 Paul EggertMerge from mainline.
2011-03-22 Paul EggertMerge from mainline.
2011-03-21 Stefan MonnierMerge from trunk
2011-03-21 Paul EggertMerge from trunk and from gnulib stdio.
2011-03-20 Paul EggertMerge: Use socklen_t, not int, for socket lengths.
2011-03-19 Chong YidongMerge changes from emacs-23 branch
2011-03-18 Paul EggertBetter fix for volatile issue.
2011-03-18 Paul Eggert* sysdep.c (sys_subshell): Use 'volatile' to avoid...
2011-03-17 Paul EggertMerge: Fix more problems found by GCC 4.5.2's static...
2011-03-17 Paul EggertMerge from mainline.
2011-03-14 Paul Eggert* sysdep.c (MAXPATHLEN): Define only if needed.
2011-03-14 Paul Eggert* sysdep.c (sys_subshell): Mark local as volatile if...
2011-03-14 Paul Eggert* sysdep.c: Fix pointer signedness issue.
2011-03-14 Paul Eggert* sysdep.c (system_process_attributes): Rename vars...
2011-03-14 Paul Eggert* sysdep.c (wait_for_termination_signal): Remove; unused.
2011-03-14 Paul Eggert* sysdep.c (reset_io): Now static.
next