Use BSET for write access to Lisp_Object members of struct buffer.
[bpt/emacs.git] / src / process.c
2012-08-13 Dmitry AntipovUse BSET for write access to Lisp_Object members of...
2012-08-11 Chong YidongMerge from emacs-24; up to 2012-05-02T11:38:01Z!lekktu...
2012-08-07 Dmitry AntipovDrop PGET and revert read access to Lisp_Objects slots...
2012-08-07 Chong YidongMerge from emacs-24; up to 2012-05-02T07:12:52Z!rgm...
2012-08-06 Dmitry AntipovSeparate read and write access to Lisp_Object slots...
2012-08-02 Paul EggertPort to Solaris 8.
2012-08-01 Dmitry AntipovUse INTERNAL_FIELD for processes.
2012-07-28 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T18:47...
2012-07-21 Chong YidongMerge from emacs-24 branch; up to 2012-05-01T10:20...
2012-07-20 Dmitry AntipovSimple wrapper for make_unibyte_string, adjust font_ope...
2012-07-17 Stefan MonnierMerge from emacs-24
2012-07-13 Glenn MorrisRemove macro MIN_PTY_KERNEL_VERSION, only used in one...
2012-07-12 Glenn MorrisRename init_process rather than working around it on...
2012-07-10 Paul EggertEMACS_TIME simplification (Bug#11875).
2012-07-10 Paul EggertSimplify by avoiding confusing use of strncpy etc.
2012-07-09 Paul Eggert* process.c (wait_reading_process_output): 'waitchannel...
2012-07-09 Dmitry AntipovUse make_formatted_string to avoid double length calcul...
2012-07-06 Paul Eggert* process.c: Avoid unnecessary calls to gettime.
2012-07-06 Chong YidongMerge from emacs-24; up to 2012-05-01T00:16:02Z!rgm...
2012-07-05 Paul EggertMore xmalloc and related cleanup.
2012-07-05 Dmitry AntipovCleanup xmalloc.
2012-07-03 Tom TromeyAuto-generate EXFUN using make-docfile
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Eli ZaretskiiAdapt the MS-DOS build to the latest changes.
2012-06-30 Andreas Schwab* lisp.h (CHECK_RANGED_INTEGER): Make value to check...
2012-06-29 Glenn MorrisMerge from emacs-24; up to 2012-04-30T11:57:47Z!sdl...
2012-06-28 Dmitry AntipovGeneralize run-time debugging checks.
2012-06-26 Dmitry Antipov* alloc.c (allocate_window): Zero out non-Lisp part...
2012-06-24 Paul Eggert* process.c: Fix spelling and caps in comments.
2012-06-24 Paul EggertSwitch from NO_RETURN to C11's _Noreturn.
2012-06-24 Paul EggertFix bug when time_t is unsigned and as wide as intmax_t.
2012-06-23 Eli ZaretskiiAvoid compiler warnings in comparing time_t.
2012-06-22 Paul EggertSupport higher-resolution time stamps.
2012-06-21 Glenn MorrisMerge from emacs-24; up to 2012-04-26T03:04:36Z!cyd...
2012-06-18 Paul EggertFix recently-introduced process.c problems found by...
2012-06-17 Troels NielsenEnsure correct ordering of process writes.
2012-06-17 Chong YidongMerge changes from emacs-24; up to 2012-04-26T02:03...
2012-06-16 Andreas Schwab* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
2012-06-15 Fabián Ezequiel... Merge from trunk
2012-06-10 Chong YidongMerge from emacs-24; up to 2012-04-25T15:23:19Z!sdl...
2012-05-31 Chong YidongMerge from emacs-24; up to 2012-04-24T21:47:24Z!michael...
2012-05-27 Glenn MorrisMerge from emacs-24; up to 2012-04-24T08:35:02Z!lekktu...
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-25 Paul EggertMerge from trunk.
2012-05-14 Chong YidongMerge from emacs-24; up to 2012-04-22T13:58:00Z!cyd...
2012-05-09 Glenn MorrisMerge from emacs-24; up to 2012-04-21T14:12:27Z!sdl...
2012-05-05 Chong YidongMerge from emacs-24; up to 2012-04-20T05:47:55Z!eliz...
2012-05-02 Glenn MorrisMerge from emacs-24; up to 2012-04-16T19:06:02Z!rgm...
2012-04-27 Chong YidongMerge changes from emacs-24 branch
2012-04-22 Paul Eggert* process.h (struct Lisp_Process): Members tick and...
2012-04-22 Paul EggertMerge from trunk.
2012-04-22 Paul EggertMerge from trunk.
2012-04-20 Chong YidongMerge from emacs-24 branch
2012-04-20 Chong YidongFixes for pty handling in gdb-mi.el and process.c.
2012-04-18 Paul EggertMerge from trunk.
2012-04-18 Paul EggertMerge from trunk.
2012-04-18 Glenn MorrisMore small doc and lispref edits related to processes
2012-04-18 Glenn MorrisMore process-related doc and manual small edits
2012-04-17 Paul EggertMerge from trunk.
2012-04-17 Paul EggertMerge from trunk.
2012-04-17 Glenn MorrisMerge from pending; try to fix-up suboptimal ses ChangeLog.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul EggertMerge from trunk.
2012-04-16 Paul EggertMerge from trunk.
2012-04-15 Paul EggertMerge from trunk.
2012-04-15 Chong YidongMerge from emacs-24 branch
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Paul EggertMerge from trunk.
2012-04-14 Glenn MorrisMerge from emacs-24, up to 2012-04-10T02:06:19Z!larsi...
2012-04-10 Paul EggertMerge from trunk.
2012-04-10 Chong YidongMerge 2012-04-09 GnuTLS fix from trunk
2012-04-09 Paul EggertMerge from trunk.
2012-04-09 Paul EggertMerge from trunk.
2012-04-09 Paul EggertMerge from trunk.
2012-04-09 Paul EggertMerge from trunk; add Bug#.
2012-04-09 Chong YidongRemove * characters from the front of variable docstrings.
2012-04-09 Ted ZlatanovLimit number of GnuTLS handshakes per connection.
2012-04-09 Paul Eggertconfigure: new option --enable-gcc-warnings
2012-03-25 Stefan MonnierMerge from trunk
2012-03-23 Troels Nielsen* src/process.c (wait_reading_process_output): Handle...
2012-03-02 Paul EggertMerge from trunk.
2012-02-25 Paul EggertMerge from trunk.
2012-02-10 Paul EggertMerge from trunk.
2012-02-09 Glenn MorrisMerge from emacs-23; up to 2010-06-29T18:17:31Z!cyd...
2012-01-21 Kenichi Handamerge trunk
2012-01-21 Andreas Schwab* process.c (read_process_output): Use p instead of...
2012-01-19 Glenn MorrisMerge from emacs-23; up to 2012-01-19T07:15:48Z!rgm...
2012-01-17 Paul EggertMerge from trunk.
2012-01-15 Paul EggertMerge from trunk.
2012-01-13 Eric M. LudlamFix EDE security flaw involving loading arbitrary Lisp...
2012-01-11 Glenn MorrisAdd 2012 to FSF copyright years for Emacs files (do...
2012-01-09 Paul EggertMerge from trunk.
2012-01-09 Chong YidongMerge changes from emacs-23 branch
2012-01-07 Paul EggertMerge from trunk.
next