summaryrefslogtreecommitdiff
path: root/src/location.h
Commit message (Expand)AuthorAgeFilesLines
* Locations without columns for command line arguments.Akim Demaille2008-11-071-4/+8
* Update to GPLv3.Paul Eggert2007-08-151-7/+5
* Provide warn_at, complain_at, and fatal_at function callbacks to theJoel E. Denny2007-01-071-0/+3
* Encapsulate code properties and related functionality for the variousJoel E. Denny2007-01-021-1/+2
* * src/symtab.h (struct semantic_type): Remove the tag 'semantic_type',Paul Eggert2006-12-181-3/+3
* Remove last commit at the request of Paul Eggert.Joel E. Denny2006-11-121-1/+0
* Encapsulate code properties and related functionality for the variousJoel E. Denny2006-11-111-0/+1
* * src/flex-scanner.h: For the sake of Flex 2.5.4, don't #define yylengJoel E. Denny2006-06-071-1/+0
* src/location.h: #include "system.h" rather than <stdbool.h>.Joel E. Denny2006-06-071-1/+1
* Get Bison to build again when configured with --enable-gcc-warnings.Joel E. Denny2006-06-071-0/+1
* Extract the parsing of user actions from the grammar scanner.Akim Demaille2006-06-061-0/+14
* Fix two nits reported by twlevo, plus one more that I discovered.Paul Eggert2006-03-091-2/+2
* Update copyright.Paul Eggert2005-12-281-1/+1
* * src/location.h (boundary): Note that a line or column equalPaul Eggert2005-12-281-2/+4
* Update FSF postal mail address.Paul Eggert2005-05-141-2/+2
* uniqstr wasn't being used for handle_syncline like it should.Paul Eggert2004-08-081-3/+5
* (location): Renamed from location_t.Paul Eggert2002-12-111-4/+4
* Do not include <quotearg.h>; no longer needed.Paul Eggert2002-12-071-50/+40
* * src/tables.c (tables_generate): Use free for pointers thatAkim Demaille2002-11-121-11/+14
* * src/location.h (LOCATION_PRINT): Use quotearg slot 3 to avoidAkim Demaille2002-11-041-3/+4
* (LOCATION_COLUMNS, LOCATION_LINES): Remove; no longer used.Paul Eggert2002-11-031-14/+0
* * lib/quotearg.h: Protect against multiple inclusions.Akim Demaille2002-07-091-22/+40
* * src/parse-gram.y (YYLLOC_DEFAULT, current_lhs_location): New.Akim Demaille2002-06-151-0/+2
* * src/location.h: New, extracted from...Akim Demaille2002-06-141-0/+65