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
*
* string.c (rb_str_dump): need to extend len for \b.
usa
2006-07-11
2
-1
/
+5
*
* bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]
matz
2006-07-11
6
-42
/
+65
*
* bignum.c (bignorm): sizeof(long) may be smaller than
matz
2006-07-11
8
-22
/
+63
*
2006-07-11
akr
2006-07-11
1
-3
/
+3
*
remove an unused label and variable.
akr
2006-07-11
1
-2
/
+0
*
* gc.c (gc_sweep): expand heap earlier.
akr
2006-07-10
2
-2
/
+15
*
* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.
nagai
2006-07-10
2
-1
/
+5
*
* ext/tk/tcltklib.c: make SEGV risk lower at exit.
nagai
2006-07-10
9
-40
/
+543
*
* sample/test.rb: update test suites.
matz
2006-07-10
4
-22
/
+37
*
* eval.c (rb_call): remove erroneously restored prot_tag->blkid
matz
2006-07-10
2
-1
/
+5
*
* signal.c (install_nativethread_sighandler): commented out.
nagai
2006-07-10
2
-0
/
+12
*
* ruby.h: typo.
usa
2006-07-10
1
-1
/
+1
*
* eval.c (proc_invoke): should not overwrite block information in
matz
2006-07-10
7
-40
/
+124
*
2006-07-10
nobu
2006-07-10
1
-3
/
+3
*
* eval.c (rb_clear_cache_for_remove): clear entries for included
nobu
2006-07-10
2
-1
/
+7
*
* lib/mkmf.rb (create_makefile): prevent substitution of macro
nobu
2006-07-09
2
-2
/
+5
*
* lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.
nobu
2006-07-09
2
-29
/
+30
*
cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...
ryan
2006-07-08
7
-18
/
+55
*
Massive rdoc for fortran overhaul from Yasuhiro Morikawa
ryan
2006-07-08
1
-59
/
+1781
*
2006-07-09
nobu
2006-07-08
1
-3
/
+3
*
* eval.c (next_jump): deal with destination of next.
nobu
2006-07-08
2
-3
/
+34
*
update doc.
akr
2006-07-08
1
-0
/
+4
*
2006-07-08
suke
2006-07-07
1
-3
/
+3
*
Test class name should not be duplicated.
suke
2006-07-07
2
-2
/
+2
*
should define FUNC_CDECL/STDCALL if the macros are not defined.
ttate
2006-07-07
1
-0
/
+7
*
* string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]
nobu
2006-07-07
3
-3
/
+12
*
* win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.
usa
2006-07-07
2
-0
/
+7
*
conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].
ttate
2006-07-06
4
-45
/
+9
*
2006-07-07
ttate
2006-07-06
1
-3
/
+3
*
* process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior to
nobu
2006-07-06
3
-8
/
+35
*
* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.
aamine
2006-07-06
3
-61
/
+98
*
2006-07-06
aamine
2006-07-06
1
-3
/
+3
*
* test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):
matz
2006-07-04
2
-1
/
+6
*
2006-07-05
matz
2006-07-04
1
-3
/
+3
*
* ruby.c (proc_options): supress warning on DOSISH.
usa
2006-07-04
2
-1
/
+6
*
* eval.c (rb_call): should not set prot_tag->blkid since it would
matz
2006-07-04
2
-7
/
+16
*
* eval.c (rb_call): should not set prot_tag->blkid since it would
matz
2006-07-04
1
-1
/
+1
*
* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up from
matz
2006-07-03
9
-93
/
+109
*
2006-07-04
matz
2006-07-03
1
-3
/
+3
*
* ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu
nagai
2006-07-03
6
-11
/
+317
*
fix typos.
akr
2006-07-03
1
-3
/
+3
*
* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion
nobu
2006-07-03
3
-5
/
+10
*
* io.c (popen_exec): close file descriptors other than standard I/Os.
nobu
2006-07-03
2
-5
/
+6
*
* test/openssl/test_asn1.c: String#[]= doesnt't accept Integer.
gotoyuzo
2006-07-02
2
-1
/
+5
*
2006-07-03
matz
2006-07-02
1
-3
/
+3
*
* string.c (rb_str_inspect): encode \b (\010) for escape.
matz
2006-07-02
2
-0
/
+15
*
cancelled r1.25
tadf
2006-07-02
1
-3
/
+0
*
* ext/racc/cparse/cparse.c: sync with original code, rev 1.7.
aamine
2006-07-02
2
-3
/
+10
*
* ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.
aamine
2006-07-02
2
-48
/
+47
*
* io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work.
akr
2006-07-02
2
-2
/
+9
[next]