bpt/emacs.git
27 years agoUndo previous changes.
Karl Heuer [Tue, 16 Jul 1996 22:37:24 +0000 (22:37 +0000)]
Undo previous changes.

27 years ago(create_process_1, sigchld_handler): Undo previous change.
Karl Heuer [Tue, 16 Jul 1996 22:33:09 +0000 (22:33 +0000)]
(create_process_1, sigchld_handler): Undo previous change.

27 years ago(input_available_signal, interrupt_signal): Undo previous change.
Karl Heuer [Tue, 16 Jul 1996 22:23:11 +0000 (22:23 +0000)]
(input_available_signal, interrupt_signal): Undo previous change.

27 years ago(arith_error): Undo previous change.
Karl Heuer [Tue, 16 Jul 1996 22:19:09 +0000 (22:19 +0000)]
(arith_error): Undo previous change.

27 years agoTest HAVE_TERMIOS rather than the automatically-generated HAVE_TERMIOS_H,
Karl Heuer [Tue, 16 Jul 1996 09:03:24 +0000 (09:03 +0000)]
Test HAVE_TERMIOS rather than the automatically-generated HAVE_TERMIOS_H,
in case <termios.h> is present but unusable.

27 years ago(Fy_or_n_p): Pass 3rd arg to Flookup_key.
Karl Heuer [Tue, 16 Jul 1996 06:19:43 +0000 (06:19 +0000)]
(Fy_or_n_p): Pass 3rd arg to Flookup_key.

27 years ago(struct save_window_data, struct saved_window): First
Karl Heuer [Tue, 16 Jul 1996 06:17:37 +0000 (06:17 +0000)]
(struct save_window_data, struct saved_window): First
placeholder member is EMACS_INT, not int.

27 years ago(SET_SAVED_MENU_EVENT): New macro.
Karl Heuer [Tue, 16 Jul 1996 06:10:35 +0000 (06:10 +0000)]
(SET_SAVED_MENU_EVENT): New macro.
(SET_SAVED_BUTTON_EVENT, SET_SAVED_KEY_EVENT): New macros.
(XTread_socket): Use them.

27 years ago(x_activate_menubar): Allow any event, not just ButtonPress.
Karl Heuer [Tue, 16 Jul 1996 06:01:13 +0000 (06:01 +0000)]
(x_activate_menubar): Allow any event, not just ButtonPress.

27 years ago(struct x_output): Member saved_button_event replaced by
Karl Heuer [Tue, 16 Jul 1996 05:59:54 +0000 (05:59 +0000)]
(struct x_output): Member saved_button_event replaced by
saved_menu_event.

27 years ago(LIBS_TERMCAP): New definition.
Karl Heuer [Tue, 16 Jul 1996 05:45:45 +0000 (05:45 +0000)]
(LIBS_TERMCAP): New definition.

27 years ago(print): Fix args in strout calls.
Karl Heuer [Tue, 16 Jul 1996 05:39:06 +0000 (05:39 +0000)]
(print): Fix args in strout calls.

27 years ago(xlwmenu_default_font): Declare, but don't define.
Karl Heuer [Tue, 16 Jul 1996 05:22:55 +0000 (05:22 +0000)]
(xlwmenu_default_font): Declare, but don't define.

27 years ago(last_event_timestamp): Declare, but don't define.
Karl Heuer [Tue, 16 Jul 1996 05:19:28 +0000 (05:19 +0000)]
(last_event_timestamp): Declare, but don't define.

27 years ago(Qfont): Delete redundant definition.
Karl Heuer [Tue, 16 Jul 1996 05:12:55 +0000 (05:12 +0000)]
(Qfont): Delete redundant definition.
(syms_of_xfns): Delete the duplicate assignment and staticpro.

27 years ago(Qfont): Delete redundant definition.
Karl Heuer [Tue, 16 Jul 1996 05:10:26 +0000 (05:10 +0000)]
(Qfont): Delete redundant definition.
(syms_of_win32fns): Delete the duplicate assignment and staticpro.

