summaryrefslogtreecommitdiff
path: root/ext
AgeCommit message (Expand)Author
2006-07-17* ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu
2006-07-17* ext/io/wait/wait.c (io_ready_p): protoize.matz
2006-07-14* ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai
2006-07-13* ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai
2006-07-11* ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai
2006-07-11* ext/tk/lib/multi-tk.rb: security fix.nagai
2006-07-11* bignum.c (bignorm): sizeof(long) may be smaller thanmatz
2006-07-10* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai
2006-07-10* ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai
2006-07-07should define FUNC_CDECL/STDCALL if the macros are not defined.ttate
2006-07-06conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate
2006-07-06* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine
2006-07-03* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz
2006-07-03* ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai
2006-07-03* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu
2006-07-02* ext/racc/cparse/cparse.c: sync with original code, rev 1.7.aamine
2006-07-02* ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.aamine
2006-06-30fixed the alignment problems discussed in [ruby-dev:28667].ttate
2006-06-29* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz
2006-06-29* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz
2006-06-27* string.c: RDoc update for =~ method. a patch from Alex Youngmatz
2006-06-27* ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai
2006-06-27* ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu
2006-06-26* ext/socket/socket.c (bsock_recv_nonblock): new methodakr
2006-06-26* ext/ripper/eventids2.c (token_assoc): added tCHAR, which is notnobu
2006-06-26revert sock_sysaccept addition to [ruby-dev:28861].akr
2006-06-26* ext/socket/socket.c (sock_accept): revert to avoid ambiguity ofmatz
2006-06-26* ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai
2006-06-25add extconf.h.akr
2006-06-25support some kind of method of word. [ruby-Bugs#3237]suke
2006-06-24add extconf.h to .cvsignore.akr
2006-06-21* ext/socket/socket.c (sock_s_socketpair): try GC only once.akr
2006-06-21* ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.usa
2006-06-21* parse.y (block_param): do not use multiple assignment for a solematz
2006-06-21* parse.y (method_call): remove (fn)(args) style lambdamatz
2006-06-20* eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz
2006-06-20* ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu
2006-06-19* kconv.rb: remove default -m0 and fix document.naruse
2006-06-19* ext/nkf/nkf-utf8/nkf.c: imported nkf 2.0.7naruse
2006-06-19* ext/socket/socket.c (unix_sysaccept): typo fixed.matz
2006-06-19* ext/socket/socket.c (tcp_accept_nonblock): forgot to removematz
2006-06-18* ext/tk/lib/multi-tk.rb: fix bug: initialize improper tablesnagai
2006-06-18support PROPERTYPUTREF. [ruby-talk:183042]suke
2006-06-17* eval.c (Init_eval): add aliases invoke_method andmatz
2006-06-13* ext/socket/socket.c (Init_socket): remove obsolete constants:matz
2006-06-10* ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz
2006-06-09* math.c (log2): may be a macro.nobu
2006-06-09* sprintf.c (rb_str_format): allow %c to print one charactermatz
2006-06-05* ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr
2006-06-04* ext/socket/socket.c: fix sockaddr_un handling.akr