Discussion:
Ctalk 0.0.9a - A language that adds classes, methods, and other object oriented features to C.
(too old to reply)
c***@freshmeat.net
2007-08-17 13:26:37 UTC
Permalink
Ctalk 0.0.9a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Aug 17th 2007 06:26

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release provides the Magnitude and Array classes, improved expression
analysis, and implements templates for C library functions.

Release focus: Initial freshmeat announcement
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.09a.tar.gz


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-09-15 02:51:13 UTC
Permalink
Ctalk 0.0.10a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Sep 14th 2007 19:51

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds preprocessor macro caching, which allows header files to
be included only once in the complete application, regardless of how many
times the class libraries require their inclusion. This release also
updates the GNU autoconf and build system for GNU C 4.1.2, autoconf 2.13,
and automake 1.9.6. It fixes numerous minor bugs.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.10a.tar.gz


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-11-28 11:46:05 UTC
Permalink
Ctalk 0.0.20a
by thx1132 (http://freshmeat.net/~kiesling3/)
Wed, Nov 28th 2007 03:46

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds improvements in the template API to the compiler's C
libraries, as well as improvements in complex expression parsing, several
bugfixes, and expanded documentation.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.20a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/tracker
Mailing list archive: http://freshmeat.net/redir/ctalk-lang/70873/url_list/forum.php


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com, Mac, Solairs,FreeBSD and Windows. Learn more and get a free
two
user download at

http://www.linux.com/sponsor_solutions/perforce
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-12-23 14:55:52 UTC
Permalink
Ctalk 0.0.30a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, Dec 23rd 2007 06:55

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds improvements in expression parsing and includes several
bugfixes.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.29a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-09-18 01:48:08 UTC
Permalink
Ctalk 0.0.11a
by thx1132 (http://freshmeat.net/~kiesling3/)
Mon, Sep 17th 2007 18:48

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
Release 0.0.11a adds improvements in expression analysis which allow
expressions that contain any combination of C variables and objects to be
used in loop constructs.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.10a.tar.gz


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-09-21 08:29:47 UTC
Permalink
Ctalk 0.0.12a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Sep 21st 2007 01:29

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds methods that define instance and class variables in class
objects, and contains further improvements in expression analysis in
control structures.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.10a.tar.gz


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-12-09 14:25:18 UTC
Permalink
Ctalk 0.0.22a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, Dec 9th 2007 06:25

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds support for C functions with variable arguments on
GNU/Linux systems, and provides templates for C library functions that
include fscanf, fprintf, sscanf, and sprintf, and also contains numerous
bugfixes.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.22a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/wordpress


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at


http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-12-28 11:32:51 UTC
Permalink
Ctalk 0.0.31a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Dec 28th 2007 03:32

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds new methods in the Array, Integer, LongInteger, and
Exception classes, minor performance improvements, several bugfixes, and
the ltime example program.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.31a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-02-10 01:51:03 UTC
Permalink
Ctalk 0.0.41a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sat, Feb 9th 2008 17:51

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds improvements in the method application programming
interface, including a more reliable constructor calling protocol, more
method return protocols, better internal support for Collection classes
and GNU C attributes, as well as several bugfixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.41a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Who leads the Linux market while offering countless sponsorships, contributions,

HP, of course -- the advisor you can trust today for proven solutions you
can value over the long run. Check out our latest FOSS governance focus
involving FOSSBazaar and FOSSology – the talk of the town.

http://www.linux.com/sponsor_solutions/hpos/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-05-12 15:17:46 UTC
Permalink
Ctalk 0.0.51a
by thx1132 (http://freshmeat.net/~kiesling3/)
Mon, May 12th 2008 08:16

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds compatibility with DJGPP platforms and minor performance
improvements.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.51a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at


http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-07-11 07:03:47 UTC
Permalink
Ctalk 0.0.61a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Jul 11th 2008 07:03

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release allows programs to use objects as arguments to ordinary
functions, and adds additional type promotion in several methods.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/index.php
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/download.php
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at

http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-05-19 06:24:27 UTC
Permalink
Ctalk 0.0.52a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, May 18th 2008 23:24

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds the ability to use simple compound messages in Ctalk
statements, the AssociativeArray class, and more compatibility fixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.52a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at


http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-01-01 09:51:38 UTC
Permalink
Ctalk 0.0.32a
by thx1132 (http://freshmeat.net/~kiesling3/)
Tue, Jan 1st 2008 01:51

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds improvements in class variable expression analysis and
contains several bugfixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.32a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-02-14 10:46:46 UTC
Permalink
Ctalk 0.0.42a
by thx1132 (http://freshmeat.net/~kiesling3/)
Thu, Feb 14th 2008 02:46

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds improved handling of functions and methods that have a
variable number of arguments. It provides better support for printf-style
formats, and adds methods that format output for WriteFileStream and
String objects. It also adds minor improvements in expression analysis and
several bugfixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.42a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums
c***@freshmeat.net
2008-05-25 21:53:09 UTC
Permalink
Ctalk 0.0.53a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, May 25th 2008 14:53

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds a Key class and an improved AssociativeArray class. It
also includes further improvements in expression analysis, and adds a
basic CGIApp demonstration class and a simple CGI application.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.53a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
2008 SourceForge Community Choice Awards

The ability to choose wisely is what separates us
from apes. Quick! Vote in the 2008 SourceForge
Community Choice Awards before you start throwing
bananas at defenseless people.

http://ad.doubleclick.net/clk;203057931;13503038;s?http://sourceforge.net/community/cca08-nominate
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-07-21 14:20:02 UTC
Permalink
Ctalk 0.0.63a
by thx1132 (http://freshmeat.net/~kiesling3/)
Mon, Jul 21st 2008 14:20

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.


Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/index.php
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/download.php
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at

http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-10-08 00:58:47 UTC
Permalink
Ctalk 0.0.13a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, Oct 7th 2007 17:58

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds methods to the FileStream, ReadFileStream, and
WriteFileStream classes that provide basic line and character file I/O,
more convenient class and instance variable definition, and many bugfixes.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.10a.tar.gz
c***@freshmeat.net
2007-10-17 14:41:02 UTC
Permalink
Ctalk 0.0.14a
by thx1132 (http://freshmeat.net/~kiesling3/)
Wed, Oct 17th 2007 07:41

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds templates to handle objects within array subscripts,
system exception handling of ReadFileStream objects, performance and many
other improvements, and many bugfixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.14a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/tracker
Mailing list archive: http://freshmeat.net/redir/ctalk-lang/70873/url_list/forum.php


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-12-12 22:19:39 UTC
Permalink
Ctalk 0.0.24a
by thx1132 (http://freshmeat.net/~kiesling3/)
Wed, Dec 12th 2007 14:19

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds the classes Event, Exception, and SystemErrnoException
for support of exception handling, as well as further C library template
support, and includes numerous bugfixes.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.24a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums
c***@freshmeat.net
2008-01-08 14:48:29 UTC
Permalink
Ctalk 0.0.33a
by thx1132 (http://freshmeat.net/~kiesling3/)
Tue, Jan 8th 2008 06:48

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds the ctcc and ctdb commands for building Ctalk
applications. Sparc-Solaris platform compatibility issues were addressed.
Several bugs were fixed.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.33a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-02-18 13:20:06 UTC
Permalink
Ctalk 0.0.43a
by thx1132 (http://freshmeat.net/~kiesling3/)
Mon, Feb 18th 2008 05:20

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds the ability to define class and instance variables using
the variable class' constructors. Improvements in expression analysis and
several bugfixes were made.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.43a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums
c***@freshmeat.net
2008-01-13 15:58:30 UTC
Permalink
Ctalk 0.0.34a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, Jan 13th 2008 07:58

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds improvements in the analysis of complex C expressions and
in-line method calls, and contains multiple-platform compatibility
enhancements and bugfixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.34a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-02-21 11:46:46 UTC
Permalink
Ctalk 0.0.44a
by thx1132 (http://freshmeat.net/~kiesling3/)
Thu, Feb 21st 2008 03:46

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds the SignalEvent class and methods, so Ctalk programs can
interact with signals from the operating system. It also adds a
timeclient2.c example program and contains many improvements in expression
analysis and bugfixes.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.44a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Going Mobile?

Only the laptop experts offer a complete line
of high performance laptop notebooks and Tablet PCs. Take a look at
[SLASHDOT'S] mobility center for Toshiba’s newest business innovations.


http://mobile.slashdot.org/
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-10-26 08:25:48 UTC
Permalink
Ctalk 0.0.15a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Oct 26th 2007 01:25

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release provides performance improvements in the interpreter,
preprocessor, and class libraries. The preprocessor provides a simpler and
more efficient mechanism to use the GNU C libraries. In addition, the
String class methods feature performance improvements, and the
ReadFileStream class provides a new method, readAll.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.15a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/tracker
Mailing list archive: http://freshmeat.net/redir/ctalk-lang/70873/url_list/forum.php


____________________________| Advertising |____________________________
Open source and Linux from HP

From nine consecutive years of Linux market leadership to countless
community outreach programs, HP has proven solutions you can value, on a
next generation, highly-efficient BladeSystem platform ideal for Linux,
with the approach, experience, and customer commitment you can trust.


http://showcase.linux.com/hpos.tmp
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-11-02 21:44:31 UTC
Permalink
Ctalk 0.0.16a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Nov 2nd 2007 13:44

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release provides performance improvements, like optimizations for
include file processing, and parser and compiler optimizations.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.16a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/tracker
Mailing list archive: http://freshmeat.net/redir/ctalk-lang/70873/url_list/forum.php
c***@freshmeat.net
2007-11-10 06:55:22 UTC
Permalink
Ctalk 0.0.17a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Nov 9th 2007 22:55

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release provides improved global constructor handling, a simplified
line numbering scheme, the example program ctrep.c, a simple
pattern-replacement text filter, a new method or two, and many, many
bugfixes.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.17a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/tracker
Mailing list archive: http://freshmeat.net/redir/ctalk-lang/70873/url_list/forum.php


____________________________| Advertising |____________________________
Thinking about open source and Linux but not sure where to begin?

HP offers a uniquely impartial best-of-breed partner solution with
traditional
HP mission-critical capabilities on the industry’s #1 Linux platforms,
including
HP BladeSystem. Our commitment to the community is paired with proven
multi-OS services expertise and a solution accountability promise to you!



http://showcase.linux.com/hpos.tmpl
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-12-17 00:08:12 UTC
Permalink
Ctalk 0.0.27a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, Dec 16th 2007 16:07

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release provides better handling of Collection subclass (e.g. Array
class) expressions, and better checking of C variables to avoid extra
warning messages. This release also adds a separate ctalk-test package for
test scripts, and has minor performance improvements.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.27a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums
c***@freshmeat.net
2008-01-18 11:22:45 UTC
Permalink
Ctalk 0.0.35a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Jan 18th 2008 03:22

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release features a streamlined interface for method return objects,
SPARC compatibility in the FileStream, ReadFileStream, and WriteFileStream
classes, more flexible handling of class variables, and numerous bugfixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.35a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-03-20 08:08:32 UTC
Permalink
Ctalk 0.0.45a
by thx1132 (http://freshmeat.net/~kiesling3/)
Thu, Mar 20th 2008 00:08

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds template translation of C functions to methods so that
programs can use functions in C as well as Ctalk statements. It also
provides improved evaluation of C and Ctalk expressions used as C library
function arguments and improved evaluation of function parameters, and
contains numerous bugfixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.45a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solaris,FreeBSD and Windows. Learn more and get a free two user
download at


http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-01-23 21:40:31 UTC
Permalink
Ctalk 0.0.36a
by thx1132 (http://freshmeat.net/~kiesling3/)
Wed, Jan 23rd 2008 13:39

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds support for SPARC Solaris 8 platforms and contains
several bugfixes.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.36a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-04-07 02:22:38 UTC
Permalink
Ctalk 0.0.47a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, Apr 6th 2008 19:22

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds improvements in performance and the ability to use C
variables and functions within complex object expressions. There are some
bugfixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.47a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
What has the worldwide Linux server leader done for you lately?

Introducing single point of control for tying Linux server and cluster
environments
to your data center by simplifying discovery, imaging, monitoring, rapid
provisioning,
and system deployment. HP ICE Linux auto-configures preeminent OSS like
Nagios
and incorporates proven HP capabilities in a fully-supported extensible
Linux management solution.
Get a ‘frosty’ evaluation copy today.


http://h18004.www1.hp.com/products/servers/management/insightcontrol_linux2/index.html
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-06-16 14:17:45 UTC
Permalink
Ctalk 0.0.57a
by thx1132 (http://freshmeat.net/~kiesling3/)
Mon, Jun 16th 2008 14:17

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds improvements in method subclassing, additions to the
CGIApp demonstration class, and an example program that parses Common
Gateway Interface parameters.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/index.php
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.57a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Considering the industry's fastest growing Linux but weary of rolling out without someone behind you?

HP has a 20-year partnership with Novell and 10 consecutive years Linux
market leadership.
We can offer you best-of-breed technology including SUSE Linux Enterprise,

paired with proven multi-OS services expertise and total solution
accountability!
Check us out at

http://www.linux.com/sponsor_solutions/hpos
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-01-27 14:49:35 UTC
Permalink
Ctalk 0.0.37a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, Jan 27th 2008 06:49

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds methods in the Time class, and provides more flexibility
in the use of C include files in class libraries, and also includes minor
performance improvements and several bugfixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.37a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-04-21 02:50:53 UTC
Permalink
Ctalk 0.0.48a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, Apr 20th 2008 19:50

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release features internal improvements in the interface between Ctalk
objects and C function calls, many bugfixes, and minor performance
improvements.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.48a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
What has the worldwide Linux server leader done for you lately?

Introducing single point of control for tying Linux server and cluster
environments
to your data center by simplifying discovery, imaging, monitoring, rapid
provisioning,
and system deployment. HP ICE Linux auto-configures preeminent OSS like
Nagios
and incorporates proven HP capabilities in a fully-supported extensible
Linux management solution.
Get a ‘frosty’ evaluation copy today.


http://h18004.www1.hp.com/products/servers/management/insightcontrol_linux2/index.html
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-06-23 06:59:45 UTC
Permalink
Ctalk 0.0.58a
by thx1132 (http://freshmeat.net/~kiesling3/)
Mon, Jun 23rd 2008 06:59

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds more simple example programs and includes improvements in
the handling of unterminated strings and character escape sequences, as
well as the use of objects with functions that use a variable number of
arguments.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/index.php
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/download.php
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Considering the industry's fastest growing Linux but weary of rolling out without someone behind you?

HP has a 20-year partnership with Novell and 10 consecutive years Linux
market leadership.
We can offer you best-of-breed technology including SUSE Linux Enterprise,

paired with proven multi-OS services expertise and total solution
accountability!
Check us out at

http://www.linux.com/sponsor_solutions/hpos
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-11-16 22:01:40 UTC
Permalink
Ctalk 0.0.19a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Nov 16th 2007 14:01

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release fixes a bug in while loop blocks, and the setting of file
stream offsets in ReadFileStream and WriteFileStream methods. It also
provides some performance improvements and improved documentation.

Release focus: Minor bugfixes
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/ctalk-lang.sourceforge.net
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.19a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/tracker
Mailing list archive: http://freshmeat.net/redir/ctalk-lang/70873/url_list/forum.php


____________________________| Advertising |____________________________
Thinking about open source and Linux but not sure where to begin?

HP offers a uniquely impartial best-of-breed partner solution with our
traditional mission-critical capabilities on the industry’s #1 Linux
platforms. Our commitment to the community is paired with proven multi-OS
services expertise and total solution accountability! Check us out at
http://showcase.linux.com/hpos.tmpl


http://showcase.linux.com/hpos.tmpl
____________________________| Advertising |____________________________
c***@freshmeat.net
2007-12-20 09:49:57 UTC
Permalink
Ctalk 0.0.29a
by thx1132 (http://freshmeat.net/~kiesling3/)
Thu, Dec 20th 2007 01:49

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in ctalk. The package provides a translator from ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release provides improved critical error handling, additional methods
in the Array and Time classes, and several bugfixes.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.29a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-01-30 07:34:44 UTC
Permalink
Ctalk 0.0.38a
by thx1132 (http://freshmeat.net/~kiesling3/)
Tue, Jan 29th 2008 23:34

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds the class SignalHandler and provides the methods and API
additions for installing Ctalk methods to handle operating system signals,
and also includes several bugfixes.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.38a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Track & Manage Your Source Code and Digital Assets for FREE with Perforce

Discover how you can manage your source code and digital assets faster and
easier with Perforce. Perforce offers visual client interfaces for
Linux.com,
Mac, Solairs,FreeBSD and Windows. Learn more and get a free two user
download at



http://ad.doubleclick.net/clk;160974536;13503038;d?http://www.sourceforge.net/powerbar/perforce/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-04-28 01:40:19 UTC
Permalink
Ctalk 0.0.49a
by thx1132 (http://freshmeat.net/~kiesling3/)
Sun, Apr 27th 2008 18:40

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds internal improvements in the registration and analysis of
C variables and functions, and improvements in the preprocessor, ctpp.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.49a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
What has the worldwide Linux server leader done for you lately?

Introducing single point of control for tying Linux server and cluster
environments
to your data center by simplifying discovery, imaging, monitoring, rapid
provisioning,
and system deployment. HP ICE Linux auto-configures preeminent OSS like
Nagios
and incorporates proven HP capabilities in a fully-supported extensible
Linux management solution.
Get a ‘frosty’ evaluation copy today.


http://h18004.www1.hp.com/products/servers/management/insightcontrol_linux2/index.html
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-06-30 05:50:52 UTC
Permalink
Ctalk 0.0.59a
by thx1132 (http://freshmeat.net/~kiesling3/)
Mon, Jun 30th 2008 05:50

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds internal improvements in method argument evaluation.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/index.php
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/download.php
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Considering the industry's fastest growing Linux but weary of rolling out without someone behind you?

HP has a 20-year partnership with Novell and 10 consecutive years Linux
market leadership.
We can offer you best-of-breed technology including SUSE Linux Enterprise,

paired with proven multi-OS services expertise and total solution
accountability!
Check us out at

http://www.linux.com/sponsor_solutions/hpos
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-02-01 18:35:07 UTC
Permalink
Ctalk 0.0.39a
by thx1132 (http://freshmeat.net/~kiesling3/)
Fri, Feb 1st 2008 10:35

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release adds the class List and additional methods in class
SignalHandler. it includes the example programs timeclient.c and
timesignal.c, as well as several bugfixes.

Release focus: Major feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.39a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
Who leads the Linux market while offering countless sponsorships, contributions,

HP, of course -- the advisor you can trust today for proven solutions you
can value over the long run. Check out our latest FOSS governance focus
involving FOSSBazaar and FOSSology – the talk of the town.

http://www.linux.com/sponsor_solutions/hpos/
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-05-05 17:23:30 UTC
Permalink
Ctalk 0.0.50a
by thx1132 (http://freshmeat.net/~kiesling3/)
Mon, May 5th 2008 10:23

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release contains compatibility bugfixes and updates for Cygwin
platforms.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/www.ctalklang.org
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/ctalk-0.0.50a.tar.gz
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
What has the worldwide Linux server leader done for you lately?


Introducing single point of control for tying Linux server and cluster
environments
to your data center by simplifying discovery, imaging, monitoring, rapid
provisioning,
and system deployment. HP ICE Linux auto-configures preeminent OSS like
Nagios
and incorporates proven HP capabilities in a fully-supported extensible
Linux management solution.
Get a ‘frosty’ evaluation copy today.


http://h18004.www1.hp.com/products/servers/management/insightcontrol_linux2/index.html
____________________________| Advertising |____________________________
c***@freshmeat.net
2008-07-07 11:05:04 UTC
Permalink
Ctalk 0.0.60a
by thx1132 (http://freshmeat.net/~kiesling3/)
Mon, Jul 7th 2008 11:05

About:
Ctalk provides object oriented programming features, like classes, methods,
operator overloading, and inheritance to otherwise standard C programs. You
can use only a few objects and classes in a program, or you can write
programs entirely in Ctalk. The package provides a translator from Ctalk
source code into C for compilation and a library that provides run-time
support for class objects. The preprocessor, ctpp, is also available
separately, and the package includes sample programs and documentation.

Changes:
This release provides many internal improvements in expression analysis and
fixes several bugs.

Release focus: Minor feature enhancements
License: GNU General Public License (GPL)
Project URL: http://freshmeat.net/projects/ctalk-lang/

Homepage: http://freshmeat.net/redir/ctalk-lang/70873/url_homepage/index.php
Tar/GZ: http://freshmeat.net/redir/ctalk-lang/70873/url_tgz/download.php
Bug tracker: http://freshmeat.net/redir/ctalk-lang/70873/url_bugtracker/forums


____________________________| Advertising |____________________________
SourceForge.net Community Choice Awards: VOTE NOW!


Scientific studies have shown that voting for your favorite open source
project,
along with a healthy diet, reduces your potential for chronic lameness and
boredom.
Vote Now at

http://ad.doubleclick.net/clk;205361897;13503038;d?http://www.sourceforge.net/community/cca08-vote
____________________________| Advertising |____________________________
Loading...