| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix previous change. Use sed's y command instead.release-0-1release-0-0libc-960912libc-960911libc-960910libc-960909libc-960908libc-960907libc-960906libc-960905libc-960904libc-960903libc-960902libc-960901libc-960831libc-960830libc-960829libc-960828libc-960827libc-960826libc-960825libc-960824libc-960823libc-960822libc-960821libc-960820libc-960819libc-960818libc-960817libc-960816libc-960815libc-960814libc-960813libc-960812libc-960811libc-960810libc-960809libc-960808libc-960807libc-960806libc-960805libc-960804libc-960803libc-960802libc-960801libc-960731libc-960730libc-960729libc-960728libc-960727libc-960726libc-960725libc-960724libc-960723libc-960722libc-960721libc-960720libc-960719libc-960718libc-960717libc-960716libc-1-93 | Karl Heuer | 1996-07-16 | 1 | -1/+2 |
* | Use portable tr syntax. | Karl Heuer | 1996-07-16 | 1 | -1/+1 |
* | Undo previous change. | Karl Heuer | 1996-07-16 | 1 | -2/+2 |
* | [__ELF__] (C_SWITCH_MACHINE): Define. | Karl Heuer | 1996-07-16 | 1 | -8/+21 |
* | [__ELF__] (START_FILES, LIB_STANDARD): | Karl Heuer | 1996-07-16 | 1 | -2/+2 |
* | (Qmouse_leave_buffer_hook): Delete redundant definition. | Karl Heuer | 1996-07-16 | 1 | -5/+0 |
* | (Qmouse_leave_buffer_hook): Declare it here. | Karl Heuer | 1996-07-16 | 1 | -1/+1 |
* | (Qarith_error): Delete redundant definition. | Karl Heuer | 1996-07-15 | 1 | -2/+0 |
* | Add 64-bit ELF and Alpha/ELF support. | Karl Heuer | 1996-07-15 | 1 | -40/+86 |
* | Use <config.h>. | Karl Heuer | 1996-07-15 | 1 | -1/+12 |
* | [HAVE_TERMIOS_H]: Declare ospeed as speed_t. | Karl Heuer | 1996-07-15 | 2 | -1/+11 |
* | (create_process_1, sigchld_handler): | Karl Heuer | 1996-07-15 | 1 | -3/+3 |
* | (TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END): | Karl Heuer | 1996-07-15 | 1 | -6/+12 |
* | (input_available_signal, interrupt_signal): | Karl Heuer | 1996-07-15 | 1 | -2/+2 |
* | Don't delare ospeed; cm.h already did it. | Karl Heuer | 1996-07-15 | 1 | -2/+0 |
* | (arith_error): Don't reinstall sig handler if POSIX_SIGNALS. | Karl Heuer | 1996-07-15 | 1 | -1/+1 |
* | (HAVE_TERMIOS_H): Add #undef. | Karl Heuer | 1996-07-15 | 1 | -0/+1 |
* | Check for termios.h header. | Karl Heuer | 1996-07-15 | 1 | -1/+1 |
* | Declare main as int, not void. | Karl Heuer | 1996-07-15 | 3 | -5/+7 |
* | [__GNU_LIBRARY__]: Use size_t for fromlen. | Karl Heuer | 1996-07-15 | 1 | -1/+7 |
* | [__GNU_LIBRARY__]: Use <string.h>. | Karl Heuer | 1996-07-15 | 3 | -0/+12 |
* | (texinfo-format-today): Avoid race condition by getting current time only once. | Karl Heuer | 1996-07-15 | 1 | -9/+1 |
* | (appt-check, appt-make-list): Avoid race condition | Karl Heuer | 1996-07-15 | 1 | -8/+6 |
* | (executable-set-magic): Don't put a space at end | Karl Heuer | 1996-07-15 | 1 | -5/+1 |
* | (sh-mode): Call sh-set-shell only for a writable | Karl Heuer | 1996-07-15 | 1 | -4/+3 |
* | (smtpmail-send-data-1): Escape "." at the start of | Karl Heuer | 1996-07-15 | 1 | -3/+3 |
* | (getwd): Correct return type. | Karl Heuer | 1996-07-15 | 1 | -1/+1 |
* | Correct return type of getwd. | Karl Heuer | 1996-07-15 | 1 | -1/+1 |
* | * config.guess (HP 9000/811): Recognize this as a PA1.1 | Jeff Law | 1996-07-15 | 1 | -1/+1 |
* | Generalize C90 alternative to all x90 machines.libc-960715 | Torbjorn Granlund | 1996-07-14 | 1 | -2/+3 |
* | (eldoc-mode): Toggle eldoc-mode if no prefix given. | Noah Friedman | 1996-07-14 | 1 | -4/+6 |
* | * gnus-cache.el (()): Make sure byte-compilation doesn't trip on | Lars Magne Ingebrigtsen | 1996-07-14 | 1 | -1/+4 |
* | ((provide 'gnus)): Make sure `gnus-directory' is defined | Lars Magne Ingebrigtsen | 1996-07-14 | 1 | -0/+1 |
* | Added Richard's diffs to this file, fixed a couple of small bugs | Daniel Hagerty | 1996-07-14 | 1 | -75/+137 |
* | (Fmatch_data): If no matching done yet, return Qnil. | Karl Heuer | 1996-07-14 | 1 | -1/+1 |
* | (sys_gmtime): Don't assume year < 2000. | Karl Heuer | 1996-07-14 | 1 | -1/+1 |
* | (xm_update_menu): Fix loop termination test. | Karl Heuer | 1996-07-13 | 1 | -1/+3 |
* | (outline-auto-activation, outline-layout) | Karl Heuer | 1996-07-13 | 1 | -126/+125 |
* | (outline-resolve-xref): Do not mistake a blank line | Karl Heuer | 1996-07-13 | 1 | -2/+1 |
* | (display-time): Fix start time for run-at-time. | Karl Heuer | 1996-07-13 | 1 | -1/+4 |
* | (wait_reading_process_input) [hpux]: Workaround for | Karl Heuer | 1996-07-13 | 1 | -1/+17 |
* | Make sure font-lock-match-c++-style-declaration-item-and-skip-to-next only sk... | Simon Marshall | 1996-07-13 | 1 | -2/+2 |
* | (Fvertical_motion): Doc fix. | Karl Heuer | 1996-07-13 | 1 | -11/+16 |
* | (rmail-summary-next-labeled-message) | Karl Heuer | 1996-07-13 | 1 | -6/+12 |
* | (mouse-major-mode-menu-1): No need to copy the top | Karl Heuer | 1996-07-13 | 1 | -18/+1 |
* | (browse-url-netscape-program): New variable. | Karl Heuer | 1996-07-13 | 1 | -3/+9 |
* | Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG. | Simon Marshall | 1996-07-12 | 1 | -4/+16 |
* | 1. For fns like comint-postoutput-scroll-to-bottom on comint-output-filter-f... | Simon Marshall | 1996-07-12 | 1 | -46/+57 |
* | 1. Use new font-lock-comment-start-regexp for matching a comment---it can be... | Simon Marshall | 1996-07-12 | 1 | -20/+91 |
* | (dabbrev-case-fold-search, dabbrev-case-replace): Set | Karl Heuer | 1996-07-12 | 1 | -0/+2 |