summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Fix -Wimplicit warnings.Andreas Schwab1998-04-1452-92/+392
* (Fset_buffer_multibyte): Do nothing if nothing actuallyAndreas Schwab1998-04-141-0/+4
* (code_convert_region): Call adjust_after_insert alsoAndreas Schwab1998-04-141-1/+5
* (Finsert_file_contents): Call adjust_after_insert alsoAndreas Schwab1998-04-141-0/+3
* (code_convert_string): Give decode_coding correct byteKenichi Handa1998-04-141-1/+1
* automatically generated from GPLed versionmake-3-75-93gcc-2_8_1-980426gcc-2_8_1-980419Ulrich Drepper1998-04-141-1/+1
* automatically generated from GPLed versionUlrich Drepper1998-04-141-1/+1
* (strout): Convert old echo area to multibyte, like printchar.Karl Heuer1998-04-131-5/+37
* (buf_charpos_to_bytepos, buf_bytepos_to_charpos):Karl Heuer1998-04-131-8/+12
* (Fcompute_motion): Check that TO and FROM are in range.Karl Heuer1998-04-131-0/+5
* (dosv_refresh_virtual_screen): Do not use negative arguments.Eli Zaretskii1998-04-131-7/+5
* (temp_output_buffer_setup): Clear out overlays,Karl Heuer1998-04-121-0/+6
* (re_match_2, re_search_2): Convert position to a charpos,Karl Heuer1998-04-121-8/+12
* (SETUP_SYNTAX_TABLE_FOR_OBJECT): FROM counts chars.Karl Heuer1998-04-121-19/+20
* (print) <Lisp_String>: Fix "\ " handling.Karl Heuer1998-04-121-4/+7
* (display_text_line): When handling selective > 0,Karl Heuer1998-04-121-0/+1
* (set_internal, Fmakunbound): Fix previous change.Karl Heuer1998-04-121-4/+2
* (LINKER): Add definition.Karl Heuer1998-04-111-0/+7
* (set_internal, Fmakunbound): No error if settingKarl Heuer1998-04-111-2/+4
* (Fbuffer_has_markers_at): Fix termination condition.Karl Heuer1998-04-091-1/+1
* (min, max): Make these macros, not functions.Karl Heuer1998-04-091-27/+25
* (min, max): Define as macros.Karl Heuer1998-04-093-0/+15
* * print.c (print): Avoid `min'/`max' as variable names.Karl Heuer1998-04-091-3/+3
* (relocate_fd): Avoid `min'/`max' as variable names.Karl Heuer1998-04-091-5/+5
* (minmax): New macro.Karl Heuer1998-04-091-2/+3
* Delete incorrect prototype of report_file_error.Karl Heuer1998-04-091-1/+1
* (unrequest_sigio, request_sigio): Fix prototype.Karl Heuer1998-04-091-4/+4
* (set_frame_menubar): Call Fset_match_data, notKarl Heuer1998-04-091-1/+1
* (abort): Don't redefine on DOS_NT.Karl Heuer1998-04-091-1/+1
* (string_to_non_ascii_char): Include garbage bytes (ifKenichi Handa1998-04-091-18/+59
* (MULTIBYTE_FORM_LENGTH): Don't check LEN here.Kenichi Handa1998-04-091-4/+3
* (display_text_line): Code for displaying a character byKenichi Handa1998-04-091-50/+43
* (keyword_symbols_constant_flag): New variable.Karl Heuer1998-04-081-2/+15
* (init_dosfns): Fix bug in passing segment address of the transfer buffer.Eli Zaretskii1998-04-081-1/+1
* (fix_submap_inheritance): Fix parens.Karl Heuer1998-04-081-2/+2
* (make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.Richard M. Stallman1998-04-081-0/+2
* (redisplay_window): If updating mode line,Richard M. Stallman1998-04-081-7/+30
* (Fmake_temp_name): Detect error return from mktemp.Karl Heuer1998-04-081-1/+5
* (string_to_non_ascii_char, multibyte_form_length)Karl Heuer1998-04-082-9/+10
* (abort): Don't redefine on MSDOS.Karl Heuer1998-04-081-1/+4
* (Fwin16_set_clipboard_data): Call message2 with 3Karl Heuer1998-04-081-1/+1
* (CHAR_STRING): Cast to unsigned char ** explicitly.Karl Heuer1998-04-081-1/+1
* (request_sigio, unrequest_sigio): Make consistent withKarl Heuer1998-04-081-2/+2
* (kill_buffer_processes): Make consistent withKarl Heuer1998-04-081-0/+1
* Include <utmp.h> only if CLASH_DETECTION isKarl Heuer1998-04-081-1/+2
* (describe_command): Use quotes around symbol name.Karl Heuer1998-04-081-1/+2
* (main): Obey environment variable EMACS_UNIBYTE asDave Love1998-04-071-2/+3
* (re_match_2) <anychar>: In unibyte case, set buf_ch as unsigned.Karl Heuer1998-04-071-1/+1
* (GSSAPI, HAVE_LIBGSSAPI_KRB5, HAVE_LIBGSSAPI, HAVE_GSSAPI_H):Karl Heuer1998-04-071-0/+7
* (re_match_2_internal): Declare buf_ch unsigned int.Richard M. Stallman1998-04-071-2/+2