| Commit message (Expand) | Author | Age | Files | Lines |
* | Previous work in progressrcs-history | Andreas Gruenbacher | 2009-03-19 | 1 | -31/+12 |
* | Include <string.h>, <stdlib.h> unconditionally. | Paul Eggert | 2009-03-19 | 1 | -18/+3 |
* | Include <stdbool.h>. Remove TRUE, FALSE, bool. All uses changed to standard n... | Paul Eggert | 2009-03-19 | 1 | -17/+5 |
* | (FILESYSTEM_PREFIX_LEN, ISSLASH): Remove; now done by 'configure'. (PROGRAM_N... | Paul Eggert | 2009-03-19 | 1 | -15/+3 |
* | (volatile): Remove. (GENERIC_OBJECT): Remove; all uses changed to 'void'. (PA... | Paul Eggert | 2009-03-19 | 1 | -27/+5 |
* | HAVE_SETMODE && O_BINARY -> HAVE_SETMODE_DOS | Paul Eggert | 2009-03-19 | 1 | -4/+6 |
* | (fseeko): Remove bogus decl. | Paul Eggert | 2009-03-19 | 1 | -10/+1 |
* | (mkdir): New macro. (program_name): Now char *, not char const[]. (PARAMS): U... | Paul Eggert | 2009-03-19 | 1 | -4/+26 |
* | patch 2.5.5 | Paul Eggert | 2009-03-19 | 1 | -26/+4 |
* | (binary_transput): Don't declare unless O_BINARY. | Paul Eggert | 2009-03-19 | 1 | -2/+2 |
* | (mkdir): Define if MKDIR_ONE_ARG. | Paul Eggert | 2009-03-19 | 1 | -1/+4 |
* | (geteuid): New macro, if not already defined. | Paul Eggert | 2009-03-19 | 1 | -1/+8 |
* | (program_name): Now XTERN char *, for compatibility with error.c. All uses ch... | Paul Eggert | 2009-03-19 | 1 | -3/+6 |
* | (fseeko): Declare if HAVE_FSEEKO and fseeko is not #defined. | Paul Eggert | 2009-03-19 | 1 | -1/+10 |
* | GNU patch 2.5.4 | Paul Eggert | 2009-03-19 | 1 | -1/+1 |
* | GNU patch 2.5.4 | Paul Eggert | 2009-03-19 | 1 | -1/+1 |
* | (_LARGEFILE_SOURCE): Remove; now autoconfigured. (file_offset): Depend on HAV... | Paul Eggert | 2009-03-19 | 1 | -26/+20 |
* | Include <inttypes.h> if available. (CHAR_BIT, TYPE_SIGNED, TYPE_MINIMUM, TYPE... | Paul Eggert | 2009-03-19 | 1 | -8/+35 |
* | (outfile): New decl (was private var named `output'). (invc): New decl. (GENE... | Paul Eggert | 2009-03-19 | 1 | -8/+17 |
* | #include <time.h> (set_time, set_utc, timestamp): New vars. | Paul Eggert | 2009-03-19 | 1 | -1/+5 |
* | (ISLOWER): Remove. | Paul Eggert | 2009-03-19 | 1 | -4/+1 |
* | (patch_get): New decl. | Paul Eggert | 2009-03-19 | 1 | -1/+2 |
* | (noreverse): New decl. (ok_to_reverse): Remove decl. | Paul Eggert | 2009-03-19 | 1 | -2/+2 |
* | (LONG_MIN): New macro. (FILESYSTEM_PREFIX_LEN, ISSLASH): New macros, for DOS ... | Paul Eggert | 2009-03-19 | 1 | -3/+36 |
* | (_LARGEFILE_SOURCE): Define. (file_offset): New typedef. (file_seek, file_tel... | Paul Eggert | 2009-03-19 | 1 | -1/+16 |
* | (posixly_correct): New var. | Paul Eggert | 2009-03-19 | 1 | -1/+2 |
* | (program_name): extern, not XTERN. (<stdlib.h>): Include if STDC_HEADERS, not... | Paul Eggert | 2009-03-19 | 1 | -11/+4 |
* | (XTERN): Renamed from EXT to avoid collision with errno.h reserved name space... | Paul Eggert | 2009-03-19 | 1 | -171/+192 |
* | (Chmod, Fputc, Write, VOID): New macros. (malloc, realloc): Yield `VOID *', n... | Paul Eggert | 2009-03-19 | 1 | -35/+24 |
* | (bool): Change to int, so ANSI C prototype promotion works. (CANVARARG): Remo... | Paul Eggert | 2009-03-19 | 1 | -70/+80 |
* | entered into RCS | David J. MacKenzie | 2009-03-19 | 1 | -6/+6 |
* | Formerly common.h.~13~ | David J. MacKenzie | 2009-03-19 | 1 | -8/+8 |
* | Formerly common.h.~12~ | Paul Eggert | 2009-03-19 | 1 | -7/+7 |
* | Formerly common.h.~11~ | David J. MacKenzie | 2009-03-19 | 1 | -8/+46 |
* | Formerly common.h.~10~ | Paul Eggert | 2009-03-19 | 1 | -7/+5 |
* | Initial revision | Paul Eggert | 2009-03-19 | 1 | -0/+198 |