| Commit message (Expand) | Author | Age | Files | Lines |
| * | (Fminibuffer_complete_and_exit): Catch errors in do_completion. | Richard M. Stallman | 1994-11-28 | 1 | -1/+26 |
| * | (internal_delete_file, internal_delete_file_1): New functions. | Richard M. Stallman | 1994-11-28 | 1 | -1/+18 |
| * | (delete_temp_file): Use internal_delete_file. | Richard M. Stallman | 1994-11-28 | 1 | -2/+2 |
| * | (Fkill_buffer): Use internal_delete_file. | Richard M. Stallman | 1994-11-28 | 1 | -1/+1 |
| * | (Fx_synchronize): Fix doc string syntax. | Richard M. Stallman | 1994-11-28 | 1 | -1/+1 |
| * | Fix erroneous comment syntax. | Richard M. Stallman | 1994-11-28 | 1 | -2/+2 |
| * | (NEED_UNISTD_H): Defined. | Richard M. Stallman | 1994-11-28 | 3 | -0/+9 |
| * | Have just one conditional to include unistd.h. | Richard M. Stallman | 1994-11-28 | 1 | -11/+2 |
| * | * m/delta.h (C_SWITCH_MACHINE): -inline-functions removed, | Francesco Potortì | 1994-11-24 | 1 | -4/+2 |
| * | (command_loop_1): Use safe_run_hooks to run | Richard M. Stallman | 1994-11-24 | 1 | -1/+5 |
| * | (syms_of_keyboard): Doc fix. | Richard M. Stallman | 1994-11-23 | 1 | -1/+9 |
| * | (Fy_or_n_p): Handle exit-prefix in query-replace-map. | Richard M. Stallman | 1994-11-23 | 1 | -0/+4 |
| * | (save_search_regs): Add declaration. | Richard M. Stallman | 1994-11-22 | 1 | -0/+1 |
| * | Initial revision | Richard M. Stallman | 1994-11-22 | 1 | -0/+4 |
| * | (OBJECTS_MACHINE): Define only if AIXHFT. | Richard M. Stallman | 1994-11-22 | 1 | -0/+3 |
| * | (AIXHFT): Defined. | Richard M. Stallman | 1994-11-22 | 1 | -0/+3 |
| * | (init_sys_modes): Tes AIXHFT, not AIX. | Richard M. Stallman | 1994-11-22 | 1 | -6/+6 |
| * | (Fdisplay_buffer): Use `b' to read existing buffer name. | Richard M. Stallman | 1994-11-22 | 1 | -1/+1 |
| * | add symbols for --with-pop, --with-kerberos, --with-hesiod | David J. MacKenzie | 1994-11-22 | 1 | -0/+11 |
| * | Added code for automatically saving and restoring the match data | Francesco Potortì | 1994-11-21 | 4 | -1/+68 |
| * | (sort_args): New function. | Richard M. Stallman | 1994-11-19 | 1 | -16/+221 |
| * | (re_compile_fastmap): Really, really treat `succeed' like end. | Richard M. Stallman | 1994-11-19 | 1 | -0/+2 |
| * | (re_compile_fastmap): Really treat `succeed' like end. | Richard M. Stallman | 1994-11-19 | 1 | -8/+14 |
| * | (struct regexp_cache): New field `posix'. | Richard M. Stallman | 1994-11-19 | 1 | -35/+154 |
| * | (init_filelock): Add missing semicolon. | Richard M. Stallman | 1994-11-18 | 1 | -1/+1 |
| * | (Fload): Call Fsubstitute_in_file_name after trying handler. | Richard M. Stallman | 1994-11-18 | 1 | -1/+5 |
| * | (recompute_width_table): Do the right thing if no previous table existed. | Karl Heuer | 1994-11-18 | 1 | -7/+5 |
| * | (enum Lisp_Misc_Type): Rename Lisp_Vector to Lisp_Vectorlike. Mark | Karl Heuer | 1994-11-18 | 1 | -11/+37 |
| * | (Fpurecopy): Use type test macros. | Karl Heuer | 1994-11-18 | 1 | -4/+5 |
| * | (Fsingle_key_description): Use type test macros. | Karl Heuer | 1994-11-18 | 1 | -12/+7 |
| * | (SET_FRAME, key_event, do_mouse_event): Use accessor macros. | Karl Heuer | 1994-11-18 | 1 | -6/+6 |
| * | (Fvconcat, concat): Use Lisp_Vectorlike. | Karl Heuer | 1994-11-18 | 1 | -2/+2 |
| * | (Fpurecopy): Use type test macros. | Karl Heuer | 1994-11-18 | 1 | -40/+23 |
| * | (XSETCOMPILED): New macro. | Karl Heuer | 1994-11-18 | 1 | -0/+1 |
| * | (Fdocumentation): Use type test macros. | Karl Heuer | 1994-11-18 | 1 | -18/+17 |
| * | (print): Use type test macros. | Karl Heuer | 1994-11-18 | 1 | -160/+137 |
| * | (re_compile_fastmap): Treat `succeed' like end of pattern. | Karl Heuer | 1994-11-18 | 1 | -1/+1 |
| * | (lock_dir, superlock_file, MAKE_LOCK_NAME): | Richard M. Stallman | 1994-11-17 | 1 | -31/+31 |
| * | (init_filelock): Always copy lock_path. | Richard M. Stallman | 1994-11-17 | 1 | -6/+8 |
| * | (try_window, display_text_line): Undo previous change. | Richard M. Stallman | 1994-11-16 | 1 | -15/+11 |
| * | [NOT_C_CODE]: Include fcntl.h. | Roland McGrath | 1994-11-16 | 1 | -0/+6 |
| * | (Fdirectory_files): Pass new arg to `compile_pattern'. | Richard M. Stallman | 1994-11-16 | 1 | -2/+2 |
| * | (re_opcode_t): New opcode `succeed' | Richard M. Stallman | 1994-11-16 | 1 | -1/+15 |
| * | (RE_NO_POSIX_BACKTRACKING): New macro. | Richard M. Stallman | 1994-11-16 | 1 | -0/+4 |
| * | (try_window): Don't pass window to Fget_char_property; pass its buffer. | Roland McGrath | 1994-11-16 | 1 | -11/+15 |
| * | * Makefile.in.in (TAGS): The new etags allows tagging DEFVARs. | Francesco Potortì | 1994-11-16 | 1 | -1/+2 |
| * | (Fopen_dribble_file): Call fclose only when dribble is non zero. | Richard M. Stallman | 1994-11-16 | 1 | -2/+5 |
| * | (Fcurrent_window_configuration): Use allocate_vectorlike and VECSIZE. | Karl Heuer | 1994-11-16 | 1 | -10/+7 |
| * | (access_keymap): Use type test macros. | Karl Heuer | 1994-11-16 | 1 | -19/+15 |
| * | (make_frame): Use allocate_vectorlike and VECSIZE. | Karl Heuer | 1994-11-16 | 1 | -7/+9 |