aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/socket/socket.c (setup_domain_and_type): honor duck typing.matz2004-05-171-7/+18
* * add a new sample scriptnagai2004-05-163-0/+406
* * ext/dbm/dbm.c (fdbm_initialize): accept optional 3rd argument toakr2004-05-161-11/+29
* * ext/syck/depend: commit miss.eban2004-05-151-1/+1
* * ext/syck/depend: add ruby's headers.eban2004-05-151-10/+12
* * ext/syck/MANIFEST, ext/syck/depend: new file.nobu2004-05-152-0/+11
* * lib/yaml.rb: removed fallback to pure Ruby parser.why2004-05-156-194/+203
* * ext/tk/lib/tk/canvas.rb: improve coords support for canvas items.nagai2004-05-143-116/+88
* * ext/syck/rubyext.c (yaml_org_handler): some empty strings werewhy2004-05-131-1/+1
* * ext/openssl/ossl_x509name.c: attribute value of DC (short name ofgotoyuzo2004-05-121-0/+1
* * ext/tk/lib/tk/composite.rb: improve configure methods. (based on the propos...nagai2004-05-122-18/+303
* Fix for 'incomplete bug fix' for 1.41.shigek2004-05-111-1/+1
* * io.c (rb_f_open): open should not ignore block when "to_open"matz2004-05-083-9/+3
* * win32ole.c: add RDoc style comment.suke2004-05-081-61/+183
* * parse.y (string_content): turn off NODE_NEWLINE flag to avoidmatz2004-05-074-19/+49
* use numerichost if cannot resolve hostnameseki2004-05-061-5/+5
* * ext/tk/tkutil.c (get_eval_string_core): bug fix. [ruby-dev:23466]nagai2004-05-061-1/+1
* * lib/yaml/rubytypes.rb (to_yaml): added instance variable handlingwhy2004-05-0610-236/+246
* * ext/extmk.rb: get rid of side effect of Config.expand, patched bynobu2004-05-061-1/+1
* * renewal Ruby/Tknagai2004-05-01246-10978/+27049
* * lib/yaml/rubytypes.rb: passing Range tests.why2004-04-266-308/+406
* * common.mk, ext/extmk.rb: make ext and .ext get removed by distclean.nobu2004-04-221-4/+5
* * ext/extmk.rb: skip linking when libraries to be preloaded notnobu2004-04-151-1/+1
* * ext/gdbm/gdbm.c (Init_gdbm): define GDBM::READER, GDBM::WRITER,akr2004-04-151-16/+24
* * ext/openssl/ossl_x509name.c (ossl_x509name_init_i): should return a value.gotoyuzo2004-04-121-1/+2
* * ext/extmk.rb (extmake): skip uncompiled extensions.nobu2004-04-081-0/+2
* * ext/iconv/iconv.c (iconv_s_list): return encoding list if no blocknobu2004-04-081-2/+13
* * pack.c (pack_pack): use NUM2INT() instead of num2i32().matz2004-04-071-3/+11
* * file.c (rb_get_path): get path string via "to_path" method ifmatz2004-04-071-0/+2
* * ext/socket/socket.c (raise_socket_error): never return.usa2004-04-061-3/+3
* * ext/socket/socket.c (raise_socket_error): some platforms don't haveusa2004-04-051-0/+2
* * ext/syck/syck.h: version 0.43.why2004-04-031-1/+1
* * ext/syck/lib/gram.c: allow root-level inline collections.why2004-04-021-307/+327
* * ext/extmk.rb (extmake): extract necessary variables for static linknobu2004-04-021-8/+28
* * ext/socket/socket.c: mistakingly removed do_not_reverse_lookup.matz2004-04-021-15/+65
* * ext/socket/socket.c (make_hostent): fix memory leak, based onmatz2004-04-011-95/+55
* * pack.c (pack_pack): raises RangeError if uv is out of UTF8 valuematz2004-03-311-7/+16
* * exception message clean-up by Ian Macdonald <ian@caliban.org>.matz2004-03-2912-55/+55
* fix typo.akr2004-03-282-2/+2
* Bug in + and - reported by Bret Jolly fixed.shigek2004-03-251-25/+8
* MANIFEST update.nobu2004-03-231-2/+0
* * Makefile.in, */Makefile.sub, common.mk (clean-local, distclean-local):nobu2004-03-231-2/+5
* * ext/extmk.rb: rm -rf $extout, not extout.eban2004-03-201-1/+1
* * mkconfig.rb: no longer embed srcdir and compile_dir intonobu2004-03-181-14/+16
* * ext/openssl/lib/openssl/ssl.rb (OpenSSL::SSL::SocketForwarder):gotoyuzo2004-03-151-1/+6
* * struct.c (rb_struct_s_def): Struct::new executes block withmatz2004-03-101-0/+17
* * lib/net/http.rb: spin off https code again.aamine2004-03-062-158/+0
* * ext/strscan/strscan.c (strscan_init_copy): struct re_registers mustnobu2004-03-061-1/+7
* * ext/strscan/depend: depends on re.h and regex.h.nobu2004-03-062-7/+2
* * lib/net/http.rb: net/https is merged.aamine2004-03-051-89/+3