| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | * ext/openssl/lib/net/protocols.rb (SSLIO#ssl_connect): warning | gotoyuzo | 2003-09-02 | 2 | -2/+11 |
| * | * ext/socket/extconf.rb: check s6_addr8 in in6_addr (Tru64 UNIX). | matz | 2003-09-02 | 4 | -2/+38 |
| * | * ext/tcltklib/tcltklib.c (ip_invoke): fixed bug on passing a exception | nagai | 2003-09-02 | 9 | -139/+410 |
| * | * eval.c (rb_eval): should not handle exceptions within rescue | nobu | 2003-09-02 | 2 | -1/+10 |
| * | 2003-09-02 | eban | 2003-09-01 | 1 | -3/+3 |
| * | * re.c (rb_memsearch): fix overrun. [ruby-talk:80759] | nobu | 2003-09-01 | 2 | -10/+17 |
| * | * ext/iconv/iconv.c (map_charset): use lower case keys. | nobu | 2003-09-01 | 3 | -12/+57 |
| * | * eval.c (rb_eval): make tail recursion in ELSE clause of | nobu | 2003-09-01 | 2 | -2/+7 |
| * | * parse.y (aref_args): forgot to call NEW_SPLAT(). reported by | matz | 2003-09-01 | 4 | -2/+11 |
| * | 2003-09-01 | nobu | 2003-09-01 | 1 | -4/+4 |
| * | * eval.c (rb_thread_switch): add RESTORE_EXIT; exit by another | nobu | 2003-09-01 | 2 | -18/+41 |
| * | * process.c (p_gid_sw_ensure): return VALUE. | eban | 2003-08-31 | 2 | -2/+4 |
| * | * eval.c (TAG_DST()): take no argument. | eban | 2003-08-31 | 2 | -1/+5 |
| * | * process.c (p_gid_sw_ensure): lack of function type | nagai | 2003-08-31 | 2 | -0/+5 |
| * | * lib/net/http.rb: cosmetic improvements to documentation | gsinclair | 2003-08-31 | 2 | -316/+318 |
| * | 2003-08-31 | eban | 2003-08-31 | 1 | -3/+3 |
| * | * MANIFEST: add lib/optparse/version.rb. | eban | 2003-08-31 | 1 | -0/+1 |
| * | * lib/optparse.rb: --version takes an optional argument; "all" or a list of p... | nobu | 2003-08-31 | 3 | -4/+59 |
| * | yyyy/mm is not an acceptable format. | tadf | 2003-08-31 | 3 | -4/+8 |
| * | * eval.c (rb_iter_break): should not call TAG_JUMP directly. | matz | 2003-08-30 | 2 | -2/+7 |
| * | * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead. | matz | 2003-08-30 | 4 | -260/+183 |
| * | The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*... | shigek | 2003-08-29 | 4 | -51/+74 |
| * | limit inserted. | shigek | 2003-08-29 | 1 | -0/+2 |
| * | mult & div instead of * & /. | shigek | 2003-08-29 | 1 | -7/+9 |
| * | Add documentation in RDoc format. | wew | 2003-08-29 | 1 | -1/+46 |
| * | 2003-08-29 | eban | 2003-08-29 | 1 | -3/+3 |
| * | * doc/ChangeLog-1.8.0: add changes of Ruby/Tk | nagai | 2003-08-29 | 10 | -170/+1660 |
| * | Add documentation in RDoc format. | wew | 2003-08-29 | 1 | -4/+278 |
| * | * variable.c (rb_const_get_0): should check constants defined in | matz | 2003-08-28 | 3 | -22/+24 |
| * | * parse.y (singleton): typo fixed (ruby-bugs-ja PR#562) | matz | 2003-08-27 | 3 | -5/+9 |
| * | * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a. | matz | 2003-08-27 | 6 | -49/+82 |
| * | * error.c (rb_bug): should not use other methods; this function is | nobu | 2003-08-27 | 2 | -13/+22 |
| * | Forgot to round '*'. | shigek | 2003-08-27 | 1 | -5/+6 |
| * | * lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby... | aamine | 2003-08-27 | 2 | -1/+6 |
| * | 2003-08-27 | usa | 2003-08-26 | 1 | -3/+3 |
| * | * win32/win32.c (map_errno): support winsock error. | usa | 2003-08-26 | 3 | -48/+107 |
| * | * lib/ostruct.rb (OpenStruct::method_missing): prohibit modifying | matz | 2003-08-26 | 2 | -0/+8 |
| * | sqrt() error checking bug fixed. | shigek | 2003-08-26 | 1 | -6/+11 |
| * | sqrt() speed up. | shigek | 2003-08-26 | 1 | -25/+23 |
| * | commit miss | nobu | 2003-08-26 | 1 | -2/+3 |
| * | 2003-08-26 | eban | 2003-08-26 | 1 | -3/+3 |
| * | * lib/mkmf.rb (create_tmpsrc): add the hook for source. | nobu | 2003-08-26 | 2 | -46/+62 |
| * | * implicit.c (syck_type_id_to_taguri): corrected detection of | why | 2003-08-26 | 3 | -79/+89 |
| * | * file.c (rb_file_s_expand_path): avoid calling rb_scan_args() for | matz | 2003-08-23 | 3 | -5/+11 |
| * | 2003-08-24 | eban | 2003-08-23 | 1 | -3/+3 |
| * | BUFCHECK() doesn't update p/pend in loop. | nobu | 2003-08-23 | 2 | -7/+7 |
| * | * file.c (file_expand_path): performance improvement. | nobu | 2003-08-23 | 2 | -8/+18 |
| * | Added RDoc documentation. | wew | 2003-08-23 | 1 | -5/+764 |
| * | again, sorry | nobu | 2003-08-23 | 1 | -1/+1 |
| * | commit miss | nobu | 2003-08-23 | 1 | -235/+235 |