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
atomic.scrbl
com-auto.scrbl ffi/com: allow a `com-object' as an 'iunknown argument 2012-06-22 09:47:59 +08:00
com-common.rkt
com-intf.scrbl
com.scrbl
cpointer.scrbl
cvector.scrbl
define.scrbl Move regexp-replaces' from ffi/unsafe' to `racket/private/string'. 2012-06-22 14:27:14 -04:00
derived.scrbl
file.scrbl
foreign.scrbl
info.rkt
intro.scrbl
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
pointers.scrbl ffi/unsafe: new error message convention at primitives 2012-06-01 19:03:43 -07:00
try-atomic.scrbl
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
vector.scrbl
winapi.scrbl