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
...
*
* bignum.c (rb_big_rshift): should properly convert the nagative
matz
2002-02-15
4
-1
/
+26
*
2002-02-14
nobu
2002-02-14
1
-2
/
+2
*
* parse.y: avoid SEGV at OP_ASIGN to pseudo variable.
nobu
2002-02-14
2
-2
/
+6
*
* struct.c (Init_Struct): should undefine "allocate" for Struct
matz
2002-02-14
3
-2
/
+7
*
sorry, assignable typo
matz
2002-02-13
1
-1
/
+1
*
* bignum.c: forget to check in DIGSPERLONGLONG.
matz
2002-02-13
1
-2
/
+18
*
2002-02-13
eban
2002-02-13
1
-2
/
+2
*
* parse.y (stmt): local variable declaration order was changed
matz
2002-02-13
12
-106
/
+289
*
* ruby.c (load_file): avoid SEGV on '#' only input.
nobu
2002-02-10
3
-2
/
+7
*
2002-02-09
nobu
2002-02-09
1
-2
/
+2
*
* eval.c (rb_eval): singleton chech should be moved from yycompile
matz
2002-02-09
3
-21
/
+30
*
2002-02-08
nobu
2002-02-08
1
-2
/
+2
*
* parse.y (yycompile): should inherit "in_single" if eval happened
matz
2002-02-08
3
-1
/
+13
*
aamine
aamine
2002-02-07
3
-43
/
+62
*
2002-02-07
nobu
2002-02-07
1
-2
/
+2
*
uri-0.9.5
akira
2002-02-07
4
-4
/
+27
*
* io.c (io_write): flag when buffered write is done.
matz
2002-02-07
3
-4
/
+32
*
* configure.in: keep old config.h unless changed.
nobu
2002-02-06
2
-2
/
+10
*
* io.c (rb_io_readlines): avoid calling GetOpenFile() repeatedly.
matz
2002-02-06
5
-90
/
+144
*
* lib/net/imap.rb: OpenSSL support.
shugo
2002-02-06
2
-14
/
+63
*
* io.c (fptr_finalize): ignore EBADF when f and f2 use same
nobu
2002-02-05
2
-7
/
+16
*
* io.c (fptr_finalize): should raise error when fclose fails.
matz
2002-02-05
6
-45
/
+81
*
* file.c (rb_file_s_expand_path): should terminate.
nobu
2002-02-04
2
-0
/
+5
*
2002-02-04
eban
2002-02-04
1
-2
/
+2
*
* object.c (rb_class_real): should not follow ICLASS link
matz
2002-02-04
6
-33
/
+52
*
* intern.h: prototypes for new functions; rb_cstr_to_inum(),
nobu
2002-02-01
8
-91
/
+183
*
* regex.c (mbc_startpos): become macro.
nobu
2002-02-01
2
-78
/
+84
*
2002-02-01
nobu
2002-02-01
1
-2
/
+2
*
* file.c (rb_stat_inspect): print dev, rdev in hexadecimal.
matz
2002-02-01
6
-10
/
+23
*
* lib/mkmf.rb (dir_config): prior --with flag.
nobu
2002-01-31
2
-18
/
+14
*
refine previous change.
akr
2002-01-31
1
-1
/
+1
*
* lib/pp.rb (File::Stat#pretty_print): print rdev_major and rdev_minor.
akr
2002-01-31
2
-2
/
+12
*
* 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
2
-7
/
+25
*
* regex.c (re_adjust_startpos): search start of multibyte
nobu
2002-01-29
3
-24
/
+127
*
Add wresize, resizeterm and KEY_RESIZE.
ttate
2002-01-29
2
-1
/
+32
*
* lib/pp.rb: don't print a mode File::Stat as decimal number.
akr
2002-01-29
2
-3
/
+5
*
* file.c: `major' and `minor' macro needs sys/mkdev.h on SunOS 5.x.
akr
2002-01-29
3
-1
/
+12
*
* file.c (rb_stat_rdev_major): added. [new]
matz
2002-01-29
5
-104
/
+283
*
* array.c (rb_ary_fill): shouldn't yield unless block given.
nobu
2002-01-28
2
-1
/
+5
*
* parse.y (yylex): strict check for numbers.
nobu
2002-01-28
2
-44
/
+65
*
* eval.c (is_defined): defined?(Foo::Baz) should check constants
matz
2002-01-28
14
-28
/
+110
*
* 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
3
-4
/
+11
*
* class.c (rb_include_module): detect cyclic module inclusion.
matz
2002-01-25
11
-22
/
+87
*
* array.c (Init_Array): remove Array#filter.
matz
2002-01-23
13
-42
/
+102
*
2002-01-23
nobu
2002-01-23
1
-2
/
+2
*
* eval.c (rb_yield_0): restore source file/line after yield.
nobu
2002-01-23
2
-0
/
+8
*
* signal.c (ruby_signal): must define sighandler_t unless
nobu
2002-01-21
2
-1
/
+6
*
2002-01-21
eban
2002-01-21
1
-2
/
+2
[prev]
[next]