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
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-09-05
* ext/openssl/lib/openssl/x509.rb: new method X509::Name::parse.
gotoyuzo
2003-09-04
* MANIFEST: add and remove entries for the previous ext/openssl/sample move.
nahi
2003-09-04
* ext/io/wait/.cvsignore: added.
nahi
2003-09-04
* sample/openssl: added. Sample of standard distribution library should be
nahi
2003-09-04
Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation fault
shigek
2003-09-03
* ext/syck/token.c: headerless documents with root-level spacing now
why
2003-09-03
Bug in mult method fixed.
shigek
2003-09-02
* ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warning
gotoyuzo
2003-09-02
* ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).
matz
2003-09-02
* ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception
nagai
2003-09-01
* ext/iconv/iconv.c (map_charset): use lower case keys.
nobu
2003-09-01
* parse.y (aref_args): forgot to call NEW_SPLAT(). reported by
matz
2003-08-29
The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...
shigek
2003-08-29
limit inserted.
shigek
2003-08-29
mult & div instead of * & /.
shigek
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
[next]