The Racket repository
Go to file
Robby Findler 74831b41cc add abbreviate-given-names
This changes the behavior of make-cite and authors, but it would
probably be better to change the behavior of generate-bibliography
2014-06-20 19:23:14 -05:00
native-pkgs@60c510ba85 win64: fix fixnum-to-extfl conversion 2014-06-19 05:28:16 +01:00
pkgs add abbreviate-given-names 2014-06-20 19:23:14 -05:00
racket optimizer: improvements mostly for splitting of multiple-value bindings 2014-06-20 11:05:07 +01:00
.gitattributes
.gitignore
.gitmodules
.mailmap
.travis.yml Enable OS X testing on Travis. 2014-05-14 11:00:24 -04:00
INSTALL.txt make installers: give MSVC setup "x86_amd64" instead of "x64" by default 2014-06-19 15:09:26 +01:00
Makefile win32-in-place: fix prep of libraries needed by raco setup 2014-06-16 11:41:00 +01:00
README.txt

This is the source code for the main Racket distribution.  See
"INSTALL.txt" for information on building Racket.

License
-------

Racket
Copyright (c) 2010-2014 PLT Design Inc.

Racket is distributed under the GNU Lesser General Public License
(LGPL).  This means that you can link Racket into proprietary
applications, provided you follow the rules stated in the LGPL.  You can
also modify Racket; if you distribute a modified version, you must
distribute it under the terms of the LGPL, which in particular means
that you must release the source code for the modified software.  See
racket/src/COPYING_LESSER.txt for more information.