1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-26 07:33:47 +00:00
emacs/lisp/progmodes
Eli Zaretskii ccdaf04cfd Fix the MSDOS build
* config.bat:
* msdos/sedlisp.inp:
* msdos/sedlibmk.inp:
* msdos/sedleim.inp:
* msdos/sedadmin.inp:
* msdos/sed6.inp:
* msdos/sed3v2.inp:
* msdos/sed2v2.inp:
* msdos/sed1v2.inp: Adapt to Emacs 25.

* src/process.c (remove_slash_colon): Move out of "#ifdef
subprocesses" block, as it its called unconditionally.  Move
ADD_SUBFEATURE calls into "#ifdef subprocesses" block, as they
reference variables only defined in that block.
* src/msdos.h: Provide prototypes for IT_set_frame_parameters,
faccessat, msdos_fatal_signal, syms_of_msdos, pthread_sigmask,
dos_keysns, dos_keyread, run_msdos_command, and
syms_of_win16select, to avoid compiler warnings.
* src/msdos.c (SYS_ENVIRON): Define to either '_environ' or
'environ', depending on the DJGPP version.
Remove declarations of externally-visible Lisp objects, like
Qbackground_color and Qreverse.
(run_msdos_command): First argument is not signed, not unsigned.
Use SYS_ENVIRON.
(sys_select): Use 'timespec_cmp' instead of 'timespec_sign', as
the latter doesn't work when 'time_t' is an unsigned data type.
This caused idle timers to behave incorrectly: they only fired
after a keyboard input event.
* src/frame.c (adjust_frame_size) [MSDOS]: Account for
FRAME_TOP_MARGIN that isn't counted in the frame's number of
lines, but dos_set_window_size needs it to be added.
* src/lread.c (INFINITY, NAN) [DJGPP < 2.05]: Provide definitions.
* src/fns.c (sort_vector_copy) [__GNUC__ < 4]: Provide a prototype
that works around compilation errors with older GCC versions.
* src/w16select.c: Don't declare QCLIPBOARD and QPRIMARY as Lisp
Objects.
* src/filelock.c [MSDOS]: Ifdef away most of the code.  Provide
no-op implementations for 'lock_file' and 'unlock_file'.
(Ffile_locked_p) [MSDOS]: Always return nil.  This avoids multiple
ifdefs in all users of filelock.c functionality.
* src/conf_post.h (EOVERFLOW, SIZE_MAX) [DJGPP < 2.04]: Define.
* src/emacs.c [MSDOS]: Include dosfns.h, to avoid compiler
warnings.
* src/dosfns.h: Provide prototypes for dos_cleanup,
syms_of_dosfns, and init_dosfns.
* src/deps.mk (atimer.o): Depend on msdos.h.
(emacs.o): Depend on dosfns.h.
* src/atimer.c [MSDOS]: Include msdos.h, to avoid compiler
warnings.

