diff options
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 244 |
1 files changed, 238 insertions, 6 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 079941811c0..4f3f386310a 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,236 @@ | |||
| 1 | 2010-08-11 Jan Djärv <jan.h.d@swipnet.se> | ||
| 2 | |||
| 3 | * fakemail.c: Include stdlib.h for getenv. Remove declaration of | ||
| 4 | popen, fclose and pclose. | ||
| 5 | (my_name, fatal, error, put_line): Use const char* | ||
| 6 | (main): Remove extern getenv, mail_program_name is const char*. | ||
| 7 | |||
| 8 | * update-game-score.c (get_prefix, write_scores, main): Use const char*. | ||
| 9 | |||
| 10 | * sorted-doc.c (error, fatal, states): Use const char *. | ||
| 11 | |||
| 12 | * pop.h (pop_multi_first): Use const char *. | ||
| 13 | (_ARGS): Remove. | ||
| 14 | |||
| 15 | * pop.c (pop_multi_first, socket_connection, sendline): Use conat char*. | ||
| 16 | |||
| 17 | * movemail.c (fatal, error, concat): Use const char *. | ||
| 18 | |||
| 19 | * make-docfile.c (error, fatal, scan_c_file, scan_lisp_file): Use | ||
| 20 | const char *. | ||
| 21 | |||
| 22 | * etags.c (compressor, language, Ada_suffix, Ada_help, Asm_suffixes) | ||
| 23 | (Asm_help, default_C_suffixes, default_C_help, Cplusplus_suffixes) | ||
| 24 | (Cplusplus_help, Cjava_suffixes, Cobol_suffixes, Cstar_suffixes) | ||
| 25 | (Erlang_suffixes, Erlang_help, Forth_suffixes, Forth_help) | ||
| 26 | (Fortran_suffixes, Fortran_help, HTML_suffixes, HTML_help) | ||
| 27 | (Lisp_suffixes, Lisp_help, Lua_suffixes, Lua_help) | ||
| 28 | (Makefile_filenames, Makefile_help, Objc_suffixes, Objc_help) | ||
| 29 | (Pascal_suffixes, Pascal_help, Perl_suffixes, Perl_interpreters) | ||
| 30 | (Perl_help, PHP_suffixes, PHP_help, plain_C_suffixses, PS_suffixes) | ||
| 31 | (PS_help, Prolog_suffixes, Prolog_help, Python_suffixes, Python_help) | ||
| 32 | (Scheme_suffixes, Scheme_help, TeX_suffixes, TeX_help, Texinfo_suffixes) | ||
| 33 | (Texinfo_help, Yacc_suffixes, Yacc_help, auto_help, none_help) | ||
| 34 | (no_lang_help, print_language_names) | ||
| 35 | (get_language_from_interpreter, get_language_from_filename) | ||
| 36 | (init, make_tag, struct C_stab_entry, write_classname, TEX_defenv) | ||
| 37 | (TEX_decode_env, nocase_tail, savestr, savenstr, fatal, pfatal) | ||
| 38 | (concat): Use const char*. | ||
| 39 | |||
| 40 | * emacsclient.c (message, sock_err_message, send_to_emacs) | ||
| 41 | (quote_argument, set_local_socket) | ||
| 42 | (start_daemon_and_retry_set_socket): Use const char*. | ||
| 43 | |||
| 44 | * ebrowse.c (struct member): filename, def_filename is const. | ||
| 45 | (struct sym): filename, sfilename is const. | ||
| 46 | (struct kw): name is const. | ||
| 47 | (add_sym, yyerror, token_string, insert_keyword, main): Use const char*. | ||
| 48 | |||
| 49 | * b2m.c (concat, fatal): Use const char*. | ||
| 50 | (main): Don't assign labels a string literal. | ||
| 51 | |||
| 52 | 2010-08-07 Juanma Barranquero <lekktu@gmail.com> | ||
| 53 | |||
| 54 | * ebrowse.c (usage, version, mark_virtual): | ||
| 55 | Remove duplicate declarations. | ||
| 56 | |||
| 57 | 2010-08-06 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 58 | |||
| 59 | * emacsclient.c: Move socket related #includes together with the | ||
| 60 | rest of the #includes. Move a WINDOWSNT includes closer together. | ||
| 61 | (HAVE_CONFIG_H): Remove. | ||
| 62 | (NO_RETURN): Remove, defined in config.h. | ||
| 63 | (main): Convert definition to standard C. | ||
| 64 | |||
| 65 | 2010-07-29 Juanma Barranquero <lekktu@gmail.com> | ||
| 66 | |||
| 67 | * make-docfile.c (write_c_args): Warn for old-style empty arglist (). | ||
| 68 | |||
| 69 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 70 | |||
| 71 | * emacsclient.c (getcwd): Fix previous change: make getcwd | ||
| 72 | conditional on HAVE_GETCWD and declare with the correct POSIX | ||
| 73 | profile (for some reason MinGW headers define its 2nd arg as int, | ||
| 74 | not size_t; but getcwd is not used on Windows nonetheless). | ||
| 75 | |||
| 76 | 2010-07-25 Juanma Barranquero <lekktu@gmail.com> | ||
| 77 | |||
| 78 | * emacsclient.c (getcwd, w32_getenv): | ||
| 79 | * ntlib.h (getlogin, getuid, getegid, getgid): Fix prototypes. | ||
| 80 | |||
| 81 | 2010-07-24 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 82 | |||
| 83 | * update-game-score.c (usage): Add NO_RETURN specifier. | ||
| 84 | * movemail.c (fatal, pfatal_with_name, pfatal_and_delete): | ||
| 85 | * make-docfile.c (fatal): | ||
| 86 | * hexl.c (usage): | ||
| 87 | * fakemail.c (fatal): | ||
| 88 | * etags.c (fatal, suggest_asking_for_help, pfatal): | ||
| 89 | * emacsclient.c (fatal): | ||
| 90 | * b2m.c (fatal): Likewise. | ||
| 91 | |||
| 92 | 2010-07-23 Juanma Barranquero <lekktu@gmail.com> | ||
| 93 | |||
| 94 | * make-docfile.c (write_c_args): Correctly handle prefixes of "defalt". | ||
| 95 | |||
| 96 | 2010-07-20 Juanma Barranquero <lekktu@gmail.com> | ||
| 97 | |||
| 98 | * emacsclient.c (get_current_dir_name, w32_get_resource) | ||
| 99 | (w32_getenv, w32_set_user_model_id, w32_window_app, w32_execvp) | ||
| 100 | (close_winsock, initialize_sockets, w32_find_emacs_process) | ||
| 101 | (w32_give_focus): | ||
| 102 | * ntlib.c (getlogin, getuid, getgid, getegid): | ||
| 103 | Convert definitions to standard C. | ||
| 104 | |||
| 105 | 2010-07-12 Andreas Schwab <schwab@linux-m68k.org> | ||
| 106 | |||
| 107 | * Makefile.in (C_WARNINGS_SWITCH, PROFILING_CFLAGS) | ||
| 108 | (PROFILING_LDFLAGS): Set from substitution. | ||
| 109 | (BASE_CFLAGS): Add ${C_WARNINGS_SWITCH}. | ||
| 110 | (ALL_CFLAGS, CPP_CFLAGS): Add ${PROFILING_CFLAGS}. | ||
| 111 | (LINK_CFLAGS): Add ${PROFILING_LDFLAGS}. | ||
| 112 | |||
| 113 | 2010-07-12 Eli Zaretskii <eliz@gnu.org> | ||
| 114 | |||
| 115 | * makefile.w32-in (lisp2): Change hebrew.el to hebrew.elc (see | ||
| 116 | 2010-07-12T05:25:46Z!handa@etlken). | ||
| 117 | |||
| 118 | 2010-07-11 Andreas Schwab <schwab@linux-m68k.org> | ||
| 119 | |||
| 120 | * emacsclient.c (set_local_socket): Use strchr, strrchr instead of | ||
| 121 | index, rindex. | ||
| 122 | * movemail.c (mail_spool_name, popmail): Likewise. | ||
| 123 | * pop.c (pop_list): Likewise. | ||
| 124 | |||
| 125 | 2010-07-11 Eli Zaretskii <eliz@gnu.org> | ||
| 126 | |||
| 127 | * makefile.w32-in (obj): Add menu.o, bidi.o, w32uniscribe.o, | ||
| 128 | and unexw32.o. (Bug#6603) | ||
| 129 | |||
| 130 | 2010-07-10 Eli Zaretskii <eliz@gnu.org> | ||
| 131 | |||
| 132 | * Makefile.in ($(DESTDIR)${archlibdir}): Convert spaces to TABs. | ||
| 133 | |||
| 134 | 2010-07-09 Andreas Schwab <schwab@linux-m68k.org> | ||
| 135 | |||
| 136 | * make-docfile.c (write_c_args): Restructure scanning loop. | ||
| 137 | |||
| 138 | 2010-07-09 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 139 | |||
| 140 | * make-docfile.c (write_c_args): Deal with type names in DEFUN | ||
| 141 | arguments. | ||
| 142 | |||
| 143 | 2010-07-08 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 144 | |||
| 145 | * update-game-score.c (P_): Remove macro. | ||
| 146 | * ebrowse.c: Remove include guards. | ||
| 147 | (P_): Remove macro. | ||
| 148 | |||
| 149 | 2010-07-07 Andreas Schwab <schwab@linux-m68k.org> | ||
| 150 | |||
| 151 | * ebrowse.c (add_sym, make_namespace): Replace bcopy, bzero by | ||
| 152 | memcpy, memmove, memset. | ||
| 153 | * pop.c (pop_retrieve, socket_connection, pop_getline): Likewise. | ||
| 154 | |||
| 155 | 2010-07-06 Andreas Schwab <schwab@linux-m68k.org> | ||
| 156 | |||
| 157 | * movemail.c: Add MAIL_USE_POP around prototypes. | ||
| 158 | Include <string.h> if HAVE_STRING_H. | ||
| 159 | (strerror): Only declare if !HAVE_STRERROR. | ||
| 160 | (fatal): Make static. | ||
| 161 | (error): Likewise. | ||
| 162 | (pfatal_with_name): Likewise. | ||
| 163 | (pfatal_and_delete). Likewise. | ||
| 164 | (concat): Likewise. | ||
| 165 | (xmalloc): Likewise. | ||
| 166 | (popmail): Likewise. | ||
| 167 | (pop_retr): Likewise. | ||
| 168 | (mbx_write): Likewise. | ||
| 169 | (mbx_delimit_begin): Likewise. | ||
| 170 | (mbx_delimit_end): Likewise. | ||
| 171 | |||
| 172 | 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 173 | |||
| 174 | * fakemail.c (action): Convert function definitions to standard C. | ||
| 175 | (add_a_stream): | ||
| 176 | * test-distrib.c (cool_read): | ||
| 177 | (main): Likewise. | ||
| 178 | |||
| 179 | 2010-07-03 Andreas Schwab <schwab@linux-m68k.org> | ||
| 180 | |||
| 181 | * sorted-doc.c (cmpdoc): Fix signature. | ||
| 182 | (qsort_compare): Delete. | ||
| 183 | (main): Remove cast. | ||
| 184 | |||
| 185 | 2010-07-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 186 | |||
| 187 | * ebrowse.c (match_qualified_namespace_alias): Check for null pointer. | ||
| 188 | |||
| 189 | 2010-07-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 190 | |||
| 191 | Fix prototype warnings. | ||
| 192 | |||
| 193 | * ebrowse.c (match_qualified_namespace_alias): | ||
| 194 | Pass sym* to find_namespace, not link*. | ||
| 195 | |||
| 196 | * emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET. | ||
| 197 | |||
| 198 | * sorted-doc.c (qsort_compare): New typedef. | ||
| 199 | (main): Use it to cast cmpdoc. | ||
| 200 | |||
| 201 | 2010-07-03 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 202 | |||
| 203 | * update-game-score.c: Convert function definitions to standard C. | ||
| 204 | * sorted-doc.c: | ||
| 205 | * profile.c: | ||
| 206 | * pop.c: | ||
| 207 | * movemail.c: | ||
| 208 | * make-docfile.c: | ||
| 209 | * hexl.c: | ||
| 210 | * fakemail.c: | ||
| 211 | * etags.c: | ||
| 212 | * ebrowse.c: | ||
| 213 | * digest-doc.c: | ||
| 214 | * b2m.c: Likewise. | ||
| 215 | |||
| 216 | 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 217 | |||
| 218 | * make-docfile.c (xmalloc, xrealloc, concat, readline, fatal): | ||
| 219 | * b2m.c (scan_file, scan_lisp_file, scan_c_file): Convert to | ||
| 220 | standard C prototypes. | ||
| 221 | |||
| 222 | 2010-07-02 Jan Djärv <jan.h.d@swipnet.se> | ||
| 223 | |||
| 224 | * ebrowse.c: Remove P_ and __P. | ||
| 225 | * etags.c: | ||
| 226 | * movemail.c: | ||
| 227 | * pop.c: | ||
| 228 | * update-game-score.c: Likewise. | ||
| 229 | |||
| 230 | 2010-06-24 Juanma Barranquero <lekktu@gmail.com> | ||
| 231 | |||
| 232 | * movemail.c (error): Avoid warning when there are no args. | ||
| 233 | |||
| 1 | 2010-06-11 Juanma Barranquero <lekktu@gmail.com> | 234 | 2010-06-11 Juanma Barranquero <lekktu@gmail.com> |
| 2 | 235 | ||
| 3 | * makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc | 236 | * makefile.w32-in (lisp2): Fix references to vc/vc-hooks.elc |
| @@ -143,8 +376,7 @@ | |||
| 143 | 376 | ||
| 144 | 2010-01-29 Kester Habermann <kester@linuxtag.org> (tiny change) | 377 | 2010-01-29 Kester Habermann <kester@linuxtag.org> (tiny change) |
| 145 | 378 | ||
| 146 | * etags.c (Fortran_functions): Handle recursive keyword | 379 | * etags.c (Fortran_functions): Handle recursive keyword (Bug#5484). |
| 147 | (Bug#5484). | ||
| 148 | 380 | ||
| 149 | 2010-01-11 Glenn Morris <rgm@gnu.org> | 381 | 2010-01-11 Glenn Morris <rgm@gnu.org> |
| 150 | 382 | ||
| @@ -638,7 +870,7 @@ | |||
| 638 | 870 | ||
| 639 | 2008-02-01 Jason Rumney <jasonr@gnu.org> | 871 | 2008-02-01 Jason Rumney <jasonr@gnu.org> |
| 640 | 872 | ||
| 641 | * makefile.w32-in (obj): Sync with src/Makefile.in | 873 | * makefile.w32-in (obj): Sync with src/Makefile.in. |
| 642 | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions. | 874 | (TOOLTIP_SUPPORT, WINDOW_SUPPORT): New definitions. |
| 643 | (WINNT_SUPPORT): Add term/w32-win.elc. | 875 | (WINNT_SUPPORT): Add term/w32-win.elc. |
| 644 | (lisp1, lisp2): Sync with lisp in src/Makefile.in. | 876 | (lisp1, lisp2): Sync with lisp in src/Makefile.in. |
| @@ -2334,7 +2566,7 @@ | |||
| 2334 | 2566 | ||
| 2335 | * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to | 2567 | * makefile.w32-in (WINNT_SUPPORT, MOUSE_SUPPORT, lisp): Revert to |
| 2336 | using .elc files. | 2568 | using .elc files. |
| 2337 | (lisp): Sync with list in src/Makefile.in | 2569 | (lisp): Sync with list in src/Makefile.in. |
| 2338 | (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared. | 2570 | (VMS_SUPPORT, MSDOS_SUPPORT): Define, so DOC files can be shared. |
| 2339 | 2571 | ||
| 2340 | 2002-02-10 Paul Eggert <eggert@twinsun.com> | 2572 | 2002-02-10 Paul Eggert <eggert@twinsun.com> |
| @@ -6176,7 +6408,7 @@ | |||
| 6176 | (TOKEN): Member linestart removed. | 6408 | (TOKEN): Member linestart removed. |
| 6177 | (linepos, prev_linepos, lb1): Deleted. | 6409 | (linepos, prev_linepos, lb1): Deleted. |
| 6178 | (main): Call initbuffer on lbs array instead of lb1. | 6410 | (main): Call initbuffer on lbs array instead of lb1. |
| 6179 | (init): Removed the initialisation of the logical _gd array; | 6411 | (init): Removed the initialisation of the logical _gd array. |
| 6180 | (find_entries): A .sa suffix means assembler file. | 6412 | (find_entries): A .sa suffix means assembler file. |
| 6181 | (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. | 6413 | (C_create_stab): "auto", "void", "extern", "static" are st_C_typespec. |
| 6182 | All C state machines rewritten. | 6414 | All C state machines rewritten. |
| @@ -7040,7 +7272,7 @@ | |||
| 7040 | * etags.c: Changes for VMS. | 7272 | * etags.c: Changes for VMS. |
| 7041 | Always define ETAGS on VMS. | 7273 | Always define ETAGS on VMS. |
| 7042 | Define macros GOOD and BAD for success and failure exit codes. | 7274 | Define macros GOOD and BAD for success and failure exit codes. |
| 7043 | (begtk, intk): Allow `$' in identifiers | 7275 | (begtk, intk): Allow `$' in identifiers. |
| 7044 | (main): Don't support -B, -F or -u on VMS. | 7276 | (main): Don't support -B, -F or -u on VMS. |
| 7045 | Alternate loop for scanning filename arguments. | 7277 | Alternate loop for scanning filename arguments. |
| 7046 | (system): Delete definition of this function. | 7278 | (system): Delete definition of this function. |