aboutsummaryrefslogtreecommitdiffstats
path: root/src/process.h
Commit message (Expand)AuthorAgeFilesLines
* * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQStefan Monnier2011-07-171-1/+1
* * lisp.h: Say "vectorlike header" rather than "vector header.Paul Eggert2011-04-251-1/+1
* lisp.h: Fix a problem with aliasing and vector headers.Paul Eggert2011-04-251-3/+3
* * process.c: Make symbols static if they're not exported.Paul Eggert2011-04-131-6/+0
* Declare Lisp_Object Q* variables to be 'static' if not exproted.Paul Eggert2011-04-101-2/+1
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Merge from mainline.Paul Eggert2011-01-171-2/+0
|\
| * Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* | Merge from mainline.Paul Eggert2011-01-141-1/+1
|\|
| * Merge from emacs-23Stefan Monnier2011-01-141-1/+1
| |\
| | * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
| | * Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts.Jan Djärv2010-11-011-0/+4
* | | Include <unistd.h> unilaterally.Paul Eggert2011-01-091-2/+1
|/ /
* | Make sure all reads/writes to gnutls streams go via the gnutls functions.Lars Magne Ingebrigtsen2010-09-291-0/+1
* | Add gnutls logging and clean up various gnutls bits.Lars Magne Ingebrigtsen2010-09-271-2/+3
* | Add fd handling with callbacks to select, dbus needs it for async operation.Jan D2010-09-261-0/+7
* | Set up GnuTLS support.Ted Zlatanov2010-09-261-0/+15
* | Fix -Wwrite_strings in general and for Gtk+ specific code.Jan D2010-08-111-1/+1
* | Move declarations to header files.Dan Nicolaescu2010-08-061-0/+3
* | If kbd_buffer is becoming full, stop reading until it drains (Bug#6571).Jan D2010-07-071-0/+4
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* Declare Qtime and Qctime.Eli Zaretskii2009-01-021-0/+1
* Reorganize implementation of Flist_system_processes andDan Nicolaescu2008-12-191-3/+3
* (w32_list_system_processes, w32_system_process_attributes): Add prototypes.Eli Zaretskii2008-08-091-0/+8
* * bitmaps/README:Dan Nicolaescu2008-07-311-1/+1
* Daniel Engeler <engeler at gmail.com>Glenn Morris2008-06-131-3/+7
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-151-6/+4
* * process.h (struct Lisp_Process): Remove filter_multibyte.Stefan Monnier2008-03-251-6/+0
* (struct Lisp_Process): Declare bit fields as unsigned.Andreas Schwab2008-03-081-7/+7
* Merge from emacs--rel--22Miles Bader2008-01-081-1/+1
|\
| * Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* | * window.h (struct window):Stefan Monnier2007-10-021-1/+1
* | Merge from emacs--rel--22Miles Bader2007-08-131-1/+1
|\|
| * Replace `iff' in comments.Glenn Morris2007-08-081-1/+1
* | Merge from emacs--rel--22Miles Bader2007-07-261-1/+1
|\|
| * Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* | (struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag,Stefan Monnier2007-07-121-38/+38
|/
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* (inhibit_sentinels): Add decl.Richard M. Stallman2006-09-081-0/+4
* Include headers for pid_t.Stefan Monnier2006-04-241-0/+6
* * process.h (struct Lisp_Process): Replace Lisp_Objects `pid',Stefan Monnier2006-04-081-6/+13
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* Undo previous change.Richard M. Stallman2005-06-081-2/+0
* (struct process): Conditionalize slots adaptive_read_buffering,Richard M. Stallman2005-06-081-3/+3
* * process.h: Add extern to synch_process_termsig.Jan Djärv2004-01-271-1/+1
* synch_process_termsig new variable.Jan Djärv2004-01-261-0/+3
* (struct Lisp_Process): New members for adaptive readKim F. Storm2004-01-011-0/+12