summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* (PUSH_FAILURE_POINT, POP_FAILURE_POINT): Don't push or popRichard M. Stallman1995-08-221-34/+38
* (display_text_line): Write blanks under the entireKarl Heuer1995-08-221-5/+10
* (Qpost_command_idle_hook, Vpost_command_idle_hook): New vars.Richard M. Stallman1995-08-211-12/+39
* Include syssignal.h.Richard M. Stallman1995-08-211-0/+1
* (SA_RESTART): Add #undef.Richard M. Stallman1995-08-211-0/+4
* (NO_SOCKETS_IN_FILE_SYSTEM): Defined.Richard M. Stallman1995-08-211-3/+12
* default to user-supplied buffer.David J. MacKenzie1995-08-211-0/+5
* (POSIX_SIGNALS, CLASH_DETECTION): Defined.Richard M. Stallman1995-08-201-0/+12
* (SYSTEM_TYPE): Change to just "aix".Richard M. Stallman1995-08-201-1/+1
* (sigsetmask, _setjmp, _longjmp): Delete undefs.Richard M. Stallman1995-08-201-5/+3
* Include aix3-2-5.h, not aix3-2.h.Richard M. Stallman1995-08-201-1/+1
* Initial revisionRichard M. Stallman1995-08-191-0/+11
* (scan_sexps_forward): Fix previous change.Richard M. Stallman1995-08-191-2/+2
* (struct Lisp_Marker): Make insertion_type an unsigned int.Richard M. Stallman1995-08-191-10/+10
* (scan_sexps_forward): Use the initial depthRichard M. Stallman1995-08-161-2/+2
* (Fself_insert_command): Optimize the case with arg > 2Richard M. Stallman1995-08-161-1/+14
* (sort_args): Initialize best_priority smaller than anyKarl Heuer1995-08-151-1/+1
* (Fcall_process_region): Pass new arg to Fwrite_region.Richard M. Stallman1995-08-141-2/+2
* (Fwrite_region): New arg lockname.Richard M. Stallman1995-08-141-11/+16
* (standard_args): Fix previous change.Richard M. Stallman1995-08-141-1/+1
* (standard_args): Add option --eval to evalute anRichard M. Stallman1995-08-141-0/+1
* (Fcancel_kbd_macro_events): New function.Richard M. Stallman1995-08-131-0/+9
* (store_frame_param): Don't call set_menu_bar_lines if X.Richard M. Stallman1995-08-121-2/+3
* (TEXT_END, DATA_END): Fix the definitions.Richard M. Stallman1995-08-111-2/+2
* Test OSF1, not __osf1__.Richard M. Stallman1995-08-111-3/+5
* (ORDINARY_LINK): Define only if __osf1__.Richard M. Stallman1995-08-111-2/+1
* (x_set_menu_bar_lines) [USE_X_TOOLKIT]: When turningRichard M. Stallman1995-08-111-1/+6
* (Fformat): Limit minlen to avoid stack overflow.Richard M. Stallman1995-08-111-5/+16
* (doprnt): Error if %-width is too big.Richard M. Stallman1995-08-111-4/+2
* (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved to intel386.hRichard M. Stallman1995-08-111-8/+2
* [linux] (ULIMIT_BREAK_VALUE, SEGMENT_MASK): Moved from linux.h.Richard M. Stallman1995-08-111-0/+8
* [linux] (COFF, NO_TERMIO): Defined.Richard M. Stallman1995-08-111-0/+10
* (fatal_unexec): Use vfprintf, not _doprnt.Richard M. Stallman1995-08-111-1/+1
* (LIBS_DEBUG, START_FILES, LIBS_MACHINE): Define only if __osf1__.Richard M. Stallman1995-08-111-0/+4
* (lock_file): Use get_truename_buffer.Richard M. Stallman1995-08-091-2/+3
* (get_truename_buffer): New function.Richard M. Stallman1995-08-091-0/+18
* (read_process_output, exec_sentinel): CallRichard M. Stallman1995-08-081-8/+6
* (Freplace_match): New arg SUBEXP.Richard M. Stallman1995-08-081-26/+42
* (read_key_sequence): Undo previous change.Richard M. Stallman1995-08-081-45/+63
* [ps2]: Use nlist instead of knlist #ifdef _AIX.make-3-74-2make-3-74-1Roland McGrath1995-08-071-1/+1
* (signal_before_change, signal_after_change): FixKarl Heuer1995-08-071-4/+4
* (doprnt): Don't let size_bound be gigantic. Fix error message.Richard M. Stallman1995-08-071-1/+6
* (redisplay): Compute mini_frame the same way echo_area_display does.Richard M. Stallman1995-08-061-2/+5
* (run_hook_with_args): Move the GCPRO2; add UNGCPRO.Richard M. Stallman1995-08-061-2/+4
* (Qbefore_change_functions, Qafter_change_functions): Declared.Richard M. Stallman1995-08-051-0/+2
* (Qbefore_change_functions, Qafter_change_functions): New variables.Richard M. Stallman1995-08-051-8/+14
* (signal_before_change, signal_after_change): Major rewrite.Richard M. Stallman1995-08-051-119/+59
* (Fdisplay_completion_list): gcpro elt.Richard M. Stallman1995-08-051-4/+7
* (print_string): Use insert_from_string for output to buffer.Richard M. Stallman1995-08-051-2/+10
* (run_hook_with_args): Add gcpros.Richard M. Stallman1995-08-051-0/+57