The SQLClient library is designed to provide a simple interface to SQL
databases for GNUstep applications. It does not attempt the sort of
abstraction provided by the much more sophisticated GDL2 library but
rather allows applications to directly execute SQL queries and
statements.
SQLClient provides for the Objective-C programmer much the same thing
that JDBC provides for the Java programmer.
OK landry@
Note: for python ports, update-plist often ends up choosing ${FULLPKGNAME}
${FULLPKGNAME}-py${MODPY_VERSION}.egg-info, this needs to be replaced with
pkgname-${MODPY_EGG_VERSION}-py${MODPY_VERSION}.egg-info
Jim is a small footprint implementation of the Tcl programming language
written from scratch. Currently Jim Tcl is very feature complete with an
extensive test suite. There are some Tcl commands and features which are
not implemented (and likely never will be), including namespaces, traces
and Tk. [..]
ok aja@
MyHDL is an open source Python package that lets you go from Python to
silicon. With MyHDL, you can use Python as a hardware description and
verification language. Furthermore, you can convert MyHDL code, that was
developed towards implementation, to Verilog and VHDL automatically, and
take it to a silicon implementation from there.
ok landry@
As the version number shows there are no big changes. The most
interesting are the two median filters for tracks. The first one is
optional and will smooth the elevation to give you better values for the
ascend and descend. The second one one is used for the speed over
distance plot. As median filters are no linear filters the result is
much better for the non linear character of an optimized track.
With this release Albrecht's optimizations for the map edit/create
dialogs are becoming official. Something all netbook users will appreciate.
OK jasper@