| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/intern.h: rename RB_UBF_DFL to | ko1 | 2008-08-31 | 1 | -1/+2 |
* | * include/ruby/intern.h (rb_file_s_absolute_path), | nobu | 2008-08-29 | 1 | -0/+2 |
* | * gc.c, include/ruby/ruby.h: rename T_DEFERRED to T_ZOMBIE. | ko1 | 2008-08-29 | 1 | -2/+2 |
* | * win32/win32.c, include/ruby/win32.h (rb_w32_open): overlapped file | usa | 2008-08-28 | 1 | -1/+4 |
* | * include/ruby/io.h (rb_io_t): refcnt field removed. | akr | 2008-08-27 | 1 | -2/+0 |
* | * include/ruby/encoding.h (rb_econv_result_t): enumeration constant: | akr | 2008-08-26 | 1 | -0/+1 |
* | * include/ruby/io.h (rb_io_t): rename crbuf to cbuf. | akr | 2008-08-26 | 1 | -8/+8 |
* | * include/ruby/encoding.h (rb_econv_elem_t): move to transcode.c | akr | 2008-08-26 | 1 | -41/+1 |
* | * transcode.c (rb_econv_open): disable newline conversion for ASCII | akr | 2008-08-26 | 1 | -0/+6 |
* | * include/ruby/io.h (rb_io_t): new field: writeconv_pre_opts. | akr | 2008-08-25 | 1 | -0/+1 |
* | * include/ruby/intern.h (rb_io_ungetbyte): added prototype. | nobu | 2008-08-25 | 1 | -0/+1 |
* | * include/ruby/encoding.h (rb_econv_t): use rb_econv_option_t. | akr | 2008-08-24 | 1 | -5/+5 |
* | * include/ruby/io.h (rb_io_enc_t): add opts field. | akr | 2008-08-24 | 1 | -6/+2 |
* | * include/ruby/encoding.h (rb_str_transcode): make 3rd argument | akr | 2008-08-24 | 1 | -2/+2 |
* | * include/ruby/io.h (rb_io_t): make enc and enc2 as struct | akr | 2008-08-24 | 1 | -4/+6 |
* | add comment. | akr | 2008-08-24 | 1 | -0/+1 |
* | * include/ruby/encoding.h (rb_econv_opts): declared. | akr | 2008-08-24 | 1 | -0/+2 |
* | * include/ruby/encoding.h (rb_econv_option_t): defined. | akr | 2008-08-24 | 1 | -2/+6 |
* | * include/ruby/encoding.h (rb_str_transcode): add ecflags argument. | akr | 2008-08-24 | 1 | -1/+1 |
* | * include/ruby/encoding.h (rb_econv_substr_append): renamed from | akr | 2008-08-24 | 1 | -1/+4 |
* | * include/ruby/encoding.h (rb_econv_open_exc): declared. | akr | 2008-08-24 | 1 | -0/+2 |
* | * include/ruby/io.h (FMODE_INVALID_MASK): defined. | akr | 2008-08-23 | 1 | -15/+21 |
* | * include/ruby/encoding.h (ECONV_INVALID_MASK): defined. | akr | 2008-08-23 | 1 | -3/+11 |
* | * include/ruby/io.h (rb_io_t): remove path field and add pathv field. | akr | 2008-08-23 | 1 | -2/+2 |
* | * include/ruby/io.h (FMODE_TEXTMODE): defined. | akr | 2008-08-22 | 2 | -0/+4 |
* | * complex.c (nucomp_div): now behaves as quo. | tadf | 2008-08-22 | 1 | -0/+1 |
* | * include/ruby/ruby.h (INT2NUM): just use a simple macro on LP64. | akr | 2008-08-21 | 1 | -10/+15 |
* | fix previsous change again. | akr | 2008-08-21 | 1 | -4/+6 |
* | * include/ruby/ruby.h: fix previous change for LP64. | akr | 2008-08-21 | 1 | -2/+6 |
* | * include/ruby/ruby.h (NUM2LONG): make it inline function to evaluete | akr | 2008-08-21 | 1 | -7/+44 |
* | * configure.in: removed strftime from AC_REPLACE_FUNCS(). | shugo | 2008-08-20 | 1 | -4/+0 |
* | * include/ruby/io.h (FMODE_TRUNC): value changed because 0x100 is used | akr | 2008-08-19 | 1 | -1/+3 |
* | * include/ruby/io.h (FMODE_TRUNC): new constant. | akr | 2008-08-19 | 1 | -0/+1 |
* | * include/ruby/io.h (rb_fopen): declaration removed. | akr | 2008-08-19 | 1 | -1/+0 |
* | * include/ruby/io.h (FMODE_READWRITE): define as | akr | 2008-08-19 | 1 | -2/+1 |
* | * include/ruby/io.h (FMODE_*): sorted and describe the values in | akr | 2008-08-19 | 1 | -11/+12 |
* | * io.c (make_writeconv): if enc and enc2 is set, convert | akr | 2008-08-18 | 1 | -1/+1 |
* | * include/ruby/io.h (rb_io_t): new fields: writeconv, | akr | 2008-08-18 | 2 | -0/+13 |
* | update comment. | akr | 2008-08-18 | 1 | -2/+9 |
* | * lib/mkmf.rb (init_mkmf): add include/ruby/backward to $INCFLAGS. | nobu | 2008-08-17 | 2 | -0/+12 |
* | * include/ruby/encoding.h (rb_econv_putbackable): declared. | akr | 2008-08-17 | 1 | -1/+3 |
* | * include/ruby/io.h (rb_io_t): new fields: readconv, crbuf, crbuf_off, | akr | 2008-08-16 | 1 | -2/+16 |
* | * include/ruby/encoding.h (rb_econv_check_error): declared. | akr | 2008-08-16 | 1 | -1/+3 |
* | * include/ruby/encoding.h (rb_econv_elem_t): fields removed: from and | akr | 2008-08-16 | 1 | -2/+3 |
* | * include/ruby/encoding.h (rb_econv_t): add fields: in_buf_start, | akr | 2008-08-16 | 1 | -5/+12 |
* | * include/ruby/ruby.h (rb_intern_const): tiny optimization. | nobu | 2008-08-16 | 1 | -0/+6 |
* | * 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 | 1 | -0/+20 |
* | * include/ruby/encoding.h (rb_econv_output): add str_encoding | akr | 2008-08-15 | 1 | -1/+4 |
* | * include/ruby/encoding.h (rb_econv_t): add error_tc in last_error. | akr | 2008-08-15 | 1 | -0/+1 |