aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* * ext/stringio/stringio.c (strio_set_string, strio_reopen): checknobu2003-11-063-9/+26
* * sample/openssl/gen_csr.rb: there (at least) is a CA which does not accept DNnahi2003-11-052-3/+9
* configure.in, eval.c, signal.c: : add '--with-pthread-ext' optionnagai2003-11-057-0/+140
* * lib/optparse.rb (OptionParser::Switch::PlacedArgument::parse):nobu2003-11-057-1/+263
* * lib/test/unit/ui/gtk/testrunner.rb: typo.nobu2003-11-052-4/+8
* 2003-11-05usa2003-11-051-3/+3
* * string.c: add #include "version.h". this file still depends on it.usa2003-11-056-4/+14
* * Makefile.in: remove needless version.h dependency.nobu2003-11-051-3/+3
* * lib/monitor.rb: revert to the previous revision.shugo2003-11-052-20/+17
* * lib/webrick/https.rb (HTTPRequest#parse): set @client_cert_chain.gotoyuzo2003-11-043-0/+17
* * bcc32/Makefile.sub, win32/Makefile.sub, wince/Makefile.sub:usa2003-11-044-11/+14
* * class.c, hash.c, string.c: remove #include "version.h".eban2003-11-044-3/+6
* typoshigek2003-11-041-1/+1
* 2003-11-04usa2003-11-041-3/+3
* * io.c (read_all): fptr->f may be NULL, if IO is closed in thematz2003-11-0413-151/+92
* 2003-11-03eban2003-11-031-3/+3
* * lib/racc/parser.rb: synchronize with Racc 1.4.4.aamine2003-11-033-281/+271
* * lib/webrick/ssl.rb: new option :SSLExtraChainCert.gotoyuzo2003-11-012-1/+7
* 2003-11-02eban2003-11-011-3/+3
* * string.c (rb_str_hash): Update the HASH_PERL alternative hashknu2003-11-013-4/+19
* #include <sys/time.h> wasn't actually needed for ruby 1.8 as missing.hknu2003-11-012-6/+0
* * ext/openssl/ossl_ssl.c (ossl_ssl_peer_cert_chain): add new methodgotoyuzo2003-11-015-5/+55
* #include <sys/time.h> is needed for struct timeval.knu2003-11-012-0/+6
* 2003-11-01eban2003-10-311-4/+4
* * lib/soap/mapping/factory.rb: mark marshalled basetype objects whennahi2003-10-314-3/+41
* * wince/string_wce.c (strrchr): should decrement pointer.uema22003-10-313-2/+8
* * configure.in, lib/mkmf.rb: add RPATHFLAG for NetBSD. [ruby-dev:21791]eban2003-10-316-2/+18
* RD -> RDoc contributed by Lyle Johnsongsinclair2003-10-301-182/+175
* 031031matz2003-10-301-0/+1
* * wince/Makefile.sub, win32/Makefile.sub (.y.c): allow white spacesusa2003-10-303-2/+7
* 031031matz2003-10-305-10/+34
* * lib/drb/drb.rb: add DRbArrayseki2003-10-301-0/+8
* add DRbArray, and change yield. [ruby-dev:21773]seki2003-10-303-0/+33
* * lib/soap/generator.rb: better XML pretty printing.nahi2003-10-304-9/+24
* * ext/syck/yaml2byte.c: HASH const too long. Thanks, matz.why2003-10-302-1/+5
* ChangeLog: typo fiix.eban2003-10-301-1/+1
* add test Hash#each, and change load_limitseki2003-10-304-5/+19
* * ext/syck/MANIFEST: Add yamlbyte.h.knu2003-10-302-0/+5
* * io.c (READ_DATA_BUFFERED): new macro to detect whether stdiomatz2003-10-306-75/+135
* * parse.y (logop): left may be NULL. [ruby-talk:84539]matz2003-10-304-44/+13
* * lib/test/unit/autorunner.rb: make fox runners work.nahi2003-10-302-2/+6
* 2003-10-30usa2003-10-301-3/+3
* * process.c (rb_f_system): fixed lack of security check beforeusa2003-10-302-0/+6
* * eval.c (proc_invoke): single array value to normal Proc#callmatz2003-10-298-27/+71
* * ext/openssl/lib/openssl/buffering.rb (Buffering#initialize):gotoyuzo2003-10-295-3/+41
* * test/drb/drbtest.rb: use rbconfig.rb to make the path of ruby interpreter tonahi2003-10-292-3/+11
* * ext/tcltklib/tcltklib.c (CONST84): define CONST84 when it is notusa2003-10-292-50/+37
* * re.c (rb_reg_s_union, Init_Regexp): new method `Regexp.union'.akr2003-10-293-32/+120
* * eval.c (rb_longjmp): must not disturb original jump.matz2003-10-292-1/+6
* * eval.c (Init_Proc): taint preallocated exception objectmatz2003-10-293-1/+7