commit-hurd
[Top][All Lists]
Advanced

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

hurd/console ChangeLog Makefile console.c conso...


From: Marcus Brinkmann
Subject: hurd/console ChangeLog Makefile console.c conso...
Date: Wed, 12 Jun 2002 20:24:26 -0400

CVSROOT:        /cvsroot/hurd
Module name:    hurd
Changes by:     Marcus Brinkmann <address@hidden>       02/06/12 20:24:26

Modified files:
        console        : ChangeLog Makefile console.c console.h 
                         display.c display.h 
Added files:
        console        : ourfs_notify.defs 

Log message:
        2002-06-13  Marcus Brinkmann  <address@hidden>
        
        * Makefile (DIST_FILES): New target.
        (MIGSTUBS): Likewise.
        (OBJS): Add $(MIGSTUBS).
        * ourfs_notify.defs: New file.
        * console.c: Diddle order of typedefs.
        (netfs_attempt_read): Clip AMT to bytes left to read before
        calling display_read.
        (netfs_S_file_notice_changes): New function.
        * console.h: Include <stdint.h>, not <sys/types.h>.
        Change all types from u_int32_t to uint32_t.
        * display.c: Include <stddef.h> and "outfs_notify_U.h".  Change
        all u_int_32 types to uint32_t.
        (struct modreq): New structure.
        (struct display): New member filemod_reqs.
        (free_modreqs): New function.
        (display_notice_changes): Likewise.
        (display_notice_filechange): Likewise.
        (display_destroy): Free filemod_reqs member of DISPLAY.
        (MATRIX_POS): Macro removed.
        (screen_fill): Rewritten.
        (screen_shift_left): New function.
        (screen_shift_right): Likewise.
        (screen_scroll_up): Function removed.
        (screen_scroll_down): Likewise.
        (screen_scroll_left): Likewise.
        (screen_scroll_right): Likewise.
        (handle_esc_bracket): Use new screen_* functions.
        (display_output_one): Store old cursor and screen attributes, and
        if they have been changed, send file change notifications.
        * display.h: New prototype for display_notice_changes.

CVSWeb URLs:
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/ourfs_notify.defs?rev=1.1
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/ChangeLog.diff?tr1=1.13&tr2=1.14&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/Makefile.diff?tr1=1.5&tr2=1.6&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/console.c.diff?tr1=1.9&tr2=1.10&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/console.h.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/display.c.diff?tr1=1.4&tr2=1.5&r1=text&r2=text
http://savannah.gnu.org/cgi-bin/viewcvs/hurd/hurd/console/display.h.diff?tr1=1.5&tr2=1.6&r1=text&r2=text




reply via email to

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