| Commit message (Expand) | Author | Age | Files | Lines |
* | (Qemacs_mule): Extern it. | Kenichi Handa | 1997-07-07 | 1 | -0/+1 |
* | (Fstart_process): If enable-multibyte-characters is | Kenichi Handa | 1997-07-07 | 1 | -4/+32 |
* | (Finsert_file_contents): If enable-multibyte-characters | Kenichi Handa | 1997-07-07 | 1 | -7/+11 |
* | (x_list_fonts): Initialize the variable LIST to Qnil. | Kenichi Handa | 1997-07-07 | 1 | -1/+1 |
* | [OSF_ALPHA]: Include sys/mbuf.h, sys/socket.h, net/route.h. | Richard M. Stallman | 1997-07-06 | 1 | -0/+3 |
* | (update_dynamic_symbols): Add cast when setting reladdr. | Richard M. Stallman | 1997-07-06 | 1 | -1/+1 |
* | (Fsignal, find_handler_clause): If ERROR_SYMBOL | Richard M. Stallman | 1997-07-05 | 1 | -9/+32 |
* | (x_set_font): Funcall Qface_set_after_frame_default. | Richard M. Stallman | 1997-07-05 | 1 | -0/+8 |
* | (x_make_frame_visible): Don't move the frame | Richard M. Stallman | 1997-07-05 | 1 | -1/+1 |
* | Include float.h before lisp.h. | Richard M. Stallman | 1997-07-05 | 3 | -6/+16 |
* | (SETUP_SYNTAX_TABLE_FOR_OBJECT): Treat nil like a buffer. | Richard M. Stallman | 1997-07-05 | 1 | -1/+1 |
* | (memory_full): Pass Qnil to Fsignal for ERROR_SYMBOL. | Richard M. Stallman | 1997-07-05 | 1 | -3/+3 |
* | (RE_TRANSLATE): Define default assuming simple integers. | Richard M. Stallman | 1997-07-04 | 1 | -0/+1 |
* | (TRANSLATE, re_search_2, re_match_2_internal,bcmp_translate): | Richard M. Stallman | 1997-07-04 | 1 | -4/+5 |
* | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 22 | -64/+90 |
* | Fix bugs with inappropriate mixing of Lisp_Object with int. | Richard M. Stallman | 1997-07-04 | 1 | -5/+9 |
* | (Fformat): Add second argument in call to Ftruncate. | Richard M. Stallman | 1997-07-04 | 1 | -1/+1 |
* | (init_system_name): Don't accept "(none)" as domain. | Richard M. Stallman | 1997-07-04 | 1 | -0/+7 |
* | (overlay_strings): Finish up previous change. | Richard M. Stallman | 1997-07-04 | 1 | -3/+6 |
* | (lisp, shortlisp): Some files moved to subdirs. | Richard M. Stallman | 1997-07-04 | 1 | -12/+12 |
* | (x_set_scroll_bar_width): By default, use enough | Richard M. Stallman | 1997-07-04 | 1 | -3/+8 |
* | [__GNU__]: Test for not NeXT. | Richard M. Stallman | 1997-07-04 | 1 | -2/+4 |
* | (LD_SWITCH_SYSTEM_TEMACS): Add #undef. | Richard M. Stallman | 1997-07-04 | 1 | -0/+1 |
* | (send_process): Make buf and temp_buf `unsigned char *'. | Richard M. Stallman | 1997-07-04 | 1 | -16/+15 |
* | (LD_SWITCH_SYSTEM_TEMACS): New variable. | Richard M. Stallman | 1997-07-03 | 1 | -1/+2 |
* | (LD_SWITCH_SYSTEM_TEMACS): Defined. Move -e here. | Richard M. Stallman | 1997-07-03 | 1 | -1/+5 |
* | (sigpause): Don't define if already defined. | Richard M. Stallman | 1997-07-02 | 1 | -0/+2 |
* | (lisp, shortlisp): Add widget.elc. | Richard M. Stallman | 1997-07-02 | 1 | -0/+8 |
* | Move #endif at the tail. | Kenichi Handa | 1997-07-02 | 1 | -1/+1 |
* | (Fstart_process): Call Ffind_operation_coding_system. | Kenichi Handa | 1997-07-02 | 1 | -6/+7 |
* | Call Ffind_operation_coding_system. | Kenichi Handa | 1997-07-02 | 1 | -6/+7 |
* | (Finsert_file_contents): Doc-string fixed. Call | Kenichi Handa | 1997-07-02 | 1 | -4/+5 |
* | (Fchar_width): Check if the current buffer has display | Kenichi Handa | 1997-07-02 | 1 | -1/+2 |
* | (Vstandard_character_unification_table_for_decode): | Kenichi Handa | 1997-07-02 | 1 | -50/+144 |
* | (struct coding_system): New members | Kenichi Handa | 1997-07-02 | 1 | -2/+3 |
* | (selection_data_to_lisp_data): Call free instead of | Kenichi Handa | 1997-07-02 | 1 | -1/+1 |
* | (re_search_2): Cast result of POS_ADDR_VSTRING. | Richard M. Stallman | 1997-07-02 | 1 | -6/+9 |
* | (Fy_or_n_p, Fyes_or_no_p): Obey use_dialog_box. | Richard M. Stallman | 1997-07-02 | 1 | -22/+34 |
* | (init_lread): Add leim subdir, like lisp subdir. | Richard M. Stallman | 1997-07-02 | 1 | -3/+18 |
* | (x_make_frame_visible): Check has_been_visible | Richard M. Stallman | 1997-07-02 | 1 | -2/+10 |
* | (overlay_str_buf): Declare as unsigned char *. | Richard M. Stallman | 1997-07-02 | 1 | -1/+1 |
* | (decode_mode_spec_coding): Clean up handling of eol conversions. | Richard M. Stallman | 1997-07-02 | 1 | -14/+31 |
* | (syms_of_coding): Change initial values of eol_mnemonic_... variables. | Richard M. Stallman | 1997-07-02 | 1 | -4/+4 |
* | (xcons): Print car and cdr in hex. | Richard M. Stallman | 1997-07-02 | 1 | -1/+10 |
* | (decode_env_path): Ensure path elements use proper directory separator. | Richard M. Stallman | 1997-07-01 | 1 | -0/+14 |
* | (make_lispy_event): Check that ISO_FUNCTION_KEY_OFFSET is defined. | Richard M. Stallman | 1997-07-01 | 1 | -0/+2 |
* | (READ_CHILD_OUTPUT): Macro deleted. | Richard M. Stallman | 1997-07-01 | 1 | -10/+4 |
* | (Fformat_time_string): Move doc string outside DEFUN. | Richard M. Stallman | 1997-07-01 | 1 | -1/+6 |
* | Delete defsubrs of Sfocus_frame and | Geoff Voelker | 1997-07-01 | 1 | -2/+0 |
* | Include charset.h. | Geoff Voelker | 1997-07-01 | 2 | -1/+2 |