aboutsummaryrefslogtreecommitdiffstats
path: root/src/blockinput.h (unfollow)
Commit message (Expand)AuthorFilesLines
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-01Spelling and punctuation fixes.Paul Eggert1-1/+1
2013-09-20A simpler, centralized INLINE.Paul Eggert1-5/+2
2013-03-24Reorder conditions that are written backwardsAndreas Schwab1-1/+1
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+1
2012-09-23Simplify and avoid signal-handling races.Paul Eggert1-82/+36
2012-09-12Simplify SIGIO usage.Paul Eggert1-9/+4
2012-09-04Simplify redefinition of 'abort' (Bug#12316).Paul Eggert1-2/+1
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris1-2/+1
2011-01-15Nuke arch-tags.Glenn Morris1-2/+0
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris1-1/+1
2010-07-11* blockinput.h: Remove obsolete comment.Andreas Schwab1-1/+0
2010-07-02Convert some prototypes to standard C.Dan Nicolaescu1-1/+1
2010-01-13Add 2010 to copyright years.Glenn Morris1-1/+1
2009-02-01* nsterm.m (ns_read_socket): Copy 2009-01-29 and 2009-01-30Adrian Robert1-11/+0
2009-01-28add parens in a defined statementAdrian Robert1-1/+1
2009-01-08Add 2009 to copyright years.Glenn Morris1-1/+1
2008-07-15merging Emacs.app (NeXTstep port)Adrian Robert1-0/+12
2008-05-15Switch to recommended form of GPLv3 permissions notice.Glenn Morris1-6/+4
2008-01-08Add 2008 to copyright years.Glenn Morris1-1/+1
2007-07-25Switch license to GPLv3 or later.Glenn Morris1-1/+1
2007-01-26(interrupt_input_blocked): Declare volatile.YAMAMOTO Mitsuharu1-1/+1
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris1-2/+2
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+1
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen1-1/+2
2005-07-04Update FSF's address.Lute Kamstra1-2/+2
2005-03-07(TOTALLY_UNBLOCK_INPUT): Avoid dangling else.Kim F. Storm1-2/+2
2005-03-07(UNBLOCK_INPUT_TO): Always call UNBLOCK_INPUT.Andreas Schwab1-3/+1
2005-03-06(UNBLOCK_INPUT_TO): New macro.Richard M. Stallman1-1/+24
2004-06-16Update copyright.Kim F. Storm1-1/+1
2004-05-17(INPUT_BLOCKED_P): New macro.Kim F. Storm1-0/+3
2004-04-16Sync to HEADKenichi Handa1-0/+3
2003-09-08New directoryKenichi Handa1-3/+0
2003-09-01Add arch taglinesMiles Bader1-0/+3
2003-02-04Trailing whitespace deleted.Juanma Barranquero1-1/+1
2000-06-25Protect against multiple inclusion. IncludeDave Love1-0/+6
2000-01-25(pending_atimers): Add extern declaration.Gerd Moellmann1-6/+22
1998-04-28(reinvoke_input_signal): Don't use prototype decl.Richard M. Stallman1-1/+2
1998-04-14Add more prototypes.Andreas Schwab1-0/+3
1996-01-15Update FSF's address in the preamble.Erik Naggum1-1/+2
1993-05-10* blockinput.h (UNBLOCK_INPUT): We cannot assume that SIGIO isJim Blandy1-10/+15
1993-04-07(interrupt_input_blocked): Make this signed int.Richard M. Stallman1-1/+1
1993-04-07(UNBLOCK_INPUT): Fix typo.Richard M. Stallman1-1/+1
1993-03-31Put interrupt input blocking in a separate file from xterm.h.Jim Blandy1-1/+1
1993-03-31Initial revisionJim Blandy1-0/+72