[Gs-dgs-devel] Pswrap and includes
Masatake YAMATO
masata-y@is.aist-nara.ac.jp
Fri, 19 Jan 2001 16:20:02 +0900
> (By the way, the reason the XFree86 version is not derived from DGS is
> that we cannot use GPLd code in our tree. If there are any fixes that
> the DGS developers would like to contribute, we will be very glad to
> include them; please drop a note to fixes at xfree86.org).
See the DPS directory of DGS. There is no COPYING file. As far as I
know, the DPS directory is not GPLd. Further more, I'll introduce
your modification for DPS into dgs/DPS. Search your name in the
ChangeLog below:) DGS developers improves in some points. I think you
can introduce these improvements into your DPS. Some improvements are
aimed to leave from imake, but the other are worth to check:)
The directory can be packaged separately from DGS itself. Actually it
is possible to run "gmake dist " at DPS directory of DGS.
Masatake YAMATO
dgs/DPS/ChangeLog:
Wed Jul 12 20:40:24 2000 Masatake YAMATO <jet@gyve.org>
Following changes come from dgs-0_5_10release.
2000-05-06 Masatake YAMATO <jet@gyve.org>
* (*/Makefile.in): regenerated.
* lib/dpstk/Makefile.am (SUFFIXES): Added .h.
(.psw.c): Create empty file if there is not PSWRAP command.
(.psw.h): New rule.
* lib/dps/Makefile.am: (.psw.c): Create empty
file if there is not PSWRAP command.
(.psw.ah): Likewise.
(.psw.h): Likewise.
* demos/texteroids/Makefile.am (SUFFIXES): Added .h.
(.psw.h): New rule.
(.psw.c): Create empty file if there is not PSWRAP command.
2000-02-08 Adam Fedor <fedor@gnu.org>
* lib/dps/Xlibnet.h: Check for __SVR4 and __sun along with
SVR4 and sun in #ifdefs
* lib/dps/csconndi.c: Likewise.
* lib/dps/csfindNX.c: Likewise.
* lib/dps/cslibint.c: Likewise.
* lib/dps/dpsclient.c: Likewise. (Suggestion from Didier FORT
<didier.fort@fedex.com>).
2000-01-24 Masatake YAMATO <masata-y@is.aist-nara.ac.jp>
* lib/dpstk/FontSample.c: Hide the declaration
of strstr. This modification comes from
DPS.patch in dpsx-0.0.0 by Juliusz Chroboczek
<Juliusz.Chroboczek@ens.fr>.
1999-09-08 SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp>
* clients/pswrap/lexer.l: remove $ from PS comment handling.
1999-09-07 Masatake YAMATO <masata-y@is.aist-nara.ac.jp>
* Use libtool 1.3.3 and regenerate files.
1999-09-05 Masatake YAMATO <masata-y@is.aist-nara.ac.jp>
* demos/texteroids/texteroids.c (CheckHit):
(main):
Correct Adam's `correction of transform from X
coordinates'.
See the entry, `1999-04-26 Adam Fedor <fedor@gnu.org>)'
1999-08-25 SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp>
* lib/dps/XDPS.c.orig, lib/dps/cslibint.[ch]:
correct XDPSLIOProcs initializer.
* demos/xepsf/xepsf.c, demos/dpsexec/dpsexec.c,
demos/texteroids/texteroids.c: main should return int.
1999-08-04 SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp>
* clients/pswrap/pswfile.c: #include its own header file for output.
1999-08-01 SHIRASAKI Yasuhiro <yasuhiro@awa.tohoku.ac.jp>
* lib/dps/csconndi.c (MakeUNIXSocketConnection,MakeTCPConnection):
Check return value for setsockopt.
1999-08-01 Masatake YAMATO <masata-y@is.aist-nara.ac.jp>
Applied another patch sent from SHIRASAKI Yasuhiro<yasuhiro@awa.tohoku.ac.jp>.
* lib/dps/csconndi.c (MakeUNIXSocketConnection): Use sockaddr_un only.
The structure members are changed between 4.4BSD(?) and 4.3BSD.
1999-08-01 Masatake YAMATO <masata-y@is.aist-nara.ac.jp>
Applied a patch sent from SHIRASAKI Yasuhiro<yasuhiro@awa.tohoku.ac.jp>.
* demos/xepsf/Makefile.am (xepsf_LDADD): Change the order of linking
libraries.
* clients/makepsres/makepsres.c: Added __FreeBSD__ to a if-defined list.
1999-04-26 Adam Fedor <fedor@gnu.org>
* demos/texteroids/texteroids.c (CheckHit): Correct transform from
from X coordinates (ITransform).
(main): Likewise.
Mon Mar 8 20:24:14 1999 Masatake YAMATO <masata-y@toripc2.aist-nara.ac.jp>
* clients/pswrap/lexer.l (yywrap): Remove '#if 0' and '#endif'.
Use YY_START and INITIAL instead of yybgin and yysvec.
The #if block might be introduced in dgs-0.5.0. The reason might be
yybgin and yysvec doesn't portable enough.
* include/DPS/dpsconfig.h: Checked i386 and __i386__.
These modification came from BALATON Zoltan's<balaton@eik.bme.hu>
client patch.
Mon Mar 8 02:21:17 1999 Masatake YAMATO <masata-y@toripc2.aist-nara.ac.jp>
* clients/pswrap/Makefile.am (EXTRA_DIST): Added lex and yacc files.
These files are not needed to build because generated C files are
added to the distribution by automake. However generated C files are
referred to check dependences by make.
(CLEANFILES): Don't remove gen_sources.
(pswrap_SOURCES): Put '\' after pswsemantics.c.
1998-02-07 Thomas Tanner <tanner@gmx.de>
* Use autoconf/automake/libtool