index
:
ruby.git
master
ruby_1_8_6_287
ruby_1_8_6_369
ruby_1_8_6_383
ruby_1_8_6_383-fedora
ruby_1_9_1_243
ruby_1_9_1_376
ruby_1_9_1_376-epel
ruby_1_9_1_376-fedora
Ruby GIT repository
Jeroen van Meeuwen
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
encoding.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/ruby/ruby.h (rb_data_type_struct): constified dsize.
nobu
2009-09-09
1
-1
/
+1
*
* encoding.c (rb_enc_compatible): If a string is empty and
naruse
2009-08-11
1
-2
/
+2
*
* encoding.c (is_data_encoding): fix condition.
naruse
2009-08-11
1
-2
/
+2
*
New API Encoding#ascii_compatible?.
naruse
2009-08-08
1
-0
/
+17
*
* encoding.c (rb_enc_associate_index): cannot set encoding on
nobu
2009-08-06
1
-0
/
+3
*
* encoding.c (valid_encoding_name_p): rejects too long encoding
nobu
2009-08-06
1
-2
/
+12
*
* encoding.c (encoding_data_type): typed data.
nobu
2009-08-06
1
-8
/
+18
*
* encoding.c (rb_enc_get_index): fixed indent.
nobu
2009-08-06
1
-25
/
+25
*
Add functions and macros for second encoding definitions.
naruse
2009-08-04
1
-0
/
+12
*
* suppressed shorten-64-to-32 warnings.
nobu
2009-07-18
1
-8
/
+9
*
* ruby.c (process_options): don't specify .so for encdb here.
akr
2009-06-22
1
-2
/
+2
*
* encoding.c (rb_enc_name_list): update RDoc. [ruby-core:23926]
matz
2009-06-19
1
-2
/
+0
*
* rb_enc_get_index: allows an arbitrary RData as the argument but not
yugui
2009-05-20
1
-0
/
+4
*
* encoding.c (rb_enc_fast_mbclen): faster mbclen for strings known
matz
2009-05-20
1
-0
/
+6
*
* encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()
matz
2009-05-19
1
-2
/
+11
*
* encoding.c (rb_filesystem_encoding): Change filesystem_encoding of
naruse
2009-04-30
1
-1
/
+1
*
stripped trailing spaces.
nobu
2009-02-22
1
-1
/
+1
*
* encoding.c (rb_filesystem_encoding): Windows' filesystem encoding is
usa
2009-02-01
1
-1
/
+1
*
* encoding.c (enc_set_default_encoding): should not treat US-ASCII
matz
2009-01-15
1
-6
/
+3
*
* encoding.c (rb_locale_charmap): fixed typo.
nobu
2009-01-15
1
-1
/
+1
*
* configure.in, win32/Makefile.sub (MISSING): added langinfo on mingw
nobu
2009-01-15
1
-3
/
+1
*
* encoding.c (rb_locale_charmap): fallback to codepage if no
nobu
2009-01-14
1
-0
/
+9
*
describe Encoding.find("locale") in rdoc of Encoding.locale_charmap.
akr
2009-01-12
1
-0
/
+5
*
* encoding.c (rb_locale_charmap): use GetConsoleCP() instead of
usa
2009-01-05
1
-2
/
+2
*
* encoding.c (rb_filesystem_encoding): use ANSI codepage for file
nobu
2009-01-05
1
-10
/
+11
*
* encoding.c (rb_filesystem_encoding, rb_locale_charmap): uses
nobu
2009-01-04
1
-4
/
+12
*
* encoding.c (default_external): endless recursion during
yugui
2008-12-13
1
-1
/
+1
*
* encoding.c (rb_enc_set_default_external): default_internal can be
yugui
2008-12-12
1
-1
/
+8
*
* encoding.c (enc_get_default_encoding): removed.
yugui
2008-12-12
1
-11
/
+13
*
* encoding.c (rb_enc_aliases_enc_i): skips default internal.
nobu
2008-12-11
1
-0
/
+1
*
* encoding.c (enc_set_default_encoding): allowed to set default
nobu
2008-12-11
1
-36
/
+79
*
* encoding.c (rb_enc_set_default_internal): defines internal
nobu
2008-12-11
1
-1
/
+9
*
* encoding.c (rb_locale_encoding): removed Encoding::LOCALE.
nobu
2008-12-11
1
-5
/
+12
*
* encoding.c (rb_enc_set_default_internal): no alias "internal" if
nobu
2008-10-31
1
-2
/
+7
*
* encoding.c (rb_locale_encoding): makes an alias for locale.
nobu
2008-10-30
1
-5
/
+7
*
* encoding.c (enc_names): minor improvement.
nobu
2008-10-09
1
-8
/
+11
*
* encoding.c (Init_Encoding): new instance method Encoding#names,
naruse
2008-10-09
1
-0
/
+30
*
* encoding.c (rb_default_internal_encoding): merged a patch from
matz
2008-10-07
1
-0
/
+50
*
* encoding.c (get_default_external): add description.
naruse
2008-09-21
1
-1
/
+2
*
* grapheme cluster implementation reverted. [ruby-dev:36375]
akr
2008-09-18
1
-8
/
+11
*
* include/ruby/oniguruma.h (OnigEncodingTypeST): add precise_ret
akr
2008-09-16
1
-11
/
+8
*
* encoding.c (Encoding#base_encoding): removed. [ruby-dev:36270]
naruse
2008-09-15
1
-13
/
+1
*
* gc.c, include/ruby/ruby.h: rename rb_register_mark_object()
ko1
2008-09-15
1
-1
/
+2
*
* string.c (rb_str_squeeze_bang): specialized for 7bit characters in
matz
2008-09-15
1
-1
/
+6
*
* encoding.c (rb_enc_get_index): don't return -1.
akr
2008-09-15
1
-0
/
+1
*
* encoding.c (rb_enc_compatible): accepst other than strings and
naruse
2008-09-15
1
-17
/
+27
*
* include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.
naruse
2008-09-11
1
-2
/
+2
*
* encoding.c (enc_compatible_p): use TYPE not BUILTIN_TYPE.
naruse
2008-08-29
1
-4
/
+2
*
* encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.
naruse
2008-08-29
1
-6
/
+8
*
* encoding.c (enc_compatible_p): raise TypeError when argument is not
naruse
2008-08-29
1
-2
/
+8
[next]