clone url: git://git.assembla.com/frobtads.git
Use this URL in git client to clone this repository. More instructions

FrobTADS public Git repository.

master/master

Committer: realnc Author: realnc Revision: 575cbd4e53
Date: 5 months ago (2009/08/24 22:32 UTC)
Apply upstream-accepted patches, fixing ANSI-correctness

With GCC's "-ansi -pedantic" switches, this warning is issued a lot:

  warning: overflow in implicit constant conversion

due to signed 1-bit bitfields being assigned the value 1 (TRUE) while they
actually can only hold -1 and 0.  Making all those bitfields unsigned fixes
the issue.
Name Date Rev. Commit message
doc 2009/06/01 cfad47cfa3 [realnc] Initial commit.
src 2009/08/24 4063bbd568 [realnc] Don't use C++-style comments Even though the comments ar...
t2compiler 2009/08/19 e70f6d69ec [realnc] Apply upstream-accepted patches, fixing GCC warnings and ...
t3compiler 2009/08/24 575cbd4e53 [realnc] Apply upstream-accepted patches, fixing ANSI-correctness ...
tads2 2009/06/01 cfad47cfa3 [realnc] Initial commit.
tads3 2009/08/24 575cbd4e53 [realnc] Apply upstream-accepted patches, fixing ANSI-correctness ...
.gitignore 2009/06/01 6d70ad6b60 [realnc] More auto-generated files for .gitignore.
bootstrap 2009/06/01 cfad47cfa3 [realnc] Initial commit.
Common.am 2009/06/01 cfad47cfa3 [realnc] Initial commit.
configure.ac 2009/06/01 cfad47cfa3 [realnc] Initial commit.
Frob.am 2009/06/01 cfad47cfa3 [realnc] Initial commit.
Makefile.am 2009/06/27 cb5ee7e3ae [realnc] Remove "frob" from bin_PROGRAMS of Makefile.am This was ...
README 2009/06/01 cfad47cfa3 [realnc] Initial commit.

README

FrobTADS - A portable TADS toolkit
http://www.tads.org
http://www.tads.org/frobtads.htm

The "doc" directory contains the documentation for this package:

    AUTHORS
      People who wrote FrobTADS' code.

    BUGS
      A list of known bugs.  You shouldn't report them.

    ChangeLog
      Documents changes in the source code between versions.

    COMPILERS
      Explains how to build the TADS 2 and TADS 3 compilers and where
      to obtain documentation for them.

    CONFIGURE_DOC
      Contains detailed documentation about the 'configure' script (this
      script is used to configure the package prior to compilation).

    COPYING
      Legal blurb.

    INSTALL
      Installation and usage instructions.  The first thing you should
      read (after this README file).

    MacOSX
      Instructions for Mac OS X command-line novices.

    NEWS
      Contains the list of changes between FrobTADS versions.

    README
      Overview of the package.

    SRC_GUIDELINES
      A must-read for everyone who wants to contribute source code.  It
      mostly deals with how to write portable C++ and such.

    THANKS
      Lists people who contributed to FrobTADS in one way or another.