| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Fix comment (avoid spurious "unterminated comment" warning) | Karl Heuer | 1997-12-04 | 1 | -21/+22 |
| | | |||||
| * | Comment fix (to avoid "unterminated comment" warning). | Karl Heuer | 1997-12-04 | 1 | -1/+3 |
| | | |||||
| * | (create_process, deactivate_process, close_process_descs): | Andreas Schwab | 1997-11-28 | 1 | -1/+6 |
| | | | | | | (kill_buffer_processes, status_notify): Return void. (Fstart_process): Cast arg to create_process. | ||||
| * | (describe_map): Fix decl of arg ELT_DESCRIBER. | Andreas Schwab | 1997-11-28 | 1 | -1/+1 |
| | | |||||
| * | (Fsuspend_emacs): Cast init_sys_modes when calling | Andreas Schwab | 1997-11-28 | 1 | -1/+2 |
| | | | | | record_unwind_protect. | ||||
| * | (reset_sigio): Return void. | Andreas Schwab | 1997-11-28 | 1 | -0/+1 |
| | | |||||
| * | (do_autoload): Return void. | Andreas Schwab | 1997-11-28 | 1 | -0/+1 |
| | | |||||
| * | (internal_with_output_to_temp_buffer): | Andreas Schwab | 1997-11-28 | 2 | -2/+2 |
| | | | | | Don't declare arg type taken by 2nd arg. | ||||
| * | (message): Declare a as char *[3]. | Andreas Schwab | 1997-11-28 | 1 | -4/+4 |
| | | |||||
| * | (malloc_warning, display_malloc_warning): Return void. | Andreas Schwab | 1997-11-28 | 1 | -0/+7 |
| | | | | | (memory_full, free_cons, free_marker): Likewise. | ||||
| * | (describe_vector): Declaration fixed (delete `.' at the | Kenichi Handa | 1997-11-27 | 1 | -1/+2 |
| | | | | | | tail of type `void'. (fix_submap_inheritance): Declare it as void. | ||||
| * | (record_delete, record_marker_adjustment): Declare them as void. | Kenichi Handa | 1997-11-27 | 1 | -0/+3 |
| | | |||||
| * | (record_change, record_first_change, | Kenichi Handa | 1997-11-27 | 1 | -0/+3 |
| | | | | | record_property_change): Declare it as void. | ||||
| * | (invalidate_current_column): Declare it as void. | Kenichi Handa | 1997-11-27 | 1 | -0/+1 |
| | | |||||
| * | (report_file_error): Declare it as void. | Kenichi Handa | 1997-11-27 | 1 | -0/+1 |
| | | |||||
| * | (unlock_buffer): Declare it as void. | Kenichi Handa | 1997-11-27 | 1 | -0/+1 |
| | | |||||
| * | (nsberror, record_buffer, validate_region, | Kenichi Handa | 1997-11-27 | 1 | -0/+4 |
| | | | | | fix_overlay_before): Declare them as void. | ||||
| * | (discard_tty_input, init_baud_rate, | Kenichi Handa | 1997-11-27 | 1 | -0/+26 |
| | | | | | | | | wait_for_termination, flush_pending_output, child_setup_tty, sys_suspend, sys_subshell, init_sigio, request_sigio, unrequest_sigio, init_sys_modes, get_frame_size, reset_sys_modes, setup_pty): Declare them as void. | ||||
| * | (Fexecute_extended_command): Give Voverriding_local_map as the | Kenichi Handa | 1997-11-27 | 1 | -2/+2 |
| | | | | | first arg to Faref. | ||||
| * | (echo_now, record_auto_save, cmd_error_internal, | Kenichi Handa | 1997-11-27 | 1 | -1/+15 |
| | | | | | | | | | | | start_polling, stop_polling, bind_polling_period, timer_start_idle, timer_stop_idle, gobble_input, record_asynch_buffer_change, clear_input_pending, stuff_buffered_input, clear_waiting_for_input, quit_throw_to_read_char): Declare these as void. (Fsuspend_emacs): Delete unnecessary extern declaration for init_sys_mode. | ||||
| * | (x_make_frame_visible): Give dummy arg to | Kenichi Handa | 1997-11-27 | 1 | -1/+1 |
| | | | | | input_poll_signal. | ||||
| * | (redisplay_preserve_echo_area): Declare it as void. | Kenichi Handa | 1997-11-27 | 1 | -0/+1 |
| | | |||||
| * | (strwidth): Remove extra argument to buffer_display_table. | Kenichi Handa | 1997-11-27 | 1 | -1/+1 |
| | | |||||
| * | automatically generated from GPLed version | Ulrich Drepper | 1997-11-26 | 1 | -16/+8 |
| | | |||||
| * | (SPLIT_STRING): Remove extra argument to | Andreas Schwab | 1997-11-25 | 1 | -1/+1 |
| | | | | | split_non_ascii_string. | ||||
| * | Add prototypes. | Andreas Schwab | 1997-11-25 | 1 | -9/+9 |
| | | | | | | | | (delete_window): Fix return type. (set_window_height): Likewise. (set_window_width): Likewise. (change_window_height): Likewise. | ||||
| * | (Fx_disown_selection_internal): Fix type of EVENT. | Andreas Schwab | 1997-11-25 | 1 | -2/+2 |
| | | |||||
| * | Add prototypes. | Andreas Schwab | 1997-11-25 | 4 | -23/+35 |
| | | |||||
| * | Add prototypes. | Andreas Schwab | 1997-11-25 | 1 | -2/+7 |
| | | | | | | (save_signal_handlers): Make static. (restore_signal_handlers): Likewise. | ||||
| * | Include "intervals.h" for prototypes. | Andreas Schwab | 1997-11-25 | 1 | -0/+1 |
| | | |||||
| * | (free_fontset_data): Don't free null pointer. | Richard M. Stallman | 1997-11-25 | 1 | -10/+13 |
| | | |||||
| * | ($(BLD)\strftime.obj): No need to compile with -Dstrftime=emacs_strftime. | Paul Eggert | 1997-11-24 | 1 | -1/+0 |
| | | |||||
| * | (strftime.o): | Paul Eggert | 1997-11-24 | 1 | -1/+0 |
| | | | | | No need to compile with -Dstrftime=emacs_strftime any more. | ||||
| * | (emacs_strftime): New decl. | Paul Eggert | 1997-11-24 | 1 | -4/+6 |
| | | | | | | (Fformat_time_string): Doc fix: %b, %h, %B, %a, %A, and %p depend on locale; don't use actual chars to describe %n and %t. | ||||
| * | (HAVE_STRFTIME): New undef. | Paul Eggert | 1997-11-24 | 1 | -0/+1 |
| | | |||||
| * | (back_comment): Handle 2-char comment starts | Karl Heuer | 1997-11-23 | 1 | -17/+12 |
| | | | | | when reaching the first of the pair. | ||||
| * | (copy_keymap_1): Fix return type. | Andreas Schwab | 1997-11-21 | 1 | -12/+10 |
| | | | | | | | | | (accessible_keymaps_char_table): Likewise. (where_is_internal_2): Likewise. (describe_vector_princ): Likewise. (Ftext_char_description): Fix type of `str'. (describe_vector): Likewise. Protoize parameter. | ||||
| * | Add prototypes and more function declarations. | Andreas Schwab | 1997-11-21 | 3 | -39/+92 |
| | | |||||
| * | (traverse_intervals): Protoize parameter. | Andreas Schwab | 1997-11-21 | 1 | -1/+1 |
| | | |||||
| * | Protoize function declarations. | Andreas Schwab | 1997-11-21 | 1 | -4/+7 |
| | | |||||
| * | Protoize functions declarations. | Andreas Schwab | 1997-11-21 | 1 | -6/+8 |
| | | |||||
| * | * fns.c (map_char_table): Protoize parameter. | Andreas Schwab | 1997-11-21 | 1 | -1/+2 |
| | | |||||
| * | (close_file_unwind): Fix return type and return nil. | Andreas Schwab | 1997-11-21 | 1 | -0/+4 |
| | | | | | (restore_point_unwind): Likewise. | ||||
| * | (record_unwind_protect): Protoize parameter. | Andreas Schwab | 1997-11-21 | 1 | -1/+1 |
| | | |||||
| * | (Fchar_to_string): Declare `workbuf' as unsigned char. | Andreas Schwab | 1997-11-21 | 1 | -3/+5 |
| | | | | | | (general_insert_function): Likewise. Protoize parameters. Define as returning nothing. | ||||
| * | (doprnt1): Declare `charbuf' as unsigned char. | Andreas Schwab | 1997-11-21 | 1 | -1/+1 |
| | | |||||
| * | Add prototypes. Remove declaration of obsolete | Andreas Schwab | 1997-11-21 | 1 | -8/+3 |
| | | | | | functions. | ||||
| * | Add more prototypes and function declarations. | Andreas Schwab | 1997-11-21 | 2 | -5/+22 |
| | | |||||
| * | (setup_ccl_program): Define as returning nothing. | Andreas Schwab | 1997-11-21 | 1 | -0/+1 |
| | | |||||
| * | Add declaration of setup_ccl_program and ccl_driver. | Andreas Schwab | 1997-11-21 | 1 | -0/+7 |
| | | |||||