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
...
*
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
*
update rdoc.
akr
2008-01-05
4
-33
/
+43
*
* encoding.c (Init_Encoding): alias csWindows31J to Windows-31J.
akr
2008-01-05
2
-0
/
+6
*
* include/ruby/ruby.h (rb_intern): memorize interned ID for constant
akr
2008-01-04
3
-0
/
+20
*
* string.c (trnext): should enable backslash escape.
matz
2008-01-04
2
-0
/
+7
*
* eval.c (Init_eval): move instance_eval and instance_exec to
matz
2008-01-04
3
-4
/
+13
*
* ruby.c (proc_options): update according to the last API revert.
matz
2008-01-04
2
-1
/
+5
*
* include/ruby/intern.h, re.c (rb_reg_new): keep interface same as
nobu
2008-01-04
7
-13
/
+62
*
* time.c (time_arg): use converted object. [ruby-core:14759]
nobu
2008-01-04
2
-1
/
+5
*
parenthesize macro arguments.
akr
2008-01-04
1
-11
/
+11
*
* ext/digest/lib/digest/hmac.rb (Digest::HMAC#initialize): use
akr
2008-01-04
2
-1
/
+6
*
* re.c (rb_reg_prepare_re): check string encoding. Oniguruma doesn't
akr
2008-01-04
3
-2
/
+32
*
unused variable removed.
akr
2008-01-04
1
-1
/
+0
*
* re.c (rb_reg_search): avoid inner loop for reverse search.
matz
2008-01-04
3
-28
/
+17
*
* enc/euc_jp.c: remove eucjp_ prefix. breakpoint can be specified as
akr
2008-01-03
19
-162
/
+201
*
* re.c (rb_reg_search): iterate onig_match for reverse mode.
akr
2008-01-03
2
-8
/
+27
*
* win32.h: only VC6 needs extern "C++" for math.h. [ruby-talk:285660]
nobu
2008-01-03
2
-8
/
+10
[prev]
[next]