racket/collects/scribblings/foreign
Eli Barzilay 7ec9975736 Move regexp-replaces' from ffi/unsafe' to `racket/private/string'.
* The old function was removed completely, people will get it from
  `racket/base' anyway.

* I also removed its documentation.  I thought about leaving a note in,
  but if `define-ffi-definer' is the preferred style, then this should
  be done when there's a way to make `define-ffi-definer' use it.  (Eg,
  some new #:keyword that adds a way to change the defined name.)

* Note that the function is added to `racket/private/string' and not to
  `racket/string' because the latter deals only with strings, and the
  new function accepts byte strings too.  It might be better to start a
  new `racket/regexp' module for these functions.
2012-06-22 14:27:14 -04:00
..
alloc.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
atomic.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
com-auto.scrbl ffi/com: allow a `com-object' as an 'iunknown argument 2012-06-22 09:47:59 +08:00
com-common.rkt add ffi/com', ffi/unsafe/com' 2012-01-10 18:35:32 -07:00
com-intf.scrbl COM doc and error fixups 2012-02-21 06:14:44 -07:00
com.scrbl add ffi/com', ffi/unsafe/com' 2012-01-10 18:35:32 -07:00
cpointer.scrbl doc clarifications 2011-10-10 14:45:53 -06:00
cvector.scrbl A ton of @scheme*' -> @racket*' and related updates. 2011-06-25 04:08:47 -04:00
define.scrbl Move regexp-replaces' from ffi/unsafe' to `racket/private/string'. 2012-06-22 14:27:14 -04:00
derived.scrbl add ffi/com', ffi/unsafe/com' 2012-01-10 18:35:32 -07:00
file.scrbl Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
foreign.scrbl Add a tutorial to the FFI overview 2011-10-21 20:34:51 -06:00
info.rkt docs reorganization 2011-07-01 17:16:53 -06:00
intro.scrbl Docs: fix example in FFI intro 2012-02-17 10:02:36 -05:00
libs.scrbl ffi/unsafe: new error message convention at primitives 2012-06-01 19:03:43 -07:00
misc.scrbl Move regexp-replaces' from ffi/unsafe' to `racket/private/string'. 2012-06-22 14:27:14 -04:00
objc.scrbl add ffi/com', ffi/unsafe/com' 2012-01-10 18:35:32 -07:00
pointers.scrbl ffi/unsafe: new error message convention at primitives 2012-06-01 19:03:43 -07:00
try-atomic.scrbl Recketizing much in `net/*', mass ".ss" -> ".rkt" conversion in .scrbl files. 2011-06-20 04:27:14 -04:00
types.scrbl ffi/unsafe: new error message convention at primitives 2012-06-01 19:03:43 -07:00
unexported.scrbl ffi/unsafe: new error message convention at primitives 2012-06-01 19:03:43 -07:00
utils.rkt add `prop:cpointer' 2012-02-14 14:25:55 -07:00
vector.scrbl Finish converting scheme' -> racket'. 2011-06-28 00:45:38 -04:00
winapi.scrbl add ffi/winapi; use it in mzlib/os 2011-07-01 10:42:17 -06:00