racket/collects/scribblings
Matthew Flatt 56423f330e `procedure-arity-includes?' reports #f for keyword-requiring procs
by default; a new optional argument restores the old behavior
  (but the default behavior is consistent with the old docs and with
  the vast majority of existing uses)

 The implementation is ugly for performance reasons. A new primitive
  `prop:arity-incomplete' property determines when to return #f for
  `procedure-arity-includes?' in default mode. A nicer implementation
  would be to redefine `procedure-arity-includes?' at the kw-proc level,
  but the bytecode optimizer's and JIT's treatment of the built-in
  `procedure-arity-includes?' is important. The implementation choice
  could be revisited after cross-module inlining is implemented.

 Closes PR 11978
2011-06-16 12:36:16 -06:00
..
draw add mode to arc' in dc-path%' to support right/bottom alignment 2011-06-16 08:17:14 -06:00
drracket add c:x;t as a keybinding for the latex shortcuts 2011-05-10 15:34:47 -05:00
foreign ffi: add `#:in-original-place?' to deal with thread-unsafe libs 2011-05-13 08:55:04 -06:00
framework add more caching to avoid calling normalize-path so much; 2011-06-15 16:45:47 +08:00
gui Fix GUI and Reference doc typos 2011-06-13 17:57:21 -04:00
guide fix guide typos 2011-06-10 12:55:57 -06:00
honu misc racket renamings 2010-05-07 11:03:02 -06:00
htdp-langs add a #:use-sources keyword to deinprogramm docs to get scribble to know about more of the docs 2011-05-02 05:52:59 -05:00
inside fix interaction of `port-commit-peeked' and port positions 2011-06-16 08:17:14 -06:00
main Switch the license text from LGPLv2 to LGPLv2.1. 2011-05-27 18:09:55 -04:00
more tweaks to More related to text editors and readline 2010-06-27 10:11:22 -06:00
quick fix scriblib/gui-eval and pre-build pictures for Quick 2011-04-14 12:20:16 -06:00
raco lower -> faster 2011-05-10 21:56:13 -06:00
reference `procedure-arity-includes?' reports #f for keyword-requiring procs 2011-06-16 12:36:16 -06:00
scheme document some modules that are referenced in other documentation 2010-12-15 13:41:59 -07:00
scribble added example of making an evaluator for interaction 2011-06-16 12:09:55 -04:00
slideshow slideshow/pict: adjust `linewidth' to allow #f => transparent 2011-03-08 07:55:52 -06:00
tools document the help collection's top-level modules 2011-05-06 17:29:03 -05:00
finger.png more cross-referencing and icons to help explain margin notes 2007-06-23 02:33:00 +00:00
icons.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
info.rkt move purpose statements to the info files 2010-08-23 15:13:00 -06:00
magnify.png more cross-referencing and icons to help explain margin notes 2007-06-23 02:33:00 +00:00