aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * lib/optparse.rb: --version takes an optional argument; "all" or a list of p...nobu2003-08-311-0/+5
* yyyy/mm is not an acceptable format.tadf2003-08-311-0/+6
* * eval.c (rb_iter_break): should not call TAG_JUMP directly.matz2003-08-301-0/+4
* * eval.c (struct BLOCK): remove BLOCKTAG, use scope instead.matz2003-08-301-0/+22
* The 2nd arg for add,sub,mult, and div is 0, then result will be same as +,-,*...shigek2003-08-291-0/+5
* * doc/ChangeLog-1.8.0: add changes of Ruby/Tknagai2003-08-291-0/+31
* * variable.c (rb_const_get_0): should check constants defined inmatz2003-08-281-0/+9
* * parse.y (singleton): typo fixed (ruby-bugs-ja PR#562)matz2003-08-271-0/+4
* * eval.c (rb_eval): *a = [1,2] now assigns [[1,2]] to a.matz2003-08-271-0/+11
* * error.c (rb_bug): should not use other methods; this function isnobu2003-08-271-0/+5
* * lib/net/smtp.rb (check_response): AUTH CRAM-MD5 returns 334 response. [ruby...aamine2003-08-271-0/+5
* * win32/win32.c (map_errno): support winsock error.usa2003-08-261-0/+19
* * lib/ostruct.rb (OpenStruct::method_missing): prohibit modifyingmatz2003-08-261-0/+5
* commit missnobu2003-08-261-2/+3
* * lib/mkmf.rb (create_tmpsrc): add the hook for source.nobu2003-08-261-3/+7
* * implicit.c (syck_type_id_to_taguri): corrected detection ofwhy2003-08-261-0/+5
* * file.c (rb_file_s_expand_path): avoid calling rb_scan_args() formatz2003-08-231-0/+5
* BUFCHECK() doesn't update p/pend in loop.nobu2003-08-231-2/+2
* * file.c (file_expand_path): performance improvement.nobu2003-08-231-1/+6
* again, sorrynobu2003-08-231-1/+1
* commit missnobu2003-08-231-235/+235
* * ext/nkf/nkf.c (rb_nkf_putchar): should use rb_str_resize() to justnobu2003-08-231-236/+243
* * lib/irb/ruby-lex.rb: bug fix for "foo" !~ /bar/. [ruby-talk:79942]keiju2003-08-231-0/+3
* * eval.c (rb_eval, rb_iterate, block_pass): reduce PUSH/POP_TAG andnobu2003-08-231-1/+5
* * eval.c (rb_yield_splat): should check if "values" is array.matz2003-08-231-3/+2
* * enum.c (each_with_index_i): typo.matz2003-08-221-0/+7
* * ChangeLog: re-formatted.eban2003-08-221-16/+17
* * enum.c (inject_i): use rb_yield_values.matz2003-08-221-0/+10
* * ext/syck/rubyext.c: refactoring of the transfer methodwhy2003-08-211-0/+13
* * eval.c (block_pass): improve passing current block.nobu2003-08-211-0/+4
* Int. overflow bug in multiplication fixed & VpNmlz() speed up.shigek2003-08-211-0/+5
* * ext/socket/socket.c (ruby_connect): many systems seem to havenobu2003-08-201-0/+5
* * ext/syck/syck.h: Parser definition problems on HP-UX. [ruby-talk:79389]why2003-08-191-0/+10
* to_s("+") implemented.shigek2003-08-191-0/+6
* * lib/webrick/ssl.rb: new file; SSL/TLS enhancement for GenericServer.gotoyuzo2003-08-191-0/+21
* * io.c (next_argv): should not call GetOpenFile() if rb_stdout isshugo2003-08-191-0/+5
* * ext/openssl/ossl_ssl.c: sync_close is moved to SSLSocket asgotoyuzo2003-08-181-0/+18
* * ext/curses/curses.c (_XOPEN_SOURCE_EXTENDED): Mac OS X standardnobu2003-08-181-0/+13
* * dir.c (glob_helper): preserve raw order for **.nobu2003-08-181-0/+4
* * ext/openssl/extconf.rb (HAVE_VA_ARGS_MACRO): need to compile.nobu2003-08-171-0/+4
* * ext/openssl/lib/openssl/ssl.rb (SSLSocket#sync_close=): add agotoyuzo2003-08-171-1/+12
* * ext/extmk.rb (extmake): should not force to remake Makefile whennobu2003-08-171-0/+5
* * marshal.c (w_symbol, w_object): get rid of warnings.nobu2003-08-161-0/+26
* sqrt() & atan() added.shigek2003-08-151-0/+7
* * configure.in (HUGE_ST_INO): check whether struct stat.st_inonobu2003-08-151-0/+25
* * gc.c (id2ref): recycle check should be done by klass == 0.matz2003-08-141-0/+21
* Bug fix and addition of math.rb.shigek2003-08-141-1/+10
* * ext/win32ole/win32ole.c (OLE_FREE): should not callsuke2003-08-141-0/+10
* * gc.c (rb_data_object_alloc): check type of 1st argument.usa2003-08-141-0/+5
* Ambiguity of BigDecimal::limit removed.shigek2003-08-131-0/+4