summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (ccl_driver): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-1/+1
* (Fmake_category_set): Use XSETFASTINT.Karl Heuer1997-04-101-1/+2
* (Ffind_coding_system): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-2/+2
* (ONE_BYTE_CHAR_WIDTH, Fconcat_chars): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-4/+4
* (delete_window): Don't return value from void function.Karl Heuer1997-04-101-6/+10
* (Fx_popup_menu): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-3/+5
* (DISP_TABLE_P): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-1/+1
* (display_text_line): Don't use Lisp_Object as integer.Karl Heuer1997-04-101-3/+4
* (Fframe_or_buffer_changed_p): Use EQ, not ==.Karl Heuer1997-04-101-1/+1
* (BSD_SYSTEM): Alternate definition for FreeBSD v3.Richard M. Stallman1997-04-101-0/+2
* (GETPGRP_NO_ARG): If Glibc 2.1 or later,Richard M. Stallman1997-04-091-0/+8
* (mallocobj): Don't add gmalloc if using glibc.Richard M. Stallman1997-04-091-4/+8
* Update copyright year.Richard M. Stallman1997-04-091-1/+1
* (DOUG_LEA_MALLOC): Add #undef.Richard M. Stallman1997-04-091-1/+4
* (malloc_get_state, malloc_set_state): New declarations.Richard M. Stallman1997-04-091-0/+24
* For glibc's malloc, include <malloc.h> for mallinfo,Richard M. Stallman1997-04-091-3/+39
* (init_casetab_once): Initialize the purpose slot.Richard M. Stallman1997-04-081-0/+1
* Last-minute changed for 3.75.1Paul D. Smith1997-04-071-2/+2
* Changes for make 3.75.1Paul D. Smith1997-04-071-4/+4
* (disp_char_vector): Extern it.Kenichi Handa1997-04-071-1/+3
* (Vhighlight_wrong_size_font, Vclip_large_size_font):Kenichi Handa1997-04-071-0/+13
* (Vhighlight_wrong_size_font, Vclip_large_size_font): Extern them.Kenichi Handa1997-04-071-0/+2
* (lisp, shortlisp): Include english.elc and tibetan.elc.Kenichi Handa1997-04-071-0/+4
* (Fmake_char_table): Adjusted for the new structure ofKenichi Handa1997-04-071-2/+18
* (describe_vector): Adjusted for the new structure of Lisp_Char_Table.Kenichi Handa1997-04-071-37/+65
* (CHAR_TABLE_STANDARD_SLOTS): Now 4 more slots thanKenichi Handa1997-04-071-10/+41
* (read1): Adjusted for the new structure of Lisp_Char_Table.Kenichi Handa1997-04-072-0/+19
* (category-table-p): Check only type and purpose.Kenichi Handa1997-04-071-51/+58
* (ccl_driver): Fix bug of the case CCL_WriteArrayReadJump.Kenichi Handa1997-04-071-6/+6
* (non_ascii_char_to_string, update_charset_table,Kenichi Handa1997-04-071-10/+8
* (CHARSET_TABLE_ENTRY): Handle ASCII charset correctly.Kenichi Handa1997-04-071-7/+8
* (detect_coding_iso2022, detect_coding_mask): IgnoreKenichi Handa1997-04-071-19/+26
* (Faref, Faset): Adjusted for the new structure ofKenichi Handa1997-04-071-50/+53
* (copy_sub_char_table): New function.Kenichi Handa1997-04-071-54/+75
* (disp_char_vector): New function to be used from theKenichi Handa1997-04-071-0/+37
* (dumpglyphs): Clip and highlight glyphs displayed withKenichi Handa1997-04-071-16/+16
* (init_cmdargs) [MSDOS]: Make the change that setsEli Zaretskii1997-04-061-0/+10
* (Ffind_coding_system): Doc fix.Richard M. Stallman1997-04-051-12/+22
* (Fcopy_sequence): Delete unused variable.Karl Heuer1997-04-031-7/+6
* Fix comment typo.Karl Heuer1997-04-031-1/+1
* (CHAR_TABLE_REF): Fix syntax error.Karl Heuer1997-04-031-7/+3
* [!__GNUC__] (CATEGORY_SET): Fix syntax error.Karl Heuer1997-04-031-1/+1
* (Fcopy_file): Fix error message.Richard M. Stallman1997-04-021-1/+1
* (Finsert_file_contents): Handle non-regular files.Richard M. Stallman1997-04-021-19/+47
* (Finsert_file_contents): When handling REPLACE,Richard M. Stallman1997-04-021-55/+77
* (skip_chars): Make `c' an unsigned int.Richard M. Stallman1997-04-021-1/+1
* (change_frame_size_1): Call Fset_window_buffer,Richard M. Stallman1997-04-021-0/+4
* (Qwindow_configuration_change_hook): New variable.Richard M. Stallman1997-04-021-7/+48
* (Fuser_variable_p): If not a symbol, return nil.Richard M. Stallman1997-04-011-0/+3
* (Finsert_file_contents): Determine the character codingRichard M. Stallman1997-04-011-35/+198