| Commit message (Expand) | Author | Age | Files | Lines |
* | * src/xdisp.c (next_element_from_string, next_element_from_buffer): Use EQ | Stefan Monnier | 2011-07-17 | 1 | -1/+1 |
* | * lisp.h: Say "vectorlike header" rather than "vector header. | Paul Eggert | 2011-04-25 | 1 | -1/+1 |
* | lisp.h: Fix a problem with aliasing and vector headers. | Paul Eggert | 2011-04-25 | 1 | -3/+3 |
* | * process.c: Make symbols static if they're not exported. | Paul Eggert | 2011-04-13 | 1 | -6/+0 |
* | Declare Lisp_Object Q* variables to be 'static' if not exproted. | Paul Eggert | 2011-04-10 | 1 | -2/+1 |
* | Convert consecutive FSF copyright years to ranges. | Glenn Morris | 2011-01-24 | 1 | -2/+1 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ |
|
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Merge from mainline. | Paul Eggert | 2011-01-14 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Merge from emacs-23 | Stefan Monnier | 2011-01-14 | 1 | -1/+1 |
| |\ |
|
| | * | Add 2011 to FSF/AIST copyright years. | Glenn Morris | 2011-01-02 | 1 | -1/+1 |
| | * | Backport fix for Bug#6571 from trunk. NOTE: May cause merge conflicts. | Jan Djärv | 2010-11-01 | 1 | -0/+4 |
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -2/+1 |
|/ / |
|
* | | Make sure all reads/writes to gnutls streams go via the gnutls functions. | Lars Magne Ingebrigtsen | 2010-09-29 | 1 | -0/+1 |
* | | Add gnutls logging and clean up various gnutls bits. | Lars Magne Ingebrigtsen | 2010-09-27 | 1 | -2/+3 |
* | | Add fd handling with callbacks to select, dbus needs it for async operation. | Jan D | 2010-09-26 | 1 | -0/+7 |
* | | Set up GnuTLS support. | Ted Zlatanov | 2010-09-26 | 1 | -0/+15 |
* | | Fix -Wwrite_strings in general and for Gtk+ specific code. | Jan D | 2010-08-11 | 1 | -1/+1 |
* | | Move declarations to header files. | Dan Nicolaescu | 2010-08-06 | 1 | -0/+3 |
* | | If kbd_buffer is becoming full, stop reading until it drains (Bug#6571). | Jan D | 2010-07-07 | 1 | -0/+4 |
|/ |
|
* | Add 2010 to copyright years. | Glenn Morris | 2010-01-13 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | Declare Qtime and Qctime. | Eli Zaretskii | 2009-01-02 | 1 | -0/+1 |
* | Reorganize implementation of Flist_system_processes and | Dan Nicolaescu | 2008-12-19 | 1 | -3/+3 |
* | (w32_list_system_processes, w32_system_process_attributes): Add prototypes. | Eli Zaretskii | 2008-08-09 | 1 | -0/+8 |
* | * bitmaps/README: | Dan Nicolaescu | 2008-07-31 | 1 | -1/+1 |
* | Daniel Engeler <engeler at gmail.com> | Glenn Morris | 2008-06-13 | 1 | -3/+7 |
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-15 | 1 | -6/+4 |
* | * process.h (struct Lisp_Process): Remove filter_multibyte. | Stefan Monnier | 2008-03-25 | 1 | -6/+0 |
* | (struct Lisp_Process): Declare bit fields as unsigned. | Andreas Schwab | 2008-03-08 | 1 | -7/+7 |
* | Merge from emacs--rel--22 | Miles Bader | 2008-01-08 | 1 | -1/+1 |
|\ |
|
| * | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
* | | * window.h (struct window): | Stefan Monnier | 2007-10-02 | 1 | -1/+1 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-08-13 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Replace `iff' in comments. | Glenn Morris | 2007-08-08 | 1 | -1/+1 |
* | | Merge from emacs--rel--22 | Miles Bader | 2007-07-26 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 1 | -1/+1 |
* | | (struct Lisp_Process): Turn slots infd, outfd, kill_without_query, pty_flag, | Stefan Monnier | 2007-07-12 | 1 | -38/+38 |
|/ |
|
* | Update copyright for years from Emacs 21 to present (mainly adding | Glenn Morris | 2007-01-14 | 1 | -2/+2 |
* | (inhibit_sentinels): Add decl. | Richard M. Stallman | 2006-09-08 | 1 | -0/+4 |
* | Include headers for pid_t. | Stefan Monnier | 2006-04-24 | 1 | -0/+6 |
* | * process.h (struct Lisp_Process): Replace Lisp_Objects `pid', | Stefan Monnier | 2006-04-08 | 1 | -6/+13 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2006-02-06 | 1 | -1/+1 |
* | Update years in copyright notice; nfc. | Thien-Thi Nguyen | 2005-08-07 | 1 | -1/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | Undo previous change. | Richard M. Stallman | 2005-06-08 | 1 | -2/+0 |
* | (struct process): Conditionalize slots adaptive_read_buffering, | Richard M. Stallman | 2005-06-08 | 1 | -3/+3 |
* | * process.h: Add extern to synch_process_termsig. | Jan Djärv | 2004-01-27 | 1 | -1/+1 |
* | synch_process_termsig new variable. | Jan Djärv | 2004-01-26 | 1 | -0/+3 |
* | (struct Lisp_Process): New members for adaptive read | Kim F. Storm | 2004-01-01 | 1 | -0/+12 |