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
*
eval.c backout.
matz
2001-10-09
1
-28
/
+6
*
* eval.c (rb_eval): NODE_MATCH3 was confusing left and right. sigh.
matz
2001-10-09
2
-9
/
+35
*
* process.c (Init_process): activate the case NT.
eban
2001-10-09
3
-4
/
+7
*
* eval.c (thread_status_name): separated from
nobu
2001-10-09
2
-17
/
+32
*
* marshal.c (w_unique): should not dump anonymous class.
matz
2001-10-05
4
-19
/
+23
*
* eval.c (proc_s_new): revived.
nobu
2001-10-05
2
-1
/
+21
*
2001-10-05
eban
2001-10-05
1
-2
/
+2
*
* re.c (rb_reg_s_alloc): avoid inifinte recursion.
nobu
2001-10-05
1
-5
/
+6
*
* re.c (rb_reg_s_alloc): avoid inifinte recursion.
matz
2001-10-04
1
-0
/
+4
*
* ext/socket/socket.c (ruby_connect): EALREADY is the equivalent
eban
2001-10-04
3
-4
/
+9
*
* ext/gdbm/gdbm.c (rb_gdbm_fetch): str is a VALUE now.
nobu
2001-10-03
2
-1
/
+5
*
* marshal.c (r_object): better allocation type check for
matz
2001-10-03
25
-338
/
+345
*
* lib/ftools.rb (catname): allow trailing '/' for the destination.
eban
2001-10-02
2
-6
/
+5
*
* ext/socket/socket.c (unix_addr): getsockname(2) may result len = 0.
matz
2001-10-02
17
-150
/
+254
*
* marshal.c (r_object): TYPE_UCLASS check should be inversed.
nobu
2001-10-01
2
-1
/
+5
*
Wed Sep 26 19:02:39 2001 Guy Decoux <ts@moulon.inra.fr>
ts
2001-09-26
2
-1
/
+5
*
* win32/win32.c (isInternalCmd): check return value of NtMakeCmdVector (Tiete...
usa
2001-09-25
2
-12
/
+19
*
20010920
nobu
2001-09-20
1
-2
/
+2
*
forgotten MATCH_DATA...
nobu
2001-09-20
2
-1
/
+5
*
for special local variable.
nobu
2001-09-20
1
-0
/
+35
*
* eval.c, intern.h (rb_svar): return reference to special variable
nobu
2001-09-20
4
-53
/
+101
*
* string.c (rb_str_init): String.new() => ""
matz
2001-09-19
9
-50
/
+94
*
* eval.c (rb_thread_restore_context): save current value of
matz
2001-09-08
16
-69
/
+143
*
* lib/net/telnet.rb: waitfor(): improvement. thanks to
wakou
2001-09-07
2
-1
/
+6
*
* lib/net/telnet.rb: waitfor(): bug fix.
wakou
2001-09-07
2
-2
/
+7
*
* lib/cgi.rb: CGI#doctype(): bug fix (html4Fr).
wakou
2001-09-06
3
-77
/
+72
*
* dir.c (dir_s_chdir): raise if environment variable HOME/LOGDIR
nobu
2001-09-06
2
-11
/
+23
*
* lib/jcode.rb: fixup quote handing.
eban
2001-09-06
1
-8
/
+11
*
* ext/digest/digest.c (rb_digest_base_s_hexdigest): remove a debug
knu
2001-09-06
2
-1
/
+6
*
* ext/readline/readline.c: restore terminal mode
shugo
2001-09-06
3
-17
/
+104
*
* ext/digest/digest.c (rb_digest_base_s_digest,
knu
2001-09-06
2
-0
/
+17
*
* lib/jcode.rb (_regexp_quote): fix quote handling, again.
eban
2001-09-06
2
-12
/
+18
*
* file.c (rb_find_file_ext): add const qualifiers to ext.
nobu
2001-09-05
3
-2
/
+8
*
* ext/socket/socket.c (Init_socket): remove duplicating constants.
nobu
2001-09-05
2
-23
/
+4
*
typo fix
eban
2001-09-05
1
-1
/
+1
*
* lib/jcode.rb (_regexp_quote): fix quote handling.
eban
2001-09-05
2
-3
/
+5
*
* re.c (Init_Regexp): to_s to be alias to inspect.
matz
2001-09-05
9
-47
/
+232
*
* intern.h (rb_find_file_ext): changed from rb_find_file_noext().
nobu
2001-09-03
2
-1
/
+5
*
* ruby.c (proc_option): fix shift ARGV issue
eban
2001-09-03
1
-1
/
+3
*
* ruby.c (proc_options): should not alter origargv[].
matz
2001-09-03
12
-158
/
+134
*
* ruby.c (proc_options): should not alter origargv[].
matz
2001-09-03
1
-1
/
+1
*
* error.c: unbreak the build on *BSD with gcc 3.0.1 by removing
knu
2001-09-03
2
-1
/
+6
*
2001-09-01
nobu
2001-09-01
1
-2
/
+2
*
commit miss.
nobu
2001-09-01
1
-1
/
+1
*
* ruby.c (set_arg0): prevent SEGV when val is longer than the
nobu
2001-09-01
2
-16
/
+25
*
* parse.y (yylex): ternary ? can be followed by newline.
matz
2001-08-29
15
-60
/
+100
*
2001-08-24
eban
2001-08-24
1
-2
/
+2
*
* dln.c (dln_strerror): fix a bug that sometimes made null message on
usa
2001-08-24
3
-2
/
+10
*
fix typo.
nobu
2001-08-23
2
-1
/
+5
*
* eval.c (is_defined): should not dump core for "defined?(())".
matz
2001-08-23
15
-42
/
+176
[next]