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