| Commit message (Expand) | Author | Age | Files | Lines |
* | * io.c (io_enc_str_converted): new function. | akr | 2008-08-18 | 3 | -57/+163 |
* | add tests. | akr | 2008-08-18 | 1 | -5/+19 |
* | * common.mk: fix error in uncommon.mk. | kazu | 2008-08-17 | 2 | -1/+5 |
* | * common.mk: config.h depends config.status. | naruse | 2008-08-17 | 2 | -0/+5 |
* | * io.c (appendline): appendline cannot check character boundary. | akr | 2008-08-17 | 3 | -54/+49 |
* | * 2008-08-18 | svn | 2008-08-17 | 1 | -3/+3 |
* | * lib/webrick/cgi.rb (WEBrick::CGI::Socket#eof?): added lacked method. | gotoyuzo | 2008-08-17 | 3 | -3/+34 |
* | * io.c (prepare_getline_args): io.gets(10,nil) should cause TypeError. | akr | 2008-08-17 | 3 | -20/+27 |
* | * lib/mkmf.rb: not check config.h. | nobu | 2008-08-17 | 2 | -3/+4 |
* | * lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS. | nobu | 2008-08-17 | 4 | -1/+22 |
* | fix typos. | akr | 2008-08-17 | 1 | -21/+21 |
* | * transcode.c (econv_primitive_putback): new method. | akr | 2008-08-17 | 3 | -0/+40 |
* | * include/ruby/encoding.h (rb_econv_putbackable): declared. | akr | 2008-08-17 | 5 | -1/+44 |
* | * transcode.c (make_econv_exception): add several instance variables | akr | 2008-08-17 | 3 | -7/+88 |
* | * random.c (struct MT): packed Mersenne Twister staffs. | nobu | 2008-08-17 | 2 | -81/+94 |
* | * test/iconv/test_option.rb (test_ignore_option): skip if iconv | naruse | 2008-08-16 | 2 | -0/+9 |
* | * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off, | akr | 2008-08-16 | 4 | -10/+105 |
* | * 2008-08-17 | svn | 2008-08-16 | 1 | -3/+3 |
* | * include/ruby/encoding.h (rb_econv_check_error): declared. | akr | 2008-08-16 | 3 | -5/+58 |
* | * ChangeLog: stripped trailing spaces. | nobu | 2008-08-16 | 1 | -47/+47 |
* | * id.c (Init_id): commit miss. | nobu | 2008-08-16 | 1 | -1/+0 |
* | * include/ruby/encoding.h (rb_econv_elem_t): fields removed: from and | akr | 2008-08-16 | 3 | -6/+27 |
* | * include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start, | akr | 2008-08-16 | 5 | -244/+264 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 22 | -6/+35 |
* | * include/ruby/ruby.h: commit miss. | nobu | 2008-08-16 | 1 | -0/+1 |
* | * include/ruby/ruby.h (SSIZET2NUM, NUM2SSIZET, SSIZE_MAX, SSIZE_MIN): | nobu | 2008-08-15 | 2 | -0/+25 |
* | * transcode_data.h (rb_transcoder_stateful_type_t): defined. | akr | 2008-08-15 | 6 | -0/+36 |
* | * 2008-08-16 | svn | 2008-08-15 | 1 | -3/+3 |
* | add a test. | akr | 2008-08-15 | 1 | -0/+8 |
* | * transcode.c (econv_just_convert): extracted from rb_econv_output. | akr | 2008-08-15 | 3 | -38/+177 |
* | * include/ruby/encoding.h (rb_econv_output): add str_encoding | akr | 2008-08-15 | 3 | -8/+105 |
* | * string.c (rb_str_drop_bytes): use memmove. | nobu | 2008-08-15 | 2 | -1/+5 |
* | * include/ruby/encoding.h (rb_econv_t): add error_tc in last_error. | akr | 2008-08-15 | 3 | -5/+14 |
* | * include/ruby/encoding.h (rb_econv_t): new field: last_error. | akr | 2008-08-15 | 4 | -16/+218 |
* | * common.mk (parse.{c,h}): creates in the dependency order. | nobu | 2008-08-15 | 2 | -2/+6 |
* | * test/ruby/test_settracefunc.rb (test_call, test_class): | nobu | 2008-08-15 | 1 | -8/+0 |
* | * vm_core.h (exec_event_hooks): skips RubyVM::FrozenCore. | nobu | 2008-08-15 | 2 | -1/+4 |
* | * vm.c (Init_VM): get rid of SEGV in a trace proc. | nobu | 2008-08-15 | 2 | -1/+5 |
* | add tests. | akr | 2008-08-15 | 1 | -1/+20 |
* | * transcode.c (conv_init): check empty name. | akr | 2008-08-15 | 2 | -4/+10 |
* | add a test. | akr | 2008-08-15 | 1 | -0/+48 |
* | add tests. | akr | 2008-08-15 | 1 | -0/+38 |
* | * transcode.c (econv_init): don't create dummy encoding if | akr | 2008-08-15 | 3 | -12/+53 |
* | ignore uncommon.mk. | akr | 2008-08-14 | 0 | -0/+0 |
* | udpate rdoc. | akr | 2008-08-14 | 1 | -0/+1 |
* | * common.mk ({$(srcdir)}.y.c): escape backslash. | naruse | 2008-08-14 | 2 | -1/+5 |
* | * transcode.c (econv_primitive_convert): set destination_buffer | akr | 2008-08-14 | 3 | -0/+17 |
* | * 2008-08-15 | svn | 2008-08-14 | 1 | -3/+3 |
* | * include/ruby/encoding.h (rb_econv_output): declared. | akr | 2008-08-14 | 6 | -49/+114 |
* | * include/ruby/encoding.h (ECONV_UNIVERSAL_NEWLINE_DECODER): defined. | akr | 2008-08-14 | 3 | -29/+43 |