Changeset 7774
- Timestamp:
- 10/07/07 09:22:03 (9 months ago)
- Files:
-
- trunk/activesupport/CHANGELOG (modified) (1 diff)
- trunk/activesupport/lib/active_support/core_ext/string/xchar.rb (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/activesupport/CHANGELOG
r7773 r7774 1 1 *SVN* 2 2 3 * String#to_xs uses the fast_xs extension if available for Builder speedup.[Jeremy Kemper]3 * String#to_xs uses Eric Wong's fast_xs extension, if available, for Builder speedup. http://bogomips.org/fast_xs/ [Jeremy Kemper] 4 4 5 5 * Introduce BasicObject as Builder::BlankSlate for Ruby 1.9 forward compatibility. [Jeremy Kemper] trunk/activesupport/lib/active_support/core_ext/string/xchar.rb
r7773 r7774 1 1 begin 2 # See http://bogomips.org/fast_xs/ by Eric Wong 2 3 require 'fast_xs' 3 4