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
Commit message (
Expand
)
Author
Age
Files
Lines
*
* compile.c (iseq_build_from_ary), iseq.c (iseq_load): fix for format change.
nobu
2008-01-08
3
-20
/
+25
*
* 2008-01-08
usa
2008-01-08
1
-3
/
+3
*
* string.c (rb_str_buf_append): fix append itself.
akr
2008-01-07
3
-1
/
+17
*
set properties.
nobu
2008-01-07
0
-0
/
+0
*
Add additional information to RDoc template values
drbrain
2008-01-07
1
-36
/
+38
*
* string.c (STR_ENC_GET): defined. same as rb_enc_get without
akr
2008-01-07
2
-102
/
+93
*
add tests.
akr
2008-01-07
2
-0
/
+27
*
* lib/webrick/httpservlet/cgihandler.rb: external encoding of
gotoyuzo
2008-01-07
2
-0
/
+7
*
Use ERB instead of custom template language for RDoc.
drbrain
2008-01-07
11
-1573
/
+688
*
* string.c (Init_String): sym_match arity spec was wrong. a patch
matz
2008-01-07
3
-2
/
+7
*
add test_knownbug [ruby-core:14813]
matz
2008-01-07
1
-0
/
+23
*
* string.c (str_gsub): move rb_enc_get(str) to out of loop.
akr
2008-01-07
2
-4
/
+10
*
* include/ruby/oniguruma.h (OnigEncodingType): new member
akr
2008-01-07
4
-16
/
+15
*
Namespace TokenStream under RDoc.
drbrain
2008-01-07
2
-9
/
+21
*
add test_knowbug [ruby-core:14813]
matz
2008-01-07
1
-0
/
+25
*
Namespace RDoc::DOT. Clean up formatting of RDoc::Diagrams.
drbrain
2008-01-07
3
-74
/
+83
*
Convert RDoc to OptionParser, clean up -h output, namespace Options under RDoc.
drbrain
2008-01-07
13
-594
/
+635
*
* common.mk, Makefile.in, */Makefile.sub (distclean-local): move
usa
2008-01-07
6
-1
/
+10
*
* lib/rdoc/generators.rb: set properties.
nobu
2008-01-07
0
-0
/
+0
*
* re.c (rb_reg_preprocess): fix fixed_enc condition.
akr
2008-01-07
2
-1
/
+5
*
Merge documentation from the same class on ri generation.
drbrain
2008-01-07
3
-10
/
+27
*
* encoding.c (rb_enc_internal_get_index): extracted from
akr
2008-01-07
8
-24
/
+88
*
add test_knonbug
matz
2008-01-07
1
-0
/
+25
*
Collapse namespaces and refactor requires in RDoc
drbrain
2008-01-07
6
-366
/
+352
*
Clean up comments and whitespace in RDoc generators
drbrain
2008-01-07
4
-262
/
+248
*
* 2008-01-07
usa
2008-01-07
1
-3
/
+3
*
add ML ref.
akr
2008-01-06
1
-1
/
+1
*
* string.c (coderange_scan): avoid rb_enc_to_index.
akr
2008-01-06
2
-6
/
+13
*
* string.c (coderange_scan): optimize ASCII-8BIT string.
akr
2008-01-06
2
-5
/
+31
*
* lib/erb.rb (ERB::Revision): cut off locale dependent string in Date
akr
2008-01-06
2
-1
/
+6
*
don't use Date keyword itself.
akr
2008-01-06
1
-1
/
+1
*
* $Date$ keyword removed to avoid inclusion of locale dependent
akr
2008-01-06
174
-173
/
+5
*
* re.c (rb_reg_initialize_str): forbid raw non ASCII character
akr
2008-01-06
3
-2
/
+17
*
* include/ruby/encoding.h (rb_enc_str_buf_cat): declared.
akr
2008-01-06
5
-100
/
+189
*
* lib/securerandom.rb: Add Win32 support.
technorama
2008-01-06
2
-2
/
+51
*
add a test.
akr
2008-01-06
1
-0
/
+7
*
* 2008-01-06
usa
2008-01-06
1
-3
/
+3
*
* lib/date.rb, lib/date/format.rb: introduced some constants
tadf
2008-01-06
4
-62
/
+94
*
unused variable removed.
akr
2008-01-05
1
-1
/
+0
*
split combinational tests.
akr
2008-01-05
2
-1281
/
+1434
*
add a test.
akr
2008-01-05
1
-0
/
+4
*
* re.c (rb_reg_initialize_str): /\x80/n is not an error even if script
akr
2008-01-05
3
-2
/
+15
*
* lib/resolv.rb (Reolv::DNS#each_address): get A record and then AAAA
naruse
2008-01-05
2
-10
/
+7
*
add a comment.
akr
2008-01-05
1
-0
/
+3
*
* vm_insnhelper.c (vm_callee_setup_arg): it is not inlinable because
akr
2008-01-05
2
-1
/
+6
*
* test/win32ole/test_win32ole.rb(test_s_codepage_changed) : modify test
suke
2008-01-05
1
-11
/
+22
*
* test/win32ole/test_win32ole.rb(test_s_locale_change) :add assertion which
suke
2008-01-05
1
-0
/
+3
*
* string.c (rb_str_resize): copy if old data is not empty
nobu
2008-01-05
2
-3
/
+3
*
* string.c (rb_str_resize): copy at old length but not new length.
nobu
2008-01-05
2
-1
/
+6
*
* ruby.c (proc_options): no need for intermediate object.
nobu
2008-01-05
2
-1
/
+5
[next]