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
*
* 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
*
* eval.c (ruby_stop): should not trace error handler.
matz
2002-01-21
6
-27
/
+76
*
2002-01-19
usa
2002-01-19
1
-2
/
+2
*
* eval.c (rb_eval): need not to clar method cache for NODE_CLASS,
matz
2002-01-19
6
-9
/
+20
*
2002-01-18
nobu
2002-01-18
1
-2
/
+2
*
* io.c (rb_io_s_new): block check moved from initialize to this
matz
2002-01-18
8
-109
/
+116
*
* ext/socket/socket.c (tcp_svr_s_open): fix typo.
usa
2002-01-18
2
-1
/
+5
*
* eval.c (block_pass): allow "retry" from within argument passed
matz
2002-01-17
5
-79
/
+191
*
2001-01-16
nobu
2002-01-16
1
-2
/
+2
*
* eval.c: bugus commit fixed (again, sorry).
matz
2002-01-16
1
-0
/
+2
*
* eval.c: bugus commit fixed.
matz
2002-01-16
1
-3
/
+0
*
* st.c: primes should be primes.
matz
2002-01-16
7
-29
/
+76
*
* lib/timeout.rb (timeout): new optional argument to specify an
akr
2002-01-16
3
-4
/
+15
*
* object.c (rb_Float): remove underscores between digits.
nobu
2002-01-16
4
-6
/
+23
*
* Makefile.in (clean): add $(MAINOBJ)
eban
2002-01-11
1
-1
/
+1
*
2002-01-11
usa
2002-01-11
1
-2
/
+2
*
* doc/NEWS: moved syntax related issues to top of the list.
aamine
2002-01-11
1
-25
/
+24
*
* doc/NEWS: sorted by entry name.
aamine
2002-01-11
1
-230
/
+223
*
* lib/English.rb: typo
matz
2002-01-11
1
-1
/
+1
*
* re.c (match_select): should propagate taintness.
matz
2002-01-11
21
-45
/
+77
*
* class.c (rb_make_metaclass): [new]
nobu
2002-01-10
6
-19
/
+59
*
2002-01-10
nobu
2002-01-10
1
-2
/
+2
*
* eval.c (rb_add_method): should clear cache by id always.
nobu
2002-01-10
2
-11
/
+21
*
added uri library (uri-0.9.4)
akira
2002-01-10
1
-0
/
+8
*
added uri library (uri-0.9.4)
akira
2002-01-10
9
-0
/
+2302
[next]