Source-Changes archive

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

NetBSD master CVS tree commits



drochner
Sat Jun 20 14:52:51 PDT 1998
Update of /cvsroot/src/sys/dev/wscons
In directory nb00:/tmp/cvs-serv12848

Modified Files:
        wscons_raster.h wscons_rops.c wsdisplayvar.h wsemul_dumb.c 
        wsemul_sun.c wsemul_vt100.c 
Log Message:
Change the calling interface for text output (to the graphics driver)
to take a single character at a time, where the character is an "int" now.
The old interface (took a string) was never called with more than 1
char to print, and the "int" allows us to handle charsets cleanly.


tron
Sat Jun 20 14:55:01 PDT 1998
Update of /cvsroot/pkgsrc/x11/gtk
In directory nb00:/tmp/cvs-serv14070

Modified Files:
        Makefile 
Log Message:
Update gtk+ to version 1.0.4 using changes supplied by Bernk Sieker.


tron
Sat Jun 20 14:55:02 PDT 1998
Update of /cvsroot/pkgsrc/x11/gtk/files
In directory nb00:/tmp/cvs-serv14070/files

Modified Files:
        md5 
Log Message:
Update gtk+ to version 1.0.4 using changes supplied by Bernk Sieker.


tron
Sat Jun 20 14:55:02 PDT 1998
Update of /cvsroot/pkgsrc/x11/gtk/patches
In directory nb00:/tmp/cvs-serv14070/patches

Modified Files:
        patch-aa patch-ab 
Log Message:
Update gtk+ to version 1.0.4 using changes supplied by Bernk Sieker.


tron
Sat Jun 20 14:55:02 PDT 1998
Update of /cvsroot/pkgsrc/x11/gtk/pkg
In directory nb00:/tmp/cvs-serv14070/pkg

Modified Files:
        PLIST 
Log Message:
Update gtk+ to version 1.0.4 using changes supplied by Bernk Sieker.


drochner
Sat Jun 20 14:55:06 PDT 1998
Update of /cvsroot/src/sys/dev/ic
In directory nb00:/tmp/cvs-serv14468

Modified Files:
        pcdisplay_subr.c pcdisplayvar.h vga.c 
Log Message:
adapt to wscons changes, treat incoming characters always as ISO
(ie, convert to IBM)


drochner
Sat Jun 20 14:56:41 PDT 1998
Update of /cvsroot/src/sys/dev/pci
In directory nb00:/tmp/cvs-serv15516

Modified Files:
        tga.c 
Log Message:
adapt to wscons changes (character output call)


drochner
Sat Jun 20 14:59:45 PDT 1998
Update of /cvsroot/src/sys/arch/vax/vsa
In directory nb00:/tmp/cvs-serv16553

Modified Files:
        smg.c 
Log Message:
adapt to wscons changes (character output call)




Home | Main Index | Thread Index | Old Index