From 46d33884f2f1061ae1a77c26928f97d573e57c6c Mon Sep 17 00:00:00 2001 From: rcyeske Date: Fri, 2 Mar 2001 06:06:23 +0000 Subject: * ratpoison.h (xmalloc, xrealloc, fatal): Prototype. * main.c (xmalloc): Move here from sbuf.c. (xrealloc): Likewise. (fatal): Likewise. * number.c (find_empty_cell): Use xrealloc, remove error check. (init_numbers): Likewise. * manage.c (get_window_name): Likewise. * main.c (main): Likewise. * list.c (add_to_window_list): Likewise. (add_to_window_list): Likewise. * events.c (handle_key): Likewise. * input.c (keysym_to_string): Likewise. (get_more_input): Use xrealloc, remove error check. * main.c (read_rc_file): Take a file pointer rather than a filename. (read_startup_files): If ~/.ratpoisonrc is not readable try /etc/ratpoisonrc. --- src/ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 8de2f21..21151e8 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,26 @@ 2001-03-01 Ryan Yeske + * ratpoison.h (xmalloc, xrealloc, fatal): Prototype. + + * main.c (xmalloc): Move here from sbuf.c. + (xrealloc): Likewise. + (fatal): Likewise. + + * number.c (find_empty_cell): Use xrealloc, remove error check. + (init_numbers): Likewise. + + * manage.c (get_window_name): Likewise. + + * main.c (main): Likewise. + + * list.c (add_to_window_list): Likewise. + (add_to_window_list): Likewise. + + * events.c (handle_key): Likewise. + + * input.c (keysym_to_string): Likewise. + (get_more_input): Use xrealloc, remove error check. + * actions.c (cmd_source): Open the file. Error report as appropriate. (cmd_windows): Call current_screen() to find the current screen. -- cgit v1.2.3