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
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* string.c (rb_str_times): reduce loop overhead.
akr
2008-02-17
1
-0
/
+4
*
* include/ruby/re.h (struct rmatch_offset): new struct for character
akr
2008-02-16
1
-0
/
+37
*
* win32/resource.rb: made version infos confirm to OS spec.
usa
2008-02-16
1
-0
/
+6
*
* string.c (rb_str_substr): optimized for UTF-8.
naruse
2008-02-16
1
-1
/
+5
*
* encoding.c (rb_enc_compatible): check encoding incapable arguments.
akr
2008-02-16
1
-3
/
+7
*
* re.c (match_inspect): avoid SEGV with MatchData.allocate.inspect.
akr
2008-02-16
1
-0
/
+4
*
* string.c (str_strlen): revert r15507. [ruby-dev:33810]
naruse
2008-02-16
1
-0
/
+4
*
* string.c (str_strlen): little more optimize.
naruse
2008-02-16
1
-0
/
+5
*
* encoding.c (rb_enc_compatible): empty strings are always compatible.
akr
2008-02-16
1
-0
/
+6
*
add ML ref.
akr
2008-02-16
1
-1
/
+1
*
* string.c (rb_enc_strlen): UTF-8 character count moved to str_strlen.
akr
2008-02-16
1
-0
/
+6
*
* string.c (rb_str_sub_bang): stringize replacing hash values.
akr
2008-02-16
1
-0
/
+5
*
* string.c (rb_enc_strlen): add search_nonascii like character
naruse
2008-02-16
1
-0
/
+5
*
* encoding.c (rb_enc_strlen): moved to string.c.
akr
2008-02-16
1
-0
/
+7
*
* lib/require_relative.rb: check require_relative call in eval.
akr
2008-02-16
1
-0
/
+4
*
* ruby.c (process_options): set default_external before loading
naruse
2008-02-15
1
-0
/
+5
*
* enc/iso_8859_{4,13}.c: Windows-1257 is replica of ISO-8859-13.
naruse
2008-02-15
1
-1
/
+3
*
* ChangeLog
naruse
2008-02-15
1
-0
/
+5
*
* encoding.c (rb_enc_nth): moved to string.c.
akr
2008-02-15
1
-0
/
+10
*
* range.c (rb_range_beg_len): check if responds to "begin" and "end"
nobu
2008-02-15
1
-0
/
+5
*
* ext/win32ole/win32ole.c (ole_init_cp): initialize WIN32OLE.codepage
suke
2008-02-15
1
-0
/
+7
*
* string.c (rb_str_sub_bang, str_gsub): allows hash for replacement.
nobu
2008-02-15
1
-0
/
+4
*
* string.c (str_strlen): use search_nonascii() for performance.
matz
2008-02-15
1
-0
/
+6
*
* io.c (open_key_args): allow specifying both :mode and :encoding.
matz
2008-02-15
1
-0
/
+4
*
* string.c (rb_str_getbyte): new method.
akr
2008-02-15
1
-0
/
+5
*
* lib/require_relative.rb: new file.
akr
2008-02-15
1
-0
/
+4
*
* ext/iconv/iconv.c (iconv_convert): check upper bound. a patch from
nobu
2008-02-15
1
-0
/
+5
*
* re.c (rb_reg_quote): set US-ACII for ASCII-only string.
nobu
2008-02-15
1
-0
/
+5
*
* {win,bcc}32/Makefile.sub (config.h): added HAVE_FTRUNCATE.
nobu
2008-02-15
1
-0
/
+5
*
* parse.y (reg_compile_gen): reg_fragment_setenc might not raise an
nobu
2008-02-15
1
-0
/
+5
*
Preserve ri compatibility with 1.8
drbrain
2008-02-14
1
-0
/
+4
*
* configure.in (ftruncate): check if available.
nobu
2008-02-14
1
-0
/
+6
*
* configure.in (sigsetmask): check when signal semantics is not POSIX.
nobu
2008-02-14
1
-0
/
+7
*
* parse.y (reg_compile_gen): appends error message from
nobu
2008-02-14
1
-0
/
+7
*
* io.c (io_reopen): check STDIN, STDOUT and STDERR mode according to
akr
2008-02-14
1
-0
/
+5
*
* test/ruby/test_math.rb: actual-expected argument ordering for
matz
2008-02-14
1
-0
/
+6
*
* file.c (rb_file_s_utime): inhibits with secure level 2 or higher.
nobu
2008-02-14
1
-0
/
+4
*
* re.c (rb_reg_preprocess_dregexp): use non-preprocessed regexp source
akr
2008-02-14
1
-0
/
+5
*
* lib/timeout.rb (Timeout::timeout): made sensitive to location on the
nobu
2008-02-13
1
-0
/
+5
*
* common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]
nobu
2008-02-13
1
-0
/
+6
*
* eval.c (eval): allow to eval in a binding that has a singleton method.
mame
2008-02-13
1
-0
/
+10
*
* lib/pathname.rb (Pathname#sub_ext): new method. [ruby-list:44608]
akr
2008-02-13
1
-0
/
+4
*
* proc.c (proc_curry): new method. [ruby-dev:33676]
mame
2008-02-13
1
-2
/
+8
*
* include/ruby/ruby.h (RObject): add iv_index_tbl for shortcut of
akr
2008-02-13
1
-0
/
+14
*
* filenames need comma.
naruse
2008-02-13
1
-1
/
+1
*
* lib/uri/generic.rb: revert r15442. 2nd argument of String#sub parse
naruse
2008-02-13
1
-0
/
+8
*
* enc/depend: fix typo.
usa
2008-02-13
1
-0
/
+7
*
Allow inline markup to have a leading '#' or '\', or trailing punctuation.
drbrain
2008-02-12
1
-0
/
+5
*
Separate HTML linking and crossreferencing into separate files.
drbrain
2008-02-12
1
-0
/
+5
*
* parse.y (stmt, arg): reverted r15450. [ruby-core:15526]
nobu
2008-02-12
1
-3
/
+1
[next]