| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | (GC_MARK_STACK, REL_ALLOC_MMAP): Define. | Gerd Moellmann | 2000-09-08 | 2 | -0/+11 |
| | | |||||
| * | Mention REL_ALLOC_MMAP. | Dave Love | 2000-09-08 | 1 | -0/+3 |
| | | |||||
| * | Don't include string.h (redundant). | Dave Love | 2000-09-08 | 1 | -5/+57 |
| | | | | | | | | | | | | | (MAP_ANON) [REL_ALLOC_MMAP]: Ensure it's defined. [!MAP_ANON]: Include fcntl.h. (mmap_fd) [REL_ALLOC_MMAP]: New variable. (r_alloc, r_re_alloc, r_alloc_free) (mmap_enlarge, mmap_set_vars): Use it. (r_alloc_init_fd): New function. (__morecore) [SYSTEM_MALLOC]: Don't declare. (r_alloc_init): Call r_alloc_init_fd. Conditionalize stuff on malloc type. | ||||
| * | (Fset_keymap_parent): Check for cycles in keymap | Gerd Moellmann | 2000-09-08 | 2 | -1/+16 |
| | | | | | inheritance. | ||||
| * | (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: | Dave Love | 2000-09-08 | 1 | -1/+1 |
| | | | | | Remove vm-limit.o. | ||||
| * | (try_window_id): When trying to locate cursor in | Gerd Moellmann | 2000-09-08 | 2 | -2/+5 |
| | | | | | unchanged rows at the top, handle the case that we can't find it. | ||||
| * | (x_draw_glyphs): Handle case START and END are out | Gerd Moellmann | 2000-09-08 | 2 | -2/+9 |
| | | | | | of bounds more carefully. | ||||
| * | (SHT_MIPS_DEBUG, HDRR) [__mips__]: Really confine last change to __NetBSD__. | Dave Love | 2000-09-08 | 2 | -3/+8 |
| | | |||||
| * | (compile_pattern): Check the multibyteness of cached | Kenichi Handa | 2000-09-08 | 1 | -0/+1 |
| | | | | | string and PATTERN. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-09-08 | 1 | -0/+5 |
| | | |||||
| * | (default_face_vector): Function removed. | Miles Bader | 2000-09-08 | 2 | -22/+20 |
| | | | | | | | (Finternal_merge_in_global_face): Restore old global/local attribute override order. Use inline loop instead of calling default_face_vector. | ||||
| * | (obtain, relinquish, relinquish, r_alloc_size_in_use) | Gerd Moellmann | 2000-09-07 | 2 | -20/+28 |
| | | | | | | | (get_bloc, relocate_blocs, update_heap_bloc_correspondence) (resize_bloc, r_alloc_sbrk, r_alloc_init): Add casts to `char *' where necessary, in case POINTER_TYPE is `void'. | ||||
| * | *** empty log message *** | Eli Zaretskii | 2000-09-07 | 1 | -0/+6 |
| | | |||||
| * | (make_terminal_frame): Initialize frame foreground and | Eli Zaretskii | 2000-09-07 | 1 | -1/+17 |
| | | | | | | background colors to unspecified, for the initial instance of an MSDOS frame. | ||||
| * | (mmap_find): Fix overlap computation. | Gerd Moellmann | 2000-09-07 | 2 | -8/+18 |
| | | | | | | (mmap_enlarge): Compute nbytes before trying to find an overlapping region. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-09-07 | 1 | -1/+13 |
| | | |||||
| * | (xdialog_show): When looking up the selection in | Gerd Moellmann | 2000-09-07 | 1 | -0/+6 |
| | | | | | | menu_items, take `quote' boundaries into account; this corresponds to a nil ITEM in x-popup-dialog. | ||||
| * | (syms_of_lread): Change value of regexp | Gerd Moellmann | 2000-09-07 | 1 | -1/+1 |
| | | | | | Vbytecomp_version_regexp to not match some XEmacs-compiled files. | ||||
| * | (smaller_face): Compare font heights with `<' and `>' | Gerd Moellmann | 2000-09-07 | 1 | -1/+2 |
| | | | | | instead of `!='. | ||||
| * | (MIN_CHARSET_OFFICIAL_DIMENSION1): Define it as 0x80, not 0x81. | Kenichi Handa | 2000-09-07 | 1 | -2/+2 |
| | | | | | (MIN_CHAR_OFFICIAL_DIMENSION1): Define it as ((0x81 - 0x70) << 7). | ||||
| * | (detect_coding_sjis): Check the byte sequence more regidly. | Kenichi Handa | 2000-09-07 | 2 | -3/+13 |
| | | |||||
| * | (encode_coding_sjis_big5): Fix previous change. | Kenichi Handa | 2000-09-07 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-09-07 | 1 | -2/+2 |
| | | |||||
| * | (encode_coding_sjis_big5): Use translation table for | Kenichi Handa | 2000-09-07 | 1 | -5/+5 |
| | | | | | | | encoding, not decoding. Check for the charset katakana-jisx0201, not latin-jisx0201. (ONE_MORE_CHAR): Call translate_char with CHARSET arg -1. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-09-07 | 1 | -0/+7 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-09-07 | 1 | -1/+11 |
| | | |||||
| * | (Vparam_value_alist): New variable. | Gerd Moellmann | 2000-09-07 | 1 | -1/+14 |
| | | | | | | (syms_of_xfaces): Initialize it. (Finternal_set_lisp_face_attribute): Avoid more consing. | ||||
| * | (Fframe_parameter): Handle `name' and `background-mode' | Gerd Moellmann | 2000-09-07 | 1 | -2/+10 |
| | | | | | | | | specially. (Fframe_parameter) [HAVE_X_WINDOWS]: Handle `display' specially. (Qbackground_mode): New variable. (syms_of_frame_1): Initialize Qbackground_mode. | ||||
| * | (Qdisplay): Declare extern. | Gerd Moellmann | 2000-09-07 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-09-07 | 1 | -0/+2 |
| | | |||||
| * | (Fframe_parameter): Handle `name' specially. | Gerd Moellmann | 2000-09-07 | 1 | -7/+12 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-09-07 | 1 | -0/+5 |
| | | |||||
| * | (Finternal_set_lisp_face_attribute): If FRAME is 0, | Gerd Moellmann | 2000-09-07 | 1 | -4/+15 |
| | | | | | change face on all frames, and change the default for new frames. | ||||
| * | [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: Set mallocobj. | Dave Love | 2000-09-07 | 2 | -0/+10 |
| | | |||||
| * | (MAKE_CHAR): Be sure to set MSB of C1 to 0. | Kenichi Handa | 2000-09-07 | 1 | -1/+1 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-09-07 | 1 | -0/+2 |
| | | |||||
| * | *** empty log message *** | Kenichi Handa | 2000-09-07 | 1 | -0/+6 |
| | | |||||
| * | (charset.o): Depends on composite.h. | Kenichi Handa | 2000-09-07 | 1 | -1/+2 |
| | | |||||
| * | Include composite.h | Kenichi Handa | 2000-09-07 | 1 | -2/+40 |
| | | | | | | (lisp_string_width): New function. (Fstring_width): Call lisp_string_width instead of strwidth. | ||||
| * | (read_process_output): Before inserting the decoded | Kenichi Handa | 2000-09-07 | 1 | -0/+6 |
| | | | | | text in the buffer, adjust the multibyteness. | ||||
| * | *** empty log message *** | Kenichi Handa | 2000-09-07 | 1 | -0/+5 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-09-06 | 1 | -0/+3 |
| | | |||||
| * | (set_buffer_internal_1) [REL_ALLOC_MMAP]: If | Gerd Moellmann | 2000-09-06 | 1 | -0/+11 |
| | | | | | buffer's text buffer is null, map new memory. | ||||
| * | (POINTER, SIZE) [emacs]: Define in terms of | Gerd Moellmann | 2000-09-06 | 2 | -80/+492 |
| | | | | | | | | | | | | POINTER_TYPE and size_t. (struct mmap_region) [REL_ALLOC_MMAP]: New structure. (mmap_regions, mmap_regions_1) [REL_ALLOC_MMAP]: New variables. (ROUND, MMAP_REGION_STRUCT_SIZE, MMAP_REGION, MMAP_USER_AREA) [REL_ALLOC_MMAP]: New macros. (mmap_find, mmap_free, mmap_enlarge, mmap_set_vars) (mmap_mapped_bytes, r_alloc, r_re_alloc, r_alloc_free) [REL_ALLOC_MMAP]: New functions. | ||||
| * | (Fdump_emacs) [REL_ALLOC_MMAP]: Call mmap_set_vars | Gerd Moellmann | 2000-09-06 | 1 | -0/+7 |
| | | | | | before and after unexec. | ||||
| * | (init_buffer) [REL_ALLOC_MMAP]: Map new buffer | Gerd Moellmann | 2000-09-06 | 1 | -1/+18 |
| | | | | | text buffers if necessary. | ||||
| * | (R_ALLOC_DECLARE): Removed because unused. | Gerd Moellmann | 2000-09-06 | 1 | -13/+14 |
| | | | | | | (r_alloc, r_re_alloc, r_alloc_free): Use POINTER_TYPE and size_t in prototypes. | ||||
| * | *** empty log message *** | Gerd Moellmann | 2000-09-06 | 1 | -0/+4 |
| | | |||||
| * | (HAVE_MMAP): Add #undef. | Gerd Moellmann | 2000-09-06 | 1 | -0/+1 |
| | | |||||
| * | *** empty log message *** | Gerd Moellmann | 2000-09-05 | 1 | -0/+5 |
| | | |||||