PLNews: Programming Language News

News, articles, announcements and information focusing on computer programming languages and their implementations.
January 20, 2008

Ctalk 0.0.35a Released

Posted: 2008-01-20 12:56:40
Languages ::

Ctalk 0.0.35a has been released. Ctalk is an object-oriented extension to C.

This release includes: improved SPARC compatibility, more flexible class variable handling, a streamlined interface for method return objects, bug fixes, and other changes.

January 15, 2008

Ctpp 1.0.28 Released

Posted: 2008-01-15 06:19:34
Languages ::

Ctpp 1.0.28 has been released. It is a C99-compliant preprocessor for Ctalk, an object-oriented extension of C.

This release includes: documentation updates, and compatibility improvements.

January 13, 2008

Ctalk 0.0.34a Released

Posted: 2008-01-13 21:48:13
Languages ::

Ctalk 0.0.34a has been released. Ctalk is an object-oriented extension to C.

This release includes: improved analysis of complex C expressions and inline method calls, improved portability, and bug fixes.

January 12, 2008

GCC UPC 4.0.3.4 Released

Posted: 2008-01-12 08:18:13
Languages ::

GCC UPC 4.0.3.4 has been released. It adds support for Unified Parallel C to the GNU Compiler Collection.

This release includes: updated GCC support, and bug fixes.

January 06, 2008

ACC 0.8 Released

Posted: 2008-01-06 09:55:50
Languages ::

AspeCt-oriented C V 0.8 has been released. ACC, formerly known as AspectC, allows for aspect-oriented development using C.

This release includes: support for using the result() pointcut to modify the return value of a join point, support for accessing arguments' type/value and return type through the 'this' structure inside advice, bug fixes, and other changes.

January 05, 2008

Ctalk 0.0.32a Released

Posted: 2008-01-05 22:19:18
Languages ::

Ctalk 0.0.32a has been released. Ctalk is an object-oriented extension to C.

This release includes: improved class variable expression analysis, and bug fixes.

December 14, 2007

Ctalk 0.0.26a Released

Posted: 2007-12-14 06:21:16
Languages ::

Ctalk 0.0.26a has been released. Ctalk is an object-oriented extension to C.

This release includes simplified method buffering and initialization.

December 13, 2007

Ctalk 0.0.24a Released

Posted: 2007-12-13 06:07:24
Languages ::

Ctalk 0.0.24a has been released. Ctalk is an object-oriented extension to C.

This release includes: Event, Exception and SystemErrnoException classes for exception handling; improved C library template support; and bug fixes.

December 11, 2007

Ctalk 0.0.23a Released

Posted: 2007-12-11 06:23:38
Languages ::

Ctalk 0.0.23a has been released. Ctalk is an object-oriented extension to C.

This release includes: new methods for numeric types, support for binary constants, documentation improvements, and other changes.

December 10, 2007

Ctalk 0.0.22a Released

Posted: 2007-12-10 06:18:40
Languages ::

Ctalk 0.0.22a has been released. Ctalk is an object-oriented extension to C.

This release includes: support for C functions with variable arguments on Linux; templates for C library functions like fscanf, fprintf, and sscanf; and bug fixes.

December 02, 2007

Ctpp 1.0.27 Released

Posted: 2007-12-02 22:01:04
Languages ::

Ctpp 1.0.27 has been released. It is a C99-compliant preprocessor for Ctalk, an object-oriented extension of C.

This release includes support for Linux on Itanium.

November 28, 2007

Ctalk 0.0.20a Released

Posted: 2007-11-28 22:18:44
Languages ::

Ctalk 0.0.20a has been released. Ctalk is an object-oriented extension to C.

This release includes: improved parsing of complex expressions, bug fixes, documentation updates, and other changes.

November 26, 2007

Ctpp 1.0.26 Released

Posted: 2007-11-26 21:50:22
Languages ::

Ctpp 1.0.26 has been released. It is a C99-compliant preprocessor for Ctalk, an object-oriented extension of C.

This release includes: support for AMD64 Linux, compatibility fixes, and bug fixes.

November 18, 2007

nwcc 0.7.4 Released

Posted: 2007-11-18 21:32:00
Languages ::

nwcc 0.7.4 has been released. nwcc is a portable C compiler targeting a variety of systems.

This release includes: initial support for various GNU C and C99 features, and bug fixes.

Ctalk 0.0.19a Released

Posted: 2007-11-18 21:29:00
Languages ::

Ctalk 0.0.19a has been released. Ctalk is an object-oriented extension to C.

This release includes: minor bug fixes, and documentation improvements.

November 11, 2007

Berkeley UPC 2.6.0 Released

Posted: 2007-11-11 23:08:00
Languages ::

Berkeley Unified Parallel C 2.6.0 has been released. UPC is an extension to C for high-performance computing on large-scale parallel machines, providing a uniform programming model for both shared and distributed memory hardware.

This release includes: the enabling of the multiconf build manager by default; the use of RDMA support on LAPI/Federation systems by lapi-conduit; support for CrayXT/Linux, SunC/Linux, OpenBSD/x86; bug fixes; and other changes.

October 27, 2007

Ctalk 0.0.15a Released

Posted: 2007-10-27 23:05:00
Languages ::

Ctalk 0.0.15a has been released. Ctalk is an object-oriented extension to C.

This release includes: the use of ctpp 1.0.20, interpreter performance improvements, the addition of a readAll method to the ReadFileStream class, String class performance improvements, and other changes.

October 23, 2007

Ctpp 1.0.19 Released

Posted: 2007-10-23 06:34:00
Languages ::

Ctpp 1.0.19 has been released. It is a C99-compliant preprocessor for Ctalk, an object-oriented extension of C.

This release includes: a better method of locating GCC include files, and other changes.

October 19, 2007

Ctalk 0.0.14a Released

Posted: 2007-10-19 06:21:00
Languages ::

Ctalk 0.0.14a has been released. Ctalk is an object-oriented extension to C.

This release includes: performance improvements, templates to handle objects within array subscripts, system exception handling for ReadFileSystem objects, bug fixes, and other changes.

September 23, 2007

Ctalk 0.0.12a Released

Posted: 2007-09-23 21:59:00
Languages ::

Ctalk 0.0.12a has been released. Ctalk is an object-oriented extension to C.

This release includes: methods that define instance and class variables in objects, and improved expression analysis in control structures.