index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
unicode_normalize.rb
Age
Commit message (
Expand
)
Author
2017-05-06
delete lib/unicode_normalize.rb, because no longer needed
duerst
2017-05-04
move definition of String#unicode_normalized? to C to make sure it is documented
duerst
2017-05-04
move definition of String#unicode_normalize! to C to make sure it is documented
duerst
2017-05-03
move definition of String#unicode_normalize to C to make sure it is documented
duerst
2017-05-02
remove unnecessary conditions in lib/unicode_normalize.rb
duerst
2017-05-02
rework definition of String#unicode_normalize! and #unicode_normalized?
duerst
2017-05-02
rework definition of String#unicode_normalize
duerst
2017-04-12
unicode_normalize.rb: improve docs
stomar
2017-03-04
rdoc for String class
stomar
2015-12-16
Add frozen_string_literal: false for all files
naruse
2014-12-29
* lib/unicode_normalize.rb: typo fix. [ci skip]
hsbt
2014-10-20
lib/unicode_normalize.rb: removing unnecessary 'self'.
duerst
2014-10-20
lib/unicode_normalize.rb: (unicode_normalize!): change method names
duerst
2014-10-19
lib/unicode_normalize.rb: remove BOMs
nobu
2014-10-19
* lib/unicode_normalize.rb: (unicode_normalize!): change method name.
nagachika
2014-10-19
lib/unicode_normalize.rb: Changed to dynamic loading of actual normalization ...
duerst
2014-10-19
lib/unicode_normalize.rb: Small documentation fix.
duerst
2014-10-19
lib/unicode_normalize.rb: Added documentation.
duerst
2014-10-19
lib/unicode_normalize.rb: Changing method names, see https://bugs.ruby-lang.o...
duerst
2014-10-19
lib/unicode_normalize.rb: Changing module name.
duerst
2014-10-19
lib/unicode_normalize.rb: Changing require statement, adjusting copyright.
duerst
2014-10-19
lib/unicode_normalize.rb: Importing from
duerst