racket/collects/ffi
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
..
examples A bunch of fprintf' -> eprintf' conversions (and a few related things). 2012-05-06 12:06:00 -04:00
unsafe ffi/com: allow a `com-object' as an 'iunknown argument 2012-06-22 09:47:59 +08:00
com-registry.rkt add ffi/com', ffi/unsafe/com' 2012-01-10 18:35:32 -07:00
com.rkt ffi/com: add support for type descriptions on values 2012-04-16 08:47:13 -06:00
cvector.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
file.rkt further error message convention refinements 2012-06-22 09:47:59 +08:00
info.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
objc.rkt rename all files .ss -> .rkt 2010-04-27 16:50:15 -06:00
unsafe.rkt Move regexp-replaces' from ffi/unsafe' to `racket/private/string'. 2012-06-22 14:27:14 -04:00
vector.rkt ".ss" -> ".rkt" scan done. 2011-07-02 10:37:53 -04:00
winapi.rkt add ffi/winapi; use it in mzlib/os 2011-07-01 10:42:17 -06:00