aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai2006-07-281-1/+1
* * ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.nobu2006-07-281-14/+12
* * ext/openssl/ossl.h: move <ruby.h> inclusion point to shut upmatz2006-07-271-9/+9
* * ext/strscan/strscan.c (strscan_do_scan): always return nil if p->curr excee...aamine2006-07-261-1/+4
* * ext/pty/pty.c (getDevice): retry once after GC on failure.nobu2006-07-261-20/+27
* * ext/strscan/strscan.c (strscan_do_scan): StringScanner.new("").scan(//) sho...aamine2006-07-261-7/+0
* * ext/readline/readline.c (readline_readline): rl_deprep_term_functionakr2006-07-241-1/+3
* * ext/extmk.rb, lib/mkmf.rb (with_destdir): remove drive letter beforenobu2006-07-211-1/+4
* * object.c (rb_mod_attr): make Module#attr to be an alias tomatz2006-07-201-1/+1
* * ext/extmk.rb: remove LIBRUBY_SO if static linked extensions exist.nobu2006-07-171-0/+3
* * ext/io/wait/wait.c (io_ready_p): protoize.matz2006-07-172-3/+2
* * 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