|
|
June 28, 2002
- ruby, ruby/win32: * io.c (pipe_finalize, pipe_popen): two-way pipe support for win32., usa
- lib/drb/lib/rinda: rinda2, seki
- lib/drb/lib/rinda: rinda2, seki
- ruby: * pack.c (pack_unpack): change names of local variables because their, usa
- ruby/misc, ruby/sample, ruby/lib: * re.c (rb_reg_expr_str): need to process backslashes properly., matz
- ruby/ext/tk/lib: * re.c (rb_reg_expr_str): need to process backslashes properly., matz
- ruby: * re.c (rb_reg_expr_str): need to process backslashes properly., matz
- rubicon/builtin: several updates to follow the latest., matz
- rubicon:, nobu
- rubicon: * builtin/TestIO.rb (TestIO::test_ungetc): use `\s' for white, nobu
- rubicon/builtin: * builtin/TestIO.rb (TestIO::test_ungetc): use `\s' for white, nobu
- ruby, ruby/lib: lib/pp.rb: fix object address., akr
- mod_ruby: * mod_ruby.c (ruby_require): do not require doubly., shugo
June 27, 2002
- ruby: missing ;, nobu
- ruby, ruby/win32: * win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329), usa
- shim/ruby16/ext/dl/lib/dl: Add Importable::symbol., ttate
- ruby/ext/dl/lib/dl: Add Importable::symbol., ttate
- ruby, ruby/win32: * win32/win32.c (rb_w32_stat): fix buffer overflow. (ruby-bugs:PR#329), usa
- rough/lib/uri, rough/lib/uri/test, rough/lib/uri/uri: new methods: URI::Generic#select, URI::Generic#merge!, akira
- ruby, ruby/lib: * lib/prettyprint.rb, lib/pp.rb: convenience methods added., akr
- rough/ext/win32ole, rough/ext/win32ole/tests: add WIN32OLE#ole_free, suke
- ruby/lib: refine previous change., akr
- ruby, ruby/lib: * lib/prettyprint.rb: re-implemented for incremental output to handle, akr
June 24, 2002
- lib/drb/lib: no comment, seki
- lib/drb/lib/drb: change default load_limit, seki
- lib/drb/lib/drb: LocalJumpError, 'break from proc-closure', seki
- lib/drb/lib: timeout, seki
- ruby: * dln.c: remark definition rb_loaderror()., H_Konishi
- ruby: * dln.c: remark definition rb_loaderror()., H_Konishi
- ruby: * parse.y (string_dvar): allow back references in interpolation., nobu
- ruby/lib: * parse.y (yylex): __END__ should not be effective within, matz
- ruby: * parse.y (yylex): __END__ should not be effective within, matz
- ruby: * lib/mkmf.rb (create_makefile): get rid of nested string., nobu
- ruby/lib: * lib/mkmf.rb (create_makefile): get rid of nested string., nobu
- ruby: * eval.c (rb_eval): NODE_EVSTR is no longer used., nobu
- ruby/sample, ruby/lib, ruby/ext/tcltklib/sample, ruby/ext/dl: * eval.c (rb_eval): NODE_EVSTR is no longer used., nobu
June 20, 2002
- ruby/ext/readline: * ext/readline/readline.c (readline_readline): get rid of, nobu
- ruby: * ext/readline/readline.c (readline_readline): get rid of, nobu
- ruby/ext/readline: * ext/readline/readline.c (readline_readline): get rid of, nobu
- ruby: * ext/readline/readline.c (readline_readline): get rid of, nobu
- ruby: * configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2., eban
- ruby: * configure.in (__NO_ISOCEXT): add for mingw-runtime 2.0-2., eban
- ruby/lib: * lib/ftools.rb (compare): don't return with a file opened, eban
- ruby/lib: * lib/ftools.rb (compare): don't return with a file opened, eban
- ruby/lib, ruby: * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192., eban
- ruby/lib, ruby: * lib/ftool.rb (BUFSIZE): tuning, set buffer length to 8192., eban
June 18, 2002
- app/rwiki/sample/story: remove debug print, ..., seki
- ruby: * parse.y (yylex): ? followed by successive word charaters is, nobu
- ruby: * parse.y (yylex): commands after break/next/rescue can take, nobu
- ruby, ruby/win32: * win32/mkexports.rb: remove unnecessary exports. (ruby-dev:17418), usa
- mod_ruby: * configure.rb.in: cause error if both --with-apache and, shugo
- ruby: unused variable., nobu
- ruby/ext/curses: * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',, matz
- ruby: * parse.y (yylex): obsolete '?<whitespace>'; use '?\s', '?\n',, matz
- ruby: * parse.y (yylex): should pushback proper char after '<<'., nobu
June 17, 2002
- app/rwiki/sample/story: add test, seki
- app/rwiki/lib/rwiki: fix rd2content, seki
- ruby: * dln.c (dln_load): rb_notimplement takes no argument., eban
- ruby: * dln.c (dln_load): rb_notimplement takes no argument., eban
- ruby: 2002-06-17, nobu
- ruby: 2002-06-17, nobu
- ruby: * dln.c (dln_load): need to preserve dln_strerror() result,, nobu
- ruby: * dln.c (dln_load): need to preserve dln_strerror() result,, nobu
June 13, 2002
- app/rwiki/sample/story: XP StoryCard ext., seki
- app/rwiki/sample/bts:, seki
- app/rwiki/lib/rwiki:, seki
- mod_ruby/lib/apache: * lib/apache/ruby-debug.rb: use ERubyDebug like HTML., shugo
- mod_ruby: * lib/apache/ruby-debug.rb: use ERubyDebug like HTML., shugo
- ruby: 2002-06-13, eban
- ruby: 2002-06-13, eban
- ruby/sample: ext/exmk.rb.in, lib/singleton.rb: remove nested ""s., matz
- ruby/lib: ext/exmk.rb.in, lib/singleton.rb: remove nested ""s., matz
- ruby/ext: ext/exmk.rb.in, lib/singleton.rb: remove nested ""s., matz
- ruby: * eval.c (svalue_to_avalue): v may be Qundef. This fix was, matz
- ruby: * hash.c (rb_hash_s_create): use rb_hash_aset() instead of calling, matz
- ruby/lib: * lib/mkmf.rb: typo fix(RUBY_PLAT_FORM -> RUBY_PLATFORM)., eban
June 12, 2002
- ruby/ext/win32ole: avoid some warnings, suke
- rough/ext/win32ole: avoid some warnings., suke
- app/rwiki/lib/rwiki: orphan, seki
- ruby: 2002-06-12, eban
- ruby: 2002-06-12, eban
- ruby, ruby/lib, ruby/lib/uri: merged differences between uri-0.9.6 and uri-0.9.7, akira
- ruby, ruby/lib, ruby/lib/uri: merged differences between uri-0.9.6 and uri-0.9.7, akira
- ruby: * parse.y (yylex): 'do' should return kDO_BLOCK on EXPR_ENDARG., matz
- ruby: * parse.y (yylex): 'do' should return kDO_BLOCK on EXPR_ENDARG., matz
- rough/lib/uri: version 0.9.7, akira
- ruby: * parse.y (stmt): fix typo., nobu
June 11, 2002
- ruby: * parse.y (stmt): fix typo., nobu
- shim/ruby16/ext/dl: val = rb_dlsym_new(saddr, sname, stype);, ttate
- ruby/ext/dl: Include ctype.h for isdigit()., ttate
- shim/ruby16/ext/dl: Check the length of proto., ttate
- ruby/ext/dl: Check the length of proto., ttate
- shim/ruby16/ext/dl: Append $(srcdir) for libtest.def in "depend"., ttate
- ruby/ext/dl: Get rid of STR2CSTR. (Thanks N.Nakada), ttate
- shim/ruby16/ext/dl: bugfix. (Thanks U.Nakamura), ttate
- ruby/ext/dl: bugfix. (Thanks U.Nakamura), ttate
- ruby, ruby/cygwin: * configure.in (LIBRUBY): rename to lib$(LIBRUBY_SO).a on Cygwin/MinGW., eban
- ruby: 2002-06-11, eban
- ruby: 2002-06-11, eban
- ruby: * parse.y (%%): remove '%%' line on the end of the file(parse error)., eban
- ruby/sample: * eval.c (rb_eval): ruby_frame->last_func may be null, if it's, matz
- ruby/lib: * eval.c (rb_eval): ruby_frame->last_func may be null, if it's, matz
- ruby/ext/socket: * eval.c (rb_eval): ruby_frame->last_func may be null, if it's, matz
- ruby: * eval.c (rb_eval): ruby_frame->last_func may be null, if it's, matz
- ruby: * eval.c (rb_eval): ruby_frame->last_func may be null, if it's, matz
- ruby/ext/socket: * eval.c (rb_eval): ruby_frame->last_func may be null, if it's, matz
- mod_ruby: * version 0.9.9 released., shugo
- ruby/lib/net: * lib/net/ftp.rb (noop): new method., shugo
- ruby: * lib/net/ftp.rb (noop): new method., shugo
- ruby, ruby/bcc32, ruby/win32: * bcc32/Makefile.sub: set PROCESSOR_LEVEL to 6 if it's too big value., usa
- ruby, ruby/bcc32: * bcc32/configure.bat fix., H_Konishi
- ruby, ruby/bcc32, ruby/ext, ruby/ext/Win32API, ruby/ext/digest, ruby/ext/dl, ruby/ext/pty, ruby/ext/socket, ruby/ext/tcltklib, ruby/lib, ruby/vms, ruby/win32: new platform [bccwin32] merged., H_Konishi
June 10, 2002
- shim/ruby16/ext/dl/doc, shim/ruby16/ext/dl/lib/dl, shim/ruby16/ext/dl/sample: bugfix., ttate
- ruby/ext/dl/doc, ruby/ext/dl/lib/dl, ruby/ext/dl/sample: bugfix., ttate
- shim/ruby16/ext/dl/lib/dl: Add DL::Importable::Internal::callback(), ttate
- ruby/ext/dl/lib/dl: Add DL::Importable::Internal::callback()., ttate
- app/rwiki/lib/rwiki: add Book#default_src, seki
- ruby: fix PR#., nobu
- ruby: fix PR#., akr
- shim/ruby16/ext/dl: Use cast and substitution instead of memcpy()., ttate
- ruby: 2002-06-10, nobu
- ruby: 2002-06-10, nobu
- ruby:, nobu
- ruby: * numeric.c (fix_lshift): negative shift count means right shift., nobu
- ruby: * numeric.c (fix_lshift): negative shift count means right shift., nobu
- ruby/ext/dl: dl.c (rb_dl_scan_callback_args): memcpy() -> cast and substitution, ttate
June 09, 2002
- shim/ruby16/ext/dl: Get rid of rb_dl_set_callback() and rb_dl_get_callback()., ttate
- ruby/ext/dl: Get rid of rb_dl_set_callback() and rb_dl_get_callback()., ttate
- ruby, ruby/ext/dl, ruby/ext/dl/doc, ruby/ext/dl/sample, ruby/ext/dl/test: * ext/dl: change the callback mechanism., ttate
- shim/ruby16/ext/dl, shim/ruby16/ext/dl/doc, shim/ruby16/ext/dl/sample, shim/ruby16/ext/dl/test: ext/dl: change the callback mechanism., ttate
- ruby: modify typo., aamine
June 04, 2002
- ruby/ext/Win32API, ruby: * ext/Win32API/extconf.rb: refactoring., eban
- ruby/ext/socket, ruby: * ext/socket/extconf.rb: The IPv6 stack of Cygwin is still incomplete., eban
- ruby/ext/tcltklib: * ext/tcltklib/tcltklib.c (Init_tcltklib): moved the definition before actions., eban
- ruby/ext/tk/lib: * ext/tk/lib/tkentry.rb: typo fix(!! -> ||)., eban
- ruby: 2002-06-04, eban
- ruby: 2002-06-04, eban
- ruby/lib: * string.c (rb_str_aset): should raise error if an indexing string, matz
- ruby/ext/socket: * string.c (rb_str_aset): should raise error if an indexing string, matz
- ruby: * string.c (rb_str_aset): should raise error if an indexing string, matz
- ruby/lib: * string.c (rb_str_aset): should raise error if an indexing string, matz
- ruby: * string.c (rb_str_aset): should raise error if an indexing string, matz
- ruby/ext/socket: * string.c (rb_str_aset): should raise error if an indexing string, matz
- ruby/ext/tcltklib, ruby/ext/tk/lib: * tkfont.rb: Fix bugs on TkFont.init_widget_font for Tk8.x., nagai
- ruby/ext/socket: backport miss., nobu
June 03, 2002
- ruby: * ext/socket/getaddrinfo.c (gai_strerror): make literals const., nobu
- ruby/ext/socket: * ext/socket/getaddrinfo.c (gai_strerror): make literals const., nobu
- ruby: commit miss, nobu
- ruby: * ext/socket/addrinfo.h: typo., nobu
- ruby/ext/socket: * ext/socket/addrinfo.h: typo., nobu
- ruby: * ext/socket/addrinfo.h: typo., nobu
- ruby/ext/socket: * ext/socket/addrinfo.h: typo., nobu
- ruby, ruby/ext/win32ole: change PLATFORM with RUBY_PLATFORM., suke
- rough/ext/win32ole: change PLATFORM with RUBY_PLATFORM., suke
June 01, 2002
- app/rwiki/lib/rwiki, app/rwiki/sample/bts: no comment, seki
- app/rwiki/site: Remove CVS Keyword, seki
- app/rwiki/site: reload_rhtml, seki
- app/rwiki/lib/rwiki: reload_rhtml, seki
- app/rwiki/lib/rwiki: Remove CVS Keyword, seki
- rough/ext/win32ole, rough/ext/win32ole/sample: add comment in class definition, suke
- rough/ext/win32ole: add tests/oleserver.rb, suke
- rough/ext/win32ole: add oleserver.rb, suke
- ruby, ruby/ext, ruby/ext/win32ole, ruby/ext/win32ole/doc, ruby/ext/win32ole/lib/win32ole, ruby/ext/win32ole/sample, ruby/ext/win32ole/tests: merge win32ole from rough, suke
- rough/lib/bsearch:, satoru
|
|