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
...
*
* string.c (rb_str_aset): should raise error if an indexing string
matz
2002-06-04
10
-33
/
+54
*
* tkfont.rb: Fix bugs on TkFont.init_widget_font for Tk8.x.
nagai
2002-06-04
10
-171
/
+721
*
* ext/socket/getaddrinfo.c (gai_strerror): make literals const.
nobu
2002-06-03
2
-2
/
+2
*
* ext/socket/addrinfo.h: typo.
nobu
2002-06-03
4
-51
/
+135
*
change PLATFORM with RUBY_PLATFORM.
suke
2002-06-03
3
-3
/
+7
*
* parse.y (here_document): check if identifier is terminated.
nobu
2002-06-02
3
-5
/
+21
*
merge win32ole from rough
suke
2002-06-01
32
-0
/
+14163
*
2002-05-30
eban
2002-05-30
1
-2
/
+2
*
* range.c (range_step): iteration done using "+" if elements are
matz
2002-05-30
5
-183
/
+117
*
* lib/cgi.rb: if StringIO is usable then use it.
wakou
2002-05-30
2
-5
/
+17
*
Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>
H_Konishi
2002-05-29
8
-163
/
+177
*
* time.c (tmcmp, search_time_t): activate unless HAVE_TIMEGM.
eban
2002-05-29
2
-0
/
+6
*
fix for POST method.
wakou
2002-05-29
1
-2
/
+2
*
* parse.y: yyparse #defines moved from intern.h
matz
2002-05-29
19
-59
/
+166
*
* lib/cgi.rb: not use const if GET, HEAD. check multipart form head.
wakou
2002-05-29
2
-22
/
+29
*
* array.c: fixed format string for 'long' args (%d -> %ld).
michal
2002-05-28
9
-21
/
+21
*
* eval.c (scope_node): trick to keep the node has a scope.
nobu
2002-05-28
4
-4
/
+30
*
* ruby.c (proc_options): option parsing problem.
nobu
2002-05-23
2
-2
/
+6
*
* ruby.c (proc_options): removed "-*-" support for #! line.
matz
2002-05-23
7
-16
/
+109
*
* ruby.c (proc_options): -T consumes digits only.
nobu
2002-05-22
2
-1
/
+6
*
Wed May 22 20:18:31 2002 WATANABE Hirofumi <eban@ruby-lang.org>
eban
2002-05-22
2
-1
/
+7
*
* parse.y (yylex): case '<': here-document label ate '-'.
aamine
2002-05-22
2
-0
/
+7
*
2002-05-22
nobu
2002-05-22
1
-2
/
+2
*
minor bug fixes.
matz
2002-05-22
2
-5
/
+3
*
* object.c (Init_Object): should do exact match for Module#==.
matz
2002-05-21
9
-192
/
+216
*
* misc/ruby-mode.el (ruby-font-lock-keywords): symbols end with '_'.
nobu
2002-05-21
2
-1
/
+6
*
Tue May 21 04:48:37 2002 Sean Chittenden <sean@chittenden.org>
wakou
2002-05-20
2
-2
/
+8
*
* parse.y (bodystmt): ensure clause was excuted on else clause
nobu
2002-05-20
2
-1
/
+6
*
Get rid of a function.
ttate
2002-05-20
1
-1
/
+0
*
Get rid of a few functions.
ttate
2002-05-20
1
-7
/
+2
*
rename PtrData::alloc and Struct#alloc to malloc respectively.
ttate
2002-05-20
6
-20
/
+29
*
Get rid of the declaration of rb_str_cat2().
ttate
2002-05-20
4
-48
/
+37
*
2002-05-20
nobu
2002-05-20
1
-2
/
+2
*
* io.c (rb_io_clone): writing stream was not copied properly.
nobu
2002-05-20
2
-2
/
+6
*
added a summary of the changes in the new date.
tadf
2002-05-19
1
-0
/
+8
*
added an entry (date/format.rb).
tadf
2002-05-19
1
-0
/
+1
*
added an entry (lib/date/format.rb).
tadf
2002-05-19
1
-0
/
+1
*
corrected paths.
tadf
2002-05-18
1
-1
/
+1
*
use Array#select instead of Array#indexes.
tadf
2002-05-18
1
-1
/
+1
*
updated to the new version (based on date2 3.2.1).
tadf
2002-05-18
6
-340
/
+897
*
* win32/Makefile.sub (config.h): add VC++4/5 support about noreturn
usa
2002-05-18
2
-0
/
+9
*
* sampl/test.rb: use eval instead of './miniruby -c',
eban
2002-05-17
2
-2
/
+14
*
2002-05-16
eban
2002-05-16
1
-2
/
+2
*
* eval.c (rb_thread_select): cleanup conditional compilation.
nobu
2002-05-16
2
-18
/
+9
*
Add DL::DLSTACK.
ttate
2002-05-15
4
-60
/
+69
*
* win32/Makefile.sub: config.h inlined. and catch up with the
nobu
2002-05-14
3
-144
/
+240
*
* eval.c (rb_clear_cache_by_class): new function.
matz
2002-05-14
34
-70
/
+377
*
* gc.c (is_pointer_to_heap): avoid GCC 3.1 warnings.
eban
2002-05-14
4
-5
/
+15
*
* djgpp/config.hin, djgpp/config.sed: catch up with the latest change.
eban
2002-05-13
3
-16
/
+64
*
cast to long from char, short and int in ASM_PUSH_XXXX.
ttate
2002-05-12
2
-7
/
+6
[prev]
[next]