Skip to content

Commit

Permalink
Weeded out, I think, all the various old email addresses.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Apr 22, 2006
1 parent 567ede1 commit 29060e0
Show file tree
Hide file tree
Showing 95 changed files with 104 additions and 104 deletions.
2 changes: 1 addition & 1 deletion FILEID.DIZ
Expand Up @@ -5,6 +5,6 @@ A learning environment inspired by LOGO (TurtleGraphics).

Please read the included README for all the dirty details.

--ryan. (icculus@clutteredmind.org)
--ryan. (icculus@icculus.org)


6 changes: 3 additions & 3 deletions Makefile
Expand Up @@ -22,7 +22,7 @@
# Makefile for building Toby on Unix-like systems. Follow the instructions
# for editing this file, then run "make" on the command line.
#
# Written by Ryan C. Gordon (icculus@clutteredmind.org)
# Written by Ryan C. Gordon (icculus@icculus.org)
#-----------------------------------------------------------------------------#


Expand Down Expand Up @@ -80,7 +80,7 @@ platform_clock := unix

#-----------------------------------------------------------------------------#
# Choose a default natural language.
# Please report incorrect translations to Ryan: icculus@clutteredmind.org.
# Please report incorrect translations to Ryan: icculus@icculus.org.
# Ryan would also love to hear from you if you are willing to translate this
# software to other natural languages; it's easy to do, if you are bilingual
# in the first place.
Expand Down Expand Up @@ -689,7 +689,7 @@ ifeq ($(strip $(platform_video)),sdl)
cp $(SDL_LIB_DIR)/SDL.dll .
EXTRAPACKAGELIBS := SDL.dll
endif
echo -e "\r\n\r\n\r\nHEY YOU.\r\n\r\n\r\nTake a look at README-win32bins.txt FIRST.\r\n\r\n\r\n--ryan. (icculus@clutteredmind.org)\r\n\r\n" |zip -9rz ../toby-win32bins-$(shell date +%m%d%Y).zip $(EXES) $(EXTRAPACKAGELIBS) README-win32bins.txt
echo -e "\r\n\r\n\r\nHEY YOU.\r\n\r\n\r\nTake a look at README-win32bins.txt FIRST.\r\n\r\n\r\n--ryan. (icculus@icculus.org)\r\n\r\n" |zip -9rz ../toby-win32bins-$(shell date +%m%d%Y).zip $(EXES) $(EXTRAPACKAGELIBS) README-win32bins.txt

else
msbins: nocygwin
Expand Down
2 changes: 1 addition & 1 deletion README
Expand Up @@ -20,7 +20,7 @@ This program is licensed under the GNU General Public License. Please know

Enjoy!

--ryan. (icculus@clutteredmind.org)
--ryan. (icculus@icculus.org)



2 changes: 1 addition & 1 deletion docs/changelog.old
Expand Up @@ -106,7 +106,7 @@ What's new in Toby alpha3:
- Lots of stuff; this is the first public release, and I wasn't keeping a
changelog before this. :)

--ryan. (icculus@lokigames.com)
--ryan. (icculus@icculus.org)



6 changes: 3 additions & 3 deletions docs/subsystems/i18n.txt
Expand Up @@ -120,7 +120,7 @@ Makefile. There should be a section near the top that looks like this:

#-----------------------------------------------------------------------------#
# Choose a default natural language.
# Please report incorrect translations to Ryan: icculus@clutteredmind.org.
# Please report incorrect translations to Ryan: icculus@icculus.org.
# Ryan would also love to hear from you if you are willing to translate this
# software to other natural languages; it's easy to do, if you are bilingual
# in the first place.
Expand All @@ -136,7 +136,7 @@ platform_i18n := english

#-----------------------------------------------------------------------------#
# Choose a default natural language.
# Please report incorrect translations to Ryan: icculus@clutteredmind.org.
# Please report incorrect translations to Ryan: icculus@icculus.org.
# Ryan would also love to hear from you if you are willing to translate this
# software to other natural languages; it's easy to do, if you are bilingual
# in the first place.
Expand Down Expand Up @@ -178,5 +178,5 @@ space and overwrite the previous pointer. Any strings we allocate for i18n
purposes get an extra byte placed after the terminating NULL char, where we
store a '!' character. Problem solved.

