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
*
* ruby.c (proc_options): script argument is in effect only when -e is not given.
nobu
2003-02-13
2
-11
/
+10
*
2003-02-13
nobu
2003-02-13
1
-3
/
+3
*
* ruby.c (ruby_init_loadpath): ensures buffer terminated
nobu
2003-02-13
2
-11
/
+18
*
* eval.c (rb_thread_schedule): current thread may be dead when
nobu
2003-02-12
2
-1
/
+8
*
* file.c (rb_file_s_dirname): append "." if drive only.
nobu
2003-02-12
2
-1
/
+7
*
2003-02-12
nobu
2003-02-12
1
-3
/
+3
*
* file.c (strrdirsep): ignore trailing directory separators.
nobu
2003-02-12
2
-83
/
+121
*
convert EOL code.
nobu
2003-02-12
0
-0
/
+0
*
This commit was generated by cvs2svn to compensate for changes in r3481,
ntalbott
2003-02-12
0
-0
/
+0
*
Initial revision
ntalbott
2003-02-12
23
-0
/
+2337
*
* typo fix.
eban
2003-02-10
1
-1
/
+1
*
* ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--".
eban
2003-02-10
2
-3
/
+7
*
* lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison.
aamine
2003-02-10
2
-2
/
+7
*
* array.c (rb_ary_to_a): return value should be an Array if the
matz
2003-02-10
5
-3
/
+70
*
* io.c (rb_file_sysopen): rb_file_sysopen_internal() needs four
eban
2003-02-09
3
-4
/
+9
*
2003-02-09
eban
2003-02-09
1
-3
/
+3
*
* intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS):
nobu
2003-02-09
3
-3
/
+10
*
* lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless cross
nobu
2003-02-09
2
-2
/
+7
*
* lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFat...
aamine
2003-02-08
2
-2
/
+7
*
* lib/fileutils.rb: new method FileUtils.pwd (really).
aamine
2003-02-08
2
-14
/
+27
*
fix typo.
akr
2003-02-08
1
-2
/
+2
*
Sorry, missed contributer's name.
nobu
2003-02-08
1
-1
/
+3
*
* misc/ruby-mode.el (ruby-forward-string): fixed void variable
nobu
2003-02-08
2
-4
/
+12
*
* lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,
knu
2003-02-07
10
-35
/
+43
*
2003-02-08
knu
2003-02-07
1
-3
/
+3
*
s/Mon 01/Mon 1/.
knu
2003-02-07
1
-9
/
+9
*
* intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to make
knu
2003-02-07
3
-0
/
+12
*
2003-02-07
eban
2003-02-07
1
-3
/
+3
*
re-indented.
nobu
2003-02-07
1
-1
/
+1
*
* intern.h, re.c (rb_memsearch): returns long.
nobu
2003-02-07
4
-3
/
+13
*
* eval.c (proc_invoke): should propagate self to super
nobu
2003-02-07
2
-0
/
+6
*
* re.c (rb_reg_initialize_m): shoule not preset "kcode" unless
matz
2003-02-06
2
-15
/
+22
*
* lib/fileutils.rb: new method FileUtils.pwd.
aamine
2003-02-06
2
-62
/
+59
*
* lib/complex.rb (Complex#==): should not raise error by type
matz
2003-02-06
3
-9
/
+29
*
2003-02-06
eban
2003-02-06
1
-3
/
+3
*
* re.c (rb_reg_initialize_m): 3rd argument was ignored.
matz
2003-02-06
3
-3
/
+12
*
* lib/open-uri.rb: dispatch code restructured to make it openable
akr
2003-02-05
2
-46
/
+43
*
* lib/open-uri.rb: Location: field may has a relative URI.
akr
2003-02-05
2
-1
/
+12
*
2003-02-05
eban
2003-02-05
1
-3
/
+3
*
* parse.y (yylex): no .<digit> floating literal anymore.
matz
2003-02-05
2
-10
/
+8
*
typo
nobu
2003-02-04
1
-1
/
+1
*
2003-02-04
eban
2003-02-04
1
-3
/
+3
*
* array.c (rb_ary_equal): a == b is true when b is non T_ARRAY
matz
2003-02-04
6
-7
/
+38
*
Added RDoc comments. See comments at EOF for remaining issues.
gsinclair
2003-02-04
1
-37
/
+148
*
Added RDoc comments.
gsinclair
2003-02-03
1
-3
/
+147
*
* re.c (rb_reg_initialize_m): unfotunate serious typo.
matz
2003-02-03
2
-1
/
+2
*
* object.c (Init_Object): default Object#=== now calls "=="
matz
2003-02-03
6
-41
/
+65
*
* re.c (rb_memsearch): a little improvement.
nobu
2003-02-03
2
-12
/
+17
*
typo
nobu
2003-02-03
1
-3
/
+3
*
2003-02-03
eban
2003-02-03
1
-4
/
+4
[next]