| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (Fformat): Cast int to pointer by way of EMACS_INT. | Richard M. Stallman | 1995-04-07 | 1 | -5/+5 |
| * | (search_buffer): Avoid casting trt to int. | Richard M. Stallman | 1995-04-07 | 1 | -9/+9 |
| * | (Fdelete_overlays): Add declaration. | Richard M. Stallman | 1995-04-07 | 1 | -0/+1 |
| * | (parse_modifiers): Use type EMACS_INT for `modifiers'. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| * | (dumpglyphs): Cast FACE_DEFAULT to (XFontStruct *) | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
| * | (bcopy): If NEED_BCOPY, do compile this. | Richard M. Stallman | 1995-04-07 | 1 | -78/+83 |
| * | Use m/ncr386.h. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| * | Comment change. | Richard M. Stallman | 1995-04-07 | 1 | -0/+1 |
| * | Comment changes. | Richard M. Stallman | 1995-04-07 | 1 | -9/+11 |
| * | Accept -lites* as op sys. | Richard M. Stallman | 1995-04-07 | 1 | -2/+4 |
| * | (byte-compile-output-docform): Output doc string position | Richard M. Stallman | 1995-04-07 | 1 | -1/+7 |
| * | (get_doc_string): In (STRING . INTEGER), if INTEGER | Richard M. Stallman | 1995-04-07 | 1 | -1/+6 |
| * | (Fuser_variable_p): For (STRING . INTEGER), test sign. | Richard M. Stallman | 1995-04-07 | 1 | -3/+9 |
| * | (C_SWITCH_X_SYSTEM): Defined. | Richard M. Stallman | 1995-04-07 | 1 | -0/+5 |
| * | Use $ at end when searching for mail-header-separator. | Richard M. Stallman | 1995-04-07 | 1 | -6/+6 |
| * | (LIBS_SYSTEM): New override definition. | Richard M. Stallman | 1995-04-07 | 1 | -0/+4 |
| * | (fill-region-as-paragraph): If JUSTIFY is non-nil, | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
| * | (lwlib.o): Depend on Makefile. | Richard M. Stallman | 1995-04-07 | 1 | -1/+2 |
| * | (remove_grabs): Use type Widget for `menu'. | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
| * | (Fmake_overlay): Use XMISCTYPE. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| * | (Fmake_marker, mark_object): Use XMISCTYPE. | Richard M. Stallman | 1995-04-07 | 1 | -6/+6 |
| * | (defvar_int, defvar_bool, defvar_lisp_nopro, defvar_kboard) | Richard M. Stallman | 1995-04-07 | 1 | -5/+5 |
| * | (print): Use XMISCTYPE. | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
| * | (internal_equal): Use XMISCTYPE. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| * | (Ftype_of, do_symval_forwarding, store_symval_forwarding) | Richard M. Stallman | 1995-04-07 | 1 | -7/+7 |
| * | (intern_face): Cast FONT_DEFAULT to (XFontStruct *) | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| * | (frame_vector): New static variable. | Richard M. Stallman | 1995-04-07 | 1 | -4/+51 |
| * | (CHECK_IMPURE): Remove & from before my_edata. | Richard M. Stallman | 1995-04-07 | 1 | -2/+2 |
| * | Update copyright. | Karl Heuer | 1995-04-07 | 43 | -45/+45 |
| * | Update copyright. | Karl Heuer | 1995-04-07 | 22 | -27/+27 |
| * | (main): Cast arg to `brk'. | Richard M. Stallman | 1995-04-07 | 1 | -1/+1 |
| * | [Berkeley sockets version] (main): Declare getcwd. | Richard M. Stallman | 1995-04-07 | 1 | -0/+1 |
| * | Update copyright. | Karl Heuer | 1995-04-07 | 3 | -6/+7 |
| * | Don't call the special math functions "transcendental". | Richard M. Stallman | 1995-04-06 | 1 | -3/+3 |
| * | Treat __NetBSD__ like __FreeBSD__. | Richard M. Stallman | 1995-04-06 | 1 | -2/+2 |
| * | (install-arch-indep): Undo Sep 23 change. | Richard M. Stallman | 1995-04-06 | 1 | -4/+2 |
| * | (install-arch-indep, dist): look for `update-subdir' in $(srcdir). | Richard M. Stallman | 1995-04-06 | 1 | -2/+2 |
| * | (lib-src): Don't copy *.lex; it doesn't exist anymore. | Karl Heuer | 1995-04-06 | 1 | -7/+9 |
| * | Fix typo. | Richard M. Stallman | 1995-04-06 | 1 | -2/+2 |
| * | (desktop-save): Use dired-directory as name | Richard M. Stallman | 1995-04-06 | 1 | -11/+13 |
| * | Include mkinstalldirs in distribution. | Richard M. Stallman | 1995-04-06 | 1 | -0/+1 |
| * | (write-file): Fix arg count in call to y-or-n-p. | Karl Heuer | 1995-04-06 | 1 | -1/+1 |
| * | (Fplist_put): Fix missing \n\. | Karl Heuer | 1995-04-06 | 1 | -1/+1 |
| * | (x_window_to_frame): Skip non-X frames before testing dpyinfo. | Karl Heuer | 1995-04-06 | 1 | -9/+3 |
| * | Doc fixes to match declared args. | Simon Marshall | 1995-04-06 | 1 | -4/+4 |
| * | (menu-bar-bookmark-map): Autoload each form | Richard M. Stallman | 1995-04-06 | 1 | -12/+22 |
| * | (ispell-menu-map-needed): Delete test for menu-bar feature. | Richard M. Stallman | 1995-04-06 | 1 | -2/+5 |
| * | (BASE_PURESIZE): Increment to 310000. | Richard M. Stallman | 1995-04-06 | 1 | -1/+1 |
| * | (list-buffers-noselect): Put buffer name in a text | Richard M. Stallman | 1995-04-06 | 1 | -29/+26 |
| * | (Fkill_buffer): Call reset_buffer_local_variables | Richard M. Stallman | 1995-04-06 | 1 | -30/+53 |