aboutsummaryrefslogtreecommitdiffstats
path: root/src (follow)
Commit message (Expand)AuthorAgeFilesLines
* (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
* Don't include <string.h> when configuring.Richard M. Stallman1998-04-071-0/+3
* (Fdirectory_files): Use make_uninit_multibyte_string.Karl Heuer1998-04-061-3/+4
* (Flength): Doc fix.Andreas Schwab1998-04-061-2/+2
* (unexec): Account for possible padding before the old .bssAndreas Schwab1998-04-061-1/+3
* (Ftranspose_regions): Fix order of parameters for replace_range.Andreas Schwab1998-04-061-2/+2
* (Fdirectory_files): GCPRO encoded_directory and list.Andreas Schwab1998-04-061-20/+20
* (gc_sweep): Avoid using two loop variables counting theAndreas Schwab1998-04-061-21/+25
* (Fstring_as_unibyte): Set size_byte field to -1.Kenichi Handa1998-04-061-0/+1
* (print) <Lisp_String>: Follow a hex escape with `\ ' if nec.Richard M. Stallman1998-04-051-0/+13
* Fix previous change.Richard M. Stallman1998-04-051-0/+1
* (make_frame_without_minibuffer): Conditionalize on HAVE_WINDOW_SYSTEM.Richard M. Stallman1998-04-041-0/+2
* (Fmessage_box): Pass the missing third argumentRichard M. Stallman1998-04-041-1/+2
* (regex_compile) [!MATCH_MAY_ALLOCATE]: Fix paren error.Richard M. Stallman1998-04-041-1/+1
* (set_intervals_multibyte): Function moved after set_intervals_multibyte_1.Richard M. Stallman1998-04-031-15/+13
* (compile_range): Unused function deleted.Richard M. Stallman1998-04-031-97/+133
* (Fmake_variable_frame_local): Doc fix.Richard M. Stallman1998-04-031-8/+7
* (Fstring_as_multibyte): Never return unibyte string unchanged.Richard M. Stallman1998-04-021-8/+6
* (main): Add [--unibyte] to usage.Dave Love1998-04-021-1/+1
* (RE_TRANSLATE): Use char_table_translate.Richard M. Stallman1998-04-021-1/+1
* (char_table_translate): New function.Richard M. Stallman1998-04-021-0/+17
* (redisplay_window): Fix computing pos from last_point.Richard M. Stallman1998-04-021-5/+8
* (buf_charpos_to_bytepos): Delete local variable gapend_byte.Kenichi Handa1998-04-021-1/+0
* (CHARSET_OK): Don't reject safe charsets.Kenichi Handa1998-04-021-5/+8