aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Bug fix: [ruby-dev:21314] [BigDecimal] [BUG] Segmentation faultshigek2003-09-041-1/+1
* * ext/syck/token.c: headerless documents with root-level spacing nowwhy2003-09-032-546/+567
* * MANIFEST: add test/* files which are added in the previous commit.nahi2003-09-031-0/+3
* 2003-09-03eban2003-09-031-3/+3
* * test: add test directory. Test::Unit aware testcases and needed files shouldnahi2003-09-034-0/+1521
* Bug in mult method fixed.shigek2003-09-031-1/+1
* * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warninggotoyuzo2003-09-022-2/+11
* * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX).matz2003-09-024-2/+38
* * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exceptionnagai2003-09-029-139/+410
* * eval.c (rb_eval): should not handle exceptions within rescuenobu2003-09-022-1/+10
* 2003-09-02eban2003-09-011-3/+3
* * re.c (rb_memsearch): fix overrun. [ruby-talk:80759]nobu2003-09-012-10/+17
* * ext/iconv/iconv.c (map_charset): use lower case keys.nobu2003-09-013-12/+57
* * eval.c (rb_eval): make tail recursion in ELSE clause ofnobu2003-09-012-2/+7
* * parse.y (aref_args): forgot to call NEW_SPLAT(). reported bymatz2003-09-014-2/+11
* 2003-09-01nobu2003-09-011-4/+4
* * eval.c (rb_thread_switch): add RESTORE_EXIT; exit by anothernobu2003-09-012-18/+41
* * process.c (p_gid_sw_ensure): return VALUE.eban2003-08-312-2/+4
* * eval.c (TAG_DST()): take no argument.eban2003-08-312-1/+5
* * process.c (p_gid_sw_ensure): lack of function typenagai2003-08-312-0/+5
* * lib/net/http.rb: cosmetic improvements to documentationgsinclair2003-08-312-316/+318
* 2003-08-31eban2003-08-311-3/+3
* * MANIFEST: add lib/optparse/version.rb.eban2003-08-311-0/+1
* * lib/optparse.rb: --version takes an optional argument; "all" or a list of p...nobu2003-08-313-4/+59
* yyyy/mm is not an acceptable format.tadf2003-08-313-4/+8
* * eval.c (rb_iter_break): should not call TAG_JUMP directly.matz2003-08-302-2/+7
* * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz2003-08-304-260/+183
* The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...shigek2003-08-294-51/+74
* limit inserted.shigek2003-08-291-0/+2
* mult & div instead of * & /.shigek2003-08-291-7/+9
* Add documentation in RDoc format.wew2003-08-291-1/+46
* 2003-08-29eban2003-08-291-3/+3
* * doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai2003-08-2910-170/+1660
* Add documentation in RDoc format.wew2003-08-291-4/+278
* * variable.c (rb_const_get_0): should check constants defined inmatz2003-08-283-22/+24
* * parse.y (singleton): typo fixed (ruby-bugs-ja PR#562)matz2003-08-273-5/+9
* * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz2003-08-276-49/+82
* * error.c (rb_bug): should not use other methods; this function isnobu2003-08-272-13/+22
* Forgot to round '*'.shigek2003-08-271-5/+6
* * lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...aamine2003-08-272-1/+6
* 2003-08-27usa2003-08-261-3/+3
* * win32/win32.c (map_errno): support winsock error.usa2003-08-263-48/+107
* * lib/ostruct.rb (OpenStruct::method_missing): prohibit modifyingmatz2003-08-262-0/+8
* sqrt() error checking bug fixed.shigek2003-08-261-6/+11
* sqrt() speed up.shigek2003-08-261-25/+23
* commit missnobu2003-08-261-2/+3
* 2003-08-26eban2003-08-261-3/+3
* * lib/mkmf.rb (create_tmpsrc): add the hook for source.nobu2003-08-262-46/+62
* * implicit.c (syck_type_id_to_taguri): corrected detection ofwhy2003-08-263-79/+89
* * file.c (rb_file_s_expand_path): avoid calling rb_scan_args() formatz2003-08-233-5/+11