| Commit message (Expand) | Author | Age | Files | Lines |
| * | (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 |
| * | Declare allocate_vectorlike. | Karl Heuer | 1994-11-16 | 1 | -0/+7 |
| * | (make_dummy_parent, make_window): Use allocate_vectorlike and VECSIZE. | Karl Heuer | 1994-11-16 | 1 | -18/+20 |
| * | (make_process): Use allocate_vectorlike and VECSIZE. | Karl Heuer | 1994-11-16 | 1 | -11/+8 |
| * | (Fmake_vector): Call allocate_vectorlike. | Karl Heuer | 1994-11-16 | 1 | -11/+22 |
| * | Delete declaration of Farray_length. | Karl Heuer | 1994-11-16 | 1 | -1/+1 |
| * | (Farray_length): Delete this obsolete function. | Karl Heuer | 1994-11-16 | 1 | -19/+16 |
| * | (Flength): Don't call Farray_length, just use size field. | Karl Heuer | 1994-11-16 | 1 | -9/+8 |
| * | Fix indentation. | Karl Heuer | 1994-11-16 | 1 | -3/+2 |
| * | Fix typo in comment. | Karl Heuer | 1994-11-16 | 1 | -1/+1 |
| * | (Fdo_auto_save): Use the new type-test macros. | Karl Heuer | 1994-11-16 | 1 | -2/+1 |