aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/tk.rb: add methods for new features of latest Tcl/Tk8.5nagai2006-07-142-4/+34
* * ext/tk/lib/tk/composite.rb: improve handling of the classname on thenagai2006-07-132-1/+102
* * ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai2006-07-111-2/+4
* * ext/tk/lib/multi-tk.rb: security fix.nagai2006-07-112-3/+7
* * bignum.c (bignorm): sizeof(long) may be smaller thanmatz2006-07-112-5/+15
* * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai2006-07-101-1/+1
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-108-40/+517
* should define FUNC_CDECL/STDCALL if the macros are not defined.ttate2006-07-071-0/+7
* conformed to the usage of FUNC_CDECL/STDCALL described in [ruby-dev:28970].ttate2006-07-064-45/+9
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine2006-07-061-16/+62
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-032-0/+11
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-035-11/+301
* * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu2006-07-032-5/+4
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.7.aamine2006-07-021-3/+3
* * ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.aamine2006-07-021-48/+39
* fixed the alignment problems discussed in [ruby-dev:28667].ttate2006-06-304-34/+50
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz2006-06-291-2/+0
* * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz2006-06-296-38/+699
* * string.c: RDoc update for =~ method. a patch from Alex Youngmatz2006-06-271-2/+1
* * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE.nagai2006-06-272-7/+7
* * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid andnobu2006-06-272-7/+20
* * ext/socket/socket.c (bsock_recv_nonblock): new methodakr2006-06-261-100/+96
* * ext/ripper/eventids2.c (token_assoc): added tCHAR, which is notnobu2006-06-261-0/+1
* revert sock_sysaccept addition to [ruby-dev:28861].akr2006-06-261-3/+6
* * ext/socket/socket.c (sock_accept): revert to avoid ambiguity ofmatz2006-06-262-54/+58
* * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deletednagai2006-06-261-2/+0
* add extconf.h.akr2006-06-252-0/+2
* support some kind of method of word. [ruby-Bugs#3237]suke2006-06-251-14/+13
* add extconf.h to .cvsignore.akr2006-06-2425-0/+26
* * ext/socket/socket.c (sock_s_socketpair): try GC only once.akr2006-06-211-7/+9
* * ext/socket/getaddrinfo.c (freeaddrinfo, get_name): fixed typo.usa2006-06-213-5/+4
* * parse.y (block_param): do not use multiple assignment for a solematz2006-06-211-8/+4
* * parse.y (method_call): remove (fn)(args) style lambdamatz2006-06-211-1/+1
* * eval.c, file.c, etc.: code-cleanup patch from Stefan Huehnermatz2006-06-2017-521/+221
* * ext/extmk.rb (parse_args): provisional catch-up for the recent changes.nobu2006-06-201-2/+6
* * kconv.rb: remove default -m0 and fix document.naruse2006-06-191-16/+35
* * ext/nkf/nkf-utf8/nkf.c: imported nkf 2.0.7naruse2006-06-194-734/+739
* * ext/socket/socket.c (unix_sysaccept): typo fixed.matz2006-06-191-2/+1
* * ext/socket/socket.c (tcp_accept_nonblock): forgot to removematz2006-06-191-13/+3
* * ext/tk/lib/multi-tk.rb: fix bug: initialize improper tablesnagai2006-06-181-2/+3
* support PROPERTYPUTREF. [ruby-talk:183042]suke2006-06-181-4/+4
* * eval.c (Init_eval): add aliases invoke_method andmatz2006-06-171-294/+140
* * ext/socket/socket.c (Init_socket): remove obsolete constants:matz2006-06-131-7/+0
* * ext/bigdecimal/lib/bigdecimal/newton.rb (Newton::nlsolve): typomatz2006-06-101-1/+1
* * math.c (log2): may be a macro.nobu2006-06-095-10/+7
* * sprintf.c (rb_str_format): allow %c to print one charactermatz2006-06-0928-794/+353
* * ext/socket/socket.c (sock_s_unpack_sockaddr_in): rejectakr2006-06-051-0/+14
* * ext/socket/socket.c: fix sockaddr_un handling.akr2006-06-041-25/+44
* update doc.akr2006-06-021-50/+52
* * ext/openssl/extconf.rb: use create_header.gotoyuzo2006-06-023-0/+8