|
|
February 28, 2003
- app/raa/lib: Remove the code for backward compatibility (update or updated)., nahi
- app/raa/test: Test case for duplicated search result fixed., nahi
- app/raa/test: Add test for the bug, duplicated search result., nahi
- app/rwiki: A page should not be responsible to itself., nahi
- ruby, ruby/win32: * win32/win32.c (map_errno): map OS error to errno. [new], usa
- ruby: 2003-02-28, nobu
- ruby: 2003-02-28, nobu
- ruby, ruby/win32: * win32/win32.c (flock): supports larger files, and maps error, nobu
- ruby, ruby/win32: * win32/win32.c (flock): maps error code., nobu
February 22, 2003
- app/rwiki/lib/rwiki: fix --- bug, seki
- rough/lib: add tests for comparison against to String., akr
- lib/tidy: * tidy.c: fix discarded node detection. Tidy::Node may be GCed, akr
- app/raa/www: Remove ERuby.charset = 'utf-8' line. Set charset by Apache configuration., nahi
- lib/tidy: * tidy.c (tidy_node_equal): abolished to use reference equality, akr
- app/rwiki: Use WEBrick::HTTPUtils::FormData instead of singleton object created by CGI, nahi
- app/rwiki: Undo the previous change about set_redirect. rw-cgi.rb depends WEBrick so it, nahi
- app/rwiki: CGI module gives an Integer as SERVER_PORT... Add to_s., nahi
- app/rwiki: Add cgiapp.rb: CGI application wrapper which offers WEBrick compatible, nahi
- app/rwiki: Move set_redirect to rwikilet.rb, nahi
- oniguruma: Import Oni Guruma 20030222 (version 1.8.0), knu
- lib/tidy, lib/tidy/lib: * tidy.c: detect discarded node., akr
- ruby: 2003-02-22, eban
- ruby: 2003-02-22, eban
- lib/tidy, lib/tidy/sample: * sample/html-template.rb (Object#expand_template): new method., akr
- app/rwiki: Typo fixed., nahi
- app/rwiki: Split common part for web interface from rwikilet.rb as webinterface.rb., nahi
- lib/devel-logger/lib/devel: Add Logger#log as an alias to Logger#add., nahi
February 21, 2003
- lib/drb: unix.rb: fix uri_option bug. (druby-ja:64), seki
- lib/drb/lib/drb: fix puri_option bug (druby-ja:64), seki
- lib/drb/runit: add test uri_option, seki
- app/div/lib/tofu: use __id__, seki
- app/div/lib/div: use __id__, seki
- ruby: * eval.c (rb_thread_create): may called from place higher than, matz
- ruby: * eval.c (rb_thread_create): may called from place higher than, matz
- app/rwiki: Support Ruby/1.8, nahi
- app/rdtool/rd: Avoid uninitialized instance var warning., nahi
- app/rdtool/rd: Avoid duplicate method definition., nahi
- app/rwiki: Refactoring., nahi
- app/rwiki: rw-lib.rb: add 'add' cmd., nahi
- app/rwiki: Refactoring: public and private, method name, nahi
- app/rwiki: Use File.exist? to avoid exception., nahi
- lib/drb, lib/drb/lib/drb: drb-2.0.1, seki
- ruby, ruby/lib: * lib/fileutils.rb: new method FileUtils#copy_stream., aamine
- ruby: * io.c (argf_to_io): should prefetch argv., matz
- ruby: * string.c (rb_str_cmp_m): should use LONG2NUM()., matz
- ruby: * eval.c (rb_f_require): do not need to abort if a DLEXT file, eban
- ruby: * eval.c (rb_f_require): do not need to abort if a DLEXT file, eban
- ruby: * string.c (rb_str_cmp_m): two small bugs fixed., matz
- ruby: * eval.c (rb_thread_remove): back outt changes., matz
- ruby: 2003-02-21, eban
- ruby: * gc.c (rb_gc_mark): inline rb_gc_mark_children()., matz
February 20, 2003
- ruby: * string.c (rb_str_cmp_m): return nil if str2 does not respond to, matz
- lib/tidy: * tidy.c: refine exception messages., akr
- app/rdtool/rd: fixed a bug about formatting paragraphs of rd2man. (ToDo310), tosh
- lib/tidy, lib/tidy/lib, lib/tidy/sample: * sample/html-template.rb: new file., akr
- ruby: This '$destdir' was meant to be a local variable., knu
- ruby: * mdoc2man.rb: New file. A mdoc to man converter ported from, knu
- rough/ext/enumerator: Implement Enumerable#{each,enum}_cons()., knu
- rough/ext/enumerator: Replace Enumerator with Enumerable::Enumerator., knu
- rough/ext/enumerator: - There is no point in having #enum_for() in Enumerable, since it does, knu
- ruby: * eval.c (rb_thread_remove): thread may die in the process of, matz
- ruby: * file.c (file_expand_path): fix wrong behavior for root file., nobu
- ruby: * file.c (file_expand_path): should not upward beyond share name., nobu
- app/rwiki: Show number of open ToDos at 'more...(count)'., nahi
- app/rwiki: Add NOT search., nahi
- app/rwiki: Compact SSV keywords (nil should not be included here)., nahi
- ruby: * missing.h (strtoul): fix prototype of strtoul., eban
- ruby:, nobu
- ruby: * parse.y (clhs): allow "Foo::Bar = x"., matz
- app/raa/tool: Pretty print., nahi
- app/raa/www: Change URL., nahi
February 19, 2003
- lib/tidy, lib/tidy/lib: * lib/tidy.rb (Tidy::Node#pp_node): new method., akr
- ruby: * eval.c (rb_thread_restore_context): inhibit interrupts in, nobu
- app/rwiki: Follow rwiki.rb, nahi
- app/rwiki: Require csv module., nahi
- app/rwiki: Require csv module., nahi
- lib/tidy, lib/tidy/sample: * sample/tidy-command: new file., akr
- lib/tidy, lib/tidy/lib: * README: authors section added., akr
- app/rwiki/lib/rwiki: fix modified == nil bug. follow rwiki.rb-2.0.0, seki
- ruby: 2003-02-19, nobu
- ruby: * node.h (nd_cpath): nested class/module declaration., nobu
- lib/tidy, lib/tidy/lib: * tidy.c (tidy_s_open): removed., akr
- mod_ruby: * version 1.1.0 released., shugo
- eruby: * version 1.0.3 released., shugo
- mod_ruby: * version 1.0.5 released., shugo
- app/raa/www: Set the value of cellpadding same as other tables., usa
February 18, 2003
- app/rdtool, app/rdtool/doc, app/rdtool/rd, app/rdtool/test, app/rdtool/utils: merged from v0-6-10-fix-branch. all experimental code is discarded. now trunk is same as release 0.6.12., tosh
- ruby: 2003-02-18, eban
- ruby: * eval.c (rb_call0): should not report uninitialized warning by, matz
- lib/tidy: * (tidy_error_message): rename from tidy_error_content., akr
- app/raa/www: Major category page: 50%-50% 2 tables in the table., nahi
- lib/tidy: * tidy.c (tidy_parse_io): remove unused variable., akr
- lib/tidy: * tidy.c (make_tidy_node): return Qnil if tnod is NULL., akr
February 17, 2003
- lib/tidy: * tidy.c (tidy_attr): tidyAttrValue may return NULL., akr
- ruby, ruby/misc: * misc/ruby-mode.el (ruby-comment-column): customize comment, nobu
- lib/soap4r/lib/soap: Move generateEncodeType and decodeComplexTypes attributes to, nahi
- app/rwiki: Allow '===...' in Comment., nahi
- lib/drb: fix auto_load bug (druby-ja:60), seki
- lib/drb/lib/drb: fix auto_load bug (druby-ja:60), seki
- ruby, ruby/win32: * win32/win32.c (rb_w32_opendir, rb_w32_utime): need parens., nobu
- ruby, ruby/win32: * win32/win32.c (link): implement with CreateHardLink()., usa
- ruby: 2003-02-17, nobu
- ruby: commit error., nobu
- ruby:, nobu
- lib/tidy: * tidy.c (setopt_with_type): use NUM2INT instead of FIX2INT to, akr
February 16, 2003
- lib/tidy, lib/tidy/lib: * lib/tidy.rb (Tidy::Node#pretty_print): refined., akr
- lib/tidy: lib/tidy.rb added., akr
- lib/tidy, lib/tidy/lib: update ChangeLog and Tidy::Node#pretty_print bit refined., akr
- lib/tidy/lib: new file., akr
- app/raa/www: Align count of project at major category list., usa
- app/raa/www: Remove www.ruby-lang.org icon., nahi
- lib/tidy: * tidy.c : bindings for document tree implemented., akr
- lib/tidy: initial imported., akira
- app/raa/www: Add links to minor-category., nahi
- app/raa/www: Change the model entry., nahi
- lib/csv/tests: Removed., nahi
- lib/csv/tests: Add 2 tests for coverage., nahi
- lib/csv/lib: camelCase -> word_concatinated_with_underbar., nahi
- lib/csv/tests: Interface change., nahi
- lib/csv/tests: Get [RAA:coverage], nahi
- ruby, ruby/sample: * file.c (file_expand_path): buffer might be reallocated while, nobu
- app/rwiki/lib/rwiki: change Version, seki
February 14, 2003
- ruby, ruby/sample: * file.c (file_expand_path): fix surplus path separators while, nobu
- lib/soap4r/lib/soap: Follow http-access2 (recovered previous behaviour), nahi
- lib/http-access2/sample: Add get sample with block., nahi
- lib/http-access2/lib: Split doGet into doGetBlock and doGetStream. Time to stop using camelCase?, nahi
- lib/http-access2/lib/http-access2: Move chunk methods: Message -> Body, nahi
- app/rwiki/lib/rwiki: Page.[] => pg.book[], kazu
- ruby, ruby/lib, ruby/lib/uri: * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=(), akira
- ruby, ruby/lib, ruby/lib/uri: * lib/uri/generic.rb, lib/uri/ldap.rb, lib/uri/mailto.ldap: all foo=(), akira
- rough/lib/uri, rough/lib/uri/test, rough/lib/uri/uri: all foo=() returns arguments passed by caller., akira
February 13, 2003
- rough/lib: (Pathname#<=>): new method., akr
- lib/http-access2/sample: Follow http-access2.rb, nahi
- lib/http-access2/lib: Recover syncronized API. Returned content is a String, not an IO., nahi
- lib/http-access2/lib/http-access2: Add chunk size., nahi
- app/rwiki: add class attribute to dangling links (ToDo276), kazu
- app/rwiki/lib/rwiki: add class attribute to dangling links (ToDo276), kazu
- app/rwiki/lib/rwiki: modified == nil if stat.size == 0, seki
- app/rwiki/lib/rwiki: Page#modified should be db.modified(name), kazu
- app/rwiki/lib/rwiki: use RWiki::TOP_NAME, seki
- lib/http-access2/sample: Follow http-access2.rb, nahi
- lib/http-access2/sample: Follow http-access2.rb, nahi
- lib/http-access2/lib: Use IO.pipe instead of String for streaming IO., nahi
- lib/http-access2/lib/http-access2: Add Message#content as a shortcut to Body#content., nahi
- ruby, ruby/sample:, nobu
- ruby/sample: * range.c (range_step): step might be float 0 < x < 1., matz
- ruby: * range.c (range_step): step might be float 0 < x < 1., matz
- rough/ext/enumerator: Rename enum_using to enum_for., knu
- app/rwiki: Use ERB instead of ERbLight., nahi
- app/rwiki: Use ERB instead of ERbLight., nahi
- app/rwiki: Use here doc to generate page src. No user visible change., nahi
- app/rwiki: Sort ToDos by chronologically., nahi
- rough/lib: rename internal methods., akr
- ruby: * ruby.c (proc_options): script argument is in effect only when -e is not given., nobu
- ruby: * ruby.c (proc_options): script argument is in effect only when -e is not given., nobu
- ruby: 2003-02-13, nobu
- ruby: 2003-02-13, nobu
- ruby: * ruby.c (ruby_init_loadpath): ensures buffer terminated, nobu
- ruby: * ruby.c (ruby_init_loadpath): ensures buffer terminated, nobu
February 12, 2003
- rough/lib: (Pathname#mkpath): new method., akr
- ruby: * eval.c (rb_thread_schedule): current thread may be dead when, nobu
- shim/ruby16/lib: Copy from ruby 1.8., knu
- shim/ruby16/lib: Merge from ruby 1.8: rev.1.4., knu
- shim/ruby16/lib: Merge from ruby 1.8: rev.1.3., knu
- ruby: * file.c (rb_file_s_dirname): append "." if drive only., nobu
- ruby: 2003-02-12, nobu
- ruby: * file.c (strrdirsep): ignore trailing directory separators., nobu
- rough/lib: (Pathname#initialize): Use to_str instead of String()., akr
- oniguruma: Import Oni Guruma 20030212 (version 1.7.2)., knu
- shim/ruby16/lib/features/ruby18: On second thought, this was an overkill and just increased overheads., knu
- shim/ruby16/tests/features/ruby18: D'oh, I did not mean to commit this. #eql? needs not return false in, knu
- shim/ruby16/lib/features/ruby18, shim/ruby16/tests/features/ruby18: Improve Regexp#eql?()., knu
- ruby/lib/optparse: convert EOL code., nobu
- rough, rough/lib: Add filetype.rb, a wrapper for the file(1) command., knu
- shim/ruby16/lib: Import Test::Unit 0.1.8 from ruby 1.8., knu
- shim/ruby16/lib: Import Test::Unit 0.1.8 from ruby 1.8., knu
- Re: ruby/lib: Imported Test::Unit 0.1.8, Akinori MUSHA
- Re: ruby/lib: Imported Test::Unit 0.1.8, Nobuyoshi Nakada
- Re: ruby/lib: Imported Test::Unit 0.1.8, Nathaniel Talbott
- Re: ruby/lib: Imported Test::Unit 0.1.8, Akinori MUSHA
- Re: ruby/lib: Imported Test::Unit 0.1.7, Akinori MUSHA
- Re: ruby/lib: Imported Test::Unit 0.1.8, Tanaka Akira
- Re: ruby/lib: Imported Test::Unit 0.1.8, Nathaniel Talbott
- ruby/lib: Imported Test::Unit 0.1.8, ntalbott
- ruby/lib: Imported Test::Unit 0.1.8, ntalbott
- rough/lib/testunit: * Fixed the package.rb ftp target to run under 1.6., ntalbott
- Re: rough/lib/testunit: * Fixed a small problem in style.rb., Nathaniel Talbott
- rough/lib/testunit: * Fixed a small problem in style.rb., ntalbott
- rough/lib/testunit: * Removed automatic tagging from package.rb for the time being., ntalbott
- Re: ruby/lib: Imported Test::Unit 0.1.7, Tanaka Akira
- rubicon, rubicon/builtin: * builtin/TestFile.rb (TestFile::test_s_basename): SUSv3 compliant., nobu
- Re: ruby/lib: Imported Test::Unit 0.1.7, Nathaniel Talbott
- Re: ruby/lib: Imported Test::Unit 0.1.7, Tanaka Akira
- Re: ruby/lib: Imported Test::Unit 0.1.7, Nathaniel Talbott
- Re: ruby/lib: Imported Test::Unit 0.1.7, Tanaka Akira
- Re: ruby/lib: Imported Test::Unit 0.1.7, Nathaniel Talbott
- Re: ruby/lib: Imported Test::Unit 0.1.7, Nobuyoshi Nakada
- ruby/lib: Imported Test::Unit 0.1.7, ntalbott
- ruby/lib: Imported Test::Unit 0.1.7, ntalbott
February 11, 2003
- app/raa/lib, app/raa/www: Make description longer at cat.rhtml and search.rhtml. (ToDo279), usa
- app/raa/www: 2 column trial., nahi
- app/raa/lib: YAML generate tool., nahi
- app/raa/lib: Create temporary file and rename., nahi
- rough/lib: (Pathname#parent): new method., akr
- rough/lib/testunit/packages/testunit/test/test/unit/util, rough/lib/testunit/packages/testunit/lib/test/unit, rough/lib/testunit/packages/testunit/test/test/unit, rough/lib/testunit, rough/lib/testunit/packages/runit-compat/lib/runit/cui, rough/lib/testunit/examples, rough/lib/testunit/packages, rough/lib/testunit/packages/runit-compat/test, rough/lib/testunit/packages/runit-compat/lib/runit, rough/lib/testunit/packages/testunit/lib/test/unit/ui/fox, rough/lib/testunit/packages/testunit/lib/test/unit/ui/console, rough/lib/testunit/packages/testunit/lib/test, rough/lib/testunit/packages/testunit/lib, rough/lib/testunit/packages/testunit/lib/test/unit/ui/gtk, rough/lib/testunit/packages/testunit/lib/test/unit/ui, rough/lib/testunit/packages/testunit/lib/test/unit/util: * Changed tabs to two spaces for indentation., ntalbott
- rough/lib: (Pathname#realpath): new method., akr
- rough/lib/testunit, rough/lib/testunit/packages/testunit/test/test/unit, rough/lib/testunit/packages, rough/lib/testunit/packages/runit-compat/test: * Fixed various Test::Unit tests not using a return code > 0 on a failure., ntalbott
- app/raa/lib: Remove migration code., nahi
February 10, 2003
- ruby: * typo fix., eban
- ruby/ext, ruby: * ext/extmk.rb (parse_args): add '-n' to $mflags BEFORE "--"., eban
- ruby, ruby/lib: * lib/fileutils.rb (FileUtils#uptodate?): use mtime for comparison., aamine
- ruby: * array.c (rb_ary_to_a): return value should be an Array if the, matz
- eruby: * rebuild with new autoconf.rb., shugo
- mod_ruby: * merged from version_1_0-branch., shugo
- mod_ruby: * autoconf.rb: fix XLDFLAGS., shugo
- eruby: * rebuild with new autoconf.rb., shugo
- mod_ruby: * ruby-1.8 fix from version_1_0-branch., shugo
- mod_ruby: * autoconf.rb: fix for ruby-1.8., shugo
February 09, 2003
- rough/ext/zlib: Thanks to moriq., katsu
- rough/ext/zlib, rough/ext/zlib/doc: * doc/zlib.rd.src: typo fixed., katsu
- ruby: * io.c (rb_file_sysopen): rb_file_sysopen_internal() needs four, eban
- app/div/sample/rwiki: change recent, seki
- rough/lib: (Pathname.glob): new method., akr
- ruby: 2003-02-09, eban
- ruby: * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC, RB_CVAR_SET_4ARGS):, nobu
- ruby, ruby/lib: * lib/mkmf.rb (init_mkmf): add libdir to LIBPATH unless cross, nobu
- app/rwiki: Do not use ':' as a name., nahi
- app/rwiki: Nil reference crash when it is an unknown status., nahi
February 08, 2003
- ruby, ruby/lib/net: * lib/net/http.rb: 4xx raises Net::ProtoServerError, 5xx raises Net::ProtoFatalError (for backward compatibility)., aamine
- ruby, ruby/lib: * lib/fileutils.rb: new method FileUtils.pwd (really)., aamine
- app/rwiki/lib/rwiki: add div.body, seki
- app/rwiki/lib/rwiki: add class="src", seki
- app/rwiki/lib/rwiki: change status 4xx->5xx, seki
- app/rwiki/rd: add src.rd, seki
- app/rwiki/rd: update install.rd, seki
- app/rwiki/lib/rwiki: fix [Like] bug., seki
- app/rwiki/lib/rwiki: rescue DRbConnError, seki
- app/rwiki: Follow RAA/2.3, kazu
- ruby: fix typo., akr
- ruby: Sorry, missed contributer's name., nobu
- ruby, ruby/misc: * misc/ruby-mode.el (ruby-forward-string): fixed void variable, nobu
- rough/lib: create Pathname object in, akr
- rough/lib/uri, rough/lib/uri/test, rough/lib/uri/uri: removed Generic#to_str., akira
- app/rwiki/rd: remove obsolete install, seki
- app/raa/www: xx-large -> x-large: suggested by MoonWolf-san., nahi
- app/raa/lib: Ruby/1.8 support., nahi
- app/rwiki: Add <span class="content"/> in h? element., nahi
- app/rwiki: Add 'more...' at the end of the list., nahi
- app/rwiki: '...' => 'more...', nahi
February 07, 2003
- ruby: 2003-02-08, knu
- ruby, ruby/lib/irb, ruby/lib/irb/lc, ruby/lib/irb/lc/ja, ruby/lib/shell: * lib/irb/context.rb, lib/irb/multi-irb.rb, lib/irb/workspace.rb,, knu
- ruby, ruby/lib/irb, ruby/lib/irb/ext, ruby/lib/irb/lc, ruby/lib/irb/lc/ja, ruby/lib/shell: * lib/irb/workspace.rb, lib/irb/ext/math-mode.rb,, knu
- ruby: 2003-02-08, knu
- ruby: s/Mon 01/Mon 1/., knu
- ruby: * intern.h (HAVE_RB_DEFINE_ALLOC_FUNC): New boolean macro to make, knu
- lib/drb: update ChangeLog, seki
- lib/drb/lib/rinda: add note:, seki
- lib/drb/sample: add ring_inspect, seki
- app/div/sample/rwiki: change style, seki
- app/div/sample/rwiki/site: add sample site, seki
- ruby: 2003-02-07, eban
- mod_ruby: * code cleanup, shugo
- rubicon/builtin, rubicon/language: * builtin/TestFixnum.rb: no .<digit> floating literal anymore., usa
- Re: rubicon, rubicon/builtin: * builtin/TestFloat.rb (TestFloat::test_DIV): no .<digit> floating, Yukihiro Matsumoto
- Re: rubicon, rubicon/builtin: * builtin/TestFloat.rb (TestFloat::test_DIV): no .<digit> floating, U.Nakamura
- ruby: re-indented., nobu
- ruby: * intern.h, re.c (rb_memsearch): returns long., nobu
- ruby: * eval.c (proc_invoke): should propagate self to super, nobu
- rubicon, rubicon/builtin: * builtin/TestFloat.rb (TestFloat::test_DIV): no .<digit> floating, nobu
- mod_ruby: * request.c (get_mode): add default to the switch statement., shugo
- mod_ruby: * ruby_config.c: ruby_handler_internal() -> ruby_require_internal()., shugo
- rubicon/builtin: TestBignum.rb (test_POW): replace ".5" with "0.5"., matz
- mod_ruby: * ChangeLog: fix the mail address., shugo
- mod_ruby: * merged from apr_thread_safe-branch., shugo
- oniguruma: Import Oni Guruma 20030207. (1.7.1), knu
- rough/lib/testunit, rough/lib/testunit/packages/testunit/test/test/unit, rough/lib/testunit/packages/testunit/lib/test/unit: * !Changed #assert_match to use #=~ instead of #match; it can now handle strings as patterns, too., ntalbott
February 06, 2003
- app/div/sample/rwiki: change title, seki
- app/div/sample/rwiki: add recent, seki
- lib/snmp: Update ChangeLog., knu
- ruby: * re.c (rb_reg_initialize_m): shoule not preset "kcode" unless, matz
- ruby, ruby/lib: * lib/fileutils.rb: new method FileUtils.pwd., aamine
- ruby/lib: * lib/complex.rb (Complex#==): should not raise error by type, matz
- ruby: * lib/complex.rb (Complex#==): should not raise error by type, matz
- ruby: 2003-02-06, eban
- ruby: * re.c (rb_reg_initialize_m): 3rd argument was ignored., matz
- rough/lib/testunit, rough/lib/testunit/packages/testunit/test/test/unit, rough/lib/testunit/packages/testunit/lib/test/unit, rough/lib/testunit/packages/runit-compat/lib/runit, rough/lib/testunit/packages/testunit/lib/test/unit/ui: * Fixed a test in TC_TestSuite (thanks to Eivind Eklund)., ntalbott
February 05, 2003
- ruby, ruby/lib: * lib/open-uri.rb: dispatch code restructured to make it openable, akr
- app/div/sample/rwiki: change style, seki
- app/rwiki/lib/rwiki: check content.tree, seki
- ruby, ruby/lib: * lib/open-uri.rb: Location: field may has a relative URI., akr
- ruby: 2003-02-05, eban
- mod_ruby: * mod_ruby.c: rename finalize_ruby_interpreter() to ruby_finalize_interpreter(), shugo
- lib/drb/lib/rinda: rescue all exception in renew, seki
- ruby: * parse.y (yylex): no .<digit> floating literal anymore., matz
- mod_ruby: * use ruby_call_intepreter() to require libraries., shugo
- app/rwiki/lib/rwiki: add Book#recent_changes, seki
- mod_ruby: * mod_ruby.c (ruby_thread_start): save ruby_request_queue to req., shugo
- mod_ruby: * mod_ruby.c (ruby_handler): use call_ruby_interpreter()., shugo
- mod_ruby:, shugo
February 04, 2003
- app/rwiki/lib/rwiki: Follow RAA/2.3, kazu
- app/rwiki: Follow RAA/2.3, kazu
- oniguruma: Import Oni Guruma 20030204., knu
- ruby: typo, nobu
- ruby: 2003-02-04, eban
- ruby/sample: * array.c (rb_ary_equal): a == b is true when b is non T_ARRAY, matz
- ruby: * array.c (rb_ary_equal): a == b is true when b is non T_ARRAY, matz
- ruby: 2003-02-04, eban
- ruby: * error.c (get_syserr): typo fix., eban
- ruby/sample: * io.c (argf_getline): should not increment lineno at EOF., matz
- ruby: * io.c (argf_getline): should not increment lineno at EOF., matz
- ruby/lib: Added RDoc comments. See comments at EOF for remaining issues., gsinclair
February 03, 2003
- app/div/sample/ring: change theme mount point, seki
- ruby/lib: Added RDoc comments., gsinclair
- rough/lib: revert previous change., akr
- ruby: * re.c (rb_reg_initialize_m): unfotunate serious typo., matz
- ruby: * object.c (Init_Object): default Object#=== now calls "==", matz
- ruby: * re.c (rb_memsearch): a little improvement., nobu
- ruby: typo, nobu
- ruby: 2003-02-03, eban
- ruby: * re.c (rb_memsearch): algolithm body of String#index., matz
- ruby/sample: * re.c (rb_memsearch): algolithm body of String#index., matz
February 01, 2003
- app/rwiki/lib/rwiki: block local variable name miss, kazu
- app/rwiki/lib/rwiki: merge from dev-rrr:, kazu
- app/rwiki/lib/rwiki: merge from dev-rrr at Fri, 24 Jan 2003 16:14:46 +0000:, kazu
- app/rwiki/lib/rwiki: ext -> title,pg, kazu
- app/rwiki/lib/rwiki: get rid of trailing space, kazu
- app/rwiki/lib/rwiki: merge from dev-rrr at Fri, 24 Jan 2003 16:14:46 +0000:, kazu
- app/rwiki/lib/rwiki: * RWiki::PageFormat#link_and_modified(pg), kazu
- app/rwiki/lib/rwiki: merge from dev-rrr:, kazu
- app/rwiki/lib/rwiki: imerge from dev-rrr at Fri, 24 Jan 2003 16:14:46 +0000:, kazu
- app/rwiki: Reduce useless ipc., kazu
- app/raa/lib, app/raa/www: Add maxfield attribute to all text/password input field. (ToDo258), usa
- rough/lib: (Pathname#simplify): optional arugment assume_no_symlink added., akr
- app/raa/lib, app/raa/www: Use Apache.request if mod_ruby available., usa
- app/div/lib/tofu: add mock, seki
- app/div/sample/rwiki: snapshot, seki
- app/rwiki: Reduce useless ipc., nahi
- app/rwiki: XSS vulnerability., nahi
- app/raa/lib: Fill from field with YYYY-MM-01 by default. YYYY-MM is from the year and month, nahi
|
|