| Commit message (Expand) | Author | Age | Files | Lines |
* | Update copyright year to 2016 | Paul Eggert | 2016-01-01 | 1 | -1/+1 |
* | Update copyright year to 2015 | Paul Eggert | 2015-01-01 | 1 | -1/+1 |
* | Minor fixups related to usage of the 'long' type. | Paul Eggert | 2014-07-07 | 1 | -1/+1 |
* | Update copyright year to 2014 by running admin/update-copyright. | Paul Eggert | 2014-01-01 | 1 | -1/+1 |
* | Adapted dostounix_filename. w32-short/long-filename work with wide APIs. | Eli Zaretskii | 2013-11-02 | 1 | -1/+1 |
* | Omit some unnecessary casts. | Paul Eggert | 2013-08-10 | 1 | -2/+2 |
* | Fix races with threads and file descriptors. | Paul Eggert | 2013-07-11 | 1 | -2/+2 |
* | * sysdep.c, term.c, termcap.c, terminal.c: Integer-related minor fixes. | Paul Eggert | 2013-07-10 | 1 | -79/+25 |
* | Use emacs_open more consistently when opening files. | Paul Eggert | 2013-07-05 | 1 | -5/+1 |
* | Avoid encoding file names run through dostounix_filename on MS-Windows. | Eli Zaretskii | 2013-02-02 | 1 | -1/+1 |
* | Update copyright notices for 2013. | Paul Eggert | 2013-01-01 | 1 | -2/+2 |
* | Use URLs, not Boston addresses, in copyright notices. | Paul Eggert | 2012-12-31 | 1 | -3/+1 |
* | Port better to POSIX hosts lacking _setjmp. | Paul Eggert | 2012-09-15 | 1 | -1/+0 |
* | More xmalloc and related cleanup. | Paul Eggert | 2012-07-05 | 1 | -2/+2 |
* | Cleanup xmalloc. | Dmitry Antipov | 2012-07-05 | 1 | -4/+4 |
* | Assume C89 or later. | Paul Eggert | 2012-05-21 | 1 | -8/+0 |
* | Whitespace changes. | Juanma Barranquero | 2011-09-09 | 1 | -1/+1 |
* | Adjust in response to jan.h.d's comments. | Paul Eggert | 2011-08-04 | 1 | -6/+3 |
* | * termcap.c: Integer and memory overflow issues. | Paul Eggert | 2011-07-28 | 1 | -8/+10 |
* | Protoize | Andreas Schwab | 2011-07-10 | 1 | -25/+25 |
* | * termcap.c: Don't assume sizes fit in int and never overflow. | Paul Eggert | 2011-06-20 | 1 | -4/+5 |
* | Use xfree instead of free where appropriate (Bug#8437) | Andreas Schwab | 2011-04-12 | 1 | -5/+5 |
* | Make termcap.c implementations consistent with tparam.h prototypes. | Eli Zaretskii | 2011-03-12 | 1 | -7/+11 |
* | Finish fixing the MS-DOS build. Everything builds and works. | Eli Zaretskii | 2011-02-19 | 1 | -1/+0 |
* | Merge from mainline. | Paul Eggert | 2011-01-17 | 1 | -2/+0 |
|\ |
|
| * | Nuke arch-tags. | Glenn Morris | 2011-01-15 | 1 | -2/+0 |
* | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -2/+0 |
|/ |
|
* | Remove #ifdef emacs / #ifndef emacs code, unused. | Dan Nicolaescu | 2010-10-10 | 1 | -25/+0 |
* | Remove O_RDONLY, O_WRONLY definitions, not needed. | Dan Nicolaescu | 2010-10-04 | 1 | -6/+2 |
* | Include <fcntl.h> unconditionally. | Dan Nicolaescu | 2010-10-03 | 1 | -2/+0 |
* | Clean up include guards. | Dan Nicolaescu | 2010-07-07 | 1 | -56/+0 |
* | Replace bcopy, bzero, bcmp by memcpy, memmove, memset, memcmp | Andreas Schwab | 2010-07-08 | 1 | -7/+2 |
* | Convert (most) functions in src to standard C. | Dan Nicolaescu | 2010-07-04 | 1 | -35/+16 |
* | * process.c (ifflag_def): Make flag_sym constant. | Dan Nicolaescu | 2009-11-11 | 1 | -3/+3 |
* | * alloc.c: Do not define struct catchtag. | Dan Nicolaescu | 2009-10-19 | 1 | -0/+1 |
* | Revert copyright year changes for files that are not part of Emacs. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | Add 2009 to copyright years. | Glenn Morris | 2009-01-08 | 1 | -1/+1 |
* | * bitmaps/README: | Dan Nicolaescu | 2008-07-31 | 1 | -35/+0 |
* | Remove support for Mac Carbon. | Dan Nicolaescu | 2008-07-27 | 1 | -16/+0 |
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-08 | 1 | -1/+1 |
* | Add 2007 to copyright years. | Glenn Morris | 2007-01-21 | 1 | -1/+1 |
* | 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 | -2/+2 |
* | Update FSF's address. | Lute Kamstra | 2005-07-04 | 1 | -2/+2 |
* | [VMS] Include <starlet.h>. | Thien-Thi Nguyen | 2005-05-23 | 1 | -0/+1 |
* | (tgetst1): Scan for "%pN"; if all | Thien-Thi Nguyen | 2003-12-25 | 1 | -0/+46 |
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
* | Use HAVE_FCNTL_H, not _POSIX_VERSION. | Dave Love | 2003-06-02 | 1 | -1/+1 |
* | Patch for building Emacs on Mac OS X. April 26, 2002. See ChangeLog, | Andrew Choi | 2002-04-26 | 1 | -0/+17 |
* | Change defvar_int def and vars to use EMACS_INT instead of just int. | Stefan Monnier | 2002-03-04 | 1 | -1/+1 |