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
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-11-03
* lib/racc/parser.rb: synchronize with Racc 1.4.4.
aamine
2003-11-01
#include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.h
knu
2003-11-01
* ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method
gotoyuzo
2003-11-01
#include <sys/time.h> is needed for struct timeval.
knu
2003-10-30
* ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.
why
2003-10-30
* ext/syck/MANIFEST: Add yamlbyte.h.
knu
2003-10-29
* ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):
gotoyuzo
2003-10-29
* ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is not
usa
2003-10-28
* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,
usa
2003-10-26
bug fix on Win : hang-up when calling 'exit' in the Tk callback
nagai
2003-10-25
add TkRoot.destroy
nagai
2003-10-23
* eval.c (ruby_cleanup): initialize stack bottom for embedding.
nobu
2003-10-22
--enable-dlstack is true in default.
ttate
2003-10-22
Bugfix for PR#1196
ttate
2003-10-21
bug fix
nagai
2003-10-21
Added math.rb descriptions.
shigek
2003-10-21
Local version number(BigDecimal::ver) incremented.
shigek
2003-10-21
can read data from file.
shigek
2003-10-21
C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)
nobu
2003-10-20
* gc.c (gc_sweep): loosen page free condition to avoid add_heap()
matz
2003-10-17
modify the message and comments on the source
nagai
2003-10-17
* ext/syck/yamlbyte.h: Ditto.
why
2003-10-17
* ext/syck/rubyext.c: YAML::Syck::compile method.
why
2003-10-17
* ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt:
knu
2003-10-17
add some documents
nagai
2003-10-17
forgot to add 'unicodeout.rb'
nagai
2003-10-16
consistent parentheses in assignment RHS.
matz
2003-10-16
(bug fix) instance variable @frame was used without initializing on
nagai
2003-10-16
If $DEBUG == true and some exception is caused in a callback
nagai
2003-10-16
Add Tk::EncodedString and Tk::UTF8_String class to support characters
nagai
2003-10-15
Add a XXX comment.
knu
2003-10-15
* ext/digest/digest.c (rb_digest_base_alloc): need to initialize
usa
2003-10-15
* marshal.c (w_object): dump extended modules as well.
matz
2003-10-15
add entry3.rb
nagai
2003-10-15
* ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.
usa
2003-10-14
* ext/syck/bytecode.c: Checkin of YAML bytecode support.
why
2003-10-14
ext/tk/sample/demos-en/entry3.rb, ext/tk/sample/demos-jp/entry3.rb :
nagai
2003-10-14
* test/digest/test_digest.rb: Moved from ext/digest/test.rb.
knu
2003-10-14
ext/tk/lib/tk.rb:
nagai
2003-10-14
ext/tcltklib/tcltklib.c:
nagai
2003-10-13
Add ext/enumerator, a helper module for the Enumerable interface.
knu
2003-10-12
* ext/win32ole/extconf.rb: check "windows.h", not "windows".
eban
2003-10-09
* ext/openssl/ossl_x509name.c (ossl_x509name_initialize): add
gotoyuzo
2003-10-07
define Fcntl::O_ACCMODE instead of Fcntl::ACCMODE to be consist with
akr
2003-10-07
* ext/fcntl/fcntl.c (Init_fcntl): define Fcntl::ACCMODE.
akr
2003-10-07
* ext/socket/extconf.rb: useless assignment removed.
akr
2003-10-06
* ext/openssl/ossl_asn1.c (ossl_asn1_get_asn1type): use appropriate
gotoyuzo
2003-10-06
* ext/socket/extconf.rb: check recvmsg even if sendmsg is exists.
akr
2003-10-05
* lib/ext/openssl/extconf.rb: add check for some engine functions
gotoyuzo
2003-10-04
* ext/openssl/ossl_asn1.h: global symbols should be declared
gotoyuzo
[next]