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/openssl/ossl.c (ossl_x509_sk2ary, ossl_x509crl_sk2ary): add
gotoyuzo
2003-11-11
3
-6
/
+86
*
* ext/tk/lib/tk.rb: raise an exception when creating TkWindow
nagai
2003-11-11
1
-1
/
+2
*
* lib/ext/openssl/ossl_conf.c (ossl_config_get_value): return nil
gotoyuzo
2003-11-10
1
-3
/
+7
*
Bugfix for DL::Types::encode_type.
ttate
2003-11-08
1
-7
/
+9
*
* ext/dl/sym.c: typo fix(lasterror -> last_error).
eban
2003-11-08
1
-2
/
+2
*
Add DL.win32_last_error and DL.last_error.
ttate
2003-11-08
2
-2
/
+69
*
* ext/tcltklib/tcltklib.c: To fix 'pthread-enabled Tcl/Tk' problem,
nagai
2003-11-07
2
-67
/
+226
*
* ext/socket/socket.c (make_hostent): get rid of SEGV on aliases
nobu
2003-11-07
1
-7
/
+12
*
* ext/zlib/zlib.c (Init_zlib): define Zlib::GzipReader#each_line as an alias ...
katsu
2003-11-06
1
-0
/
+1
*
* eval.c (rb_load): allow interrupt during loaded program
matz
2003-11-06
1
-8
/
+7
*
* ext/stringio/stringio.c (strio_set_string, strio_reopen): check
nobu
2003-11-06
1
-6
/
+7
*
configure.in, eval.c, signal.c: : add '--with-pthread-ext' option
nagai
2003-11-05
3
-0
/
+29
*
* lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.
gotoyuzo
2003-11-04
1
-0
/
+1
*
typo
shigek
2003-11-04
1
-1
/
+1
*
* lib/racc/parser.rb: synchronize with Racc 1.4.4.
aamine
2003-11-03
1
-146
/
+146
*
#include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.h
knu
2003-11-01
1
-1
/
+0
*
* ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new method
gotoyuzo
2003-11-01
4
-5
/
+42
*
#include <sys/time.h> is needed for struct timeval.
knu
2003-11-01
1
-0
/
+1
*
* ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.
why
2003-10-30
1
-1
/
+1
*
* ext/syck/MANIFEST: Add yamlbyte.h.
knu
2003-10-30
1
-0
/
+1
*
* ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):
gotoyuzo
2003-10-29
4
-3
/
+28
*
* ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is not
usa
2003-10-29
1
-50
/
+26
*
* ext/tcltklib/tcltklib.c (VwaitVarProc, ip_rbVwaitObjCmd,
usa
2003-10-28
1
-4
/
+32
*
bug fix on Win : hang-up when calling 'exit' in the Tk callback
nagai
2003-10-26
1
-1
/
+5
*
add TkRoot.destroy
nagai
2003-10-25
1
-0
/
+4
*
* eval.c (ruby_cleanup): initialize stack bottom for embedding.
nobu
2003-10-23
2
-3
/
+3
*
--enable-dlstack is true in default.
ttate
2003-10-22
1
-6
/
+2
*
Bugfix for PR#1196
ttate
2003-10-22
1
-8
/
+5
*
bug fix
nagai
2003-10-21
3
-6
/
+6
*
Added math.rb descriptions.
shigek
2003-10-21
2
-6
/
+17
*
Local version number(BigDecimal::ver) incremented.
shigek
2003-10-21
1
-1
/
+5
*
can read data from file.
shigek
2003-10-21
1
-22
/
+45
*
C++/C99 style comments are not allowed yet. (ruby-bugs:PR#1184)
nobu
2003-10-21
2
-17
/
+17
*
* gc.c (gc_sweep): loosen page free condition to avoid add_heap()
matz
2003-10-20
1
-4
/
+8
*
modify the message and comments on the source
nagai
2003-10-17
2
-6
/
+31
*
* ext/syck/yamlbyte.h: Ditto.
why
2003-10-17
1
-0
/
+170
*
* ext/syck/rubyext.c: YAML::Syck::compile method.
why
2003-10-17
8
-1558
/
+4098
*
* ext/enumerator/enumerator.c, ext/enumerator/enumerator.txt:
knu
2003-10-17
2
-2
/
+8
*
add some documents
nagai
2003-10-17
7
-3
/
+328
*
forgot to add 'unicodeout.rb'
nagai
2003-10-17
1
-0
/
+2
*
consistent parentheses in assignment RHS.
matz
2003-10-16
7
-13
/
+13
*
(bug fix) instance variable @frame was used without initializing on
nagai
2003-10-16
1
-1
/
+2
*
If $DEBUG == true and some exception is caused in a callback
nagai
2003-10-16
1
-1
/
+17
*
Add Tk::EncodedString and Tk::UTF8_String class to support characters
nagai
2003-10-16
6
-29
/
+289
*
Add a XXX comment.
knu
2003-10-15
1
-0
/
+1
*
* ext/digest/digest.c (rb_digest_base_alloc): need to initialize
usa
2003-10-15
1
-1
/
+1
*
* marshal.c (w_object): dump extended modules as well.
matz
2003-10-15
1
-1
/
+1
*
add entry3.rb
nagai
2003-10-15
1
-0
/
+2
*
* ext/enumerator/enumerator.c (enumerator_each): avoid VC++ warning.
usa
2003-10-15
2
-1
/
+2
*
* ext/syck/bytecode.c: Checkin of YAML bytecode support.
why
2003-10-14
11
-3647
/
+2613
[next]