summaryrefslogtreecommitdiff
path: root/gcc/cccp.c
Commit message (Expand)AuthorAgeFilesLines
...
* cccp.c (S_ISREG, S_ISDIR): Delete defines.Melissa O'Neill1998-11-231-8/+0
* Jumbo patch from Geoff Noer to rename CYGWIN32 to CYGWIN.Geoffrey Noer1998-11-121-3/+3
* gansidecl.h: Prepend a "G" to the macro wrapping this file (to distinguish it...Kaveh R. Ghazi1998-11-081-16/+16
* configure.in (host_xm_file, [...]): Arrange to include gansidecl.h in {ht}con...Kaveh R. Ghazi1998-11-071-1/+0
* Makefile.in (cc1): Put C_OBJS, and thence @extra_c_objs@ last.Richard Henderson1998-10-281-1/+10
* cccp.c (rescan): Handle multibyte chartacters ending in backslash.Dave Brolley1998-10-161-43/+60
* Warning fixes:Kaveh R. Ghazi1998-10-131-12/+10
* cccp.c (pedwarn_with_file_and_line): For !__STDC__ case...Kaveh R. Ghazi1998-09-251-8/+10
* c-lex.c (init_lex): Use getenv ("LANG"), not GET_ENVIRONMENT ().Felix Lee1998-09-201-8/+8
* cpplib.c: removed OLD_GPLUSPLUS_INCLUDE_DIRAlexandre Oliva1998-09-161-1/+0
* system.h: Include stdarg.h/varargs.h...Kaveh R. Ghazi1998-08-261-5/+0
* cccp.c (do_include): Fix vax c style include handling.Klaus Kaempf1998-07-211-1/+1
* configure.in (enable_c_mbchar): New configure option.Dave Brolley1998-07-201-20/+339
* Add --help option.Nick Clifton1998-07-131-1/+79
* Consolidate strerror handling, as well as getcwd/getwd.Kaveh R. Ghazi1998-06-281-12/+2
* cccp.c (hack_vms_include_specification): rewrite to handle '#include <dir/fil...Klaus Kaempf1998-06-181-116/+297
* Warning Fixes:Kaveh R. Ghazi1998-05-191-21/+21
* Warning fixes:Kaveh R. Ghazi1998-05-131-1/+1
* Handle missing vfprintf() & _doprnt() functions with linked in modules,Kaveh R. Ghazi1998-05-071-58/+88
* typo typo fixes fixesJeff Law1998-05-061-4/+4
* c-common.c: Convert to using ctype macros defined in system.h.Kaveh R. Ghazi1998-05-061-13/+15
* Be more careful when including <time.h> and <sys/file.h> in system.h.Kaveh R. Ghazi1998-05-061-4/+0
* * Check in merge from gcc2. See ChangeLog.12 for details.Jeff Law1998-05-051-17/+42
* More system.h cutover patches:Kaveh R. Ghazi1998-04-061-81/+26
* * Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12Jeff Law1998-04-041-189/+345
* gcc.c, cccp.c, cpplib.c, collect2.c (GET_ENVIRONMENT): Added.Stan Cox1998-03-301-5/+9
* Don't accept GNU C macro varargs extension when pedantic.Jim Wilson1998-03-121-0/+2
* * cccp.c (main): Fix dumb mistakes in last change.Jeffrey A Law1998-03-061-4/+4
* cccp.c (main): Avoid undefined behavior when setting pend_includes and pend_f...Jeffrey A Law1998-03-041-2/+6
* * cccp.c (new_include_prefix): Correctly handle -I./.Jeffrey A Law1998-02-121-1/+1
* * cccp.c (main): Predefine __VMS_VER on VMS.Klaus Kaempf1998-02-011-0/+59
* cccp.c (SYS$SEARCH, SYS$PARSE): Write as upper-case.Klaus Kaempf1998-01-291-6/+6
* Bring in final gcc-2.8.0 changes.Jeff Law1998-01-141-1/+1
* configure.in: Check for functions getrlimit and setrlimit.Manfred Hollstein1997-12-091-1/+1
* * cccp.c: Fix typo brought over in merge.Jeffrey A Law1997-12-061-1/+1
* Merge from gcc-2.8Jeff Law1997-12-061-202/+154
* From Tom TromeyTom Tromey1997-11-171-5/+25
* cccp.c, cpplib.c (compare_defs): Don't complain about arg name respellings un...Paul Eggert1997-11-131-1/+2
* Update mainline egcs to gcc2 snapshot 971021.Jeff Law1997-11-021-108/+151
* * cccp.c (expand_to_temp_buffer): Initialize all members of obuf.Thomas Koenig1997-10-011-0/+5
* cccp.c (sys_errlist): Remove special 4.4bsd declaration.Jeffrey A Law1997-09-011-4/+0
* (INO_T_EQ): Return 0 for MSDOS.Doug Evans1997-07-101-2/+2
* (INO_T_EQ): Define for Win32 but not Cygwin32.Richard Kenner1997-06-271-0/+5
* (VMS_write, VMS_read): Delete.Richard Kenner1997-05-181-62/+21
* reformat a little to match GNU coding standards.Mike Stump1997-05-061-15/+14
* (do_include): Diagnose #import and #include_next if pedantic and if not in a ...Richard Kenner1997-04-131-1/+11
* (warn_undef): New variable.Richard Kenner1997-04-131-0/+8
* (do_error, do_warning): Fix memory leak.Richard Kenner1997-03-191-2/+2
* (output_line_directive): Do not output negative line numbers whenRichard Kenner1997-03-191-3/+3
* (c89): New decl.Richard Kenner1997-03-191-9/+14