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
...
*
* gc.c (id2ref): T_VALUES is less than T_BLOCK. [ruby-dev:31911]
nobu
2007-10-01
4
-15
/
+18
*
* ruby.c (require_libraries): use require method instead of calling
nobu
2007-10-01
2
-5
/
+9
*
* eval.c (ruby_options), ruby.c (proc_options, process_options): not
nobu
2007-10-01
4
-12
/
+26
*
* string.c (rb_str_append): always set encoding, and coderange
nobu
2007-09-30
3
-2
/
+15
*
add test for [ruby-dev:31913].
akr
2007-09-30
1
-0
/
+5
*
* bootstraptest/runner.rb (pretty): don't show beginning empty line.
akr
2007-09-30
2
-0
/
+5
*
* numeric.c: use #ifdef for test LONG_LONG_VALUE.
akr
2007-09-30
2
-2
/
+6
*
add test for [ruby-dev:31911].
akr
2007-09-30
1
-0
/
+14
*
fix typos.
akr
2007-09-29
1
-7
/
+7
*
* bignum.c: use SIZEOF_LONG instead of SIZEOF_ULONG which is not
akr
2007-09-29
2
-4
/
+9
*
* re.c (Init_Regexp): test DEFAULT_KCODE in C code because
akr
2007-09-29
2
-13
/
+13
*
* variable.c (obj_ivar_each): get rid of warning.
usa
2007-09-29
3
-4
/
+8
*
* main.c (main): use platform-independent per-process initialization.
nobu
2007-09-29
7
-25
/
+65
*
* array.c (rb_ary_combination): new method to give all combination
matz
2007-09-29
4
-1
/
+175
*
* marshal.c (r_leave): move proc invocation from r_entry() to
matz
2007-09-29
2
-4
/
+9
*
use Marshal.load instead of binary string.
akr
2007-09-29
1
-1
/
+1
*
* bootstraptest/runner.rb (assert_normal_exit): new method.
akr
2007-09-29
3
-0
/
+36
*
add test for a define_method wrapper.
akr
2007-09-29
1
-0
/
+15
*
* variable.c (rb_ivar_set): fix class instance variable.
akr
2007-09-29
3
-0
/
+9
*
* object.c (rb_class_real): use BUILTIN_TYPE instead of TYPE.
akr
2007-09-29
2
-1
/
+7
*
* include/ruby/win32.h (strcasecmp): needed for type_strcasehash.
nobu
2007-09-28
2
-3
/
+7
*
* common.mk (ruby.o): using encoding.h.
nobu
2007-09-28
1
-1
/
+1
*
* ruby.c (origarg): commit miss.
nobu
2007-09-28
1
-1
/
+1
*
* ruby.c (struct cmdline_options): static variables packed.
nobu
2007-09-28
2
-183
/
+203
*
* io.c (rb_io_fdopen): create IO object from fd.
nobu
2007-09-28
5
-25
/
+65
*
* encoding.c (rb_enc_alias): allow encodings multiple aliases.
nobu
2007-09-28
6
-12
/
+128
*
* cont.c: Thread local storage should be fiber local.
ko1
2007-09-28
5
-31
/
+44
*
refine previous change.
akr
2007-09-28
4
-95
/
+101
*
don't generate temporary files under current directory.
akr
2007-09-28
8
-87
/
+106
*
UNIXServer.new("a\0b") test removed because
akr
2007-09-28
1
-1
/
+0
*
* insnhelper.ci (vm_call_method): allow send! to call protected
matz
2007-09-28
4
-1
/
+11
*
* benchmark/bm_so_fasta.rb: added.
ko1
2007-09-28
7
-0
/
+196
*
rb_classext_t member order exchanged to
akr
2007-09-28
1
-1
/
+1
*
* benchmark/driver.rb: fix notations.
ko1
2007-09-28
16
-4
/
+1173
*
* string.c (rb_str_comparable): need not to check asciicompat here.
matz
2007-09-28
3
-35
/
+49
*
* vm_core.h (rb_vm_struct): fix typo: bufferd -> buffered.
matz
2007-09-28
4
-6
/
+10
*
* benchmark/driver.rb: fix to output benchmark results
ko1
2007-09-28
4
-37
/
+71
*
check codepage for SJIS pathname test.
akr
2007-09-28
1
-1
/
+4
*
* include/ruby/intern.h: export rb_ivar_foreach.
akr
2007-09-28
17
-193
/
+448
*
* io.c (rb_io_getline_fast, rb_io_getline_1): set encoding to the
nobu
2007-09-28
2
-5
/
+15
*
* benchmark/bm_app_erb.rb: added.
ko1
2007-09-28
5
-0
/
+77
*
* benchmark/driver.rb: fix file selection algorithm.
ko1
2007-09-28
3
-17
/
+41
*
thread variable test refined.
akr
2007-09-28
1
-18
/
+12
*
add test for thread local variable with fiber.
akr
2007-09-27
1
-0
/
+35
*
* win32/REAMDE.win32: follow recent changes.
usa
2007-09-27
2
-7
/
+22
*
* benchmark/driver.rb: fix to output some helpful messages.
ko1
2007-09-27
3
-9
/
+26
*
* benchmark/driver.rb: added.
ko1
2007-09-27
6
-17
/
+216
*
* ext/fiber/fiber.c: modify prototype declaration.
ko1
2007-09-27
2
-1
/
+6
*
* parse.y (strings, xstring, regexp, dsym): empty strings have
nobu
2007-09-27
2
-6
/
+12
*
refine a test.
akr
2007-09-26
1
-2
/
+2
[prev]
[next]