diff --git a/ChangeLog b/ChangeLog index 1859053..acdea7c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Sun Oct 2 10:59:00 2015 schneems + + * ext/pathname/lib/pathname.rb: freeze string literals for + reduced object allocation. + Fri Oct 2 09:20:20 2015 Martin Duerst * common.mk, lib/unicode_normalize/tables.rb: Change Unicode diff --git a/ext/pathname/lib/pathname.rb b/ext/pathname/lib/pathname.rb index 9f23ba5..8558866 100644 --- a/ext/pathname/lib/pathname.rb +++ b/ext/pathname/lib/pathname.rb @@ -1,3 +1,4 @@ +# -*- frozen_string_literal: true -*- # # = pathname.rb #