Mercurial > emacs
comparison lib-src/ChangeLog @ 35982:44c2abeca6d4
Correct recent instances of my mail address to
Francesco Potorti` <pot@gnu.org>
author | Francesco Potortì <pot@gnu.org> |
---|---|
date | Thu, 08 Feb 2001 10:25:31 +0000 |
parents | f747da74a71d |
children | ada812d91162 |
comparison
equal
deleted
inserted
replaced
35981:bb5f202a9dac | 35982:44c2abeca6d4 |
---|---|
64 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf): | 64 * ebrowse.c (matching_regexp_buffer, matching_regexp_end_buf): |
65 New variables. | 65 New variables. |
66 (matching_regexp): Use them instead of static variables in | 66 (matching_regexp): Use them instead of static variables in |
67 function scope. | 67 function scope. |
68 | 68 |
69 2001-01-25 Francesco Potorti` <pot@potorti.it> | 69 2001-01-25 Francesco Potorti` <pot@gnu.org> |
70 | 70 |
71 * etags.c (struct tok): Renamed from struct token. | 71 * etags.c (struct tok): Renamed from struct token. |
72 (token): Renamed from tok. | 72 (token): Renamed from tok. |
73 (structtype): Make it a local variable. | 73 (structtype): Make it a local variable. |
74 [DEBUG]: Use assert. | 74 [DEBUG]: Use assert. |
93 2001-01-22 Gerd Moellmann <gerd@gnu.org> | 93 2001-01-22 Gerd Moellmann <gerd@gnu.org> |
94 | 94 |
95 * ebrowse.c (xfree): New function. | 95 * ebrowse.c (xfree): New function. |
96 (member, declaration, globals): Use xmalloc instead of alloca. | 96 (member, declaration, globals): Use xmalloc instead of alloca. |
97 | 97 |
98 2001-01-15 Francesco Potorti` <pot@pot.cnuce.cnr.it> | 98 2001-01-15 Francesco Potorti` <pot@gnu.org> |
99 | 99 |
100 * etags.c (print_language_names): Print filenames in addition to | 100 * etags.c (print_language_names): Print filenames in addition to |
101 suffixes. | 101 suffixes. |
102 | 102 |
103 2001-01-14 Francesco Potorti` <pot@gnu.org> | 103 2001-01-14 Francesco Potorti` <pot@gnu.org> |
349 * etags.c (iswhite): Redefined not to consider '\0' as white | 349 * etags.c (iswhite): Redefined not to consider '\0' as white |
350 space, and use it throughout in place of isspace, thus preventing a | 350 space, and use it throughout in place of isspace, thus preventing a |
351 potential signed char to int conversion problem. | 351 potential signed char to int conversion problem. |
352 (MSDOS): #undefine befere redefining | 352 (MSDOS): #undefine befere redefining |
353 | 353 |
354 2000-02-04 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 354 2000-02-04 Francesco Potorti` <pot@gnu.org> |
355 | 355 |
356 * etags.c (many functions): Add prototypes. | 356 * etags.c (many functions): Add prototypes. |
357 | 357 |
358 2000-02-10 Dave Love <fx@gnu.org> | 358 2000-02-10 Dave Love <fx@gnu.org> |
359 | 359 |
360 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) | 360 * etags.c (pfnote, new_pfnote, C_entries, prolog_pred) |
361 (erlang_func): Add `static' to definitions to keep pcc happy. | 361 (erlang_func): Add `static' to definitions to keep pcc happy. |
362 | 362 |
363 2000-01-31 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 363 2000-01-31 Francesco Potorti` <pot@gnu.org> |
364 | 364 |
365 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. | 365 * etags.c [MSDOS]: Set MSDOS to 1 if #defined, 0 otherwise. |
366 (get_compressor_from_suffix, process_file): Use MSDOS in if clause. | 366 (get_compressor_from_suffix, process_file): Use MSDOS in if clause. |
367 (etags_strchr, etags_strrchr): Use const char * and int as arguments. | 367 (etags_strchr, etags_strrchr): Use const char * and int as arguments. |
368 (getenv, getcwd): Only declare them if necessary. | 368 (getenv, getcwd): Only declare them if necessary. |
397 1999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us> | 397 1999-12-10 Jonathan Kamens <jik@kamens.brookline.ma.us> |
398 | 398 |
399 * movemail.c (popmail): Allow mailbox specifications of the | 399 * movemail.c (popmail): Allow mailbox specifications of the |
400 form `po:username:hostname'. | 400 form `po:username:hostname'. |
401 | 401 |
402 1999-11-19 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 402 1999-11-19 Francesco Potorti` <pot@gnu.org> |
403 | 403 |
404 * etags.c (_GNU_SOURCE): Define only if undefined. | 404 * etags.c (_GNU_SOURCE): Define only if undefined. |
405 (get_scheme): Declaration deleted. | 405 (get_scheme): Declaration deleted. |
406 (main): error was called with an integer as second arg, instead of | 406 (main): error was called with an integer as second arg, instead of |
407 a char pointer. | 407 a char pointer. |
418 | 418 |
419 1999-11-03 Gerd Moellmann <gerd@gnu.org> | 419 1999-11-03 Gerd Moellmann <gerd@gnu.org> |
420 | 420 |
421 * etags.c (print_help): Change email address to send bugs to. | 421 * etags.c (print_help): Change email address to send bugs to. |
422 | 422 |
423 1999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 423 1999-11-01 Francesco Potorti` <pot@gnu.org>> |
424 | 424 |
425 * etags.c: Add suffix psw for PSWrap. | 425 * etags.c: Add suffix psw for PSWrap. |
426 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)". | 426 (L_getit): Generalize a "cp!=' '" into "!isspace(*cp)". |
427 (Postscript_functions): Add code for PSWrap. | 427 (Postscript_functions): Add code for PSWrap. |
428 (Scheme_functions): Use local pointer and new get_tag function. | 428 (Scheme_functions): Use local pointer and new get_tag function. |
472 non-zero, returns a pointer to where the extension begins; callers | 472 non-zero, returns a pointer to where the extension begins; callers |
473 changed. | 473 changed. |
474 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it | 474 [MSDOS]: Support DOS file names by handling e.g. foo.cgz as if it |
475 were foo.c.gz. | 475 were foo.c.gz. |
476 | 476 |
477 1999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 477 1999-11-01 Francesco Potorti` <pot@gnu.org> |
478 | 478 |
479 * etags.c (sym_type, C_stab_entry): New constant st_C_operator. | 479 * etags.c (sym_type, C_stab_entry): New constant st_C_operator. |
480 (fvdev): New constant foperator. | 480 (fvdev): New constant foperator. |
481 (consider_token): Use it to get "operator" in C++. | 481 (consider_token): Use it to get "operator" in C++. |
482 (C_entries): Extend length of operator@ function name. | 482 (C_entries): Extend length of operator@ function name. |
506 (lc_trans): New global. | 506 (lc_trans): New global. |
507 (main): Fill lc_trans. Process -c args. | 507 (main): Fill lc_trans. Process -c args. |
508 (add_regex): New arg determining whether to use translation table. | 508 (add_regex): New arg determining whether to use translation table. |
509 (analyse_regex): New arg. Use it for add_regex. | 509 (analyse_regex): New arg. Use it for add_regex. |
510 | 510 |
511 1999-11-01 Francesco Potorti` <F.Potorti@cnuce.cnr.it> | 511 1999-11-01 Francesco Potorti` <pot@gnu.org> |
512 | 512 |
513 * etags.c (init): Cosmetic change: NULL --> '\0'. | 513 * etags.c (init): Cosmetic change: NULL --> '\0'. |
514 (erlang_attribute): Bug corrected (uninitialized variable). | 514 (erlang_attribute): Bug corrected (uninitialized variable). |
515 (filename_is_absolute): New function replaces absolutefn macro and | 515 (filename_is_absolute): New function replaces absolutefn macro and |
516 corrects a bug. All callers changed. | 516 corrects a bug. All callers changed. |