--ryan. (icculus@clutteredmind.org)
--ryan. (icculus@icculus.org)

2 changes: 1 addition & 1 deletion docs/thanks.txt
@@ -1,5 +1,5 @@
At this point, TOBY has been entirely written, and maintained by
Ryan C. Gordon (icculus@clutteredmind.org), but in the spirit of the GNU
Ryan C. Gordon (icculus@icculus.org), but in the spirit of the GNU
project, the software is placed under GNU General Public License, and hopes
to see more contributors in the future. At such a time, this file will list
more names. :) In the meantime...
Expand Down
2 changes: 1 addition & 1 deletion docs/todo.txt
Expand Up @@ -177,7 +177,7 @@ ongoing bugfixes/enhancements :
'!!!' have been placed there to alert me that there is a bug/deficiency
in the code that is worth revisiting, but probably isn't crippling. As
such, they tend to build up. Feel free to fix any of these and submit
patches to rgordon@xnot.com ...
patches to icculus@icculus.org ...

Make inputarea use sane keys...I don't like the Swing defaults. Therefore
someday I'd like to either replace the Swing component with a homegrown
Expand Down
2 changes: 1 addition & 1 deletion src/exceptions/ExecException.h
Expand Up @@ -27,7 +27,7 @@
* ExecExceptions are for interpretation errors at runtime, as opposed to
* parsetime errors.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ExecException : public FlowException
{
Expand Down
2 changes: 1 addition & 1 deletion src/exceptions/FlowException.h
Expand Up @@ -33,7 +33,7 @@
*
* This is a generic base class. Coders should look to the subclasses.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class FlowException : public TobyException
{
Expand Down
2 changes: 1 addition & 1 deletion src/exceptions/HaltException.h
Expand Up @@ -29,7 +29,7 @@
* or whatnot. This allows for clean termination of the interpreter at
* any time.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class HaltException : public FlowException
{
Expand Down
2 changes: 1 addition & 1 deletion src/exceptions/IOException.h
Expand Up @@ -27,7 +27,7 @@
* IOExceptions are thrown when reading from or writing to something (disk,
* network, etc) fails or encounters an unusual situation..
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class IOException : public TobyException
{
Expand Down
2 changes: 1 addition & 1 deletion src/exceptions/ParseException.h
Expand Up @@ -29,7 +29,7 @@
* exception is also used to signal an unresolved symbol during the "link"
* stage.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ParseException : public FlowException
{
Expand Down
2 changes: 1 addition & 1 deletion src/exceptions/ReturnException.h
Expand Up @@ -28,7 +28,7 @@
* is hit. FunctionLogicContexts explicitly listen for this and pass control
* back to their parent contexts when such an exception is caught.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReturnException : public FlowException
{
Expand Down
2 changes: 1 addition & 1 deletion src/exceptions/TobyException.h
Expand Up @@ -27,7 +27,7 @@
* ExecExceptions are for interpretation errors at runtime, as opposed to
* parsetime errors.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class TobyException : public TobyObject
{
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/english.tobylang
Expand Up @@ -31,7 +31,7 @@
* name. DO NOT CHANGE THE COPYRIGHT. You will be given credit for your
* work, but by submitting your work, the maintainers of Toby gain
* sole ownership of it. If you don't like that, stop now.
* 3. E-mail your completed work to Ryan at icculus@clutteredmind.org. He'll
* 3. E-mail your completed work to Ryan at icculus@icculus.org. He'll
* incorporate it into the next release of Toby.
* 4. C++ comments are acceptable, both in the multiline and "//" form. They
* are ignored when this file is parsed. Lines with nothing but whitespace
Expand All @@ -57,7 +57,7 @@
* 10. Expect to be notified if we have more translating work for you
* in the future. :)
* 11. Questions about context of strings and other concerns can be addressed
* to icculus@clutteredmind.org. Please understand that I only speak English,
* to icculus@icculus.org. Please understand that I only speak English,
* and even that poorly. :)
*
* Have fun,
Expand Down Expand Up @@ -146,7 +146,7 @@ TOBYI18N(TOBYI18N_NODETREE_LOCKED, "NodeTree already locked.")
TOBYI18N(TOBYI18N_NODETREE_ULOCKED, "NodeTree already unlocked.")
TOBYI18N(TOBYI18N_BAD_CHILD_NODE, "Adding bad child type to NodeTree")
TOBYI18N(TOBYI18N_USING_FREE_NODE, "Attempt to use NodeTree that has already called freeResources()!")
TOBYI18N(TOBYI18N_SHOULDNOTBE, "This should not happen. Email icculus@clutteredmind.org! (English only!)")
TOBYI18N(TOBYI18N_SHOULDNOTBE, "This should not happen. Email icculus@icculus.org! (English only!)")

// This is a file description for the file open dialog, and shows up in
// the dropdown for "show files of type" ...
Expand Down
6 changes: 3 additions & 3 deletions src/i18n/french.tobylang
Expand Up @@ -31,7 +31,7 @@
* name. DO NOT CHANGE THE COPYRIGHT. You will be given credit for your
* work, but by submitting your work, the maintainers of Toby gain
* sole ownership of it. If you don't like that, stop now.
* 3. E-mail your completed work to Ryan at icculus@clutteredmind.org. He'll
* 3. E-mail your completed work to Ryan at icculus@icculus.org. He'll
* incorporate it into the next release of Toby.
* 4. C++ comments are acceptable, both in the multiline and "//" form. They
* are ignored when this file is parsed. Lines with nothing but whitespace
Expand All @@ -57,7 +57,7 @@
* 10. Expect to be notified if we have more translating work for you
* in the future. :)
* 11. Questions about context of strings and other concerns can be addressed
* to icculus@clutteredmind.org. Please understand that I only speak English,
* to icculus@icculus.org. Please understand that I only speak English,
* and even that poorly. :)
*
* Have fun,
Expand Down Expand Up @@ -145,7 +145,7 @@ TOBYI18N(TOBYI18N_HERES_THE_ERR, "Pour m

// Hopefully, the end user will never see these messages.
TOBYI18N(TOBYI18N_NOT_YET_IMPLEMENTED, "Fonctionalit� non impl�ment�e.")
TOBYI18N(TOBYI18N_SHOULDNOTBE, "Ceci ne devrait pas arriver. Envoyer un Email � icculus@clutteredmind.org! (en Anglais seulement!)")
TOBYI18N(TOBYI18N_SHOULDNOTBE, "Ceci ne devrait pas arriver. Envoyer un Email � icculus@icculus.org! (en Anglais seulement!)")
// !!! TRANSLATE ME!
TOBYI18N(TOBYI18N_NODETREE_LOCKED, "NodeTree already locked.")
TOBYI18N(TOBYI18N_NODETREE_ULOCKED, "NodeTree already unlocked.")
Expand Down
2 changes: 1 addition & 1 deletion src/i18n/tobykeywords.tobylang
Expand Up @@ -26,7 +26,7 @@
* efficiency, some of the data sorting internally expects these strings to
* be lowercase.
*
* --ryan c. gordon (icculus@clutteredmind.org)
* --ryan c. gordon (icculus@icculus.org)
*/

#ifndef CALLED_FROM_TOBYLANGUAGE
Expand Down
2 changes: 1 addition & 1 deletion src/io/FileReader.h
Expand Up @@ -29,7 +29,7 @@
/*
* FileReaders wrap ANSI-C file i/o in a TobyReader interface.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class FileReader : public TobyReader
{
Expand Down
2 changes: 1 addition & 1 deletion src/io/StringReader.h
Expand Up @@ -27,7 +27,7 @@
* StringReaders read from a block of null-terminated characters in
* memory as if it were a file.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class StringReader : public TobyReader
{
Expand Down
2 changes: 1 addition & 1 deletion src/io/TobyReader.h
Expand Up @@ -27,7 +27,7 @@
/*
* TobyReaders are an abstraction over input streams of various types.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/

#define TOBYEOF -1
Expand Down
2 changes: 1 addition & 1 deletion src/io/Tokenizer.h
Expand Up @@ -36,7 +36,7 @@
* parsing, removing comments and splitting the stream up into tokens of
* various types.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/

class Tokenizer : public TobyObject
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ElementRules.h
Expand Up @@ -27,7 +27,7 @@
/*
* Element lexer rules: a logical grouping of subrules.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ElementRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/LanguageRules.h
Expand Up @@ -29,7 +29,7 @@
* grouping of subrules. These are the toplevel rules for
* a language's grammar.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class LanguageRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/Lexer.h
Expand Up @@ -34,7 +34,7 @@
* an XML file, or one that builds a LexerRules tree from machine-generated
* C++ code. (Or NullLexer, for portability).
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class Lexer : public TobyObject
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/LexerRules.h
Expand Up @@ -31,7 +31,7 @@
* The subclass can optionally be able to produce the the C++ code needed to
* rebuild that instance of the rules. Here be dragons.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class LexerRules : public TobyObject
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/PickOneRules.h
Expand Up @@ -28,7 +28,7 @@
* PickOne lexer metarule: a logical grouping of subrules that succeeds on
* the first subrule that succeeds.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class PickOneRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/RepeatRules.h
Expand Up @@ -28,7 +28,7 @@
* Repeat lexer metarule: a logical grouping of subrules that keeps
* evaluating until one of those subrules fails.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class RepeatRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ReqCharRules.h
Expand Up @@ -29,7 +29,7 @@
* ReqChar lexer rule: succeeds if the next char in the current word token
* matches within the specified range of chars.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReqCharRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ReqEOFRules.h
Expand Up @@ -27,7 +27,7 @@
/*
* ReqEOF lexer rule: succeeds if the next token is the End Of File token.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReqEOFRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ReqElementRules.h
Expand Up @@ -28,7 +28,7 @@
/*
* ReqElement lexer rule: succeeds if the specified ElementRules succeed.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReqElementRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ReqLiteralStringRules.h
Expand Up @@ -28,7 +28,7 @@
* ReqLiteralString lexer rule: succeeds if the next token is
* a literal string.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReqLiteralStringRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ReqMultiLineCommentRules.h
Expand Up @@ -28,7 +28,7 @@
* ReqMultiLineComment lexer rule: succeeds if the next token is a
* multiline comment.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReqMultiLineCommentRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ReqNewlineRules.h
Expand Up @@ -27,7 +27,7 @@
/*
* ReqNewline lexer rule: succeeds if the next token is a newline marker.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReqNewlineRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ReqNumberRules.h
Expand Up @@ -27,7 +27,7 @@
/*
* ReqNumber lexer rule: succeeds if the next token is whitespace.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReqNumberRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ReqSingleLineCommentRules.h
Expand Up @@ -28,7 +28,7 @@
* ReqSingleLineComment lexer rule: succeeds if the next token is a
* single line comment.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReqSingleLineCommentRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ReqWhitespaceRules.h
Expand Up @@ -27,7 +27,7 @@
/*
* ReqWhitespace lexer rule: succeeds if the next token is whitespace.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReqWhitespaceRules : public LexerRules
{
Expand Down
2 changes: 1 addition & 1 deletion src/lexer/ReqWordCharsRules.h
Expand Up @@ -28,7 +28,7 @@
* ReqWordChars lexer rule: succeeds if the next token is a word and matches
* the characters specified by its children.
*
* Written by Ryan C. Gordon. (icculus@clutteredmind.org)
* Written by Ryan C. Gordon. (icculus@icculus.org)
*/
class ReqWordCharsRules : public LexerRules
{
Expand Down

0 comments on commit 29060e0

Please sign in to comment.