| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | All autoload cookies disabled. | Richard M. Stallman | 1995-05-06 | 2 | -11/+11 |
| * | (gnus-group-mode): Set truncate-lines. | Richard M. Stallman | 1995-05-06 | 1 | -0/+1 |
| * | (days_per_month): Move variable to top level. | Richard M. Stallman | 1995-05-05 | 1 | -1/+3 |
| * | (Fencode_time): Rename arg from min to minute. | Richard M. Stallman | 1995-05-05 | 1 | -7/+7 |
| * | (sendmail-send-it): Check continuation lines | Richard M. Stallman | 1995-05-05 | 1 | -1/+1 |
| * | Add more NetBSD cases: atrai, sun3*, and mac68k. | Richard Kenner | 1995-05-05 | 1 | -0/+9 |
| * | [USE_X_TOOLKIT] (x_window): Always pass position in geometry. | Richard M. Stallman | 1995-05-05 | 1 | -21/+23 |
| * | (HAVE_VFORK): Add #undef. | Richard M. Stallman | 1995-05-05 | 1 | -0/+3 |
| * | (GETPGRP_NO_ARG): Defined. | Richard M. Stallman | 1995-05-05 | 1 | -0/+2 |
| * | (string_display_width): Renamed from string_width. | Richard M. Stallman | 1995-05-05 | 1 | -2/+3 |
| * | (make_gap): Make this new error check also check exceeding VALBITS. | Richard M. Stallman | 1995-05-05 | 1 | -8/+5 |
| * | (Vx_sent_selection_hooks, Vx_lost_selection_hooks, Vselection_alist) | Richard M. Stallman | 1995-05-05 | 1 | -13/+9 |
| * | (Fnumber_to_string, Fstring_to_number): | Richard M. Stallman | 1995-05-05 | 1 | -2/+17 |
| * | (doprnt): Handle long EMACS_INT in sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -0/+10 |
| * | (read1): Handle long EMACS_INT in atol. | Richard M. Stallman | 1995-05-05 | 1 | -1/+6 |
| * | (Fexecute_extended_command): Handle long EMACS_INT in sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -2/+16 |
| * | (print): Make the printing understand EMACS_INTs | Richard M. Stallman | 1995-05-05 | 1 | -1/+6 |
| * | (bcopy, bzero, bcmp): Don't let string.h prototype these. | Richard M. Stallman | 1995-05-05 | 1 | -0/+13 |
| * | (list_processes_1): Cast XFASTINT for passing to sprintf. | Richard M. Stallman | 1995-05-05 | 1 | -1/+1 |
| * | Don't try to define backquote. | Richard M. Stallman | 1995-05-05 | 1 | -8/+0 |
| * | (Qbefore_string, Qafter_string): New vars. | Karl Heuer | 1995-05-05 | 1 | -4/+234 |
| * | [!__GNUC__] (LINKER): Defined. | Richard M. Stallman | 1995-05-04 | 1 | -0/+5 |
| * | (make_gap): Don't allow buffer size that won't fit in int. | Richard M. Stallman | 1995-05-04 | 1 | -0/+8 |
| * | Include config.h. | Richard M. Stallman | 1995-05-04 | 1 | -2/+5 |
| * | (${etc}DOC): Put SOME_MACHINE_OBJECTS before obj. | Richard M. Stallman | 1995-05-04 | 1 | -1/+6 |
| * | (arith_driver): Make accum and next EMACS_INTs. | Richard M. Stallman | 1995-05-04 | 1 | -3/+3 |
| * | ('\`): Use backslash for reading the backquote. | Richard M. Stallman | 1995-05-04 | 1 | -6/+6 |
| * | (ALL_CFLAGS): Add -I../src. | Richard M. Stallman | 1995-05-04 | 1 | -1/+2 |
| * | Fix spelling of author's name. | Karl Heuer | 1995-05-04 | 1 | -1/+1 |
| * | Initial revision | Richard M. Stallman | 1995-05-04 | 1 | -0/+97 |
| * | (read1): New arg FIRST_IN_LIST; all callers changed. | Richard M. Stallman | 1995-05-04 | 1 | -9/+78 |
| * | (parse_modifiers, apply_modifiers): Don't assume 32-bit EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -4/+4 |
| * | (Fdelete_overlay): Was mistakenly called Fdelete_overlays. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (gc_cons_threshold): Make this an EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (gc_cons_threshold): Make this an EMACS_INT. | Richard M. Stallman | 1995-05-04 | 1 | -3/+6 |
| * | (search_buffer): Cast p_limit to EMACS_INT not int. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (GETPGRP_NO_ARG): Define. | Richard M. Stallman | 1995-05-04 | 1 | -0/+2 |
| * | [__osf__]: Include string.h and stdlib.h. | Richard M. Stallman | 1995-05-04 | 1 | -0/+6 |
| * | (xmalloc): Declare it to return long *. | Richard M. Stallman | 1995-05-04 | 1 | -3/+3 |
| * | (xmalloc, xrealloc): Declare them long *. | Richard M. Stallman | 1995-05-04 | 1 | -5/+5 |
| * | (C_entries): Cast result of xrealloc. | Richard M. Stallman | 1995-05-04 | 1 | -9/+11 |
| * | (HAVE_FMOD): Defined. | Richard M. Stallman | 1995-05-04 | 1 | -0/+4 |
| * | (reorder_modifiers): Cast apply_modifiers arg to int. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (reorder_modifiers): Use XINT. | Richard M. Stallman | 1995-05-04 | 1 | -1/+1 |
| * | (m68*-apollo-*): Renamed from m68*-apollo*. | Richard M. Stallman | 1995-05-03 | 1 | -3/+3 |
| * | (CANNOT_DUMP, VIRT_ADDR_VARIES, LIBS_TERMCAP) | Richard M. Stallman | 1995-05-03 | 1 | -20/+25 |
| * | (directory_file_name): Add APOLLO conditional. | Richard M. Stallman | 1995-05-03 | 1 | -31/+7 |
| * | Don't copy in src/s/*.inp. Don't copy nt/src. | Richard M. Stallman | 1995-05-03 | 1 | -9/+5 |
| * | Doc auto-save-list-file-name. | Richard M. Stallman | 1995-05-03 | 1 | -0/+13 |
| * | (scribe-chapter): Change to C-c C-c. | Karl Heuer | 1995-05-03 | 1 | -10/+10 |