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
path:
root
/
ChangeLog
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/socket/extconf.rb (have_struct_member): new method.
akr
2002-02-28
1
-0
/
+13
*
* eval.c (rb_mod_include): load modules in argument order.
matz
2002-02-28
1
-0
/
+9
*
* ext/dbm/dbm.c (fdbm_select): 1.7 behavior.
matz
2002-02-27
1
-0
/
+21
*
* io.c (READ_DATA_PENDING): uClibc support.
eban
2002-02-27
1
-0
/
+8
*
* ext/digest/sha2/sha2.c: Merge from rough. Fix a couple of
knu
2002-02-26
1
-0
/
+9
*
* bignum.c (rb_big_2comp): void function cannot return any value.
usa
2002-02-26
1
-0
/
+4
*
* eval.c (rb_eval): call trace_func for if/while conditions.
matz
2002-02-26
1
-0
/
+6
*
* lib/uri/generic.rb: merge0 shuld return [oth, oth] if oth is absolute URI.
akira
2002-02-26
1
-0
/
+8
*
* ext/syslog/syslog.c: Merge from rough. Use SafeStringValue().
knu
2002-02-25
1
-0
/
+4
*
* ext/syslog/syslog.c: Merge from rough. Turn Syslog into a
knu
2002-02-25
1
-0
/
+5
*
* sample/test.rb (system): test with scripts under the source
nobu
2002-02-25
1
-0
/
+5
*
* eval.c (method_inspect): should not dump core for unbound
matz
2002-02-25
1
-0
/
+16
*
* lib/shell.rb (Shell::expand_path): relative to @cwd.
nobu
2002-02-25
1
-0
/
+4
*
* ext/digest/*/*.h: Merge from rough.
knu
2002-02-24
1
-0
/
+5
*
fix filename.
akr
2002-02-22
1
-1
/
+1
*
* lib/net/protocol.rb: set read_timeout dynamically.
aamine
2002-02-22
1
-0
/
+11
*
* win32/config.status.in: set LIBRUBY_SO.
usa
2002-02-22
1
-0
/
+4
*
* bignum.c (get2comp): need to specify to carry or not.
matz
2002-02-22
1
-0
/
+6
*
* prettyprint.rb: FillGroup implemented.
akr
2002-02-22
1
-0
/
+4
*
* ext/extmk.rb.in (create_makefile): remove unnecessary -L option from
usa
2002-02-21
1
-0
/
+5
*
* pack.c (pack_pack): wrong # comment treatment.
matz
2002-02-21
1
-0
/
+6
*
* intern.h: prototypes; rb_io_addstr(), rb_io_printf(),
nobu
2002-02-20
1
-0
/
+13
*
* io.c (rb_io_close): return Qnil.
usa
2002-02-20
1
-0
/
+4
*
* hash.c (rb_any_cmp): should handle Qundef in keys.
matz
2002-02-20
1
-0
/
+14
*
aamine
aamine
2002-02-19
1
-0
/
+60
*
* file.c (path_check_1): do not fail on world writable *parent*
nobu
2002-02-19
1
-0
/
+5
*
* file.c (path_check_1): do not warn on world writable *parent*
matz
2002-02-19
1
-0
/
+8
*
* file.c (path_check_1): should check directory sticky bits.
matz
2002-02-19
1
-0
/
+9
*
* parse.y (yylex): operators in the "op" rule should make
matz
2002-02-19
1
-0
/
+5
*
* eval.c (rb_eval_string_wrap): should hide the toplevel local
matz
2002-02-19
1
-0
/
+5
*
* regex.c: fix prototypes of xmalloc(), xcalloc() and xrealloc().
eban
2002-02-19
1
-0
/
+4
*
* io.c (rb_io_ungetc): don't fail pushed EOF back.
nobu
2002-02-19
1
-0
/
+4
*
* pack.c (pack_pack): avoid infinite loop at comment.
nobu
2002-02-18
1
-1
/
+6
*
* parse.y (expr_value, arg_value, primary_value): value_expr()
matz
2002-02-18
1
-0
/
+28
*
* misc/ruby-mode.el (ruby-block-hanging-re): rescue block was too
nobu
2002-02-18
1
-0
/
+5
*
* misc/ruby-mode.el (ruby-font-lock-keywords): fontify
nobu
2002-02-17
1
-0
/
+5
*
* mkconfig.rb (Config::expand): expand ${} too.
nobu
2002-02-17
1
-0
/
+10
*
* class.c (rb_define_class): warn unless superclass is specified
nobu
2002-02-17
1
-0
/
+7
*
* ext/digest/md5/md5init.c (Init_md5): rb_cvar_declare() is
nobu
2002-02-17
1
-0
/
+11
*
* regex.c (re_compile_fastmap): skip begpos.
nobu
2002-02-16
1
-0
/
+4
*
* eval.c (rb_eval): replace rb_cvar_declare() by rb_cvar_set().
matz
2002-02-15
1
-0
/
+11
*
* bignum.c (rb_big_rshift): should properly convert the nagative
matz
2002-02-15
1
-0
/
+5
*
* parse.y: avoid SEGV at OP_ASIGN to pseudo variable.
nobu
2002-02-14
1
-0
/
+4
*
* struct.c (Init_Struct): should undefine "allocate" for Struct
matz
2002-02-14
1
-0
/
+5
*
* parse.y (stmt): local variable declaration order was changed
matz
2002-02-13
1
-0
/
+36
*
* ruby.c (load_file): avoid SEGV on '#' only input.
nobu
2002-02-10
1
-0
/
+4
*
* eval.c (rb_eval): singleton chech should be moved from yycompile
matz
2002-02-09
1
-0
/
+7
*
* parse.y (yycompile): should inherit "in_single" if eval happened
matz
2002-02-08
1
-0
/
+9
*
aamine
aamine
2002-02-07
1
-0
/
+7
*
uri-0.9.5
akira
2002-02-07
1
-0
/
+10
[next]