diff options
| author | Tom Tromey | 2013-03-08 11:57:29 -0700 |
|---|---|---|
| committer | Tom Tromey | 2013-03-08 11:57:29 -0700 |
| commit | 71f91792e3013b397996905224f387da5cc539a9 (patch) | |
| tree | 4c3d3ba909e76deea1cdf73b73fca67a57149465 /lib-src | |
| parent | 6f4de085f065e11f4df3195d47479f28f5ef08ba (diff) | |
| parent | b5426561089d39f18b42bed9dbfcb531f43ed562 (diff) | |
| download | emacs-71f91792e3013b397996905224f387da5cc539a9.tar.gz emacs-71f91792e3013b397996905224f387da5cc539a9.zip | |
merge from trunk
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/ChangeLog | 4 | ||||
| -rw-r--r-- | lib-src/etags.c | 14 | ||||
| -rw-r--r-- | lib-src/movemail.c | 1 |
3 files changed, 11 insertions, 8 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 2bdbebeb110..81876d86165 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2013-02-08 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * movemail.c (getenv): Remove decl (unused since 1994). | ||
| 4 | |||
| 1 | 2013-01-15 Paul Eggert <eggert@cs.ucla.edu> | 5 | 2013-01-15 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 6 | ||
| 3 | * make-docfile.c (write_globals): Make it a bit clearer (Bug#13448). | 7 | * make-docfile.c (write_globals): Make it a bit clearer (Bug#13448). |
diff --git a/lib-src/etags.c b/lib-src/etags.c index ec96f45fc94..c1e12e95da4 100644 --- a/lib-src/etags.c +++ b/lib-src/etags.c | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | /* Tags file maker to go with GNU Emacs -*- coding: latin-1 -*- | 1 | /* Tags file maker to go with GNU Emacs -*- coding: utf-8 -*- |
| 2 | 2 | ||
| 3 | Copyright (C) 1984 The Regents of the University of California | 3 | Copyright (C) 1984 The Regents of the University of California |
| 4 | 4 | ||
| @@ -64,12 +64,12 @@ University of California, as described above. */ | |||
| 64 | * 1985 Emacs TAGS format by Richard Stallman. | 64 | * 1985 Emacs TAGS format by Richard Stallman. |
| 65 | * 1989 Sam Kendall added C++. | 65 | * 1989 Sam Kendall added C++. |
| 66 | * 1992 Joseph B. Wells improved C and C++ parsing. | 66 | * 1992 Joseph B. Wells improved C and C++ parsing. |
| 67 | * 1993 Francesco Potortì reorganized C and C++. | 67 | * 1993 Francesco Potortì reorganized C and C++. |
| 68 | * 1994 Line-by-line regexp tags by Tom Tromey. | 68 | * 1994 Line-by-line regexp tags by Tom Tromey. |
| 69 | * 2001 Nested classes by Francesco Potortì (concept by Mykola Dzyuba). | 69 | * 2001 Nested classes by Francesco Potortì (concept by Mykola Dzyuba). |
| 70 | * 2002 #line directives by Francesco Potortì. | 70 | * 2002 #line directives by Francesco Potortì. |
| 71 | * | 71 | * |
| 72 | * Francesco Potortì <pot@gnu.org> has maintained and improved it since 1993. | 72 | * Francesco Potortì <pot@gnu.org> has maintained and improved it since 1993. |
| 73 | */ | 73 | */ |
| 74 | 74 | ||
| 75 | /* | 75 | /* |
| @@ -4275,7 +4275,7 @@ Asm_labels (FILE *inf) | |||
| 4275 | * Perl variable names: /^(my|local).../ | 4275 | * Perl variable names: /^(my|local).../ |
| 4276 | * Original code by Bart Robinson <lomew@cs.utah.edu> (1995) | 4276 | * Original code by Bart Robinson <lomew@cs.utah.edu> (1995) |
| 4277 | * Additions by Michael Ernst <mernst@alum.mit.edu> (1997) | 4277 | * Additions by Michael Ernst <mernst@alum.mit.edu> (1997) |
| 4278 | * Ideas by Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> (2001) | 4278 | * Ideas by Kai Großjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> (2001) |
| 4279 | */ | 4279 | */ |
| 4280 | static void | 4280 | static void |
| 4281 | Perl_functions (FILE *inf) | 4281 | Perl_functions (FILE *inf) |
| @@ -5105,7 +5105,7 @@ Texinfo_nodes (FILE *inf) | |||
| 5105 | * Contents of <title>, <h1>, <h2>, <h3> are tags. | 5105 | * Contents of <title>, <h1>, <h2>, <h3> are tags. |
| 5106 | * Contents of <a name=xxx> are tags with name xxx. | 5106 | * Contents of <a name=xxx> are tags with name xxx. |
| 5107 | * | 5107 | * |
| 5108 | * Francesco Potortì, 2002. | 5108 | * Francesco Potortì, 2002. |
| 5109 | */ | 5109 | */ |
| 5110 | static void | 5110 | static void |
| 5111 | HTML_labels (FILE *inf) | 5111 | HTML_labels (FILE *inf) |
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 616cbde5394..cf93fb78d98 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -665,7 +665,6 @@ popmail (char *mailbox, char *outfile, int preserve, char *password, int reverse | |||
| 665 | register int i; | 665 | register int i; |
| 666 | int mbfi; | 666 | int mbfi; |
| 667 | FILE *mbf; | 667 | FILE *mbf; |
| 668 | char *getenv (const char *); | ||
| 669 | popserver server; | 668 | popserver server; |
| 670 | int start, end, increment; | 669 | int start, end, increment; |
| 671 | char *user, *hostname; | 670 | char *user, *hostname; |