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
/
ext
Commit message (
Expand
)
Author
Age
Files
Lines
*
* ext/tcltklib/stubs.c (ruby_tcltk_stubs): win32_getenv returns
eban
2002-07-30
1
-0
/
+6
*
* ext/extmk.rb.in: always use File.expand_path for $top_srcdir.
eban
2002-07-29
1
-6
/
+4
*
* ext/extmk.rb.in (create_makefile): use Regexp in gsub.
eban
2002-07-26
1
-1
/
+1
*
* random.c: replace with Mersenne Twister RNG.
matz
2002-07-26
1
-10
/
+25
*
* ext/stringio/stringio.c (strio_gets_internal): fixed for record
nobu
2002-07-11
1
-2
/
+2
*
* string.c (rb_str_slice_bang): if there's no corresponding
matz
2002-07-11
2
-2
/
+16
*
* re.c (rb_reg_expr_str): need to process backslashes properly.
matz
2002-06-28
3
-39
/
+39
*
Add Importable::symbol.
ttate
2002-06-27
1
-39
/
+55
*
* eval.c (rb_eval): NODE_EVSTR is no longer used.
nobu
2002-06-24
2
-2
/
+2
*
* ext/readline/readline.c (readline_readline): get rid of
nobu
2002-06-20
1
-0
/
+3
*
* ext/extmk.rb, lib/mkmf.rb (xsystem): open the log file if xsystem is called.
eban
2002-06-19
1
-2
/
+6
*
* parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',
matz
2002-06-18
1
-1
/
+1
*
ext/exmk.rb.in, lib/singleton.rb: remove nested ""s.
matz
2002-06-13
1
-2
/
+2
*
avoid some warnings
suke
2002-06-12
2
-11
/
+10
*
Include ctype.h for isdigit().
ttate
2002-06-11
1
-0
/
+1
*
Check the length of proto.
ttate
2002-06-11
1
-0
/
+2
*
Get rid of STR2CSTR. (Thanks N.Nakada)
ttate
2002-06-11
3
-5
/
+7
*
bugfix. (Thanks U.Nakamura)
ttate
2002-06-11
2
-4
/
+4
*
* eval.c (rb_eval): ruby_frame->last_func may be null, if it's
matz
2002-06-11
1
-22
/
+28
*
new platform [bccwin32] merged.
H_Konishi
2002-06-11
10
-40
/
+160
*
bugfix.
ttate
2002-06-10
3
-1
/
+19
*
Add DL::Importable::Internal::callback().
ttate
2002-06-10
1
-9
/
+47
*
dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitution
ttate
2002-06-10
1
-4
/
+4
*
Get rid of rb_dl_set_callback() and rb_dl_get_callback().
ttate
2002-06-09
1
-2
/
+0
*
* ext/dl: change the callback mechanism.
ttate
2002-06-09
7
-243
/
+213
*
* tcltklib.c:
nagai
2002-06-05
1
-26
/
+42
*
* ext/Win32API/extconf.rb: refactoring.
eban
2002-06-04
1
-5
/
+6
*
* ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete.
eban
2002-06-04
1
-3
/
+4
*
* ext/tcltklib/tcltklib.c (Init_tcltklib): moved the definition before actions.
eban
2002-06-04
1
-6
/
+7
*
* ext/tk/lib/tkentry.rb: typo fix(!! -> ||).
eban
2002-06-04
1
-1
/
+1
*
* string.c (rb_str_aset): should raise error if an indexing string
matz
2002-06-04
2
-4
/
+5
*
* 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
1
-1
/
+1
*
* ext/socket/addrinfo.h: typo.
nobu
2002-06-03
3
-51
/
+122
*
change PLATFORM with RUBY_PLATFORM.
suke
2002-06-03
2
-2
/
+2
*
merge win32ole from rough
suke
2002-06-01
30
-0
/
+14144
*
Wed May 29 18:55:47 2002 KONISHI Hiromasa <H_Konishi@ruby-lang.org>
H_Konishi
2002-05-29
1
-2
/
+2
*
* parse.y: yyparse #defines moved from intern.h
matz
2002-05-29
1
-18
/
+68
*
* ruby.c (proc_options): removed "-*-" support for #! line.
matz
2002-05-23
1
-0
/
+45
*
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
5
-20
/
+23
*
Get rid of the declaration of rb_str_cat2().
ttate
2002-05-20
4
-48
/
+37
*
Add DL::DLSTACK.
ttate
2002-05-15
4
-60
/
+69
*
cast to long from char, short and int in ASM_PUSH_XXXX.
ttate
2002-05-12
2
-7
/
+6
*
* ext/dl: enable dl's stack emulation for constructing function call.
ttate
2002-05-11
1
-3
/
+3
*
enable dl's stack emulation for constructing function call.
ttate
2002-05-11
3
-38
/
+122
*
* re.c (rb_reg_s_quote): # also should be quoted.
matz
2002-05-07
1
-1
/
+1
*
* ext/iconv/iconv.c (iconv_try): should initialize exceptions
nobu
2002-05-07
1
-7
/
+10
*
* ext/extmk.rb.in, lib/mkmf.rb: use 'do...end' instead of '{}' for Borland make.
eban
2002-05-02
1
-1
/
+1
[next]