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
...
*
aamine
aamine
2001-07-03
2
-2
/
+6
*
aamine
aamine
2001-07-03
5
-11
/
+29
*
aamine
aamine
2001-07-03
5
-114
/
+152
*
* lib/mkmf.rb: distclean should remove mkmf.log as well.
knu
2001-07-03
2
-1
/
+5
*
* eval.c (rb_eval_string_wrap): should push frame (and adjust
matz
2001-07-03
2
-7
/
+25
*
credit rb_name_error() fix to Nobuyoshi Nakada.
matz
2001-07-03
4
-3
/
+26
*
* eval.c (block_pass): do not change wrapper information.
shugo
2001-07-03
2
-4
/
+11
*
* error.c (rb_name_error): raise NameError instead of LoadError.
shugo
2001-07-03
2
-1
/
+5
*
* error.c (exc_exception): clone the receiver exception instead of
matz
2001-07-02
24
-163
/
+373
*
* lib/matrix.rb: resolve 'ruby -w' warnings.
keiju
2001-06-27
7
-13
/
+27
*
* protocol.rb,smtp.rb,pop.rb,http.rb: modify document.
aamine
2001-06-27
3
-179
/
+195
*
sorry, check in miss.
aamine
2001-06-26
1
-1
/
+2
*
aamine
aamine
2001-06-26
5
-382
/
+749
*
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): fix a typo in comment
eban
2001-06-25
1
-1
/
+1
*
* eval.c (svalue_to_avalue): new conversion scheme between single
matz
2001-06-23
6
-52
/
+88
*
* ext/readline/readline.c (readline_event): a non-void function
knu
2001-06-23
2
-0
/
+6
*
* ext/socket/socket.c (ruby_connect): typo
eban
2001-06-22
1
-1
/
+1
*
* ext/socket/socket.c (ruby_connect): workaround for the setup of
eban
2001-06-22
2
-0
/
+13
*
* lib/irb/locale.rb: fix for require "kconv" problem
keiju
2001-06-22
2
-15
/
+18
*
* eval.c (rb_yield_0): no mvalue_to_svalue conversion here.
matz
2001-06-22
10
-96
/
+155
*
* gc.c (rb_setjmp): avoid GCC 3.0 warnings.
eban
2001-06-19
2
-18
/
+22
*
2001-06-19
eban
2001-06-19
1
-2
/
+2
*
* ext/readline/readline.c: add new methods:
knu
2001-06-19
4
-3
/
+56
*
* eval.c (svalue_to_mvalue): new function to convert from svalue
matz
2001-06-19
3
-97
/
+89
*
Update.
knu
2001-06-19
1
-0
/
+5
*
* eval.c (rb_f_require): searches ".rb" and ".so" at the same
matz
2001-06-19
10
-104
/
+249
*
* dir.c (Init_Dir): add a new method File::fnmatch? along with
knu
2001-06-13
3
-4
/
+51
*
Update.
knu
2001-06-12
1
-0
/
+4
*
* eval.c (method_eq): new method Method#==. [new]
matz
2001-06-12
5
-9
/
+54
*
* lib/mkmf.rb: target_prefix is only for installation, not for
knu
2001-06-12
2
-16
/
+22
*
* confgure.in: add RUBY_CANONICAL_BUILD.
eban
2001-06-11
2
-0
/
+7
*
* ext/extmk.rb.in: Use -F and -T for mswin32 because cl.exe doesn't support -...
usa
2001-06-09
5
-75
/
+142
*
Add an entry.
knu
2001-06-09
1
-0
/
+4
*
remove debug printf
matz
2001-06-08
1
-1
/
+0
*
* gc.c (Init_stack): avoid __builtin_frame_address(2) to retrieve
matz
2001-06-08
9
-21
/
+170
*
* parse.y (yylex): incomplete fix.
matz
2001-06-07
1
-1
/
+2
*
* parse.y (yylex): exclude kDO_BLOCK too much by false condition.
matz
2001-06-07
3
-7
/
+14
*
* lib/sync.rb: bug fix if obj.initialize has parameters when
keiju
2001-06-06
3
-53
/
+54
*
bug fix for obj.extend(Mutex_m).
keiju
2001-06-06
1
-8
/
+21
*
* eval.c (rb_load): should check if tainted even when wrap is
matz
2001-06-06
4
-23
/
+12
*
* parse.y (aref_args): "*arg" should always be expanded by REXPAND.
matz
2001-06-06
5
-55
/
+82
*
Update.
knu
2001-06-05
1
-0
/
+32
*
* error.c (Init_Exception): NameError went under StandardError,
matz
2001-06-05
4
-12
/
+33
*
* variable.c (rb_mod_const_at): use hash table as internal
matz
2001-06-05
10
-228
/
+399
*
* ext/extmk.rb.in, lib/mkmf.rb (xsystem): write log file.
eban
2001-06-05
2
-19
/
+9
*
* ext/etc/extconf.rb: use egrep_cpp.
eban
2001-06-05
2
-11
/
+6
*
* MANIFEST: add doc/NEWS.
eban
2001-06-04
1
-0
/
+1
*
Add NEWS, in which we describe the changes that affect users.
knu
2001-06-04
1
-0
/
+261
*
* lib/shellwords.rb: don't destroy argument.
wakou
2001-06-03
2
-1
/
+5
*
* lib/cgi/session.rb: don't use module_function for Class.
shugo
2001-06-02
2
-1
/
+4
[prev]
[next]