summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-05-08* io.c (rb_f_open): open should not ignore block when "to_open"matz
2004-05-08 * win32ole.c: add RDoc style comment.suke
2004-05-07* parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz
2004-05-06use numerichost if cannot resolve hostnameseki
2004-05-06* ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai
2004-05-06* lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy
2004-05-06* ext/extmk.rb: get rid of side effect of Config.expand, patched bynobu
2004-05-01* renewal Ruby/Tknagai
2004-04-26* lib/yaml/rubytypes.rb: passing Range tests.why
2004-04-22* common.mk, ext/extmk.rb: make ext and .ext get removed by distclean.nobu
2004-04-15* ext/extmk.rb: skip linking when libraries to be preloaded notnobu
2004-04-15* ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr
2004-04-12* ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo
2004-04-08* ext/extmk.rb (extmake): skip uncompiled extensions.nobu
2004-04-08* ext/iconv/iconv.c (iconv_s_list): return encoding list if no blocknobu
2004-04-07* pack.c (pack_pack): use NUM2INT() instead of num2i32().matz
2004-04-07* file.c (rb_get_path): get path string via "to_path" method ifmatz
2004-04-06* ext/socket/socket.c (raise_socket_error): never return.usa
2004-04-05* ext/socket/socket.c (raise_socket_error): some platforms don't haveusa
2004-04-03* ext/syck/syck.h: version 0.43.why
2004-04-02* ext/syck/lib/gram.c: allow root-level inline collections.why
2004-04-02* ext/extmk.rb (extmake): extract necessary variables for static linknobu
2004-04-02* ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.matz
2004-04-01* ext/socket/socket.c (make_hostent): fix memory leak, based onmatz
2004-03-31* pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz
2004-03-29* exception message clean-up by Ian Macdonald <ian@caliban.org>.matz
2004-03-28fix typo.akr
2004-03-25Bug in + and - reported by Bret Jolly fixed.shigek
2004-03-23MANIFEST update.nobu
2004-03-23* Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu
2004-03-20* ext/extmk.rb: rm -rf $extout, not extout.eban
2004-03-18* mkconfig.rb: no longer embed srcdir and compile_dir intonobu
2004-03-15* ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder):gotoyuzo
2004-03-10* struct.c (rb_struct_s_def): Struct::new executes block withmatz
2004-03-06* lib/net/http.rb: spin off https code again.aamine
2004-03-06* ext/strscan/strscan.c (strscan_init_copy): struct re_registers mustnobu
2004-03-06* ext/strscan/depend: depends on re.h and regex.h.nobu
2004-03-05* lib/net/http.rb: net/https is merged.aamine
2004-03-05* ext/strscan/strscan.c: new method StringScanner#initialize_copy to allow #d...aamine
2004-03-03* ext/syck/rubyext.c: get rid of warnings.nobu
2004-02-23* ext/openssl/ossl_config.c (ossl_config_each): add new methodgotoyuzo
2004-02-22* lib/mkmf.rb (init_mkmf): $INCFLAGS also should be lazy-evaluated.nobu
2004-02-22* ext/extmk.rb: $extstatic is Array or nil now. [ruby-talk:93383]nobu
2004-02-22* ext/extmk.rb: use optparse instead of getopts.nobu
2004-02-21 * ext/zlib/zlib.c: documented, but needs more effort.gsinclair
2004-02-21* ext/extmk.rb: prefer relative path. [ruby-talk:93037]nobu
2004-02-20Wrong descriptions,pointed out by Bret Jolly,in the documents changed.shigek
2004-02-19 * ext/strscan/strscan.c: improved documentationgsinclair
2004-02-18* ext/strscan/strscan.c: StringScanner#restsize is obsolete; use #rest_size i...aamine
2004-02-18* ext/strscan/strscan.c: don't use rb_eval_string, it defines classes under t...aamine