summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * transcode.c (econv_insert_output): raise ArgumentError on failure.akr2008-08-313-6/+30
* * bootstraptest/test_thread.rb: add a test.ko12008-08-312-0/+8
* * enc/trans/single_byte.trans (us_ascii_map): don't define 8bit bytes.akr2008-08-313-1/+20
* * ext/socket/socket.c (lookup_order_table): constified.nobu2008-08-311-2/+2
* * transcode.c (econv_last_error): new method.akr2008-08-313-0/+53
* * transcode.c (econv_primitive_convert): make two arguments,akr2008-08-313-2/+21
* * transcode.c (make_econv_exception): error message simplified.akr2008-08-312-4/+8
* * ext/coverage/coverage.c (rb_mCoverage): removed unneeded static variable.nobu2008-08-313-9/+15
* * ext/openssl/ossl_ocsp.c (ossl_ocspres_initialize): fix fornobu2008-08-312-3/+9
* * ext/ripper/eventids2.c (ripper_init_eventids2): use rb_intern_const.nobu2008-08-313-49/+57
* * ext/dl/mkcallback.rb (rb_dl_init_callbacks): fix indent.akr2008-08-312-1/+5
* * ext/openssl/ossl_config.c (Init_ossl_config): removed C99ism.nobu2008-08-311-1/+2
* * ext/strscan/strscan.c (strscan_do_scan): fix usecnt decrement.akr2008-08-312-6/+10
* * transcode.c (econv_putback): make max argument optional.akr2008-08-303-4/+10
* * transcode.c (rb_econv_putback): putback from last byte.akr2008-08-303-1/+14
* * transcode.c (econv_putback): renamed from econv_primitive_putback.akr2008-08-303-3/+7
* * transcode.c (econv_insert_output): renamed fromakr2008-08-303-7/+12
* * test/ruby/test_econv.rb: follow econv_primitive_errinfo change.akr2008-08-302-10/+13
* * transcode.c (econv_primitive_errinfo): 5th element (partial_input)akr2008-08-302-15/+15
* * ext/dl/mkcallback.rb: split callback.h to callback-[0-9].c to reduceakr2008-08-304-28/+69
* * 2008-08-31svn2008-08-301-3/+3
* * ext/dl/mkcallback.rb (foreach_proc_entry): extracted.akr2008-08-302-37/+52
* fix failures [ruby-dev:35937].seki2008-08-302-3/+8
* * ext/dl/test/test_import.rb: fix character code.akr2008-08-303-9/+15
* * rational.c: added a static variable for nurat_to_f.tadf2008-08-303-2/+10
* * win32/win32.c (rb_w32_open, rb_w32_read, rb_w32_write): fallback tousa2008-08-302-0/+23
* * win32/win32.c (rb_w32_read): EOF is not error.usa2008-08-302-1/+6
* * parse.y (struct token_info): constified.nobu2008-08-302-2/+4
* * parse.y (token_info_get_column, token_info_has_nonspaces),nobu2008-08-302-6/+11
* * parse.y (token_info_push): -w warns indentation level mismatch.matz2008-08-302-25/+190
* * ext/openssl/ossl_config.c (Init_ossl_config): memory leak fixed.matz2008-08-304-1/+27
* * ext/openssl/ossl_x509ext.c (ossl_x509ext_initialize): fix fornobu2008-08-302-2/+9
* * ext/dl/mkcallback.rb: fix continuation line detection.akr2008-08-302-1/+5
* * ext/dl/mkcallback.rb (rb_dl_init_callbacks): avoid GC problem whichakr2008-08-302-8/+18
* * ext/iconv/iconv.c: remove include pragma for "ruby/intern.h".ko12008-08-302-1/+4
* * parse.y: remove include pragma for "ruby/intern.h".ko12008-08-302-1/+4
* * lib/rake.rb (Rake::Application#help): fix for OPTIONAL_ARGUMENT andnobu2008-08-302-3/+13
* * include/ruby/intern.h (rb_file_s_absolute_path),nobu2008-08-293-10/+15
* * encoding.c (enc_compatible_p): use TYPE not BUILTIN_TYPE.naruse2008-08-292-4/+8
* * encoding.c (enc_compatible_p): add SPECIAL_CONST_P check.naruse2008-08-293-7/+15
* * object.c (rb_obj_freeze): update rdoc to mention RuntimeErrormatz2008-08-292-2/+7
* * bignum.c (bigdivmod): remove redundant code. a patch frommatz2008-08-292-3/+7
* * lib/cgi.rb (CGI#initialize): remove unused constants. a patchmatz2008-08-292-5/+5
* rdoc update.akr2008-08-291-0/+11
* * 2008-08-30svn2008-08-291-3/+3
* removed some lines which gain the score of coverage.tadf2008-08-292-230/+0
* * bignum.c: added an alias (#magnitude).tadf2008-08-292-0/+3
* * complex.c ({nucomp,numeric}_rect): new.tadf2008-08-296-124/+265
* * gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE.ko12008-08-293-9/+13
* * encoding.c (enc_compatible_p): raise TypeError when argument is notnaruse2008-08-292-2/+13