emacs/src/s
Dan Nicolaescu 7c2fb837ec * bitmaps/README:
* xfns.c:
* termcap.c:
* term.c:
* syswait.h:
* systty.h:
* systime.h:
* syssignal.h:
* sysdep.c:
* process.h:
* process.c:
* print.c:
* ndir.h:
* lread.c:
* keyboard.c:
* getpagesize.h:
* floatfns.c:
* fileio.c:
* emacs.c:
* doc.c:
* dispnew.c:
* dired.c:
* data.c:
* callproc.c:
* buffer.c:
* README:
* Makefile.in:
* s/template.h:
* s/msdos.h:
* m/vax.h: Remove VMS support.
* s/vms.h:
* vlimit.h:
* uaf.h:
* temacs.opt:
* param.h:
* ioctl.h: Remove file.

* descrip.mms:
* compile.com: Remove file.
* Create.c: Remove VMS support.

* message.el (Module):

* gnus-start.el (Module):

* gnus-registry.el (Module):

* textmodes/texinfmt.el:
* nxml/nxml-enc.el:
* mail/feedmail.el:
* international/mule.el:
* international/latexenc.el:
* emulation/viper-util.el:
* emulation/viper-init.el:
* emulation/viper-ex.el:
* emacs-lisp/bytecomp.el:
* version.el:
* subr.el:
* startup.el:
* sort.el:
* shadowfile.el:
* recentf.el:
* printing.el:
* paths.el:
* minibuffer.el:
* ls-lisp.el:
* loadup.el:
* hippie-exp.el:
* finder.el:
* files.el:
* ediff-util.el:
* ediff-ptch.el:
* ediff-init.el:
* ediff-diff.el:
* dired.el:
* dired-aux.el:
* cus-edit.el:
* bindings.el:
* arc-mode.el:
* add-log.el: Remove VMS support.
* obsolete/vmsproc.el:
* obsolete/vms-pmail.el:
* obsolete/vms-patch.el: Remove file.

* etags.c:
* emacsclient.c: Remove VMS support.

* termcap.src: Remove file.
* README:
* PROBLEMS:
* MACHINES: Remove VMS info.

* ediff.texi: Remove VMS support.

* os.texi:
* intro.texi:
* files.texi: Remove VMS support.

* emacs.texi: Remove VMS support.

* make-dist:
* README: Remove VMS support.
* vms: Remove directory.
2008-07-31 05:33:56 +00:00
..
aix4-2.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
bsd-common.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
cygwin.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
darwin.h Remove support for Mac Carbon. 2008-07-27 18:24:48 +00:00
freebsd.h * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): 2008-07-23 06:39:16 +00:00
gnu-kfreebsd.h Petr Salinger <Petr.Salinger at seznam.cz>: New file. 2007-11-28 08:16:55 +00:00
gnu-linux.h * m/amdx86-64.h (HAVE_LIB64_DIR): Consolidate ifdefs. 2008-07-24 18:45:45 +00:00
gnu.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
hpux10-20.h * config.in: Regenerate. 2008-07-23 06:26:32 +00:00
hpux11.h * src/fileio.c: 2008-07-10 15:26:15 +00:00
irix6-5.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
lynxos.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
ms-w32.h * s/ms-w32.h (MULTI_KBOARD): Remove. 2008-07-31 02:47:32 +00:00
msdos.h * bitmaps/README: 2008-07-31 05:33:56 +00:00
netbsd.h * s/netbsd.h (A_TEXT_OFFSET, A_TEXT_SEEK): 2008-07-23 06:39:16 +00:00
openbsd.h (LD_SWITCH_SYSTEM): Remove /usr/pkg/lib and /usr/pkg/lib from 2006-11-22 15:17:47 +00:00
README
sol2-3.h * s/sol2-3.h: Insert contents of s/sol2.h. 2008-07-20 14:14:52 +00:00
sol2-4.h * s/sol2.h: 2008-07-17 14:09:13 +00:00
sol2-5.h * s/vms.h: 2008-07-10 03:26:06 +00:00
sol2-6.h Delete previous change. 2004-03-20 01:10:19 +00:00
template.h * bitmaps/README: 2008-07-31 05:33:56 +00:00
unixware.h Add arch taglines 2003-09-01 15:45:59 +00:00
usg5-4-2.h * s/usg5-4.h (LIBS_SYSTEM): Remove, system for which this was 2008-07-20 13:03:56 +00:00
usg5-4.h * s/usg5-4.h (ADDR_CORRECT): Remove, unused. 2008-07-23 08:29:24 +00:00

This directory contains C header files containing
operating-system-specific definitions.  Each file describes a
particular operating system.  The emacs configuration script edits
../config.h to include the appropriate one of these files, and then
each emacs source file includes config.h.

template.h is a generic template for system descriptions; it describes
the parameters a system file can specify.