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
*
More explanations for sincos.
shigek
2003-04-24
2
-1
/
+2
*
Prec. improvement for PI.
shigek
2003-04-24
1
-1
/
+1
*
* ext/extmk.rb: add -Wl,--no-undefined to LDSHARED only
eban
2003-04-24
2
-1
/
+13
*
* lib/ipaddr.rb (include?): Support non-IPAddr parameters by Dave Thomas. [r...
nobu
2003-04-24
2
-3
/
+18
*
* lib/cgi.rb (CGI::QueryExtension::[]): always return Value
matz
2003-04-23
4
-5
/
+13
*
* ext/zlib/extconf.rb: bccwin32 is win32 too.
nobu
2003-04-22
2
-1
/
+5
*
fix ERB::DefMethod bug
seki
2003-04-22
1
-1
/
+3
*
* ruby.c: don't call VirtualQuery in ruby_init_loadpath()
uema2
2003-04-22
2
-0
/
+8
*
* marshal.c (save_mantissa, load_mantissa): for interoperability
nobu
2003-04-22
2
-17
/
+65
*
2003-04-22
eban
2003-04-22
1
-4
/
+4
*
* parse.y (arg_ambiguous): hopefully better message.
matz
2003-04-22
4
-14
/
+18
*
* lib/resolv.rb (Resolv::DNS::Resource#hash): use XOR to accumulate
akr
2003-04-21
3
-7
/
+34
*
* marshal.c: one more digit for decimal point. [ruby-talk:69808]
nobu
2003-04-21
2
-1
/
+5
*
* numeric.c (flo_is_finite_p): use finite() if available.
nobu
2003-04-21
5
-28
/
+32
*
* bignum.c (rb_cstr_to_inum): unnecessarily long buffer was used
nobu
2003-04-21
2
-1
/
+6
*
* parse.y (block_append, value_expr0, assign_in_cond,
nobu
2003-04-21
2
-15
/
+45
*
* gc.c (rb_gc): use rb_gc_mark_maybe() to mark registered C
matz
2003-04-21
3
-2
/
+8
*
* sample/test.rb: avoid the MSVCRT *printf problem(float).
eban
2003-04-20
3
-5
/
+13
*
* marshal.c (w_float): append least mantissa bits to get rid
nobu
2003-04-20
2
-6
/
+69
*
* win32/win32.c (NtInitialize): set the floating-point control word
eban
2003-04-20
4
-5
/
+13
*
modify typo.
aamine
2003-04-20
1
-1
/
+1
*
2003-04-20
eban
2003-04-19
1
-4
/
+4
*
* parse.y (void_expr0): node might become NULL after calling remove_begin().
eban
2003-04-19
3
-2
/
+7
*
2003-04-19
eban
2003-04-19
1
-3
/
+3
*
* ext/Setup*: Add zlib and remove bogus and obsolete entries.
knu
2003-04-19
7
-9
/
+11
*
* struct.c (rb_struct_eql): should compare values with "eql?".
matz
2003-04-18
6
-16
/
+60
*
2003-04-18
eban
2003-04-18
1
-3
/
+3
*
* error.c (rb_raise): workaround for some implementation of
usa
2003-04-18
2
-0
/
+6
*
* util.c (ruby_strtod): improved conversion accuracy.
nobu
2003-04-17
2
-55
/
+82
*
Bug in negative.exp(n) reported by Hitoshi Miyazaki fixed.
shigek
2003-04-17
1
-1
/
+14
*
* ext/dbm/dbm.c (each_pair): add prototype to avoid VC++ warnings.
usa
2003-04-17
3
-0
/
+15
*
2003-04-17
nobu
2003-04-17
1
-3
/
+3
*
* parse.y (cond0): warn only range literals whose both side are
nobu
2003-04-17
2
-1
/
+39
*
* ext/readline/readline.c: add the defined operator for bcc32.
eban
2003-04-17
2
-3
/
+7
*
* misc/ruby-mode.el (ruby-special-char-p): should test at the
nobu
2003-04-15
2
-1
/
+7
*
* lib/net/fileutils.rb: rm_r should raise Errno::ENOENT if file not exist. [r...
aamine
2003-04-15
2
-0
/
+6
*
(ruby-bugs:PR#758)
nobu
2003-04-15
1
-0
/
+1
*
* struct.c (rb_struct_hash): new methods Struct#hash, Struct#eql?.
nobu
2003-04-15
2
-0
/
+22
*
2003-04-15
eban
2003-04-15
1
-3
/
+3
*
* numeric.c (rb_fix2str): buffer was insufficient.
nobu
2003-04-15
2
-1
/
+6
*
* file.c (file_expand_path): root must follow buf when
nobu
2003-04-14
2
-0
/
+7
*
* rubyio.h (struct OpenFile): add error raise flag to finalizer.
matz
2003-04-14
6
-23
/
+42
*
2003-04-14
nobu
2003-04-14
1
-3
/
+3
*
* bignum.c (rb_cstr_to_inum, rb_big2str): allow 2-36 as radix.
nobu
2003-04-14
5
-69
/
+98
*
* lib/mkmf.rb (try_func): remove COMMON_HEADERS at first for performance.
eban
2003-04-12
2
-1
/
+5
*
* misc/ruby-mode.el (ruby-forward-sexp): missed argument for forward-word.
nobu
2003-04-12
1
-1
/
+1
*
* misc/ruby-mode.el (ruby-beginning-of-arg): substitute
nobu
2003-04-12
2
-128
/
+163
*
* win32/win32.c (rb_w32_stat): check arguments. [ruby-dev:20007]
nobu
2003-04-11
2
-6
/
+13
*
* sample/test.rb: NaN comparison test.
nobu
2003-04-11
2
-0
/
+26
*
* numeric.c (coerce_rescue): prevent inspected String from GC.
nobu
2003-04-11
2
-20
/
+43
[next]