index
:
ruby.git
master
ruby_1_3
ruby_1_4
ruby_1_6
ruby_1_8
ruby_1_8_5
ruby_1_8_6
ruby_1_8_7
ruby_1_9_1
ruby_1_9_2
ruby_1_9_3
ruby_2_0_0
ruby_2_1
ruby_2_2
ruby_2_3
ruby_2_4
ruby_2_5
ruby_2_6
ruby_2_7
ruby_3_0
ruby_3_1
ruby_3_2
ruby_3_3
ruby_3_4
v1_0r
v1_1dev
v1_1r
The Ruby Programming Language
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
Age
Commit message (
Expand
)
Author
2003-08-29
* doc/ChangeLog-1.8.0: add changes of Ruby/Tk
nagai
2003-08-27
Forgot to round '*'.
shigek
2003-08-26
sqrt() error checking bug fixed.
shigek
2003-08-26
sqrt() speed up.
shigek
2003-08-26
* implicit.c (syck_type_id_to_taguri): corrected detection of
why
2003-08-23
* ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to just
nobu
2003-08-21
* ext/syck/rubyext.c: refactoring of the transfer method
why
2003-08-21
Int. overflow bug in multiplication fixed & VpNmlz() speed up.
shigek
2003-08-20
* ext/socket/socket.c (ruby_connect): many systems seem to have
nobu
2003-08-19
* ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]
why
2003-08-19
to_s("+") implemented.
shigek
2003-08-19
E added. Typo corrected.
shigek
2003-08-19
* lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.
gotoyuzo
2003-08-18
* ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket as
gotoyuzo
2003-08-18
* ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standard
nobu
2003-08-17
* ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.
nobu
2003-08-17
Refinement for speedup.
shigek
2003-08-17
* ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add a
gotoyuzo
2003-08-17
* ext/extmk.rb (extmake): should not force to remake Makefile when
nobu
2003-08-16
* marshal.c (w_symbol, w_object): get rid of warnings.
nobu
2003-08-16
Typo 'selt' corrected to 'self'.
shigek
2003-08-15
sqrt() & atan() added.
shigek
2003-08-15
Bug fix: limit & div combination.
shigek
2003-08-15
* configure.in (HUGE_ST_INO): check whether struct stat.st_ino
nobu
2003-08-14
Newly added.
shigek
2003-08-14
Changed to use lib/bigdecimal/math.rb.
shigek
2003-08-14
lib/bigdecimal/math.rb added.
shigek
2003-08-14
Bug fix: div method.
shigek
2003-08-14
* ext/win32ole/win32ole.c (OLE_FREE): should not call
suke
2003-08-13
Ambiguity of BigDecimal::limit removed.
shigek
2003-08-13
* ext/Win32API/Win32API.c (Win32API_initialize): should pass some
usa
2003-08-12
commit miss
nobu
2003-08-12
* ext/extmk.rb (extmake): compact $extlibs.
nobu
2003-08-12
* Makefile.in: static link libraries to LIBRUBY_SO with static linked
nobu
2003-08-10
Bug fix: '-' should not be counted as a digit(to_s(n) format).
shigek
2003-08-10
* ext/openssl/lib/openssl/buffering.rb: increase BLOCK_SIZE
gotoyuzo
2003-08-08
Comment changed.
shigek
2003-08-08
F style output(like 1234.56789) implemented to to_s method.
shigek
2003-08-06
Just small change.
shigek
2003-08-06
Comparison results adjusted to Float's.
shigek
2003-08-06
* ext/extmk.rb (extmake): pass LIBPATH to make ruby. [ruby-dev:21137]
nobu
2003-08-05
* ext/Setup*: add io/wait and openssl.
usa
2003-08-05
Trailing 0s in split removed.(to_digits changed).
shigek
2003-08-05
Trailing 0s in split removed. & bug in floor fixed.
shigek
2003-08-05
Bug in to_digits fixed.
shigek
2003-08-05
Trailing 0s in to_s removed. & Bug in VpFrac fixed.
shigek
2003-08-05
Unnecessary comments removed.
shigek
2003-08-05
Fix: coerce in comparisons.
shigek
2003-08-04
Typo pointed out by Javier Goizueta fixed.
shigek
2003-08-03
* ready to use 'validatecommand' option of TkEntry/TkSpinbox widget
nagai
[next]