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
*
* 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
*
* io.c (io_write): flag when buffered write is done.
matz
2002-02-07
1
-0
/
+7
*
* configure.in: keep old config.h unless changed.
nobu
2002-02-06
1
-0
/
+4
*
* io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.
matz
2002-02-06
1
-0
/
+10
*
* lib/net/imap.rb: OpenSSL support.
shugo
2002-02-06
1
-0
/
+7
*
* io.c (fptr_finalize): ignore EBADF when f and f2 use same
nobu
2002-02-05
1
-0
/
+5
*
* io.c (fptr_finalize): should raise error when fclose fails.
matz
2002-02-05
1
-0
/
+9
*
* file.c (rb_file_s_expand_path): should terminate.
nobu
2002-02-04
1
-0
/
+4
*
* object.c (rb_class_real): should not follow ICLASS link
matz
2002-02-04
1
-0
/
+6
*
* intern.h: prototypes for new functions; rb_cstr_to_inum(),
nobu
2002-02-01
1
-0
/
+36
*
* regex.c (mbc_startpos): become macro.
nobu
2002-02-01
1
-0
/
+10
*
* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.
matz
2002-02-01
1
-0
/
+8
*
* lib/mkmf.rb (dir_config): prior --with flag.
nobu
2002-01-31
1
-0
/
+7
*
* lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.
akr
2002-01-31
1
-0
/
+4
*
* regex.c (re_adjust_startpos): fix for SJIS and UTF-8.
nobu
2002-01-30
1
-1
/
+1
*
* regex.c (re_adjust_startpos): fix for SJIS.
nobu
2002-01-30
1
-0
/
+6
*
* regex.c (re_adjust_startpos): search start of multibyte
nobu
2002-01-29
1
-0
/
+7
*
* lib/pp.rb: don't print a mode File::Stat as decimal number.
akr
2002-01-29
1
-0
/
+2
*
* file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.
akr
2002-01-29
1
-0
/
+6
*
* file.c (rb_stat_rdev_major): added. [new]
matz
2002-01-29
1
-0
/
+8
*
* array.c (rb_ary_fill): shouldn't yield unless block given.
nobu
2002-01-28
1
-0
/
+4
*
* parse.y (yylex): strict check for numbers.
nobu
2002-01-28
1
-0
/
+4
*
* eval.c (is_defined): defined?(Foo::Baz) should check constants
matz
2002-01-28
1
-0
/
+23
*
* configure.in (solaris): add '-shared' only for GNU ld.
eban
2002-01-25
1
-1
/
+1
*
* configure.in (solaris): add '-shared' only for GNU ld.
eban
2002-01-25
1
-0
/
+4
*
* class.c (rb_include_module): detect cyclic module inclusion.
matz
2002-01-25
1
-0
/
+27
*
* array.c (Init_Array): remove Array#filter.
matz
2002-01-23
1
-2
/
+18
[next]