~ chicken-core (chicken-5) 5adc06455e6b20258eedbea823623ae8a7644655
commit 5adc06455e6b20258eedbea823623ae8a7644655 Author: felix <felix@call-with-current-continuation.org> AuthorDate: Wed Mar 3 15:01:52 2010 +0100 Commit: felix <felix@call-with-current-continuation.org> CommitDate: Wed Mar 3 15:01:52 2010 +0100 removed some unneeded files diff --git a/misc/cconv-sample.c b/cconv-sample.c similarity index 100% rename from misc/cconv-sample.c rename to cconv-sample.c diff --git a/misc/compiler.files b/misc/compiler.files deleted file mode 100644 index 73c28fe9..00000000 --- a/misc/compiler.files +++ /dev/null @@ -1,10 +0,0 @@ -compiler.scm -optimizer.scm -support.scm -batch-driver.scm -c-backend.scm -c-platform.scm -compiler-syntax.scm -chicken.scm -scrutinizer.scm -unboxing.scm diff --git a/misc/library.files b/misc/library.files deleted file mode 100644 index 2c670f5b..00000000 --- a/misc/library.files +++ /dev/null @@ -1,22 +0,0 @@ -ports.scm -profiler.scm -regex.scm -scheduler.scm -utils.scm -files.scm -posixunix.scm -posixwin.scm -srfi-14.scm -srfi-13.scm -srfi-18.scm -data-structures.scm -srfi-1.scm -srfi-4.scm -expand.scm -eval.scm -srfi-69.scm -extras.scm -stub.scm -tcp.scm -library.scm -lolevel.scm diff --git a/misc/programs.files b/misc/programs.files deleted file mode 100644 index d4f133d4..00000000 --- a/misc/programs.files +++ /dev/null @@ -1,7 +0,0 @@ -chicken-bug.scm -chicken-install.scm -chicken-profile.scm -chicken-status.scm -chicken-uninstall.scm -csc.scm -csi.scm diff --git a/site/chicken.html b/site/chicken.html deleted file mode 100644 index 4be6afb5..00000000 --- a/site/chicken.html +++ /dev/null @@ -1,10 +0,0 @@ -<!doctype html public "-//w3c//dtd html 4.0 transitional//en"> -<html> -<head> -<meta - http-equiv="refresh" - content="2;url=http://www.call-with-current-continuation.org/index.html"> -</head> -<body> -</body> -</html> diff --git a/site/chicken.png b/site/chicken.png deleted file mode 100644 index 2b55a150..00000000 Binary files a/site/chicken.png and /dev/null differ diff --git a/site/chicken4-low.png b/site/chicken4-low.png deleted file mode 100644 index 17cadc69..00000000 Binary files a/site/chicken4-low.png and /dev/null differ diff --git a/site/eggs/index.html b/site/eggs/index.html deleted file mode 100644 index da0013aa..00000000 --- a/site/eggs/index.html +++ /dev/null @@ -1,3 +0,0 @@ -<html><head><meta http-equiv="Refresh" -content="1; URL=http://chicken.wiki.br/Eggs%20Unlimited"> -</head><body></body></html> diff --git a/site/index.html b/site/index.html deleted file mode 100644 index baccb2c1..00000000 --- a/site/index.html +++ /dev/null @@ -1,198 +0,0 @@ -<html> -<head> -<title>call-with-current-continuation.org</title><style type="text/css"> <!-- - CODE { - color: #666666; - } - - DT.definition { - background: #eee; - color: black; - padding: 0.2em 1em 0.2em 0.7em; - margin-left: 0.2em; - border: 1px solid #bbc; - font-family: "Andale Mono", monospace; - } - DD { - margin-top: 0.8em; - margin-bottom: 0.8em; - } - DIV.subsection { - border-top: 1px solid #448; - padding-left: 1em; - } - DIV.section { - margin-bottom: 1.5em; - } - a:link { - color: #336; - } - a:visited { color: #666; } - a:active { color: #966; } - a:hover { color: #669; } - body { margin: 0; padding: 0; background: #fff; color: #000; font: 9pt "Lucida Grande", "Verdana", sans-serif; } - H2 { - background: #336; - color: #fff; - padding-top: 0.5em; - padding-bottom: 0.5em; - padding-left: 16px; - margin: 0 0 1em 0; - } - TT { - font-family: "Andale Mono", monospace; - /* font-size: 1.2em; */ - } - H3 { - color: #113; - margin-bottom: 0.5em; - } - DIV#eggheader { - text-align: center; - float: right; - margin-right: 2em; - } - DIV#header IMG { - /* display: block; margin-left: auto; margin-right: auto; */ - /* float: right; */ - border: none; /* firefox */ - } - DIV#footer { - background: #bbd; - padding: 0.7em ; - border-top: 1px solid #cce; - } - DIV#footer hr { - display: none; - } - DIV#footer a { - float: left; - } - DIV#revision-history { - float: right; - } - - DIV#body { - margin: 1em 1em 1em 16px; - } - - DIV#examples PRE { - background: #eef; - padding: 0.1em; - border: 1px solid #aac; - } - PRE#license, DIV#examples PRE { - padding: 0.5em; - } - DIV#examples PRE { - /* font-size: 85%; */ - } - PRE { font-family: "Andale Mono", monospace; } - TABLE { - background: #eef; - padding: 0.2em; - border: 1px solid #aac; - width: 100%; - } - TABLE.symbol-table TD.symbol { - width: 15em; - font-family: "Andale Mono", monospace; - /* font-size: 1.2em; */ - } - P.block { text-align: left; } - H3 { margin: 2em; } - TH { - border-bottom: 1px solid black; - } --></style> -</head> -<body> -<h2>call-with-current-continuation.org</h2> - -<center> -<img src="chicken4-low.png"> -<div style="width: 70%; margin: 3em;"> - -<p class="block" style="margin: 3em;"> -CHICKEN is a compiler for the <a href="http://schemers.org/">Scheme</a> programming language. -CHICKEN produces portable, efficient C, supports almost all of the -<a href="http://schemers.org/Documents/Standards/R5RS/HTML/">R5RS</a> -Scheme language standard, and includes many enhancements and -extensions. CHICKEN runs on Linux, MacOS X, Windows, and many Unix flavours. -</p> - -<h3>FEATURES</h3> -<p class="block"><ul style="text-align: left;"> -<li>Includes a full-featured interactive interpreter as well as an optimizing batch compiler -<li>Usable for interpreted scripts or compiled standalone executables with either dynamic or static linkage -<li>Full support for tail recursion, first-class continuations and hygienic macros -<li>Highly portable and known to run on many platforms, including x86, -x86-64, IA-64, PowerPC, SPARC and UltraSPARC, Alpha, MIPS, ARM and -S/390 -<li>Distributed free for use and modification under the terms of the BSD License -<li>Transparent support for dynamically loadable compiled code and linkage to C -<li>An easy to use foreign function interface for accessing C and C++ libraries from Scheme code -<li>Lightweight user-level threads based on first-class continuations -<li>Provides high- and low-level hygienic macros, including <tt>syntax-rules</tt> -<li>Includes a powerful module system that integrates hygienic macros and separate compilation -<li>Execution profiling, debugging, backtrace and single-stepping support -<li>A POSIX interface that covers environment and filesystem access, -pipes, processes, signals, locks, sockets, and low-level and -memory-mapped I/O -<li>Perl compatible regular expressions, including support for SRE syntax (Structured Regular Expressions) -<li>Support for interpreted or compiled shell scripts under Unix and Windows -<li>Support for a large number of <a href="http://srfi.schemers.org/">Scheme Requests For Implementation</a> (SRFIs) -<li>Many libraries and extensions are available -at <a href="http://chicken.wiki.br/chicken-projects/egg-index-4.html">"Eggs Unlimited"</a> -</ul> -</p> - -<h3>DOWNLOAD</h3> -<p> -Get the tarball for the most recent release (4.1.0) here: -<a href="http://www.call-with-current-continuation.org/chicken-4.1.0.tar.gz"> -chicken-4.1.0.tar.gz</a> - -</p> - -<h3>DOCUMENTATION</h3> -<p> -Browse the <a href="http://chicken.wiki.br/man/4/The User's Manual">User's manual</a> at the CHICKEN -<a href="http://chicken.wiki.br/">wiki</a> -</p> - -<h3>MAILING LIST</h3> -<p class="block"> -The <a href="http://mail.nongnu.org/mailman/listinfo/chicken-users">CHICKEN Users</a> -mailing list is a medium-volume but fast-response list for discussing all -things related to CHICKEN. You can send a message to the list by addressing -it to <a href="mailto:chicken-users@nongnu.org"><tt>chicken-users@nongnu.org</tt></a>. -</p> -If you are interested in the development of CHICKEN, -check out <a href="http://mail.nongnu.org/mailman/listinfo/chicken-hackers">CHICKEN Hackers</a>. - -<h3>DEVELOPMENT</h3> -<p class="block"> -The current CHICKEN development version can be accessed through the -<a href="http://subversion.tigris.org">Subversion</a> revision control system, like this:<br> -<pre> -$ svn co <a href="https://galinha.ucpel.tche.br/svn/chicken-eggs/chicken/trunk">https://galinha.ucpel.tche.br/svn/chicken-eggs/chicken/trunk</a> -</pre> -(username: <tt>anonymous</tt>, password: <none>) -<p> -The CHICKEN bug tracking system is located <a href="http://www.irp.oist.jp/trac/chicken/"/>here.</a></p> -</p> -</p> - -<h3>CONTACT</h3> -<p class="block"> -If you have any questions, suggestions or insults regarding CHICKEN, -don't hesitate to join the <tt>chicken-users</tt> mailing list. Bug reports -should be directed to <a href="mailto:chicken-janitors@nongnu.org">chicken-janitors@nongnu.org</a>, -preferrably using the <tt>chicken-bug(1)</tt> tool. -</p> -</table> -</div> - -</center> -</body> -</html> diff --git a/site/tarballs/index.html b/site/tarballs/index.html deleted file mode 100644 index 5689ef9f..00000000 --- a/site/tarballs/index.html +++ /dev/null @@ -1,153 +0,0 @@ -<html> -<head> -<title>call-with-current-continuation.org - tarballs</title><style type="text/css"> <!-- - CODE { - color: #666666; - } - - DT.definition { - background: #eee; - color: black; - padding: 0.2em 1em 0.2em 0.7em; - margin-left: 0.2em; - border: 1px solid #bbc; - font-family: "Andale Mono", monospace; - } - DD { - margin-top: 0.8em; - margin-bottom: 0.8em; - } - DIV.subsection { - border-top: 1px solid #448; - padding-left: 1em; - } - DIV.section { - margin-bottom: 1.5em; - } - a:link { - color: #336; - } - a:visited { color: #666; } - a:active { color: #966; } - a:hover { color: #669; } - body { margin: 0; padding: 0; background: #fff; color: #000; font: 9pt "Lucida Grande", "Verdana", sans-serif; } - H2 { - background: #336; - color: #fff; - padding-top: 0.5em; - padding-bottom: 0.5em; - padding-left: 16px; - margin: 0 0 1em 0; - } - TT { - font-family: "Andale Mono", monospace; - /* font-size: 1.2em; */ - } - H3 { - color: #113; - margin-bottom: 0.5em; - } - DIV#eggheader { - text-align: center; - float: right; - margin-right: 2em; - } - DIV#header IMG { - /* display: block; margin-left: auto; margin-right: auto; */ - /* float: right; */ - border: none; /* firefox */ - } - DIV#footer { - background: #bbd; - padding: 0.7em ; - border-top: 1px solid #cce; - } - DIV#footer hr { - display: none; - } - DIV#footer a { - float: left; - } - DIV#revision-history { - float: right; - } - - DIV#body { - margin: 1em 1em 1em 16px; - } - - DIV#examples PRE { - background: #eef; - padding: 0.1em; - border: 1px solid #aac; - } - PRE#license, DIV#examples PRE { - padding: 0.5em; - } - DIV#examples PRE { - /* font-size: 85%; */ - } - PRE { font-family: "Andale Mono", monospace; } - TABLE { - background: #eef; - padding: 0.2em; - border: 1px solid #aac; - width: 100%; - } - TABLE.symbol-table TD.symbol { - width: 15em; - font-family: "Andale Mono", monospace; - /* font-size: 1.2em; */ - } - P.block { text-align: left; } - H3 { margin: 2em; } - TH { - border-bottom: 1px solid black; - } --></style> -</head> -<body> -<h2>call-with-current-continuation.org</h2> - -<div style="width: 70%; margin: 3em;"> - -<p>This is the tarball mirror for the <a href="../index.html">CHICKEN</a> Scheme implementation. -The following files are currently available:</p> - -<p><a href="AquaTerm1.0.1.dmg">AquaTerm1.0.1.dmg</a> -<p><a href="SDL-1.2.11.tar.gz">SDL-1.2.11.tar.gz</a> -<p><a href="SDL_gfx-2.0.13.tar.gz">SDL_gfx-2.0.13.tar.gz</a> -<p><a href="SDL_image-1.2.5.tar.gz">SDL_image-1.2.5.tar.gz</a> -<p><a href="SDL_net-1.2.6.tar.gz">SDL_net-1.2.6.tar.gz</a> -<p><a href="SDL_ttf-2.0.8.tar.gz">SDL_ttf-2.0.8.tar.gz</a> -<p><a href="UnxUtils.zip">UnxUtils.zip</a>: Windows binaries of common UNIX utilities -<p><a href="cairo-1.2.6.tar.gz">cairo-1.2.6.tar.gz</a> -<p><a href="cmake-2.4.5.tar.gz">cmake-2.4.5.tar.gz</a> -<p><a href="cmake-2.4.5-win32-x86.exe">cmake-2.4.5-win32-x86.exe</a> -<p><a href="darcs-1.0.8-static-linux-i386.gz">darcs-1.0.8-static-linux-i386.gz</a> -<p><a href="darcsdir-w32-1.0.7.zip">darcsdir-w32-1.0.7.zip</a> -<p><a href="enscript-1.6.1.tar.gz">enscript-1.6.1.tar.gz</a> -<p><a href="fcgi-2.4.0.tar.gzf">cgi-2.4.0.tar.gz</a> -<p><a href="g2-0.72.tar.gz">g2-0.72.tar.gz</a> -<p><a href="gdbm-1.8.3.tar.gz">gdbm-1.8.3.tar.gz</a> -<p><a href="gmp-4.2.1.tar.gz">gmp-4.2.1.tar.gz</a> -<p><a href="htmldoc-1.9.x-r1521.tar.gz">htmldoc-1.9.x-r1521.tar.gz</a> -<p><a href="hyperestraier-1.4.9.tar.gz">hyperestraier-1.4.9.tar.gz</a> -<p><a href="imlib2-1.3.0.tar.gz">imlib2-1.3.0.tar.gz</a> -<p><a href="libffi-3.tgz">libffi-3.tgz</a> -<p><a href="libpcap-0.9.5.tar.gz">libpcap-0.9.5.tar.gz</a> -<p><a href="libxmi-1.2.tar.gz">libxmi-1.2.tar.gz</a> -<p><a href="libsx-2.04.tar.bz2">libsx-2.04.tar.bz2</a> -<p><a href="mapm-4.9.2.tar.gz">mapm-4.9.2.tar.gz</a> -<p><a href="metakit-2.4.9.6.tar.gz">metakit-2.4.9.6.tar.gz</a> -<p><a href="openal-0.0.8.tar.gz">openal-0.0.8.tar.gz</a> -<p><a href="pcre-6.3.tar.gz">pcre-6.3.tar.gz</a> -<p><a href="q-7.5.tar.gz">q-7.5.tar.gz</a> -<p><a href="readline-5.2.tar.gz">readline-5.2.tar.gz</a> -<p><a href="sqlite-3.3.8.tar.gz">sqlite-3.3.8.tar.gz</a> -<p><a href="uuid-1.5.1.tar.gz">uuid-1.5.1.tar.gz</a> -<p><a href="xosd-2.2.12.tar.gz">xosd-2.2.12.tar.gz</a> -<p><a href="fltk-1.1.7-source.tar.gz">fltk-1.1.7-source.tar.gz</a> - -</div> -</body> -</html>Trap