| Commit message (Expand) | Author | Age | Files | Lines |
| * | (SYSTEM_MALLOC): Turn off. | Richard M. Stallman | 1993-11-13 | 1 | -1/+2 |
| * | (get_process): Add `static' to definition. | Richard M. Stallman | 1993-11-13 | 1 | -1/+1 |
| * | (syms_of_fileio): Fix missing \n\'s. | Richard M. Stallman | 1993-11-12 | 1 | -10/+10 |
| * | (Fread_key_sequence): Split the doc string with "". | Richard M. Stallman | 1993-11-12 | 1 | -1/+1 |
| * | (Fprevious_single_property_change): Fix missing \n\. | Richard M. Stallman | 1993-11-12 | 1 | -1/+1 |
| * | (Fcall_process): Clear synch_process_death and | Richard M. Stallman | 1993-11-11 | 1 | -3/+6 |
| * | (XTmouse_position): Undo roland's change. | Richard M. Stallman | 1993-11-11 | 1 | -2/+2 |
| * | [! HPUX]: Don't declare sbrk at all, so as not to conflict with headers. | Roland McGrath | 1993-11-11 | 1 | -2/+9 |
| * | (XTmouse_position): First arg is FRAME_PTR, not FRAME_PTR *. | Roland McGrath | 1993-11-10 | 1 | -1/+1 |
| * | Initial revision | Richard M. Stallman | 1993-11-10 | 1 | -0/+10 |
| * | (intervals.o): Depend on puresize.h. | Richard M. Stallman | 1993-11-10 | 1 | -1/+1 |
| * | Include puresize.h. | Richard M. Stallman | 1993-11-10 | 1 | -1/+6 |
| * | (Fraise_frame): Do like the documentation says, and make | Richard M. Stallman | 1993-11-10 | 1 | -1/+4 |
| * | (Tmouse_position): If the passed in frame is not an | Richard M. Stallman | 1993-11-10 | 1 | -0/+4 |
| * | (EMACS_GETPGRP): New macro hides argument passing to | Richard M. Stallman | 1993-11-10 | 1 | -0/+13 |
| * | (sys_suspend): Use EMACS_GETPGRP macro. | Richard M. Stallman | 1993-11-10 | 1 | -5/+1 |
| * | (main): Use EMACS_GETPGRP macro. | Richard M. Stallman | 1993-11-10 | 1 | -6/+3 |
| * | (make_pure_string): If we USE_TEXT_PROPERTIES, set the | Richard M. Stallman | 1993-11-10 | 1 | -0/+6 |
| * | Treat convex like hpux. | Richard M. Stallman | 1993-11-10 | 1 | -2/+3 |
| * | (Fskip_chars_backward, Fskip_chars_forward): Doc fix. | Richard M. Stallman | 1993-11-10 | 1 | -3/+3 |
| * | (Fforward_comment): On backward scan, exit inner loop | Richard M. Stallman | 1993-11-10 | 1 | -5/+12 |
| * | (read_input_waiting): Don't mess with meta bit | Richard M. Stallman | 1993-11-10 | 1 | -14/+20 |
| * | (skip_chars): Finish reenabling checks for buffer bounds. | Richard M. Stallman | 1993-11-10 | 1 | -11/+5 |
| * | (Fwrite_region): Fix minor bugs in POS arg to awrite. | Richard M. Stallman | 1993-11-10 | 1 | -8/+9 |
| * | (syms_of_xterm): Initialize last_mouse_scroll_bar. | Richard M. Stallman | 1993-11-10 | 1 | -0/+1 |
| * | Doc fixes. | Richard M. Stallman | 1993-11-09 | 1 | -6/+6 |
| * | (Ferase_buffer): Doc fix. | Richard M. Stallman | 1993-11-09 | 1 | -1/+1 |
| * | *** empty log message *** | Richard M. Stallman | 1993-11-06 | 1 | -8/+13 |
| * | (child_setup_tty): Make the pty handle 8-bit characters. | Richard M. Stallman | 1993-11-06 | 1 | -0/+2 |
| * | [TERM]: Include client.h. | Richard M. Stallman | 1993-11-04 | 1 | -0/+13 |
| * | [TERM]: Alternate definitions of LIBS_MACHINE and C_SWITCH_MACHINE. | Richard M. Stallman | 1993-11-04 | 1 | -3/+8 |
| * | (x_new_font): xmalloc arg was 1 too small. | Richard M. Stallman | 1993-11-03 | 1 | -1/+1 |
| * | entered into RCS | Roland McGrath | 1993-11-03 | 1 | -1/+1 |
| * | *** empty log message *** | Richard M. Stallman | 1993-11-02 | 1 | -0/+4 |
| * | (Fopen_netwrok_stream): Cast arg to inet_addr to (char *). | Brian Fox | 1993-10-25 | 1 | -1/+1 |
| * | (Freplace_match): Fix argument names to match doc string. | Brian Fox | 1993-10-25 | 1 | -10/+10 |
| * | Declare `logb' only if HAVE_LOGB is defined. | Brian Fox | 1993-10-25 | 1 | -3/+3 |
| * | (Fcopy_file): Don't allow the copying of anything other than regular | Brian Fox | 1993-10-25 | 1 | -1/+28 |
| * | (read_key_sequence): Arg prompt is now a Lisp object. | Richard M. Stallman | 1993-10-24 | 1 | -10/+9 |
| * | Add #undef HAVE_UNISTD_H so that configure can edit it correctly. | Brian Fox | 1993-10-22 | 1 | -0/+1 |
| * | (status_notify): Don't read from process if filter is t. | Richard M. Stallman | 1993-10-22 | 1 | -1/+7 |
| * | [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions. | Richard M. Stallman | 1993-10-20 | 1 | -0/+12 |
| * | (Fcar_less_than_car): Fix typo in previous change. | Richard M. Stallman | 1993-10-14 | 1 | -1/+1 |
| * | (Fdelete_overlay, Foverlay_put): Use marker_position, | Richard M. Stallman | 1993-10-14 | 1 | -4/+4 |
| * | (read_key_sequence): Allow function in key-translation-map | Richard M. Stallman | 1993-10-13 | 1 | -3/+45 |
| * | *** empty log message *** | Jim Meyering | 1993-10-12 | 1 | -0/+11 |
| * | [hpux 7] (_MAXLDBL, _NMAXLDBL): New macro definitions. | Richard M. Stallman | 1993-10-09 | 1 | -0/+10 |
| * | (Vafter_insert_file_functions): New variable. | Richard M. Stallman | 1993-10-09 | 1 | -14/+164 |
| * | (BSTRING): Define only if HAVE_BCOPY. | Richard M. Stallman | 1993-10-08 | 1 | -1/+3 |
| * | (SYSTEM_TYPE): Put into #if 0. | Richard M. Stallman | 1993-10-08 | 1 | -0/+12 |