Commit Graph

73 Commits

Author SHA1 Message Date
Danny Yoo
9dd81411b0 Use @racket[] on the unquote-splicing identifier so that we get good hyperlinking.
Closes PR 13548.
2013-02-23 13:43:36 -07:00
Eli Barzilay
672910f27b Lots of bad TAB eliminations.
I started from tabs that are not on the beginning of lines, and in
several places I did further cleanings.

If you're worried about knowing who wrote some code, for example, if you
get to this commit in "git blame", then note that you can use the "-w"
flag in many git commands to ignore whitespaces.  For example, to see
per-line authors, use "git blame -w <file>".  Another example: to see
the (*much* smaller) non-whitespace changes in this (or any other)
commit, use "git log -p -w -1 <sha1>".
2012-11-07 11:22:20 -05:00
Jay McCarthy
7f23a85e15 fixing PR13210 2012-10-26 14:46:43 -06:00
Jay McCarthy
348005047b Fixing PR13117 2012-09-17 13:03:41 -06:00
Jay McCarthy
a7ea79040d Fixing PR12881 2012-07-10 19:21:24 -04:00
Jay McCarthy
6db5672ac5 Fixes PR12767 2012-06-07 13:44:08 -06:00
Jay McCarthy
409b717ec2 Clarifying the use of the name of the argument in s/s/d 2012-05-11 20:13:29 -06:00
Jay McCarthy
611e8d0d17 Changing from racket to racket/base in xml, html, and web-server 2012-05-10 10:36:29 -06:00
Ryan Culpepper
78a2ea535b added link from Continue to db docs on servlets 2012-05-09 09:17:52 -06:00
Danny Yoo
fc708c00d8 Danny's email changed. 2012-05-09 03:55:39 -04:00
Jay McCarthy
0e628037ab Changes re: jGc 2012-05-03 08:51:49 -06:00
Jay McCarthy
4f8a13062f Fixing PR 12690 2012-04-09 12:53:30 -06:00
Eli Barzilay
f7c67b49a4 Big newline at EOF scan. 2012-02-29 00:28:11 -05:00
Jay McCarthy
a0475c5d90 Commit from Anthony West to tutorial 2011-12-26 14:43:49 -07:00
Ryan Culpepper
19774260f7 improve Continue db code: use table-exists? instead of catch all exn? 2011-08-27 16:31:22 -06:00
Ryan Culpepper
7bd370cd33 fixed typo in Continue tutorial 2011-08-27 16:31:22 -06:00
Ryan Culpepper
26145b4655 updated Continue tutorial to use db library 2011-08-25 12:56:42 -06:00
Eli Barzilay
d61eb53686 Lots of documentation formatting.
Started as fixing misindented definitions, then more indentations, then
a bunch of similar things (square brackets, huge spaces at end-of-lines,
etc).
2011-08-15 07:50:04 -04:00
Ryan Culpepper
1b702a2ae3 docs reorganization
added tutorial, racket categories
  relabeled some other categories
  normalized manual names: de-bolded, changed some names
2011-07-01 17:16:53 -06:00
Jay McCarthy
39aea2e6c1 Clarifying function contracts for s/s/d callers 2011-06-21 13:32:12 -06:00
Jay McCarthy
73749166ba Updating tutorial for response/xexpr 2010-12-07 14:14:50 -07:00
Jay McCarthy
05c9fcd412 First pass at Xexpr removal 2010-12-07 14:14:49 -07:00
Jay McCarthy
09fbfcf5a9 Fixing pr11280 2010-10-04 15:54:58 -06:00
Jay McCarthy
4e757e07fc Fixing typo reported by Marius Mateescu 2010-09-06 10:37:56 -06:00
Jay McCarthy
00f5ffc22c Fixing typo re sk 2010-08-02 09:20:06 -06:00
Jay McCarthy
8e10ea0fef Adding formlets to tutorial 2010-06-04 09:43:36 -06:00
Eli Barzilay
d0ecc73df5 More plt-scheme -> racket-lang, specifically for planet and bugs urls. 2010-05-31 15:11:27 -04:00
Jay McCarthy
7d1c7d874b Changing unstable, xml, html, and web-server to be rackety 2010-04-28 13:21:30 -06:00
Matthew Flatt
28b4043077 rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
Jay McCarthy
2e4c8e102a pr10727
svn: r17930
2010-02-01 19:51:06 +00:00
Jay McCarthy
ac1f4171fa Tutorial escaping clarification
svn: r17162
2009-12-02 14:44:29 +00:00
Eli Barzilay
3d60fe640b misc prop fixes
svn: r16374
2009-10-19 22:36:12 +00:00
Carl Eastlund
876f693669 Fixed several typos (use of 'exn' instead of 'exn?' for with-handlers; a 6 preceding '#lang'
svn: r16302
2009-10-13 04:47:38 +00:00
Jay McCarthy
2510c30556 Fixing bad change earlier
svn: r16299
2009-10-12 19:20:45 +00:00
Jay McCarthy
bfe82b2f3d Changing from exn? to exn:fail?
svn: r15902
2009-09-07 19:56:45 +00:00
Jay McCarthy
e49bd5d60a Small bug in tutorial
svn: r15800
2009-08-26 15:00:01 +00:00
Jay McCarthy
e8866b4020 Moving database from home to cwd
svn: r15096
2009-06-05 17:55:07 +00:00
Jay McCarthy
03f3d208ca tutorial sqlite
svn: r13817
2009-02-24 17:10:20 +00:00
Jay McCarthy
07dee9995b Uses the new sqlite ffi
svn: r13816
2009-02-24 17:05:56 +00:00
Matthew Flatt
7daedece49 getting-started doc improvements, and small change to raise-syntax-error
svn: r13607
2009-02-15 15:15:06 +00:00
Jay McCarthy
e026f89d37 better cnp support
svn: r13564
2009-02-13 23:22:01 +00:00
Jay McCarthy
61419caf8b up
svn: r13421
2009-02-04 19:36:31 +00:00
Jay McCarthy
56c111ecce response/c
svn: r13317
2009-01-29 16:34:57 +00:00
Eli Barzilay
d1a0086471 newlines at EOFs
svn: r13105
2009-01-14 03:10:47 +00:00
Jay McCarthy
d2a9872174 Using path-string? rather than path? in many places
svn: r12570
2008-11-21 17:59:08 +00:00
Jay McCarthy
fd6dfdbbc4 Better SSL support
svn: r12396
2008-11-11 23:31:26 +00:00
Jay McCarthy
138a64c24b Updating continue
svn: r12376
2008-11-10 17:39:30 +00:00
Eli Barzilay
e58bf78f04 web-server-tutorial -> continue
svn: r11407
2008-08-24 14:22:39 +00:00
Jay McCarthy
896757cf1f Another bug
svn: r11389
2008-08-22 15:38:31 +00:00
Jay McCarthy
87c346ae6d Error from Danny
svn: r11387
2008-08-22 14:38:36 +00:00