diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 2 | ||||
| -rw-r--r-- | lib-src/etags.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 991031daedd..ae247d96cfe 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1533,7 +1533,7 @@ | |||
| 1533 | 1533 | ||
| 1534 | * etags.c (add_regex): Better check for null regexps. | 1534 | * etags.c (add_regex): Better check for null regexps. |
| 1535 | (readline): Check for regex matching null string. | 1535 | (readline): Check for regex matching null string. |
| 1536 | (find_entries): Reorganisation. | 1536 | (find_entries): Reorganization. |
| 1537 | 1537 | ||
| 1538 | 2002-06-07 Francesco Potortì <pot@gnu.org> | 1538 | 2002-06-07 Francesco Potortì <pot@gnu.org> |
| 1539 | 1539 | ||
diff --git a/lib-src/etags.c b/lib-src/etags.c index 23eefd6865a..f577c751a28 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -65,7 +65,7 @@ University of California, as described above. */ | |||
| 65 | * 1985 Emacs TAGS format by Richard Stallman. | 65 | * 1985 Emacs TAGS format by Richard Stallman. |
| 66 | * 1989 Sam Kendall added C++. | 66 | * 1989 Sam Kendall added C++. |
| 67 | * 1992 Joseph B. Wells improved C and C++ parsing. | 67 | * 1992 Joseph B. Wells improved C and C++ parsing. |
| 68 | * 1993 Francesco Potortì reorganised C and C++. | 68 | * 1993 Francesco Potortì reorganized C and C++. |
| 69 | * 1994 Line-by-line regexp tags by Tom Tromey. | 69 | * 1994 Line-by-line regexp tags by Tom Tromey. |
| 70 | * 2001 Nested classes by Francesco Potortì (concept by Mykola Dzyuba). | 70 | * 2001 Nested classes by Francesco Potortì (concept by Mykola Dzyuba). |
| 71 | * 2002 #line directives by Francesco Potortì. | 71 | * 2002 #line directives by Francesco Potortì. |