| Commit message (Expand) | Author | Age | Files | Lines |
| * | (LIBX11_SYSTEM) [HAVE_LIBINTL and MOTIF]: Add -lintl. | Richard M. Stallman | 1997-12-21 | 1 | -0/+5 |
| * | (HAVE_LIBINTL): Add #undef. | Richard M. Stallman | 1997-12-21 | 1 | -0/+1 |
| * | (message2_nolog): Fix arg types. | Richard M. Stallman | 1997-12-21 | 1 | -1/+1 |
| * | (sys_signal): Undo previous change. | Richard M. Stallman | 1997-12-21 | 1 | -2/+2 |
| * | (Fexecute_extended_command): | Richard M. Stallman | 1997-12-21 | 1 | -4/+3 |
| * | (Fgarbage_collect): | Richard M. Stallman | 1997-12-21 | 1 | -1/+4 |
| * | (message2_nolog): New arg MULTIBYTE. | Richard M. Stallman | 1997-12-21 | 1 | -5/+6 |
| * | (Fexecute_extended_command): | Richard M. Stallman | 1997-12-21 | 1 | -1/+5 |
| * | (Vsignal_USR1_hook, Vsignal_USR2_hook): New variables. | Richard M. Stallman | 1997-12-21 | 1 | -0/+61 |
| * | (x_display_cursor): Abort if X or Y is out of range. | Richard M. Stallman | 1997-12-21 | 1 | -0/+4 |
| * | Comment changes. | Richard M. Stallman | 1997-12-21 | 1 | -2/+2 |
| * | (Fparse_partial_sexp): Return nil for 9th element | Richard M. Stallman | 1997-12-21 | 1 | -17/+19 |
| * | (Fread_variable): If DEFAULT_VALUE is symbol, use its name. | Richard M. Stallman | 1997-12-21 | 1 | -7/+29 |
| * | Comment and whitespace changes. | Richard M. Stallman | 1997-12-21 | 1 | -21/+23 |
| * | (message_dolog): Update PT and ZV properly when at end of | Richard M. Stallman | 1997-12-21 | 1 | -5/+49 |
| * | (Vread_buffer_function): New var. | Karl Heuer | 1997-12-19 | 1 | -7/+27 |
| * | (sys_signal): Add two casts. | Karl Heuer | 1997-12-11 | 1 | -2/+2 |
| * | (GROW_FAIL_STACK): Fix test for stack size at max. | Karl Heuer | 1997-12-11 | 1 | -1/+2 |
| * | (GROW_FAIL_STACK): Fix previous change: | Karl Heuer | 1997-12-09 | 1 | -3/+5 |
| * | (TYPICAL_FAILURE_SIZE): Renamed from MAX_FAILURE_ITEMS. | Karl Heuer | 1997-12-09 | 1 | -28/+42 |
| * | (Fcall_process): Don't clobber new_argv[0] | Karl Heuer | 1997-12-09 | 1 | -1/+3 |
| * | (Fcall_process): Set Vlast_coding_system_used after | Kenichi Handa | 1997-12-09 | 1 | -0/+2 |
| * | (Fget_unused_iso_final_char): New function. | Kenichi Handa | 1997-12-09 | 1 | -0/+31 |
| * | (setup_coding_system): Do not set | Kenichi Handa | 1997-12-09 | 1 | -1/+3 |
| * | (read_process_output): Fix previous change, i.e, if | Kenichi Handa | 1997-12-09 | 1 | -7/+13 |
| * | (Finsert_file_contents): Set Vlast_coding_system_used | Kenichi Handa | 1997-12-09 | 1 | -0/+4 |
| * | (Fexecute_extended_command): Fix previous change. | Kenichi Handa | 1997-12-08 | 1 | -2/+2 |
| * | (read_process_output): Allocate for coding system, if | Karl Heuer | 1997-12-08 | 1 | -0/+4 |
| * | (main): Fix the stack-limit code to calculate | Karl Heuer | 1997-12-04 | 1 | -4/+10 |
| * | (Feval_region): Doc correction (point does not move). | Karl Heuer | 1997-12-04 | 1 | -2/+1 |
| * | 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 |
| * | (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 |
| * | (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 |
| * | (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 |
| * | (describe_vector): Declaration fixed (delete `.' at the | Kenichi Handa | 1997-11-27 | 1 | -1/+2 |
| * | (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 |
| * | (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 |
| * | (discard_tty_input, init_baud_rate, | Kenichi Handa | 1997-11-27 | 1 | -0/+26 |
| * | (Fexecute_extended_command): Give Voverriding_local_map as the | Kenichi Handa | 1997-11-27 | 1 | -2/+2 |
| * | (echo_now, record_auto_save, cmd_error_internal, | Kenichi Handa | 1997-11-27 | 1 | -1/+15 |