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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
* transcode.c (econv_args): take snamev_p and dnamev_p to prevent
akr
2008-09-12
1
-1
/
+7
*
* transcode.c (enc_arg): take arg as VALUE * to prevent GC problem.
akr
2008-09-12
1
-0
/
+4
*
* transcode.c (rb_econv_add_transcoder_at): fix loop condition.
akr
2008-09-12
1
-0
/
+4
*
* transcode.c (decorator_names): extracted from rb_econv_open.
akr
2008-09-12
1
-0
/
+11
*
* transcode.c (rb_econv_t): new field: num_allocated.
akr
2008-09-12
1
-0
/
+13
*
* transcode.c (rb_econv_t): new field: started.
akr
2008-09-12
1
-0
/
+8
*
* regenc.c (onigenc_single_byte_code_to_mbc): follow OnigEncoding
akr
2008-09-12
1
-0
/
+5
*
* regparse.c (parse_exp): fix resource leak.
mame
2008-09-12
1
-0
/
+4
*
* ext/syck/node.c (syck_replace_str2): fix wrong check to free ptr.
mame
2008-09-11
1
-0
/
+4
*
* test/win32ole/test_err_in_callback.rb (teardown): get rid
suke
2008-09-11
1
-0
/
+5
*
* include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.
naruse
2008-09-11
1
-0
/
+62
*
* ext/iconv/iconv.c: add attention for machine independent.
naruse
2008-09-11
1
-0
/
+4
*
* bignum.c (bigdivrem): adjust length for division and remainder.
matz
2008-09-11
1
-0
/
+6
*
* bignum.c (big2str_karatsuba): remove unnecessary fixnum code. a
matz
2008-09-11
1
-0
/
+6
*
fix a typo.
akr
2008-09-10
1
-1
/
+1
*
* io.c (io_binwrite): extracted from io_fwrite.
akr
2008-09-10
1
-0
/
+4
*
* transcode.c (make_encoding): new function.
akr
2008-09-10
1
-0
/
+8
*
* transcode.c (econv_convpath): new method.
akr
2008-09-10
1
-0
/
+4
*
* tool/compile_prelude.rb: print "<internal:prelude>" instead of
mame
2008-09-10
1
-0
/
+5
*
* test/win32ole/test_err_in_callback.rb: InternetExplorer should
suke
2008-09-10
1
-0
/
+7
*
* lib/uri/common.rb (URI::Parser): new class.
akira
2008-09-10
1
-0
/
+8
*
* lib/cgi/cookie.rb (CGI::Cookie#to_s): performance improvement
xibbar
2008-09-10
1
-0
/
+5
*
* lib/sync.rb (Sync_m#sync_exclusive): fixed
akira
2008-09-10
1
-0
/
+5
*
* tool/transcode-tblgen.rb (StrSet#hash): cache hash value.
akr
2008-09-09
1
-0
/
+5
*
* include/ruby/encoding.h (econv_after_output): renamed from
akr
2008-09-09
1
-0
/
+10
*
* transcode.c (get_replacement_character): don't return ASCII
akr
2008-09-09
1
-0
/
+7
*
* enc/trans/newline.trans (rb_universal_newline): swap src_encoding
akr
2008-09-09
1
-0
/
+9
*
* include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to
akr
2008-09-09
1
-0
/
+9
*
* io.c (io_fwrite): raise an error if ASCII incompatible string
akr
2008-09-09
1
-0
/
+6
*
* lib/cgi*: split cgi.rb into four files. [ruby-dev:36041]
xibbar
2008-09-09
1
-0
/
+4
*
* include/ruby/encoding.h (ECONV_DECORATOR_MASK): merge
akr
2008-09-09
1
-0
/
+21
*
* transcode.c (rb_econv_open0): make it static.
akr
2008-09-09
1
-0
/
+5
*
* test/openssl/test_ssl.rb (OpenSSL#test_client_session):
kazu
2008-09-09
1
-0
/
+6
*
* transcode.c (rb_econv_t): last_trans_index removed.
akr
2008-09-09
1
-0
/
+10
*
* transcode.c (rb_econv_open): reverse the order of decorders.
akr
2008-09-09
1
-0
/
+4
*
* transcode.c (rb_econv_open0): num_encoders and num_decoders removed.
akr
2008-09-09
1
-0
/
+4
*
* io.c (make_writeconv): useless branch removed.
akr
2008-09-08
1
-0
/
+4
*
* include/ruby/encoding.h (rb_econv_decorate_at_first): declared.
akr
2008-09-08
1
-0
/
+17
*
* transcode.c (rb_econv_open): make ec a local variable.
akr
2008-09-08
1
-0
/
+4
*
* transcode.c (rb_econv_asciicompat_encoding): check decoder.
akr
2008-09-08
1
-0
/
+4
*
* transcode.c (rb_econv_t): last_error.partial_input removed.
akr
2008-09-08
1
-0
/
+4
*
* include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamed
akr
2008-09-08
1
-0
/
+39
*
* transcode.c (rb_econv_insert_output): "readagain" part should be
akr
2008-09-08
1
-0
/
+5
*
* dir.c (dir_initialize): rename option name of Dir.open
naruse
2008-09-08
1
-1
/
+6
*
* lib/cgi.rb : obsolete regex "n" option. [ruby-dev:36130]
xibbar
2008-09-08
1
-0
/
+4
*
* win32/win32.c (getppid): typo. [ruby-dev:36202]
usa
2008-09-08
1
-0
/
+6
*
* tool/transcode-tblgen.rb (ArrayCode): less string substitutions.
akr
2008-09-08
1
-0
/
+4
*
* vm.c (rb_mRubyVMFrozenCore): registered for GC.
akr
2008-09-08
1
-0
/
+8
*
* win32/Makefile.sub (config.h): define SIZE_MAX for VC++6/7.
usa
2008-09-08
1
-0
/
+4
*
* win32/win32.c (filetime_to_unixtime): remove unused variable.
usa
2008-09-08
1
-0
/
+5
[prev]
[next]