Download Firefox:
Windows
,
Mac OS X
lang.ruby.cvs (thread)
<
Prev Period
]
[
Next Period
>
lib/soap4r/test/interopR2: Updated.
,
nahi
lib/soap4r: Use ruby's version string as a part of repository filename.
,
nahi
lib/soap4r: Add directories.
,
nahi
lib/soap4r/lib/soap: Follow WSDL parser interface.
,
nahi
lib/soap4r/lib/wsdl: Check closing element name.
,
nahi
lib/tidy: * tidy.c (secure_update): copied from rb_secure_update in Ruby 1.8.
,
akr
ruby: 2003-03-31
,
eban
ruby/lib: * hash.c (env_reject_bang): untaint key string.
,
matz
ruby: * hash.c (env_reject_bang): untaint key string.
,
matz
app/rdtool/rd: Use Object#class instead of Object#type.
,
nahi
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
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
rough/ext/zlib: updated.
,
katsu
rough/ext/zlib: * version 0.6.0 released.
,
katsu
rough/ext/zlib, rough/ext/zlib/doc: * doc/zlib.rd.src: followed the latest change.
,
katsu
ruby: * regex.c (re_compile_pattern): fix [:name:] handling.
,
akr
ruby: 2003-03-27
,
eban
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: 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: 2003-03-26
,
nobu
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
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
app/rwiki: Escapce bare - in regexp.
,
nahi
lib/tidy: * tidy.c: propagete taintness.
,
akr
ruby/lib: security enhancement of dl library (need test).
,
matz
ruby/ext/dl: security enhancement of dl library (need test).
,
matz
ruby: security enhancement of dl library (need test).
,
matz
ruby, ruby/ext/dl: Added rb_secure(4). (Thanks to Minero Aoki)
,
ttate
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
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
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
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
ruby, ruby/lib: * lib/tracer.rb (trace_func): save and recover Thread.critical state.
,
nahi
ruby, ruby/lib: * lib/tracer.rb (trace_func): save and recover Thread.critical state.
,
nahi
oniguruma: Import Oni Guruma 20030319 (version 1.8.5).
,
knu
mod_ruby: * request.c (request_register_cleanup): new method.
,
shugo
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: * doc/classes.en.rd: added description abount recently added
,
shugo
mod_ruby/doc: * doc/classes.en.rd: added description abount recently added
,
shugo
app/raa/www: Fix previous commit; I mistook.
,
usa
app/raa/www: Specified time is UTC, not localtime... (ToDo352)
,
usa
mod_ruby: * version 1.1.1 released.
,
shugo
mod_ruby/lib/apache: * mod_ruby.c (ruby_log_error): new function.
,
shugo
mod_ruby: * mod_ruby.c (ruby_log_error): new function.
,
shugo
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
app/raa/www: webmaster -> raa-admin
,
usa
mod_ruby/lib/apache: * lib/apache/registry.rb: new file.
,
shugo
mod_ruby: * lib/apache/registry.rb: new file.
,
shugo
mod_ruby/lib/apache: * lib/apache/eruby-run.rb: use Kernel#eval instead of Kernel#load.
,
shugo
mod_ruby/lib/apache: * lib/apache/eruby-run.rb: use Kernel#eval instead of Kernel#load.
,
shugo
mod_ruby: * lib/apache/eruby-run.rb: use Kernel#eval instead of Kernel#load.
,
shugo
mod_ruby: * lib/apache/eruby-run.rb: use Kernel#eval instead of Kernel#load.
,
shugo
oniguruma: Import Oni Guruma 20030312 (version 1.8.4).
,
knu
ruby: * io.c (prep_stdio): set binmode only if the file descriptor
,
eban
mod_ruby: * version 1.0.6 released.
,
shugo
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
ruby/sample: * eval.c (massign): remove unnecessary array unpacking; it should
,
matz
ruby: * eval.c (massign): remove unnecessary array unpacking; it should
,
matz
ruby: 2003-03-10
,
nobu
ruby/ext/pty: * file.c (rb_find_file): need world writable directory check for
,
matz
ruby: * file.c (rb_find_file): need world writable directory check for
,
matz
lib/fcgi, lib/fcgi/lib:
,
moonwolf
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
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
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
ruby/ext/Win32API: * ext/Win32API/Win32API (Win32API_initialize): should check number of
,
eban
app/rdtool: updated documents.
,
tosh
ruby, ruby/ext/Win32API: * ext/Win32API/Win32API.c: no longer use inline-asms.
,
eban
ruby, ruby/ext/Win32API: * ext/Win32API/Win32API.c: no longer use inline-asms.
,
eban
app/rdtool/rd: removed callcc from BlockParser#next_token. (ToDo344)
,
tosh
app/rdtool/rd: changed BlockParser to expand tab into 8 spaces. (ToDo340)
,
tosh
《凌云通讯录 2003版》----您忠诚的伙伴!
,
fanglifu@xxxxxxxxxxxx
app/rdtool: added lang, xml:lang attr of <html> when --out-code is given. (ToDo338)
,
tosh
app/rdtool/rd: removed <p> for TextBlock in DescList, MethodList if the TextBlock is only element of list item. (ToDo112) published Element#children.
,
tosh
ruby: * ChangeLog: cleanups.
,
eban
oniguruma: Import Oni Guruma 20030305 (version 1.8.2).
,
knu
ruby: * configure.in: better YACC support on HP-UX.
,
eban
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: * 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
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
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
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
<
Prev Period
]
[
Next Period
>
^^^
ADDITIONAL NAVIGATION
^^^
Recently Viewed:
version-control...
os.solaris.sola...
java.keel.devel...
emacs.gnus.gene...
web.wiki.pmwiki...
db.sapdb.genera...
ietf.sfl/1998-1...
general.linux-u...
region.indonesi...
culture.autism/...
apache.mod-perl...
sysutils.automa...
user-groups.lin...
yellowdog.gener...
text.xml.securi...
kde.devel.quant...
qnx.openqnx.dev...
mobile.kannel.d...
hardware.dell.p...
package-managem...
linux.cluster.s...
bluez.user/2003...
xfree86.devel/2...
Home
|
blog view
,
Court Document Archive
|
USPTO Patent Archive
(NEW!) |
advertise
| OSDir is an
inevitable
website.