summaryrefslogtreecommitdiff
path: root/src/complain.c
Commit message (Expand)AuthorAgeFilesLines
* maint: address sc_bindtextdomain, sc_program_name and sc_prohibit_HAVE_MBRTOWC.Akim Demaille2012-02-191-0/+1
* maint: run "make update-copyright".Jim Meyering2012-01-131-1/+1
* global: remove unnecessary horizontal tabs.Joel E. Denny2011-07-241-8/+8
* Add -Wconflicts-sr and -Wconflicts-rr.Joel E. Denny2011-04-091-1/+1
* Add -Wother so -Wnone suppresses all warnings.Joel E. Denny2011-04-091-0/+14
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+2
* -Werror: fix for rules useless in parser after conflicts.Joel E. Denny2010-08-041-3/+11
* Do not use date ranges in copyright notices.Paul Eggert2010-06-171-2/+2
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+2
* portability: use va_start and va_end in the same function.Joel E. Denny2009-10-111-1/+1
* Keep sub-messages aligned. Fix strings for translation.Alex Rozenman2009-09-191-3/+33
* variables: accept dashes.Akim Demaille2009-04-201-1/+22
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* * src/getargs.c (skeleton_arg): Last arg is now location const *.Paul Eggert2006-12-191-4/+0
* Finish implementing --warnings=error, which should not be implied byJoel E. Denny2006-11-011-0/+15
* * src/complain.c (error_message, ERROR_MESSAGE): New.Akim Demaille2006-07-101-66/+49
* Work around portability problem on Solaris 10: flex-generatedPaul Eggert2005-12-091-1/+3
* Update FSF postal mail address.Paul Eggert2005-05-141-1/+1
* Remove more K&R C support.Paul Eggert2004-04-281-29/+1
* (warn_at, warn, complain_at, complain, fatal_at, fatal): Don't invokePaul Eggert2002-12-291-12/+0
* Don't include stdlib.h, string.h _LIBC stuff.Paul Eggert2002-12-111-38/+14
* Include files.h. LOCATION_PRINT -> location_print.Paul Eggert2002-12-071-4/+5
* * src/struniq.h, src/struniq.c (struniq_t): Is const.Akim Demaille2002-11-121-3/+3
* (exit) [! (STDC_HEADERS || _LIBC)]: Remove exit decl; not needed any more.Paul Eggert2002-10-231-2/+0
* (warning_issued): Renamed from warn_message_count,Paul Eggert2002-10-221-10/+10
* (VA_START): Remove. Assume prototypes.Paul Eggert2002-10-211-95/+11
* (strerror_r): Remove decl; not needed.Paul Eggert2002-08-121-17/+9
* Normalize conflict related messages.Akim Demaille2002-07-301-2/+60
* * lib/quotearg.h: Protect against multiple inclusions.Akim Demaille2002-07-091-31/+0
* * src/complain.h, src/complain.c (warn, complain): Remove, unused.Akim Demaille2002-07-091-100/+1
* Let symbols have a location.Akim Demaille2002-06-151-24/+16
* Have Bison grammars parsed by a Bison grammar.Akim Demaille2002-06-111-0/+132
* * src/complain.h, src/complain.c: Remove error_one_per_line, relyAkim Demaille2001-12-121-3/+3
* * src/LR0.c (allocate_itemsets): kernel_size contains ints, notAkim Demaille2001-11-261-60/+1
* Merge in branch-1_29.after-merge-branch-1_29Akim Demaille2001-10-041-10/+6
* * src/complain.c: Adjust strerror_r portability issues.Akim Demaille2001-08-031-1/+45
* * src: s/Copyright (C)/Copyright/g.Akim Demaille2000-11-071-1/+1
* More explicit use of "const", "extern", and "static", particularly toJesse Thilo2000-07-041-2/+2
* Clean the error reporting functions.Akim Demaille2000-03-311-0/+269