emacs-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-commit] emacs/src process.c


From: Kim F. Storm
Subject: [Emacs-commit] emacs/src process.c
Date: Thu, 21 Mar 2002 07:20:31 -0500

CVSROOT:        /cvs
Module name:    emacs
Changes by:     Kim F. Storm <address@hidden>   02/03/21 07:20:24

Modified files:
        src            : process.c 

Log message:
        (QCfeature, QCdatagram): Removed variables.
        (QCtype, Qdatagram): New variables.
        (network_process_featurep): Removed function.
        (Fmake_network_process): Removed :feature check.
        Use :type 'datagram instead of :datagram t to create a datagram
        socket.  This allows us to add other connection types (e.g. raw
        sockets) later in a consistent manner.
        (init_process) [subprocess]: Provide list of supported subfeatures
        for feature make-network-process.
        (syms_of_process) [subprocess]: Remove QCfeature and QCdatagram.
        Intern and staticpro QCtype and Qdatagram.
        (syms_of_process) [!subprocess]: Intern and staticpro QCtype.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/emacs/emacs/src/process.c.diff?tr1=1.361&tr2=1.362&r1=text&r2=text




reply via email to

[Prev in Thread] Current Thread [Next in Thread]