comparison lib-src/ChangeLog @ 50102:05b7b0c519c5

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 12 Mar 2003 21:37:27 +0000
parents 4fee73e6ff97
children f7bd4869e2a8
comparison
equal deleted inserted replaced
50101:e5f56d47b52c 50102:05b7b0c519c5
1 2003-03-12 Tom Tromey <tromey@redhat.com>
2
3 * emacsclient.c (print_help_and_exit): Print to stdout. Exit
4 successfully. Added some blank lines for readability.
5 (decode_options): Don't call print_help_and_exit in default case.
6 Print version information to stdout.
7 (main): Don't call print_help_and_exit.
8
1 2003-02-15 Richard M. Stallman <rms@gnu.org> 9 2003-02-15 Richard M. Stallman <rms@gnu.org>
2 10
3 * cvtmail.c: Cast result of malloc and realloc. 11 * cvtmail.c: Cast result of malloc and realloc.
4 Don't include stdlib.h, becuase config.h does. 12 Don't include stdlib.h, becuase config.h does.
5 (malloc, realloc): Declarations deleted. 13 (malloc, realloc): Declarations deleted.
6 14
7 * yow.c (yow): Cast result of malloc and realloc. 15 * yow.c (yow): Cast result of malloc and realloc.
8 (malloc, realloc): Declarations deleted. 16 (malloc, realloc): Declarations deleted.
9 17
10 2003-02-11 Juanma Barranquero <lektu@terra.es> 18 2003-02-11 Juanma Barranquero <lektu@terra.es>
11 19