* lisp/window.el (window--adjust-process-windows): Skip the body
if 'process-list' is not available.  This avoids failure to start
up on MS-DOS.
* lisp/vc/diff.el (diff-no-select): Test 'make-process', not
'start-process', as the latter is now available on all platforms.
* lisp/textmodes/ispell.el (ispell-async-processp): Replace
'start-process' with 'make-process' in a comment.
* lisp/term/internal.el (IT-unicode-translations): Modify and add
a few translations to display Info files with Unicode markup.  Fix
an ancient off-by-one mismatch error with Unicode codepoints.
* lisp/progmodes/compile.el (compilation-start): Test
'make-process', not 'start-process', as the latter is now
available on all platforms.
* lisp/man.el (Man-build-man-command, Man-getpage-in-background):
Test 'make-process', not 'start-process', as the latter is now
available on all platforms.
* lisp/international/mule-cmds.el (set-coding-system-map): Test
'make-process', not 'start-process', as the latter is now
available on all platforms.
* lisp/eshell/esh-cmd.el (eshell-do-pipelines-synchronously): Doc
fix.
(eshell-execute-pipeline): Test 'make-process', not
'start-process', as the latter is now available on all platforms.
2016-04-30 13:45:33 +03:00
..
ada-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
ada-prj.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ada-stmt.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ada-xref.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
antlr-mode.el Spelling fixes 2016-01-25 08:09:09 -08:00
asm-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
autoconf.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
bat-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
bug-reference.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-align.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
cc-awk.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-bytecomp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-cmds.el Finish fixing a cacheing bug in CC Mode (see 2016-03-09) 2016-03-30 17:14:03 +00:00
cc-defs.el Finish fixing a cacheing bug in CC Mode (see 2016-03-09) 2016-03-30 17:14:03 +00:00
cc-engine.el Revert unneeded change which harms syntactic parsing. This fixes bug #23308. 2016-04-29 14:36:33 +00:00
cc-fonts.el Prevent C++ Mode wrongly fontifying some identifiers near templates as types 2016-04-01 12:56:16 +00:00
cc-guess.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-langs.el Allow arithmetic operators inside C++ template constructs. 2016-02-15 15:05:02 +00:00
cc-menus.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-mode.el Allow the use of `font-lock-extend-region-multiline' in CC Mode. 2016-01-09 15:18:29 +00:00
cc-styles.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cc-vars.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cfengine.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cmacexp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
compile.el Fix the MSDOS build 2016-04-30 13:45:33 +03:00
cperl-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
cpp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
cwarn.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
dcl-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf2ps.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-abn.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-bnf.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-dtd.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-ebx.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-iso.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-otz.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebnf-yac.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
ebrowse.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
elisp-mode.el Make lisp-completion-at-point's argument optional 2016-03-14 04:14:05 +02:00
etags.el ; Spelling fix (American spelling) 2016-01-25 18:26:42 -05:00
executable.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
f90.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
flymake.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
fortran.el * lisp/progmodes/fortran.el (fortran-make-syntax-propertize-function): 2016-01-02 10:16:03 -08:00
gdb-mi.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
glasses.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
grep.el Revert "Allow to customize names of executables used by grep.el" 2016-04-21 05:08:29 +03:00
gud.el Improve the custom type of some user options. 2016-01-30 11:51:10 -08:00
hideif.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
hideshow.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
icon.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
idlw-complete-structtag.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
idlw-help.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
idlw-shell.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
idlw-toolbar.el Avoid stray As next to IDLW icons 2016-03-24 16:53:24 -07:00
idlwave.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
inf-lisp.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
js.el Don't mistake `for' inside a function for a part of array comprehension 2016-04-28 02:00:48 +03:00
ld-script.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
m4-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
make-mode.el Highlight assignments in Makefiles more correctly 2016-02-24 12:22:15 +11:00
mantemp.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
meta-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
mixal-mode.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
modula2.el
octave.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
opascal.el * lisp/progmodes/opascal.el (opascal-mode-syntax-table): 2016-01-05 19:17:55 -05:00
pascal.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
perl-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
prog-mode.el Remove prog-indentation-context 2016-03-28 03:59:05 +03:00
project.el Revert "Don't use 'find-program'" 2016-04-21 05:07:27 +03:00
prolog.el Port run-prolog EMACS to SWI-Prolog 7.2.3 2016-04-10 22:47:21 -07:00
ps-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
python.el Add Python 3.5 keyword "await" 2016-04-26 13:50:30 -04:00
ruby-mode.el Fixup the "normal" matcher; highlight global var symbols, too 2016-03-19 00:37:54 +02:00
scheme.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
sh-script.el Make sh-electric-here-document-mode accessible in sh-mode-hook. (Bug#3226) 2016-04-16 14:47:49 -04:00
simula.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
sql.el Quote table names for postgres listings (sql-mode) 2016-02-09 22:05:15 -05:00
subword.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
tcl.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
vera-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
verilog-mode.el Fix problems caused by new implementation of sub-word mode 2016-02-05 23:54:21 +02:00
vhdl-mode.el Sync with upstream vhdl mode v3.38.1. 2016-04-17 16:15:29 -07:00
which-func.el Update copyright year to 2016 2016-01-01 01:34:24 -08:00
xref.el Perform xref searches without visiting unopened files 2016-04-12 21:08:56 +03:00
xscheme.el * lisp/progmodes/xscheme.el (xscheme-prompt-for-expression-exit): 2016-01-05 18:59:19 -05:00