summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2004-05-19* ext/tk/lib/tk.rb: change permition of TkObject#tk_send from private to publicnagai
2004-05-17* ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz
2004-05-16* add a new sample scriptnagai
2004-05-16* ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr
2004-05-15* ext/syck/depend: commit miss.eban
2004-05-15* ext/syck/depend: add ruby's headers.eban
2004-05-15* ext/syck/MANIFEST, ext/syck/depend: new file.nobu
2004-05-15* lib/yaml.rb: removed fallback to pure Ruby parser.why
2004-05-14* ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai
2004-05-13* ext/syck/rubyext.c (yaml_org_handler): some empty strings werewhy
2004-05-12* ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo
2004-05-12* ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...nagai
2004-05-11Fix for 'incomplete bug fix' for 1.41.shigek
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