|
|
March 29, 2003
- app/rwiki/lib/rwiki: port from dev-man1_6:, kazu
- app/rwiki: ref_ext_RubyML: append ruby-core, kazu
- app/rwiki/lib/rwiki: ref_ext_RubyML: append ruby-core, kazu
- app/rwiki/lib/rwiki: merge rd2html-lib.rb's change (ToDo165), kazu
- app/rwiki/lib/rwiki: changed style of HTML anchor from 'label:' to 'label-'. (same as ToDo165), kazu
- ruby: * pack.c (pack_pack): do not call rb_str_buf_cat() with NULL ptr,, matz
- ruby: 2003-03-29, eban
- ruby, ruby/ext, ruby/lib, ruby/lib/date, ruby/lib/irb, ruby/lib/uri: * instruby.rb, ext/extmk.rb, lib/benchmark.rb, lib/cgi.rb,, akr
- ruby/ext/dl: * eval.c (avalue_to_svalue): use rb_check_array_type() again., matz
- ruby: * eval.c (avalue_to_svalue): use rb_check_array_type() again., matz
- ruby: * MANIFEST (ext/aix_mksym.rb): remove obsolete file., nobu
March 28, 2003
- ruby/ext/zlib, ruby/ext/zlib/doc: Import Ruby/zlib from rough., katsu
- lib/soap4r/lib/wsdl: Added 'documentation' element support. Thanks to Volkmann., nahi
- ruby: 2003-03-28, nobu
- ruby: * variable.c (rb_class_path): hold temporary class path in a, nobu
- ruby/ext/bigdecimal: Use rb_str2cstr() instead of STR2CSTR() macro., shigek
- rough/ext/bigdecimal/lib: Moved to ruby/ext., shigek
- rough/ext/bigdecimal: Moved to ruby/ext., shigek
- ruby/ext/bigdecimal/lib: Rubbish !, shigek
- ruby/ext: Entries for bigdecimal added., shigek
- ruby/ext/bigdecimal/lib: Copied from rough/bigdecimal,documents & some sample programs added., shigek
- ruby/ext/bigdecimal: Copied from rough/bigdecimal,documents & some sample programs added., shigek
- ruby/lib/net: Added comment for Net::HTTP.get(arg1, arg2, arg3), gsinclair
- rough/ext/zlib: * extconf.rb: removed msg_check and use message defined in mkmf.rb., katsu
- rough/ext/zlib: * extconf.rb: escape `-' in character class., katsu
- rough/ext/zlib/doc: copyright 2003, katsu
March 26, 2003
- ruby: * string.c (rb_str_capitalize_bang): check length before upcase, nobu
- app/rwiki/lib/rwiki: RD::RD2RWikiVisitor#apply_to_Include: raise instead of silently ignoring, kazu
- app/rwiki/lib/rwiki: RWiki::Page#set_src: use db[@name] instead of v, kazu
- app/rwiki/lib/rwiki: updated the version to 2.0.1 (too late...), kazu
- app/rwiki/lib/rwiki: Escapce bare - in regexp., kazu
- app/rwiki: Follow WEBrick., nahi
- lib/http-access2, lib/http-access2/lib, lib/http-access2/lib/http-access2, lib/http-access2/sample: Conding format changes., nahi
- lib/soap4r/lib/wsdl/soap: A little format change., nahi
- lib/soap4r/lib/soap: Follow changes of generator.rb prety print., nahi
- lib/soap4r/lib/soap: Prety print XML instance (optional), nahi
- lib/soap4r/lib/soap/mapping: Add default mapping for DateTime., nahi
- ruby: 2003-03-26, nobu
- ruby: commit miss., nobu
- ruby: * dln.c (dln_find_1): break if path list end, even for too long, nobu
- ruby: * dln.c (dln_find_1): break if path list end, even for too long, nobu
- ruby: 2003-03-26, eban
- ruby/sample: * eval.c (avalue_splat): new function to do unary * (splat), matz
- ruby: * eval.c (avalue_splat): new function to do unary * (splat), matz
- ruby/ext/curses: * eval.c (avalue_splat): new function to do unary * (splat), matz
- ruby/lib: backout, nobu
March 25, 2003
- ruby/sample: * signal.c (trap): return "DEFAULT" and "IGNORE" respectively for, matz
- ruby: * signal.c (trap): return "DEFAULT" and "IGNORE" respectively for, matz
- ruby: 2003-03-25, eban
- ruby: * eval.c (rb_yield_0): call avalue_to_mrhs() to assign block, matz
- rough/ext/zlib: Thanks to katonbo, katsu
- rough/ext/zlib: * zlib.c (Init_zlib): defined constants Zlib::OS_VMCMS, Zlib::OS_ZSYSTEM, Zlib::OS_CPM, Zlib::OS_QDOS, Zlib::OS_RISCOS, and Zlib::OS_UNKNOWN., katsu
- rough/ext/zlib: * extconf.rb: changed the message of guessing OS_CODE and added option --with-os-code., katsu
- rough/ext/zlib: * extconf.rb: look also for -lzlib., katsu
- rough/ext/zlib: * extconf.rb: detection of new style NORETURN is made by NORETURN_STYLE_NEW macro in zlib.c., katsu
- ruby: * io.c (rb_io_initialize): should check rb_secure(4)., matz
- ruby, ruby/ext/strscan: * ext/strscan/strscan.c: should infect also return values of #inspect., aamine
March 23, 2003
- ruby/lib/racc: update NotImplementError to NotImplementedError., matz
- ruby/lib/irb/lc/ja: update NotImplementError to NotImplementedError., matz
- ruby/lib/irb/lc: update NotImplementError to NotImplementedError., matz
- ruby/lib/irb: update NotImplementError to NotImplementedError., matz
- ruby/lib: update NotImplementError to NotImplementedError., matz
- ruby/ext/tk/lib: update NotImplementError to NotImplementedError., matz
- ruby: fix typos., akr
- ruby/lib: * jcode.rb: add n option., eban
- ruby/lib: * io.c (rb_io_fread): may lose data on nonblocking read., matz
- ruby: * io.c (rb_io_fread): may lose data on nonblocking read., matz
- rough/ext/zlib, rough/ext/zlib/doc: * doc/zlib.rd.src: updated., katsu
- rough/ext/zlib: * zlib.c: removed backward compatibility for 0.4 or earlier., katsu
- ruby: * parse.y (block_append): warn unused lteral., nobu
- lib/soap4r/lib/soap: Omit namespace definitions when !generateEncodeType. [ruby-talk:67311], nahi
- lib/soap4r/lib/soap: Refactoring: gather name assigning function to generator.rb., nahi
- ruby/lib, ruby: * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking., eban
- ruby/lib, ruby: * lib/jcode.rb (tr!, delete!, szueeze!): add empty string checking., eban
- rough/ext/zlib: * zlib.c (Init_zlib): renamed Zlib::version to Zlib::zlib_version, and Zlib::VERSION to Zlib::ZLIB_VERSION. Zlib::VERSION now indicates the version of Ruby/zlib., katsu
- ruby: 2003-03-23, nobu
- ruby: 2003-03-23, nobu
- ruby: * gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1., nobu
- ruby: * gc.c (rb_gc_call_finalizer_at_exit): use free() if dfree is -1., nobu
March 22, 2003
- ruby: * time.c (make_time_t): try search_time_t if mktime/timegm is failed., akr
- ruby, ruby/lib, ruby/ext/tk/lib: * lib/optparse.rb, lib/jcode.rb, ext/tk/lib/tk.rb: reorder character, akr
- ruby, ruby/lib/uri: * lib/uri/common.rb: `[', `]', `-' in chracter, akr
- lib/soap4r/lib/soap/mapping, lib/soap4r/lib/soap/rpc, lib/soap4r/lib/soap: Avoid warning 'character class has `-' without escape' of ruby/1.8., nahi
March 21, 2003
- ruby, ruby/lib/date, ruby/lib/uri: * lib/date/format.rb, lib/uri/common.rb: `[', `]', `-' in chracter, akr
- ruby, ruby/ext, ruby/ext/tk/lib, ruby/lib, ruby/lib/date, ruby/lib/irb: * regex.c (re_compile_pattern): fix previous change., akr
- ruby: 2003-03-21, eban
- ruby: * regex.c (re_compile_pattern): give warning for unescaped square, matz
- rubicon, rubicon/builtin: * builtin/notTestProcess.rb (TestProcess#wait_child): fix float, akr
- lib/soap4r/test: Follow changes., nahi
- lib/soap4r/sample/Calc: Follow signature change of addMethodAs., nahi
- lib/soap4r/sample/marshallingWithWSDL: Sample., nahi
- lib/soap4r/sample/Amazon: Search Amazon and dump salesrank., nahi
- ruby: * eval.c (bmcall): missing type., nobu
- lib/soap4r/lib/wsdl/soap: Define @@typeName and @@typeNamespace in Ruby's class definition generated, nahi
- lib/soap4r/lib/wsdl: XML encoding: Definition in a stream (like HTTP) has a priority., nahi
- lib/soap4r/lib/soap: Follow recent changes., nahi
- lib/soap4r/lib/soap/mapping: Simplify WSDLMappingRegistry#initialize signature., nahi
- lib/soap4r/lib/soap/mapping: Follow previous change., nahi
- lib/soap4r/lib/soap/mapping: Move getClassType and getObjType from Factory to Mapping module., nahi
March 20, 2003
- ruby: * sprintf.c (rb_f_sprintf): copy sign bits only if value is, matz
- ruby: * missing.h: include <stdarg.h> or <varargs.h> if HAVE_VSNPRINTF, matz
- ruby/lib:, nobu
- ruby, ruby/lib: * lib/optparse.rb (OptionParser#order!): follow recent change, nobu
- ruby: 2003-03-20, nobu
- ruby: * numeric.c (flo_to_s): change format specifier to "%.15g" to, matz
- ruby: * parse.y (stmt, primary): get rid of SEGV at empty or invalid, nobu
- ruby/lib: * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409), matz
- ruby: * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409), matz
- ruby/ext/tcltklib: * eval.c (load_dyna): clear ruby_errinfo. (ruby-bugs-ja PR#409), matz
- ruby: * eval.c (bmcall): add volatile to avoid GC problem., akr
March 18, 2003
- app/div/sample/rwiki/site: verb_src, seki
- app/div/sample/rwiki: verb_src, seki
- lib/soap4r/lib/soap: Add require dependency., nahi
- lib/soap4r/lib/soap: Change implementation to use soap/rpc/standaloneServer.rb., nahi
- lib/soap4r/lib/soap: Module name changed., nahi
- lib/soap4r/lib/soap/rpc: Moved from soap/server.rb, nahi
- lib/soap4r/lib/soap/rpc: Check element name to match NCName. e.g. alive? is not allowed. Thanks to, nahi
- lib/soap4r/lib/soap/rpc: Change parameter order of addMethodAs, nahi
- lib/soap4r/lib/soap/rpc: Silent logging by default., nahi
- mod_ruby/doc: * merged from version_1_0-branch., shugo
- mod_ruby: * merged from version_1_0-branch., shugo
- mod_ruby: * doc/classes.en.rd: added description abount recently added, shugo
- mod_ruby/doc: * doc/classes.en.rd: added description abount recently added, shugo
March 16, 2003
- rubicon, rubicon/builtin: * builtin/ArrayBase.rb, builtin/HashBase.rb, builtin/StringBase.rb,, akr
- lib/soap4r/lib/soap: Anchor point., nahi
- lib/soap4r/lib/soap: Remove default handler. CAUTION: not tested., nahi
- lib/soap4r/lib/soap: Follow class hierarchy change., nahi
- lib/soap4r/lib/soap: Follow class hierarchy change., nahi
- lib/soap4r/lib/soap: A little performance tuning., nahi
- lib/soap4r/lib/soap: Use for idx in ... instead of Integer#upto., nahi
- lib/soap4r/lib/soap: Move to rpc/* or mapping/*. Add constant definitions for backward compatibility., nahi
- lib/soap4r/lib/soap: Remove xmlscan/0.1.x support., nahi
- lib/soap4r/lib/soap/mapping: Move files., nahi
- lib/soap4r/lib/soap/rpc: Move files., nahi
- shim/ruby16: {Numeric,Fixnum}#quo should be implemented., knu
- shim/ruby16/ext/features/ruby18/math: Check acosh/asinh/atanh and use my own implementations if target doesn't have them., usa
- ruby/lib: add test for previous change., akr
- ruby, ruby/lib: * lib/pp.rb (object_address_group): use to_s instead of name, akr
March 11, 2003
- rough/ext/io/wait/lib: Non-blocking IO stuff., nobu
- ruby: 2003-03-11, nobu
- ruby: 2003-03-11, nobu
- ruby, ruby/lib/net: * lib/net/smtp.rb (auth_cram_md5): Digest string had wrongly included '\n' when user name is too long (ruby-bugs-ja:PR#404)., aamine
- app/rwiki/lib/rwiki: tree starts from any page, kazu
- ruby, ruby/lib/net: * lib/net/smtp.rb: Digest string wrongly included '\n' when user name is too long (ruby-bugs-ja:PR#404)., aamine
- ruby, ruby/lib/net: * lib/net/http.rb: speeding up by avoiding extra flush. (suggested by Brian Candler <B.Candler@xxxxxxxxx>), aamine
- oniguruma: Import Oni Guruma 20030310 (version 1.8.3)., knu
March 09, 2003
- ruby, ruby/lib/net: * lib/net/pop.rb: do not dispatch LIST when a mailbox is empty., aamine
- ruby, ruby/lib: * lib/fileutils.rb (mkdir, mkdir_p): revert., eban
- lib/drb/lib/rinda: fix delete event / druby-ja:73, seki
- lib/drb/runit: check delete event / druby-ja:73, seki
- ruby/lib, ruby: * lib/fileutils.rb (mkdir, mkdir_p): set mode to 0755., eban
March 08, 2003
- lib/drb/lib/rinda: fix: break on expired, seki
- lib/drb/lib/rinda: fix: TupleSpaceProxy#notify argument/ druby-ja:69, seki
- lib/drb/lib/rinda: break on close event / druby-ja:69, seki
- app/rdtool, app/rdtool/rd: fixed version number., tosh
- ruby: 2003-03-08, eban
- app/rwiki: Catch HTTPStatus exception and set header correctly., nahi
- app/rwiki: Use WEBrick::HTTPResponse instead of HTTPAccess2::HTTP::Message., nahi
- app/rwiki: Button label: Comment => Add, nahi
- ruby: new method is Process.detach, not Proc#detach., akr
- ruby: * eval.c (massign): fix a bug not to expand in assigment to sole, nobu
March 07, 2003
- app/rwiki: Show specified number of todos when 'size' param was given., nahi
- app/rwiki: Add 'more...', nahi
- ruby, ruby/lib: * lib/pp.rb (Kernel.pp): module function., akr
- rough/lib: pathname.rb (root?): return true or false., akr
- ruby, ruby/ext/tcltklib: * ext/tcltklib/extconf.rb (find_tcl, find_tk): return true if, nobu
- ruby/ext/dbm, ruby: * ext/dbm/extconf.rb: add QDBM support., eban
- ruby: * parse.y (dsym): :"symbol string" style should not contain `\0'., matz
- ruby/ext/pty: * parse.y (dsym): :"symbol string" style should not contain `\0'., matz
- mod_ruby/lib/apache: * lib/apache/query.rb: supports multipart/form-data., shugo
- mod_ruby: * lib/apache/query.rb: supports multipart/form-data., shugo
March 04, 2003
- ruby: commit miss, nobu
- ruby, ruby/bcc32, ruby/win32: * configure.in, bcc32/Makefile.sub, win32/Makefile.sub: define, nobu
- ruby: * array.c (rb_ary_aref): give warning if index is a symbol., matz
- ruby/missing, ruby: * missing/strftime.c: HP-UX support., eban
- ruby: * io.c (rb_io_popen): do not call rb_io_close() directly, call, matz
- ruby/lib: * io.c (rb_io_popen): do not call rb_io_close() directly, call, matz
- ruby, ruby/missing: * configure.in: better HP-UX support., eban
- mod_ruby: * merged from version_1_0-branch., shugo
- mod_ruby: * table.c (table_set): use ap_table_set() instead of, shugo
- mod_ruby/lib/apache: * lib/apache/query.rb: new file., shugo
- mod_ruby: * lib/apache/query.rb: new file., shugo
March 03, 2003
- ruby, ruby/ext/dl: * ext/dl/MANIFEST: Exclude .cvsignore. [found by: eban], knu
- ruby, ruby/ext/Win32API: * ext/Win32API/MANIFEST: Belatedly add lib/win32/registry.rb., knu
- shim/ruby16/lib: Merge from ruby 1.8: rev.1.5., knu
- shim/ruby16/lib: Sync with 1.8., knu
- ruby: * MANIFEST: Belatedly add Test::Unit files. D'oh!, knu
- lib/soap4r/lib/soap: Refactoring., nahi
- lib/soap4r/lib/soap: to_time did not set usec., nahi
- ruby: * parse.y (yycompile): zero clear ruby_eval_tree_begin if, matz
- ruby: * marshal.c (w_nbyte): should output always via rb_io_write()., matz
- ruby/sample: * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'., matz
- ruby/lib: * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'., matz
- ruby: * parse.y (arg): parse 'lhs = a rescue b' as 'lhs=(a rescue b)'., matz
March 02, 2003
- ruby, ruby/misc: * misc/ruby-mode.el (ruby-expr-beg): escaped char syntax., nobu
- app/rwiki/lib/rwiki: changed style of HTML anchor from 'label:' to 'label-'. (ToDo339), kazu
- app/rwiki: Typo fixed., nahi
- app/rwiki: Prohibit ((:Term:)) for now. I should generate index dynamically., nahi
- oniguruma: Import Oni Guruma 20030301 (version 1.8.1)., knu
- app/rwiki/lib/rwiki: fix map view (ToDo328#2), seki
- app/rwiki/lib/rwiki: fix map view (ToDo328#2), seki
- app/rwiki: Add alt attribute to img element when even if no label was given., nahi
- lib/soap4r/test/interopR2: Avoid warning in Ruby/1.8, nahi
- lib/soap4r/test/interopR2: Follow signature change of MappingRegistry., nahi
- lib/soap4r/lib/wsdl/soap: Refactoring., nahi
- lib/soap4r/lib/wsdl/soap: For pretty print., nahi
- lib/soap4r/lib/wsdl/soap: Follow signature change of MappingRegistry., nahi
- lib/soap4r/lib/soap: parseNS returns attributes except xmlns., nahi
- lib/soap4r/lib/soap: Rewrote RubytypeFactory to support more Ruby objects. Tests in, nahi
- lib/soap4r/lib/soap: Add extraAttrs attribute to add attributes to XML instance., nahi
March 01, 2003
- app/rdtool/rd: fixed ParserError when RD have a line of only `---\\s*\\n'. (ToDo329), tosh
- app/rdtool/rd: changed HTML anchor style 'index:' -> 'index-'. previous change is not complete. (ToDo165), tosh
- app/rdtool/rd: changed error message for invoking Element#tree when a element don't have its parent. (ToDo194), tosh
- app/rdtool/rd: changed style of HTML anchor from 'label:' to 'label-'. (ToDo165), tosh
- lib/soap4r/lib/soap: Add Driver#resetStream to reset aStreamHandler., nahi
- lib/soap4r/lib/soap: Add HTTPPostStreamHandler#reset to reset HTTPAccess2::Client., nahi
- shim/ruby16, shim/ruby16/doc: Note Hash#{merge,merge!}., knu
- shim/ruby16/lib/features/ruby18, shim/ruby16/tests/features/ruby18: Implement Hash#{merge,merge!}., knu
- shim/ruby16/tests/features/ruby18: Comment the whole definition out until a test is added., knu
- lib/csv/lib: StreamBuf: Allow buffers to have variable length. Call IO#read instead of, nahi
- lib/csv/tests: read returns nil at EOF., nahi
- lib/tidy: * tidy.c (tidy_status): new binding for tidyStatus., akr
- app/raa/lib: Add RaaInfo#eql? and RaaInfo#hash for comparing and merging RaaInfo objects., nahi
|
|