| Commit message (Expand) | Author | Age | Files | Lines |
| * | (w32_per_char_metric): Handle non-TrueType fonts. | Andrew Innes | 2000-09-14 | 1 | -26/+50 |
| * | Standardize indentation somewhat. | Andrew Innes | 2000-09-14 | 1 | -32/+33 |
| * | (x_produce_glyphs): If the distance from the current | Gerd Moellmann | 2000-09-14 | 2 | -0/+12 |
| * | *** empty log message *** | Dave Love | 2000-09-14 | 1 | -0/+4 |
| * | (alloc_buffer_text): Fix xmalloc call. | Dave Love | 2000-09-14 | 1 | -1/+1 |
| * | (handle_fontified_prop): While running fontification | Gerd Moellmann | 2000-09-14 | 2 | -5/+50 |
| * | *** empty log message *** | Gerd Moellmann | 2000-09-14 | 1 | -0/+29 |
| * | Remove everything having to do with the use of mmap. | Gerd Moellmann | 2000-09-14 | 1 | -430/+0 |
| * | (BUFFER_ALLOC, BUFFER_REALLOC, BUFFER_FREE): Removed. | Gerd Moellmann | 2000-09-14 | 1 | -22/+2 |
| * | Move allocation with mmap here, from ralloc.c. Change | Gerd Moellmann | 2000-09-14 | 1 | -18/+549 |
| * | (make_gap): Use enlarge_buffer_text. | Gerd Moellmann | 2000-09-14 | 1 | -14/+1 |
| * | Change conditional compilation on REL_ALLOC_MMAP to | Gerd Moellmann | 2000-09-14 | 1 | -2/+2 |
| * | (mallocobj) [SYSTEM_MALLOC]: Don't add ralloc.o. | Gerd Moellmann | 2000-09-14 | 1 | -6/+0 |
| * | (USE_MMAP_FOR_BUFFERS): Define instead of REL_ALLOC_MMAP. | Gerd Moellmann | 2000-09-14 | 4 | -7/+7 |
| * | (Fplay_sound): Doc fix. | Gerd Moellmann | 2000-09-13 | 2 | -1/+3 |
| * | Avoid some more compiler warnings. | Gerd Moellmann | 2000-09-13 | 2 | -39/+56 |
| * | Add some comments about DOUG_LEA_MALLOC's use of mmap | Gerd Moellmann | 2000-09-13 | 2 | -2/+11 |
| * | Remove conditional compilation on SCALABLE_FONTS. | Gerd Moellmann | 2000-09-12 | 2 | -55/+16 |
| * | *** empty log message *** | Gerd Moellmann | 2000-09-12 | 1 | -0/+4 |
| * | (Fload): Put code checking for recursive loads in #if 0. | Gerd Moellmann | 2000-09-12 | 1 | -0/+5 |
| * | Comment fixed. | Kenichi Handa | 2000-09-12 | 1 | -100/+222 |
| * | *** empty log message *** | Kenichi Handa | 2000-09-12 | 1 | -0/+16 |
| * | (png_load, jpeg_load): Declare some variables volatile | Gerd Moellmann | 2000-09-11 | 2 | -31/+63 |
| * | (init_lread): Set Vloads_in_progress to nil. | Gerd Moellmann | 2000-09-11 | 2 | -1/+7 |
| * | (Vloads_in_progress): New variable. | Gerd Moellmann | 2000-09-11 | 2 | -4/+46 |
| * | (concat, Fsubstring, internal_equal, Fnconc): Avoid some | Gerd Moellmann | 2000-09-11 | 1 | -6/+16 |
| * | (Fbuffer_string): Doc fix. | Miles Bader | 2000-09-11 | 2 | -2/+5 |
| * | (mmap_enlarge): Don't return 0 if successful. | Gerd Moellmann | 2000-09-10 | 2 | -17/+19 |
| * | s/netbsd.h: NO_C_SOURCE->NOT_C_CODE | Ken Raeburn | 2000-09-10 | 2 | -1/+6 |
| * | (CYCLE_CHECK): Don't use the Lisp_Object returned | Gerd Moellmann | 2000-09-09 | 2 | -10/+15 |
| * | *** empty log message *** | Stefan Monnier | 2000-09-09 | 1 | -0/+4 |
| * | (Finternal_set_lisp_face_attribute): Minor thinko. | Stefan Monnier | 2000-09-09 | 1 | -8/+10 |
| * | (internal-merge-in-global-face): Fix newline in doc string. | Dave Love | 2000-09-08 | 1 | -1/+1 |
| * | (mmap_fd): Remove initializer which can make it | Gerd Moellmann | 2000-09-08 | 2 | -44/+46 |
| * | (r_alloc_init_fd): Move. Fix conditional for pcc. | Dave Love | 2000-09-08 | 1 | -12/+16 |
| * | (r_alloc_init): Conditionalize on SYSTEM_MALLOC, not REL_ALLOC_MMAP. | Dave Love | 2000-09-08 | 1 | -3/+1 |
| * | *** empty log message *** | Gerd Moellmann | 2000-09-08 | 1 | -0/+6 |
| * | (Finternal_merge_in_global_face): Return a Lisp object. | Gerd Moellmann | 2000-09-08 | 1 | -1/+3 |
| * | (dump_glyph_row): Fix printf format string. | Gerd Moellmann | 2000-09-08 | 1 | -4/+4 |
| * | (r_alloc_init_fd): Conditionalize on MAP_ANON. | Dave Love | 2000-09-08 | 2 | -0/+19 |
| * | (REL_ALLOC_MMAP): Define. | Dave Love | 2000-09-08 | 2 | -0/+3 |
| * | (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 |
| * | (Fset_keymap_parent): Check for cycles in keymap | Gerd Moellmann | 2000-09-08 | 2 | -1/+16 |
| * | (allocaobj) [!SYSTEM_MALLOC && REL_ALLOC_MMAP]: | Dave Love | 2000-09-08 | 1 | -1/+1 |
| * | (try_window_id): When trying to locate cursor in | Gerd Moellmann | 2000-09-08 | 2 | -2/+5 |
| * | (x_draw_glyphs): Handle case START and END are out | Gerd Moellmann | 2000-09-08 | 2 | -2/+9 |
| * | (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 |