27 years ago(Qfont): Declare here.
Karl Heuer [Tue, 16 Jul 1996 05:07:01 +0000 (05:07 +0000)]
(Qfont): Declare here.

27 years agoFix previous change. Use sed's y command instead.
Karl Heuer [Tue, 16 Jul 1996 04:47:46 +0000 (04:47 +0000)]
Fix previous change.  Use sed's y command instead.

27 years agoUse portable tr syntax.
Karl Heuer [Tue, 16 Jul 1996 03:53:55 +0000 (03:53 +0000)]
Use portable tr syntax.

27 years agoUndo previous change.
Karl Heuer [Tue, 16 Jul 1996 02:17:14 +0000 (02:17 +0000)]
Undo previous change.

27 years ago[__ELF__] (C_SWITCH_MACHINE): Define.
Karl Heuer [Tue, 16 Jul 1996 00:46:45 +0000 (00:46 +0000)]
[__ELF__] (C_SWITCH_MACHINE): Define.
(NO_TERMIO): Define this unconditionally.
(COFF): Omit this if ELF.

27 years ago[__ELF__] (START_FILES, LIB_STANDARD):
Karl Heuer [Tue, 16 Jul 1996 00:21:01 +0000 (00:21 +0000)]
[__ELF__] (START_FILES, LIB_STANDARD):
Use files in /alt/usr/lib, not /usr/lib.

27 years ago(Qmouse_leave_buffer_hook): Delete redundant definition.
Karl Heuer [Tue, 16 Jul 1996 00:05:12 +0000 (00:05 +0000)]
(Qmouse_leave_buffer_hook): Delete redundant definition.
(syms_of_frame_1): Delete the duplicate assignment and staticpro.

27 years ago(Qmouse_leave_buffer_hook): Declare it here.
Karl Heuer [Tue, 16 Jul 1996 00:04:15 +0000 (00:04 +0000)]
(Qmouse_leave_buffer_hook): Declare it here.

27 years ago(Qarith_error): Delete redundant definition.
Karl Heuer [Mon, 15 Jul 1996 23:53:58 +0000 (23:53 +0000)]
(Qarith_error): Delete redundant definition.

27 years agoAdd 64-bit ELF and Alpha/ELF support.
Karl Heuer [Mon, 15 Jul 1996 22:00:12 +0000 (22:00 +0000)]
Add 64-bit ELF and Alpha/ELF support.

27 years agoUse <config.h>.
Karl Heuer [Mon, 15 Jul 1996 21:58:10 +0000 (21:58 +0000)]
Use <config.h>.
[HAVE_TERMIOS_H]: Declare ospeed as speed_t.
[USG]: Include <string.h>.

27 years ago[HAVE_TERMIOS_H]: Declare ospeed as speed_t.
Karl Heuer [Mon, 15 Jul 1996 21:53:24 +0000 (21:53 +0000)]
[HAVE_TERMIOS_H]: Declare ospeed as speed_t.

27 years ago(create_process_1, sigchld_handler):
Karl Heuer [Mon, 15 Jul 1996 21:51:25 +0000 (21:51 +0000)]
(create_process_1, sigchld_handler):
Don't reinstall sig handler if POSIX_SIGNALS.

27 years ago(TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END):
Karl Heuer [Mon, 15 Jul 1996 21:48:55 +0000 (21:48 +0000)]
(TEXT_START, DATA_START, DATA_SEG_BITS, UNEXEC, DATA_END):
Omit these definitions if ELF.
(LINUX_SBRK_BUG): Omit this if using a recent GNU library.

27 years ago(input_available_signal, interrupt_signal):
Karl Heuer [Mon, 15 Jul 1996 21:41:00 +0000 (21:41 +0000)]
(input_available_signal, interrupt_signal):
Don't reinstall sig handler if POSIX_SIGNALS.

