racket/collects
Matthew Flatt fc54bbba3c pkg: "module name resolver" and "index" -> "catalog"
This termonology change affects lots of function names from `pkg/lib'
and `pkg/db' (former `pkg/pnr-db'), and it also affects some `raco
pkg' commands.

Existing package installations that are marked as 'pnr in a
local configuration are converted automatically to 'catalog, but any
existing "indexes" configuration must be changed to "catalogs".
2013-04-23 08:38:07 -06:00
..
2htdp bring code to old state, make consistent with docs, Closes PR 13642 again 2013-04-01 12:10:27 -04:00
algol60 Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
at-exp/lang
browser
compatibility
compiler raco test: make -r' and -x' mutually exclusive. 2013-04-20 02:04:42 -04:00
config
data performance tweaks for `for/{fx,fl,extfl}vector' 2013-04-10 17:26:38 -06:00
datalog Removing even/odd reading hack and just protecting parser from eof-ing ports 2013-03-19 08:58:41 -06:00
db
defaults
deinprogramm Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
drracket adjust drracket's online expansion machinery to track exns that are 2013-04-21 10:16:07 -05:00
drscheme
dynext
embedded-gui Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
eopl
errortrace
ffi ffi/unsafe/obj: add +A' and -A' method modes 2013-04-19 07:54:30 -06:00
file fix bug in untar when unpacking a tar file with top-level files 2013-04-03 10:18:02 -05:00
framework fix improper fraction display 2013-04-08 13:40:55 -05:00
frtime Fix CRLF-ed file. 2013-03-14 11:01:10 -04:00
future-visualizer Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
games adjust pick-a-maze based on Neil's comments 2013-04-08 16:09:55 -05:00
graphics
gui-debugger Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
help add File|New, File|Open... and File|Open Recent menu items to the 2013-04-16 18:40:48 -05:00
hierlist
honu Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
htdp
html
icons
images
json polarity flip in type error messages 2013-03-22 10:20:40 -07:00
lang reformat error message for implode, Closes PR 13690 2013-04-12 16:25:20 -04:00
launcher
lazy
macro-debugger fix show-dependencies handling of submodules 2013-03-30 10:00:44 -04:00
make
math Fix old pointers to COPYING.txt that should go to COPYING_LESSER.txt. 2013-04-09 05:41:07 -04:00
meta Change checksums for -h changes. 2013-04-20 02:04:42 -04:00
mred racket/gui cocoa: fix swapping of buttons with the 'border style 2013-04-20 09:38:56 -06:00
mrlib mrlib/terminal: create embedded terminal in a container sequence 2013-04-20 09:38:56 -06:00
mysterx ffi/com: repairs for parameterized-property setting and for date values 2013-04-16 10:02:37 -06:00
mzcom
mzlib Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
mzscheme
net Fix old style contracts 2013-04-16 10:52:55 -04:00
openssl Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
parser-tools Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
picturing-programs Corrected error messages in test file to match new wordings. 2013-04-22 20:08:47 -04:00
pkg pkg: "module name resolver" and "index" -> "catalog" 2013-04-23 08:38:07 -06:00
plai plai/{gc2/}mutator: doc fixes 2013-04-10 06:59:33 -06:00
planet used the wrong dir when checking the info.rkt santity 2013-03-01 19:38:57 -06:00
plot
preprocessor
profile Error message typo. 2013-04-05 16:47:11 -04:00
r5rs
r6rs Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
racket add `exn:fail:{filesystem,syntax}:missing-module' 2013-04-22 10:27:02 -06:00
racklog Removing even/odd reading hack and just protecting parser from eof-ing ports 2013-03-19 08:58:41 -06:00
rackunit Used syntax/modcode in rackunit/docs-complete. 2013-03-26 19:50:33 -04:00
raco
reader/lang
readline readline: explicitly load "libncurses" 2013-03-10 07:20:38 -06:00
realm die to dice 2013-04-12 13:17:22 -04:00
redex Remove uses of else in match. 2013-04-15 18:17:57 -05:00
repo-time-stamp
rnrs Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
s-exp/lang
scheme
schemeunit
scribble scribble/manual: add #:link-target?' to defproc', `defform', etc. 2013-04-21 09:49:14 -06:00
scribblings add `exn:fail:{filesystem,syntax}:missing-module' 2013-04-22 10:27:02 -06:00
scriblib scriblib/footnote: fix for non-Latex output 2013-03-29 07:23:49 -06:00
setup demote some `raco' commands 2013-04-17 12:28:50 -06:00
sgl Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
slatex
slideshow slideshow: add `--clock' option 2013-03-21 08:51:09 -06:00
srfi Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
stepper Fix lots of indentation mistakes. 2013-03-14 10:55:47 -04:00
string-constants Synch German string constants with latest. 2013-04-13 14:37:54 +02:00
swindle
syntax Defensively check pos before subtraction in module-reader.rkt. 2013-04-03 14:26:16 -06:00
syntax-color syntax-color/racket-lexer: update for single-precision and extflonums 2013-03-29 07:23:49 -06:00
teachpack bring code to old state, make consistent with docs, Closes PR 13642 again 2013-04-01 12:10:27 -04:00
test-engine
tests pkg: "module name resolver" and "index" -> "catalog" 2013-04-23 08:38:07 -06:00
texpict slideshow/pict: allow a color in a style for `text' 2013-03-27 17:17:33 -06:00
trace
typed Adjust type for dns-get-address 2013-04-04 16:11:28 -04:00
typed-racket Add polydots to all things that support it. 2013-04-22 21:03:00 -07:00
typed-scheme
unstable move unstable/redex to unstable/gui/redex to fix dist-specs 2013-04-05 16:01:50 -04:00
version
web-server Normalize max-waiting contracts 2013-04-11 08:33:29 -06:00
wxme
xml Fixing PR13683 2013-04-11 08:33:29 -06:00
xrepl Improve some printouts. 2013-04-17 16:39:10 -04:00
.gitignore