aboutsummaryrefslogtreecommitdiff
path: root/gcc/system.h
AgeCommit message (Expand)AuthorFilesLines
2001-11-19cppmacro.c (_cpp_backup_tokens): Pop cur_run before decrementing cur_token, n...Jason Merrill1-1/+6
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-1/+1
2001-10-21arm.h (FUNCTION_ARG_REGNO_P): Use IN_RANGE.Kaveh R. Ghazi1-0/+10
2001-10-15system.h: Poison old unused target macros.Neil Booth1-0/+10
2001-10-09c-common.h: Fix comment formatting.Kazu Hirata1-5/+5
2001-09-28cpplex.c (cpp_output_token): Use a putc loop for SPELL_OPERATOR, and fwrite f...Zack Weinberg1-15/+40
2001-09-10cpplex.c (parse_identifier): Fast-path optimize.Zack Weinberg1-0/+7
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-17system.h: Forward-declare struct rtx_def, struct rtvec_def, and union tree_node.Zack Weinberg1-2/+14
2001-06-27system.h (TARGET_ESC): Move to ...Neil Booth1-5/+0
2001-05-25Standardize header guards.Richard Henderson1-3/+3
2001-04-12configure.in (errno): Check for declaration.Kaveh R. Ghazi1-1/+1
2001-03-28configure.in: Don't check for bcopy.Kaveh R. Ghazi1-13/+4
2001-03-27system.h: Include symcat.h.Kaveh R. Ghazi1-15/+1
2001-03-14aclocal.m4 (gcc_AC_COMPILE_CHECK_SIZEOF, [...]): New.Zack Weinberg1-27/+2
2001-03-13system.h (malloc, [...]): Only poison these tokens when IN_GCC is defined.Kaveh R. Ghazi1-0/+6
2001-03-12configure.in: Move check for unsigned enumerated bitfields to macro in acloca...Zack Weinberg1-13/+3
2001-03-10system.h (malloc, [...]): #undef token before poisoning it.Kaveh R. Ghazi1-0/+7
2001-03-10server.c (load_data, run_shell): Use xmalloc, xrealloc & xcalloc in lieu of m...Kaveh R. Ghazi1-0/+25
2001-03-06aclocal.m4 (libiberty_AC_FUNC_C_ALLOCA): New.Zack Weinberg1-10/+0
2001-03-03configure.in: Kill tm.h.Zack Weinberg1-0/+19
2001-03-02xm-lynx.h, [...]: Do not define TRUE or FALSE.Zack Weinberg1-1/+36
2000-12-22Makefile.in (sched-deps.o, [...]): Fix dependency typo.Kaveh R. Ghazi1-1/+1
2000-12-19* system.h (getopt): Update prototype to match include/getopt.h.John David Anglin1-1/+1
2000-12-08safe-ctype.h: New file.Zack Weinberg1-84/+5
2000-11-28system.h (IS_DIR_SEPARATOR): Use uppercase macro name.Richard Kenner1-3/+16
2000-11-21xm-darwin.h: New file, Darwin host definitions.Stan Shebs1-0/+2
2000-11-09calls.c (expand_call, [...]): Use memcpy () instead of bcopy ().Joseph Myers1-40/+0
2000-10-20gcse.c (set_hash_table_size): Now unsigned.Richard Kenner1-0/+4
2000-09-25flags.h: Declare warning flag warn_system_headers.Branko Cibej1-1/+1
2000-08-21gcc.c (do_spec_1): Implement %j spec flag.Jeff Law1-0/+7
2000-08-18cpphash.h: Use HAVE_DESIGNATED_INITIALIZERS.Neil Booth1-0/+4
2000-07-22* system.h (__FUNCTION__): Wrap definition in #ifndef.Kaveh R. Ghazi1-0/+2
2000-07-21diagnostic.c (trim_filename, [...]): Moved here from rtl.c.Zack Weinberg1-0/+5
2000-07-13* system.h (alloca): Prototype if __GNUC__ && __SIZE_TYPE__.Kaveh R. Ghazi1-0/+5
2000-07-07system.h (UNION_INIT_ZERO): New macro for initializing union members in structs.Kaveh R. Ghazi1-0/+10
2000-06-09system.h (SSIZE_MAX): Delete backup definition.Kaveh R. Ghazi1-4/+0
2000-05-27configure.in: Add AC_CHECK_TYPE(ssize_t).Zack Weinberg1-0/+20
2000-05-23getopt.h (getopt): Also check HAVE_DECL_* when prototyping.Kaveh R. Ghazi1-28/+31
2000-05-17system.h (offsetof): Define at the very end, to ensure we prefer the platform...Kaveh R. Ghazi1-4/+3
2000-05-12ggc-simple.c (offsetof): Macro definition moved from here ...Philippe De Muyter1-0/+4
2000-05-05* system.h (S_ISBLK): Provide fallback definition.Philippe De Muyter1-0/+5
2000-05-04* system.h: Don't wrap <sys/types.h> with HAVE_SYS_TYPES_H.Kaveh R. Ghazi1-2/+0
2000-04-25Fix commentRichard Kenner1-1/+1
2000-04-22diagnostic.c (init_output_buffer): Don't initialize format_args.Richard Henderson1-0/+8
2000-04-19system.h (ONLY_INT_FIELDS): Make sure it is defined.Mark Mitchell1-1/+9
2000-04-18configure.in (ENUM_BITFIELDS_ARE_UNSIGNED): Added.Robert Lipe1-0/+12
2000-02-27Makefile.in (STMP_FIXINC): New toggle.Zack Weinberg1-11/+0
2000-02-18gcc.texi (Bug Reporting): Refer to bugs.html.Martin v. Löwis1-0/+5
2000-01-17reload.c: PROTO -> PARAMS.Kaveh R. Ghazi1-1/+1