27 years agoDon't delare ospeed; cm.h already did it.
Karl Heuer [Mon, 15 Jul 1996 21:38:40 +0000 (21:38 +0000)]
Don't delare ospeed; cm.h already did it.

27 years ago(arith_error): Don't reinstall sig handler if POSIX_SIGNALS.
Karl Heuer [Mon, 15 Jul 1996 21:36:19 +0000 (21:36 +0000)]
(arith_error): Don't reinstall sig handler if POSIX_SIGNALS.

27 years ago(HAVE_TERMIOS_H): Add #undef.
Karl Heuer [Mon, 15 Jul 1996 21:33:30 +0000 (21:33 +0000)]
(HAVE_TERMIOS_H): Add #undef.

27 years agoCheck for termios.h header.
Karl Heuer [Mon, 15 Jul 1996 21:32:35 +0000 (21:32 +0000)]
Check for termios.h header.

27 years agoDeclare main as int, not void.
Karl Heuer [Mon, 15 Jul 1996 21:27:49 +0000 (21:27 +0000)]
Declare main as int, not void.

27 years ago[__GNU_LIBRARY__]: Use size_t for fromlen.
Karl Heuer [Mon, 15 Jul 1996 21:26:39 +0000 (21:26 +0000)]
[__GNU_LIBRARY__]: Use size_t for fromlen.

27 years ago[__GNU_LIBRARY__]: Use <string.h>.
Karl Heuer [Mon, 15 Jul 1996 21:25:56 +0000 (21:25 +0000)]
[__GNU_LIBRARY__]: Use <string.h>.

27 years ago(texinfo-format-today): Avoid race condition by getting current time only once.
Karl Heuer [Mon, 15 Jul 1996 20:26:39 +0000 (20:26 +0000)]
(texinfo-format-today): Avoid race condition by getting current time only once.

27 years ago(appt-check, appt-make-list): Avoid race condition
Karl Heuer [Mon, 15 Jul 1996 20:23:12 +0000 (20:23 +0000)]
(appt-check, appt-make-list): Avoid race condition
by getting current time once, not twice.

27 years ago(executable-set-magic): Don't put a space at end
Karl Heuer [Mon, 15 Jul 1996 20:18:18 +0000 (20:18 +0000)]
(executable-set-magic): Don't put a space at end
if user says no.

27 years ago(sh-mode): Call sh-set-shell only for a writable
Karl Heuer [Mon, 15 Jul 1996 20:17:53 +0000 (20:17 +0000)]
(sh-mode): Call sh-set-shell only for a writable
empty buffer.

27 years ago(smtpmail-send-data-1): Escape "." at the start of
Karl Heuer [Mon, 15 Jul 1996 20:00:34 +0000 (20:00 +0000)]
(smtpmail-send-data-1): Escape "." at the start of
any line of data, not just lines containing nothing else.

27 years ago(getwd): Correct return type.
Karl Heuer [Mon, 15 Jul 1996 19:57:23 +0000 (19:57 +0000)]
(getwd): Correct return type.

27 years agoCorrect return type of getwd.
Karl Heuer [Mon, 15 Jul 1996 19:57:11 +0000 (19:57 +0000)]
Correct return type of getwd.

27 years ago* config.guess (HP 9000/811): Recognize this as a PA1.1
Jeff Law [Mon, 15 Jul 1996 17:20:52 +0000 (17:20 +0000)]
* config.guess (HP 9000/811): Recognize this as a PA1.1
        machine.

27 years agoGeneralize C90 alternative to all x90 machines.
Torbjorn Granlund [Sun, 14 Jul 1996 18:09:15 +0000 (18:09 +0000)]
Generalize C90 alternative to all x90 machines.

27 years ago(eldoc-mode): Toggle eldoc-mode if no prefix given.
Noah Friedman [Sun, 14 Jul 1996 16:46:25 +0000 (16:46 +0000)]
(eldoc-mode): Toggle eldoc-mode if no prefix given.

