| Commit message (Expand) | Author | Age | Files | Lines |
* | * ext/tk/lib/tkafter.rb: bug fix on TkTimer#cancel_on_exception=(mode). | nagai | 2003-11-27 | 1 | -20/+22 |
* | * ext/syck/token.c: removed YYTOKTMP references which | why | 2003-11-25 | 5 | -91/+134 |
* | * ext/tcltklib/README.1st: edit. | nagai | 2003-11-25 | 1 | -2/+2 |
* | * ext/etc/extconf.rb: check for pw_passwd in struct passwd and | eban | 2003-11-24 | 3 | -3/+9 |
* | * ext/tk/lib/tk.rb: add Tk.grab_release and fix bug of TkComposite | nagai | 2003-11-22 | 5 | -4/+428 |
* | * ext/curses/curses.c (window_nodelay): nodelay() of NetBSD's | usa | 2003-11-22 | 1 | -1/+7 |
* | * gc.c (Init_stack): stack region is far smaller than usual if | matz | 2003-11-22 | 7 | -23/+153 |
* | * ext/tk/lib/tkentry.rb: fix the encoding trouble of percent | nagai | 2003-11-21 | 2 | -5/+12 |
* | * ext/tk/sample/tkballoonhelp.rb: new sample script | nagai | 2003-11-20 | 4 | -0/+857 |
* | * test/stringio/test_stringio.rb: imported from [ruby-dev:21941]. | nobu | 2003-11-18 | 1 | -0/+4 |
* | * ext/stringio/stringio.c (strio_read): behave as IO at empty string. | nobu | 2003-11-18 | 1 | -6/+27 |
* | * /ext/openssl/ossl_x509ext.c (ossl_x509extfactory_create_ext): | gotoyuzo | 2003-11-15 | 1 | -2/+5 |
* | * ext/tcltklib/tcltklib.c: fix (en-bugged at 2003/11/07) | nagai | 2003-11-14 | 3 | -12/+14 |
* | Merge the patch of [ruby-ext:02242]. (Thanks, Masahiro Sakai) | ttate | 2003-11-13 | 1 | -2/+2 |
* | * ext/openssl/ossl_x509req.c (ossl_x509req_to_der): add function for | gotoyuzo | 2003-11-13 | 1 | -0/+21 |
* | * ext/tk/lib/tk.rb,multi-tk.rb: stop freezing some classes | nagai | 2003-11-12 | 2 | -10/+10 |
* | * 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 |