Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add 2012 to FSF copyright years for Emacs files | Glenn Morris | 2012-01-05 | 1 | -1/+1 |
| | |||||
* | * test-distrib.c (buf): Make this local, to avoid shadowing. | Paul Eggert | 2011-02-21 | 1 | -2/+1 |
| | |||||
* | Declare file-scope functions and variables static if not exported. | Paul Eggert | 2011-02-21 | 1 | -4/+4 |
| | | | | | | | | This is more consistent, and is nicer with gcc -Wstrict-prototypes. * ebrowse.c, emacsclient.c, fakemail.c, make-docfile.c, movemail.c: * profile.c, test-distrib.c, update-game-score.c: Declare non-'main' functions and variables to be static. * ebrowse.c: Omit redundant function prototypes. | ||||
* | 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 |
| | | | |||||
* | | | Include <unistd.h> unilaterally. | Paul Eggert | 2011-01-09 | 1 | -3/+0 |
|/ / | |||||
* | | * lib-src/test-distrib.c: Remove include guards for config.h and fcntl.h. | Dan Nicolaescu | 2010-11-14 | 1 | -11/+1 |
| | | | | | | | | | | (O_RDONLY): Do not define. (cool_read): Fix type for variable "sofar". | ||||
* | | Fix compilation warnings. | Dan Nicolaescu | 2010-10-03 | 1 | -2/+3 |
| | | | | | | | | | | | | | | | | | | | | * lib-src/test-distrib.c (cool_read): * lib-src/movemail.c (main, concat): * lib-src/make-docfile.c (scan_file, write_c_args): * emacsclient.c (get_server_config): Fix -Wconversion warning. (egetenv): Move conditional definition earlier. (progname): Use const. * lib-src/sorted-doc.c (xstrdup): Use const. | ||||
* | | * lib-src/fakemail.c (action): Convert function definitions to standard C. | Dan Nicolaescu | 2010-07-03 | 1 | -7/+2 |
|/ | | | | | | (add_a_stream): * lib-src/test-distrib.c (cool_read): (main): Likewise. | ||||
* | 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 |
| | |||||
* | Switch to recommended form of GPLv3 permissions notice. | Glenn Morris | 2008-05-09 | 1 | -15/+14 |
| | |||||
* | Add 2008 to copyright years. | Glenn Morris | 2008-01-07 | 1 | -1/+1 |
| | |||||
* | Switch license to GPLv3 or later. | Glenn Morris | 2007-07-25 | 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 |
| | |||||
* | (main): For failing cases, exit with `EXIT_FAILURE'. | Thien-Thi Nguyen | 2004-05-10 | 1 | -3/+3 |
| | |||||
* | Throughout, replace 0 destined for `exit' arg with `EXIT_SUCCESS'. | Thien-Thi Nguyen | 2004-05-08 | 1 | -4/+3 |
| | | | | | Likewise, replace 1 with `EXIT_FAILURE'. (main): Use `EXIT_SUCCESS' or `EXIT_FAILURE' for return value. | ||||
* | Add arch taglines | Miles Bader | 2003-09-01 | 1 | -0/+3 |
| | |||||
* | Remove unnecessary whitespaces. | Pavel Janík | 2001-12-30 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Richard M. Stallman | 2001-12-22 | 1 | -2/+3 |
| | |||||
* | Fix previous change. | Pavel Janík | 2001-12-18 | 1 | -1/+1 |
| | |||||
* | Conditionally include fcntl.h. | Dave Love | 2001-12-18 | 1 | -0/+4 |
| | |||||
* | Add copyright notice. | Gerd Moellmann | 2001-02-20 | 1 | -0/+21 |
| | |||||
* | Add support for large files. Merge glibc 2.1.2. | Paul Eggert | 1999-10-19 | 1 | -6/+0 |
| | | | | | | | | | | | | | | | | | | * b2m.c, emacsclient.c, emacsserver.c, fakemail.c, make-docfile.c, movemail.c, pop.c: Do not include <stdlib.h>, as <config.h> does this now. * b2m.c, emacsserver.c, etags.c, profile.c: Include <config.h> before any system include files. * emacsclient.c, emacsserver.c, fakemail.c, movemail.c, pop.c, test-distrib.c: (read, write, open, close): Do not undef. * getopt.c, getopt1.c: Adopt glibc 2.1.2, with the following fix: (const): Do not define if HAVE_CONFIG_H; that's config.h's job. * getopt.h: Adopt glibc 2.1.2. | ||||
* | Include <unistd.h> if available. | Andreas Schwab | 1999-08-30 | 1 | -1/+4 |
| | |||||
* | Add #undef for open, close, read, write. | Richard M. Stallman | 1995-08-31 | 1 | -0/+6 |
| | |||||
* | [HAVE_CONFIG_H]: Include config.h. | Roland McGrath | 1995-08-23 | 1 | -1/+10 |
| | | | | | [! O_RDONLY]: Define it to zero. (main): Use O_RDONLY instead of explicit zero. | ||||
* | Eliminate some -Wall warnings. | David J. MacKenzie | 1994-10-12 | 1 | -2/+2 |
| | |||||
* | Install patches from David J. Mackenzie to make the srcdir option | Jim Blandy | 1993-05-15 | 1 | -5/+14 |
| | | | | | | | | | | | | | | | | | | | | | | work. * Makefile.in (srcdir, VPATH): Get this value from the top-level Makefile. (INSTALLABLES): Split this into two lists - INSTALLABLES and INSTALLABLE_SCRIPTS. (INSTALLABLE_SCRIPTS): New list. (EXECUTABLES): Include INSTALLABLE_SCRIPTS. (${archlibdir}): The scripts to be installed live in the source tree, not in the object tree. (test-distrib): Note that the data file lives in the source tree, not the object tree. (GETOPTDEPS): Note that getopt.h lives in the source tree. (all other targets): Change references to source files to use ${srcdir}, except for config.h, which lives in the object dir. (timer.o): Note that this depends on ../src/config.h. * make-docfile.c (main): Add a -d option, to tell it where to find the source files. * test-distrib.c (main): Take the name of the distribution file to test from the command line. | ||||
* | entered into RCS | Jim Blandy | 1987-05-22 | 1 | -0/+60 |