27 years ago* gnus-cache.el (()): Make sure byte-compilation doesn't trip on
Lars Magne Ingebrigtsen [Sun, 14 Jul 1996 14:42:27 +0000 (14:42 +0000)]
* gnus-cache.el (()): Make sure byte-compilation doesn't trip on
the undefined `gnus-add-shutdown'.

27 years ago((provide 'gnus)): Make sure `gnus-directory' is defined
Lars Magne Ingebrigtsen [Sun, 14 Jul 1996 14:32:45 +0000 (14:32 +0000)]
((provide 'gnus)): Make sure `gnus-directory' is defined
when byte-compiling.

27 years agoAdded Richard's diffs to this file, fixed a couple of small bugs
Daniel Hagerty [Sun, 14 Jul 1996 01:59:42 +0000 (01:59 +0000)]
Added Richard's diffs to this file, fixed a couple of small bugs
texinfo related bugs.

27 years ago(Fmatch_data): If no matching done yet, return Qnil.
Karl Heuer [Sun, 14 Jul 1996 00:06:09 +0000 (00:06 +0000)]
(Fmatch_data): If no matching done yet, return Qnil.

27 years ago(sys_gmtime): Don't assume year < 2000.
Karl Heuer [Sun, 14 Jul 1996 00:03:45 +0000 (00:03 +0000)]
(sys_gmtime): Don't assume year < 2000.

27 years ago(xm_update_menu): Fix loop termination test.
Karl Heuer [Sat, 13 Jul 1996 18:51:11 +0000 (18:51 +0000)]
(xm_update_menu): Fix loop termination test.

27 years ago(outline-auto-activation, outline-layout)
Karl Heuer [Sat, 13 Jul 1996 18:46:08 +0000 (18:46 +0000)]
(outline-auto-activation, outline-layout)
(outline-primary-bullet, outline-plain-bullets-string)
(outline-distinctive-bullets-string, outline-old-style-prefixes)
(outline-stylish-prefixes, outline-file-xref-bullet)
(outline-use-hanging-indents, outline-bullets-string)
(outline-write-file-hook, outline-mode, outline-prefix-data)
(outline-before-change-protect, outline-make-topic-prefix)
(outline-rebullet-current-heading, outline-rebullet-heading)
(outline-listify-exposed, outline-expose-topic)
(outline-old-expose-topic, outline-exposure)
(outline-latex-verbatim-quote-curr-line)
(outline-show-current-subtree, outline-hide-current-subtree)
(outline-hide-current-leaves, outline-new-exposure): Doc fix.

27 years ago(outline-resolve-xref): Do not mistake a blank line
Karl Heuer [Sat, 13 Jul 1996 18:40:22 +0000 (18:40 +0000)]
(outline-resolve-xref): Do not mistake a blank line
following an xref (@) bullet as part of the rerefenced file name.

27 years ago(display-time): Fix start time for run-at-time.
Karl Heuer [Sat, 13 Jul 1996 17:53:53 +0000 (17:53 +0000)]
(display-time): Fix start time for run-at-time.

27 years ago(wait_reading_process_input) [hpux]: Workaround for
Karl Heuer [Sat, 13 Jul 1996 17:50:47 +0000 (17:50 +0000)]
(wait_reading_process_input) [hpux]: Workaround for
annoying messages.

27 years agoMake sure font-lock-match-c++-style-declaration-item-and-skip-to-next only skips...
Simon Marshall [Sat, 13 Jul 1996 11:12:25 +0000 (11:12 +0000)]
Make sure font-lock-match-c++-style-declaration-item-and-skip-to-next only skips commas.

27 years ago(Fvertical_motion): Doc fix.
Karl Heuer [Sat, 13 Jul 1996 01:03:02 +0000 (01:03 +0000)]
(Fvertical_motion): Doc fix.

27 years ago(rmail-summary-next-labeled-message)
Karl Heuer [Sat, 13 Jul 1996 00:57:31 +0000 (00:57 +0000)]
(rmail-summary-next-labeled-message)
(rmail-summary-previous-labeled-message):
Call rmail-summary-goto-msg to move point in the summary.

27 years ago(mouse-major-mode-menu-1): No need to copy the top
Karl Heuer [Sat, 13 Jul 1996 00:55:05 +0000 (00:55 +0000)]
(mouse-major-mode-menu-1): No need to copy the top
levels of structure.

27 years ago(browse-url-netscape-program): New variable.
Karl Heuer [Sat, 13 Jul 1996 00:52:08 +0000 (00:52 +0000)]
(browse-url-netscape-program): New variable.
(browse-url-mosaic-program): New variable.
(browse-url-mosaic, browse-url-netscape): Use them.

27 years agoBind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG.
Simon Marshall [Fri, 12 Jul 1996 07:34:20 +0000 (07:34 +0000)]
Bind shell-file-name-quote-list and shell-file-name-regexp specially for MSDOG.

27 years ago1. For fns like comint-postoutput-scroll-to-bottom on comint-output-filter-functions...
Simon Marshall [Fri, 12 Jul 1996 07:32:45 +0000 (07:32 +0000)]
1.  For fns like comint-postoutput-scroll-to-bottom on comint-output-filter-functions, don't count back using the length of STRING, as previous fns may have changed the buffer.  Count from process-mark.
2.  Don't bind file-name-handler-alist, it can break dir tracking.
3.  Expand ^ in input only at boi.
4.  Use new comint-file-name-regexp as source of valid chars in filenames.

27 years ago1. Use new font-lock-comment-start-regexp for matching a comment---it can be faster...
Simon Marshall [Fri, 12 Jul 1996 07:27:55 +0000 (07:27 +0000)]
1.  Use new font-lock-comment-start-regexp for matching a comment---it can be faster than comment-start-skip.
2.  Don't treat ; as an item separator.

27 years ago(dabbrev-case-fold-search, dabbrev-case-replace): Set
Karl Heuer [Fri, 12 Jul 1996 00:32:48 +0000 (00:32 +0000)]
(dabbrev-case-fold-search, dabbrev-case-replace): Set
risky-local-variable property, since these get eval'ed.

27 years ago(w32_read_socket): Remove unused WM_ERASEBKGND code.
Karl Heuer [Fri, 12 Jul 1996 00:26:02 +0000 (00:26 +0000)]
(w32_read_socket): Remove unused WM_ERASEBKGND code.
No need to erase background now on (delayed) WM_PAINT.  Move
WM_PALETTECHANGED processing to raw input thread.

27 years ago(win32_wnd_proc): Handle WM_ERASEBKGND and
Karl Heuer [Fri, 12 Jul 1996 00:25:27 +0000 (00:25 +0000)]
(win32_wnd_proc): Handle WM_ERASEBKGND and
WM_PALETTECHANGED messages inline (as they should be).

27 years ago(menu_bar_item): Skip menu-bar equiv keys data
Karl Heuer [Fri, 12 Jul 1996 00:22:51 +0000 (00:22 +0000)]
(menu_bar_item): Skip menu-bar equiv keys data
to get just the keymap.

27 years ago(smtpmail-deduce-address-list): Handle RESENT-* fields.
Karl Heuer [Fri, 12 Jul 1996 00:09:50 +0000 (00:09 +0000)]
(smtpmail-deduce-address-list): Handle RESENT-* fields.

27 years ago(normal-top-level-add-to-load-path):
Karl Heuer [Fri, 12 Jul 1996 00:08:09 +0000 (00:08 +0000)]
(normal-top-level-add-to-load-path):
Use directory-file-name since load-path elements don't end in /.

27 years ago[__GNUC__] (C_DEBUG_SWITCH): New definition.
Karl Heuer [Fri, 12 Jul 1996 00:05:23 +0000 (00:05 +0000)]
[__GNUC__] (C_DEBUG_SWITCH): New definition.

27 years ago(rmail-make-basic-summary-line):
Karl Heuer [Thu, 11 Jul 1996 23:59:24 +0000 (23:59 +0000)]
(rmail-make-basic-summary-line):
If user-mail-address is nil, use alternative.

27 years ago(tex-validate-region): Skip fwd over whitespace
Karl Heuer [Thu, 11 Jul 1996 23:55:01 +0000 (23:55 +0000)]
(tex-validate-region): Skip fwd over whitespace
and punctuation, to find point of mismatch.
(validate-tex-buffer): Don't include the blank lines
before a paragraph in the paragraph being checked.

27 years ago(lim_data): Make this an unsigned long.
Karl Heuer [Thu, 11 Jul 1996 23:41:28 +0000 (23:41 +0000)]
(lim_data): Make this an unsigned long.

27 years ago(mouse-drag-region): Cope if stop-point is nil.
Karl Heuer [Thu, 11 Jul 1996 23:35:37 +0000 (23:35 +0000)]
(mouse-drag-region): Cope if stop-point is nil.

(mouse-major-mode-menu-compute-equiv-keys): Deleted.
(mouse-major-mode-menu-1): Copy the top levels of structure,
if we use all of MENUBAR.
Set mouse-major-mode-menu-prefix.
(mouse-major-mode-menu): Total rewrite.

27 years agoUse s/ucg5-4-3.h for ncr-i[3456]86-sysv4.3
Karl Heuer [Thu, 11 Jul 1996 23:32:29 +0000 (23:32 +0000)]
Use s/ucg5-4-3.h for ncr-i[3456]86-sysv4.3

27 years agoInitial revision
Karl Heuer [Thu, 11 Jul 1996 23:29:54 +0000 (23:29 +0000)]
Initial revision

27 years ago(XTread_socket): Add #ifdef for previous change.
Karl Heuer [Thu, 11 Jul 1996 23:24:03 +0000 (23:24 +0000)]
(XTread_socket): Add #ifdef for previous change.

27 years ago(syms_of_buffer): Doc fix.
Karl Heuer [Thu, 11 Jul 1996 23:17:56 +0000 (23:17 +0000)]
(syms_of_buffer): Doc fix.

27 years ago(bibtex-reference-head): Allow spaces and tabs between
Karl Heuer [Thu, 11 Jul 1996 23:13:33 +0000 (23:13 +0000)]
(bibtex-reference-head): Allow spaces and tabs between
opening brace or paren and key.  Simplify regexp.
(bibtex-type-in-head, bibtex-key-in-head): Decrement.
(bibtex-mode): Use new function run-with-idle-timer instead of
auto-save-hook for periodically parsing keys.
(bibtex-mode-syntax-table, bibtex-autokey-name-change-strings,
bibtex-autokey-titleword-change-strings): Support non-escaped
double-quoted characters (as with german styles).
(bibtex-field-string-quoted): Disallow lines like
author = "Stefan Sch"of"
until BibTeX supports them.

27 years agoUndo previous change.
Karl Heuer [Wed, 10 Jul 1996 13:47:24 +0000 (13:47 +0000)]
Undo previous change.

27 years ago[_LIBC] (re_comp, re_exec): Use `weak_function' keyword in defn instead of
Roland McGrath [Tue, 9 Jul 1996 09:10:39 +0000 (09:10 +0000)]
[_LIBC] (re_comp, re_exec): Use `weak_function' keyword in defn instead of
weak_symbol macro after.

27 years ago[_LIBC]: Use weak_extern instead of weak_symbol for __data_start.
Roland McGrath [Mon, 8 Jul 1996 04:31:52 +0000 (04:31 +0000)]
[_LIBC]: Use weak_extern instead of weak_symbol for __data_start.

27 years ago(mouse-major-mode-menu-1): Always return just a keymap;
Karl Heuer [Mon, 8 Jul 1996 00:17:35 +0000 (00:17 +0000)]
(mouse-major-mode-menu-1): Always return just a keymap;
never (STRING . KEYMAP).
(mouse-major-mode-menu): Discard the `keymap' from the front of
the keymap we get from mouse-major-mode-menu-1.
Construct the menu name string from major-mode.

27 years ago(timezone-parse-date): Fix previous change.
Karl Heuer [Mon, 8 Jul 1996 00:08:49 +0000 (00:08 +0000)]
(timezone-parse-date): Fix previous change.

27 years agoEnable use of ncurses library cleanly.
Michael I. Bushnell [Sun, 7 Jul 1996 23:51:01 +0000 (23:51 +0000)]
Enable use of ncurses library cleanly.

27 years agoUndo previous change.
Karl Heuer [Sun, 7 Jul 1996 23:00:30 +0000 (23:00 +0000)]
Undo previous change.

27 years agoUndo previous change.
Karl Heuer [Sun, 7 Jul 1996 22:58:51 +0000 (22:58 +0000)]
Undo previous change.
(XTread_socket): Better way to avoid sending toolkit-specific
events to Emacs.

27 years ago(popup_get_selection): For a ButtonRelease on the proper
Karl Heuer [Sun, 7 Jul 1996 22:46:15 +0000 (22:46 +0000)]
(popup_get_selection): For a ButtonRelease on the proper
display, don't queue it, and always deactivate the menu.

27 years ago(IT_menu_display): Display control characters as ^X.
Karl Heuer [Sun, 7 Jul 1996 22:40:53 +0000 (22:40 +0000)]
(IT_menu_display): Display control characters as ^X.
(XMenuAddPane, XMenuAddSelection): Adjust menu width for control
characters (displayed as ^X).

27 years ago(file_name_completion): Set `stat' flags to avoid
Karl Heuer [Sun, 7 Jul 1996 22:37:17 +0000 (22:37 +0000)]
(file_name_completion): Set `stat' flags to avoid
computing expensive fields in struct stat (makes filename
completion much faster).

27 years ago(Fcopy_file): Use st_ino under DJGPP v2 and later to
Karl Heuer [Sun, 7 Jul 1996 22:36:38 +0000 (22:36 +0000)]
(Fcopy_file): Use st_ino under DJGPP v2 and later to
prevent copying file into itself.
(check_executable): DJGPP v2 `stat' doesn't need to be augmented
in case of executable files.
(Ffile_modes): Use `stat' results as is in DJGPP v2 and later.

27 years ago(gud-irix-p): Exclude Irix6.1 up.
Karl Heuer [Sun, 7 Jul 1996 22:29:37 +0000 (22:29 +0000)]
(gud-irix-p): Exclude Irix6.1 up.
(gud-dbx-use-stopformat-p): New variable.
(dbx): Use it to send $stopformat for Irix6.
(gud-irixdbx-marker-filter): Cast $curline to int, not long (see
added comments).
(dbx): Likewise.

27 years agoInitial revision
Karl Heuer [Sun, 7 Jul 1996 22:25:11 +0000 (22:25 +0000)]
Initial revision

27 years agoSplit bsdos2 and bsdos2-1.
Karl Heuer [Sun, 7 Jul 1996 22:22:17 +0000 (22:22 +0000)]
Split bsdos2 and bsdos2-1.

27 years ago(ps-article-author, ps-info-file, ps-info-node): Don't die if header is missing.
Karl Heuer [Sun, 7 Jul 1996 17:35:32 +0000 (17:35 +0000)]
(ps-article-author, ps-info-file, ps-info-node): Don't die if header is missing.

27 years ago(ps-article-subject): Don't die if no subject header.
Karl Heuer [Sun, 7 Jul 1996 17:30:04 +0000 (17:30 +0000)]
(ps-article-subject): Don't die if no subject header.

27 years agoRecognize rtems as an o/s.
Doug Evans [Sun, 7 Jul 1996 17:26:50 +0000 (17:26 +0000)]
Recognize rtems as an o/s.