[Lunar-commits] CVS: moonbase/devel/gob2 DETAILS,1.4,1.5
Jeff Hodges
jmhodges at lunar-linux.org
Sat Jun 12 16:37:04 GMT 2004
Update of /var/cvs/lunar/moonbase/devel/gob2
In directory dbguin.lunar-linux.org:/tmp/cvs-serv9314
Modified Files:
DETAILS
Log Message:
version bump to 2.0.8
Index: DETAILS
===================================================================
RCS file: /var/cvs/lunar/moonbase/devel/gob2/DETAILS,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- DETAILS 21 May 2003 02:59:26 -0000 1.4
+++ DETAILS 12 Jun 2004 16:37:01 -0000 1.5
@@ -1,20 +1,23 @@
MODULE=gob2
- VERSION=2.0.6
+ VERSION=2.0.8
SOURCE=$MODULE-$VERSION.tar.gz
SOURCE_DIRECTORY=$BUILD_DIRECTORY/$MODULE-$VERSION
SOURCE_URL[0]=http://ftp.5z.com/pub/gob/$SOURCE
WEB_SITE=http://www.5z.com/jirka/gob.html
ENTERED=20020713
- UPDATED=20030521
- SHORT="GOB is a preprocessor for making GTK+ objects with inline C code so that generated files are not editted."
+ UPDATED=20030612
+ SHORT="GOB is a preprocessor for making GTK+ objects with inline C code"
cat << EOF
-GOB is a preprocessor for making GTK+ objects with inline C code so that generated files are not editted. Syntax is inspired by java and yacc or lex. The implementation is intentionaly kept simple, and no C actual code parsing is done.
+GOB is a preprocessor for making GTK+ objects with inline C code so
+that generated files are not edited. Syntax is inspired by java and
+yacc or lex. The implementation is intentionaly kept simple, and no
+C actual code parsing is done.
Reasons:
- * C is a perfect (well mostly) language, no need for another language
- * Writing a fully featured GTK+ object is a hassle
- * GTK+ has little typesafety, GOB improves on it.
- * Need for a generator that doesn't require changes to generated code
- * I like how Java writes method code directly into the class definition.
+ * C is a perfect (well mostly) language, no need for another
+ language * Writing a fully featured GTK+ object is a hassle * GTK+
+ has little typesafety, GOB improves on it. * Need for a generator
+ that doesn't require changes to generated code * I like how Java
+ writes method code directly into the class definition.
EOF
More information about the Lunar-commits
mailing list