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
/
include
Commit message (
Expand
)
Author
Age
Files
Lines
*
* include/ruby/oniguruma.h (OnigEncodingTypeST): add end argument for
akr
2008-09-13
2
-5
/
+5
*
* include/ruby/oniguruma.h (ONIGENC_STEP_BACK): add end argument.
akr
2008-09-13
1
-3
/
+3
*
* include/ruby/oniguruma.h (onigenc_get_prev_char_head): add end
akr
2008-09-13
2
-4
/
+4
*
* include/ruby/oniguruma.h
akr
2008-09-13
1
-1
/
+1
*
* include/ruby/oniguruma.h (onigenc_get_right_adjust_char_head): add
akr
2008-09-13
2
-2
/
+2
*
comment modified.
akr
2008-09-12
1
-2
/
+2
*
* include/ruby/oniguruma.h (OnigCodePoint): unsigned long to unsigned int.
naruse
2008-09-11
2
-2
/
+2
*
* include/ruby/encoding.h (econv_after_output): renamed from
akr
2008-09-09
1
-2
/
+2
*
* include/ruby/io.h (rb_io_t): rename field: writeconv_stateless to
akr
2008-09-09
1
-2
/
+2
*
* include/ruby/encoding.h (ECONV_DECORATOR_MASK): merge
akr
2008-09-09
1
-13
/
+10
*
fix typos.
akr
2008-09-09
2
-2
/
+2
*
* include/ruby/encoding.h (rb_econv_decorate_at_first): declared.
akr
2008-09-08
1
-0
/
+4
*
* include/ruby/encoding.h (rb_econv_asciicompat_encoding): renamed
akr
2008-09-08
1
-2
/
+3
*
* include/ruby/encoding.h (rb_econv_set_replacement): renamed from
akr
2008-09-07
1
-1
/
+1
*
* include/ruby/encoding.h (ECONV_XML_ATTR_CONTENT_ENCODER): defined.
akr
2008-09-07
1
-1
/
+4
*
* include/ruby/encoding.h (ECONV_ERROR_HANDLER_MASK): defined.
akr
2008-09-06
1
-12
/
+17
*
* include/ruby/encoding.h (ECONV_XML_TEXT_ENCODER): renamed from
akr
2008-09-06
1
-2
/
+2
*
* include/ruby/encoding.h (ECONV_HTML_TEXT_ENCODER): new constant.
akr
2008-09-06
1
-0
/
+2
*
comment updated.
akr
2008-09-05
1
-2
/
+2
*
* include/ruby/encoding.h (ECONV_UNDEF_HEX_CHARREF): defined.
akr
2008-09-05
1
-0
/
+1
*
* include/ruby/ruby.h (DBL2NUM): renamed from DOUBLE2NUM.
matz
2008-09-05
1
-1
/
+1
*
* include/ruby/io.h (rb_io_modestr_fmode): renamed from
akr
2008-09-05
1
-3
/
+7
*
* include/ruby/io.h (rb_io_mode_modenum): moved from
akr
2008-09-05
2
-1
/
+1
*
* include/ruby/intern.h (rb_file_open_str): declared.
akr
2008-09-04
1
-0
/
+1
*
* include/ruby/io.h (rb_io_enc_t): rename flags to ecflags.
akr
2008-09-04
1
-4
/
+4
*
* include/ruby/encoding.h (ECONV_INVALID_IGNORE): removed because
akr
2008-09-04
1
-2
/
+0
*
* include/ruby/io.h (rb_io_t): new fields: encs.ecopts and
akr
2008-09-03
2
-2
/
+9
*
* include/ruby/encoding.h (rb_econv_set_replacemenet): declared.
akr
2008-09-03
1
-0
/
+3
*
* include/ruby/encoding.h (rb_econv_option_t): removed. Since
akr
2008-09-03
2
-12
/
+7
*
* include/ruby/signal.h: removed.
ko1
2008-09-03
1
-92
/
+0
*
* 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
[next]