aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * thread.c (rb_thread_critical): removed.ko12008-09-042-2/+4
* * io.c (argf_mark): mark p->encs.ecopts.akr2008-09-042-0/+5
* * transcode_data.h (rb_transcoder): rename fields:akr2008-09-043-24/+31
* * transcode.c: variables renamed for consistency.akr2008-09-042-55/+59
* * 2008-09-05svn2008-09-041-3/+3
* * pack.c (encodes): make buff fixed length to avoid SEGV byakr2008-09-042-7/+19
* * ext/bigdecimal/bigdecimal.c (BigDecimal_mode): set exception modemame2008-09-042-0/+12
* * include/ruby/intern.h (rb_file_open_str): declared.akr2008-09-044-1/+17
* * enc/trans/newline.trans: record newline types met in universalakr2008-09-042-12/+32
* * lib/prime.rb (Prime::OldCompatibility#each): added compatibility toyugui2008-09-042-20/+42
* rdoc update.akr2008-09-041-14/+19
* property.nobu2008-09-040-0/+0
* * transcode.c (econv_init): accept an integer as 3rd argument as well.akr2008-09-042-4/+19
* * transcode.c (sym_partial_input): new variable.akr2008-09-043-42/+66
* * transcode.c (sym_universal_newline_decoder): new variable.akr2008-09-043-40/+61
* * vm_dump.c: rename some debug functions.ko12008-09-042-17/+20
* * thread.c (rb_thread_check_trap_pending): added for compatibility.ko12008-09-044-75/+53
* * transcode_data.h (PType): defined unconditionaly.akr2008-09-043-4/+6
* * io.c: variables renamed for consistency.akr2008-09-042-68/+72
* * gc.c (gc_profile_record_get): to static function.nari2008-09-042-4/+11
* * include/ruby/io.h (rb_io_enc_t): rename flags to ecflags.akr2008-09-043-17/+25
* * include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed becauseakr2008-09-046-38/+34
* * vm.c (rb_vm_mark): commit miss.nobu2008-09-041-0/+2
* * vm_core.h (struct rb_vm_struct): replaced signal staff with trapnobu2008-09-046-56/+63
* * io.c (struct sysopen_struct, rb_sysopen_internal, rb_sysopen):nobu2008-09-042-4/+7
* * io.c: expanded ARGF members macros.nobu2008-09-042-136/+127
* * tool/transcode-tblgen.rb (citrus_decode_mapsrc): support older 1.8.nobu2008-09-042-3/+7
* * io.c (argf_next_argv, argf_set_encoding): copy struct wise.nobu2008-09-042-8/+6
* * io.c (rb_scan_open_args): follow rb_str_transcode change.akr2008-09-042-1/+5
* properties.nobu2008-09-040-0/+0
* * file.c (rb_find_file): fix GC problem on Debian GNU/Linux (IA64)akr2008-09-042-1/+8
* rdoc update.akr2008-09-031-0/+2
* add tests.akr2008-09-031-0/+15
* * include/ruby/io.h (rb_io_t): new fields: encs.ecopts andakr2008-09-039-31/+184
* * include/ruby/encoding.h (rb_econv_set_replacemenet): declared.akr2008-09-034-10/+176
* comment updated.akr2008-09-031-2/+2
* * win32/win32.c (filetime_to_timeval): new function, split fromusa2008-09-032-28/+32
* * transcode.c (transcode_restartable0): avoid VC++6's bug.usa2008-09-032-8/+12
* * io.c (make_writeconv): follow akr's previous commit.usa2008-09-032-1/+5
* * include/ruby/encoding.h (rb_econv_option_t): removed. Sinceakr2008-09-035-109/+103
* * win32/win32.c: fix ruby/signal.h depending codes.ko12008-09-032-9/+7
* * 2008-09-04svn2008-09-031-3/+3
* * test/etc/test_etc.rb (test_getpwuid, test_getgrgid): usemame2008-09-032-2/+8
* skazu2008-09-031-1/+1
* * test/etc/test_etc.rb: check only typical use ofmame2008-09-032-46/+13
* * transcode.c (rb_transcoding): moved from transcode_data.h.akr2008-09-033-42/+50
* * transcode_data.h (rb_transcoding): remove stateful field.akr2008-09-038-62/+167
* * lib/mathn.rb (Integer): moved into prime.rb.yugui2008-09-036-95/+618
* * lib/scanf.rb: fixed bug involving matching literal '['dblack2008-09-033-1/+14
* * transcode_data.h (WORDINDEX_SHIFT_BITS): defined.akr2008-09-034-3/+16