aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/stringio/stringio.c (strio_gets): only "gets" should set $_.matz2003-07-287-91/+196
* tcltklib.c : *bug fixnagai2003-07-282-14/+318
* 2003-07-28eban2003-07-281-3/+3
* Bug fix from Javier Goizueta.shigek2003-07-284-71/+86
* multi-tk.rb : (new) library to support multiple Tk interpreters (high level)nagai2003-07-2710-144/+1142
* * lib/set.rb: each() should return self.knu2003-07-272-0/+5
* * string.c (rb_str_chomp_bang): defer rb_str_modify() to actualmatz2003-07-274-14/+28
* * mkconfig.rb: initialize global variables to avoid warnings.eban2003-07-272-1/+8
* * ChangeLog: typo fix.eban2003-07-271-1/+1
* * ext/openssl/extconf.rb: better support MinGW. addeban2003-07-272-10/+20
* * lib/debug.rb: fix breakpoint parameter parsing/checking.nahi2003-07-272-27/+35
* add UNIXFileOwner, UNIXFileGroupseki2003-07-272-0/+12
* 2003-07-27nobu2003-07-261-3/+3
* * io.c (io_reopen): avoid dup2() equal handles not to close itself andnobu2003-07-262-24/+34
* * lib/tmpdir.rb: use GetWindowsDirectory, not GetSystemDirectory. [ruby-talk:...eban2003-07-262-1/+6
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-265-87/+123
* 0 ** 0 bug fixed.shigek2003-07-262-57/+71
* Added credit to PragProggsinclair2003-07-261-1/+3
* * io.c (rb_fdopen): set errno if it's zero on win32 platforms.usa2003-07-264-17/+13
* 2003-07-26eban2003-07-261-3/+3
* * ext/tk/lib/tk.rb (TkCore::chooseDirectory): back up wronglymatz2003-07-261-0/+4
* * ext/stringio/stringio.c: includes Enumerable as well as IO.nobu2003-07-262-0/+7
* * variable.c (rb_mod_const_missing): "const_missing" should notmatz2003-07-268-38/+18
* fix: % line linenoseki2003-07-251-0/+4
* fix: keep linenoseki2003-07-251-11/+21
* * ext/openssl/ossl.h: fix comment.gotoyuzo2003-07-253-3/+11
* * ext/openssl/extconf.rb: refine va-args macro detection.gotoyuzo2003-07-252-1/+6
* tcltklib.c : add TclTkIp#create_slave , TclTkIp#_make_safe and TclTkIp#safe?nagai2003-07-254-36/+186
* * ext/openssl/ossl_ssl.c (ossl_ssl_setup): need to pass the realusa2003-07-252-2/+13
* * Added samples.nahi2003-07-251-0/+4
* * ext/openssl/sample: Add samples.nahi2003-07-255-5/+1232
* * ext/openssl/extconf.rb: add check for BN_rand_range() andgotoyuzo2003-07-254-2/+37
* 2003-07-25eban2003-07-251-3/+3
* remove debug messagematz2003-07-251-1/+0
* * ext/socket/socket.c (tcp_s_gethostbyname): was usingmatz2003-07-2514-48/+55
* * re.c (rb_reg_options_m): use rb_reg_options() to mask internalnobu2003-07-252-16/+26
* Spec for div changed.shigek2003-07-252-6/+5
* ver method added.shigek2003-07-254-266/+224
* * lib/yaml/dbm.rb: replace indexes with values_at.why2003-07-242-2/+6
* * gcc -Wall clean-up.matz2003-07-2417-59/+15
* * ext/openssl/extconf.rb: add check for libsocket and libnsl.gotoyuzo2003-07-242-20/+25
* * ext/syck/emitter.c (syck_emitter_flush): accepts countwhy2003-07-245-117/+248
* * gc.c (run_final): backout unnecessary modifies.matz2003-07-241-10/+3
* * lib/mkmf.rb (have_type): check if a type is defined.nobu2003-07-243-1/+96
* * ChangeLog (add-log-time-format): "%c" contains timezone on XEmacs.nobu2003-07-241-2/+7
* * configure.in (AC_C_VOLATILE): check if volatile works.nobu2003-07-244-4/+21
* * ext/openssl/extconf.rb: add check for win32 OpenSSL libraries.gotoyuzo2003-07-243-15/+19
* * eval.c (thgroup_add): no warning for terminated threads.matz2003-07-248-26/+88
* lib/pathname.rb: added.akr2003-07-241-0/+1
* * lib/pathname.rb: added.akr2003-07-242-0/+527