| Commit message (Expand) | Author | Age | Files | Lines |
| * | * ext/tk/lib/tk/font.rb: sorry. mistaken to patch. | nagai | 2006-07-10 | 1 | -0/+4 |
| * | * ext/tk/tcltklib.c: make SEGV risk lower at exit. | nagai | 2006-07-10 | 1 | -0/+26 |
| * | * signal.c (ruby_nativethread_signal, posix_nativethread_signal, | nagai | 2006-07-10 | 1 | -0/+10 |
| * | Merged my changes from HEAD | ryan | 2006-07-10 | 1 | -0/+20 |
| * | * st.h (st_data_t): use pointer sized integer for st_data_t. | matz | 2006-07-10 | 1 | -0/+5 |
| * | * eval.c (rb_clear_cache_for_undef): clear entries for included | nobu | 2006-07-10 | 1 | -0/+5 |
| * | * lib/mkmf.rb (create_makefile): prevent substitution of macro | nobu | 2006-07-09 | 1 | -1/+4 |
| * | * lib/mkmf.rb (try_constant): fix for value 1 at cross compiling. | nobu | 2006-07-09 | 1 | -0/+4 |
| * | * eval.c (next_jump): deal with destination of next. | nobu | 2006-07-08 | 1 | -0/+5 |
| * | * hash.c (rb_hash_default): should not call default procedure if | matz | 2006-07-06 | 1 | -0/+5 |
| * | * time.c (time_mload): a patch from Daniel Berger | matz | 2006-07-06 | 1 | -0/+5 |
| * | * process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior to | nobu | 2006-07-06 | 1 | -2/+7 |
| * | * ext/racc/cparse/cparse.c: sync with original code, rev 1.8. | aamine | 2006-07-06 | 1 | -0/+10 |
| * | * ChangeLog: remove some direct reference to mail addresses | matz | 2006-07-03 | 1 | -11/+11 |
| * | * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menu | nagai | 2006-07-03 | 1 | -0/+16 |
| * | fix typos. | akr | 2006-07-03 | 1 | -3/+3 |
| * | * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversion | nobu | 2006-07-03 | 1 | -2/+8 |
| * | * string.c (rb_str_inspect): encode \b (\010) for escape. | matz | 2006-07-02 | 1 | -0/+7 |
| * | * ext/racc/cparse/cparse.c: sync with original code (rev 1.7). | aamine | 2006-07-02 | 1 | -0/+10 |
| * | * test/socket/test_nonblock.rb: add timeout to send/receive | akr | 2006-07-01 | 1 | -0/+6 |
| * | * configure.in: should test isinf for Solaris with GCC compiler. | matz | 2006-06-30 | 1 | -1/+4 |
| * | * configure.in: should test isinf for Solaris with GCC compiler. | matz | 2006-06-30 | 1 | -0/+5 |
| * | * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patch | matz | 2006-06-29 | 1 | -0/+5 |
| * | * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch from | matz | 2006-06-29 | 1 | -0/+6 |
| * | RDoc patch by Robin Stocker <robin@nibor.org> | drbrain | 2006-06-28 | 1 | -0/+4 |
| * | * test/socket/test_unix.rb: test_seqpacket_pair removed. | akr | 2006-06-28 | 1 | -0/+5 |
| * | * string.c: RDoc update for =~ method. a patch from Alex Young | matz | 2006-06-27 | 1 | -0/+5 |
| * | * ext/tk/tcltklib.c: forgot to update TCLTKLIB_RELEASE_DATE. | nagai | 2006-06-27 | 1 | -0/+7 |
| * | * win32/win32.h: define isascii on MinGW for msvcrt compatibility. | eban | 2006-06-27 | 1 | -1/+8 |
| * | * ext/etc/etc.c (setup_passwd, setup_group): allow bignum uid, gid and | nobu | 2006-06-27 | 1 | -0/+5 |
| * | Merge from HEAD. | drbrain | 2006-06-26 | 1 | -0/+5 |
| * | * util.c (powersOf10): constified. | nobu | 2006-06-26 | 1 | -0/+4 |
| * | * ext/tk/tcltklib.c (ip_delete): fix SEGV when a slave-ip is deleted | nagai | 2006-06-26 | 1 | -0/+5 |
| * | * io.c (pipe_open): avoid closing uninitialized file descriptors. | matz | 2006-06-26 | 1 | -0/+5 |
| * | * win32/win32.[ch] (rb_w32_send, rb_w32_sendto): constified. | usa | 2006-06-26 | 1 | -0/+4 |
| * | * Makefile.in, mkconfig.rb: catch-up for latest autoconf. | nobu | 2006-06-25 | 1 | -2/+6 |
| * | * signal.c: revert last change. | nagai | 2006-06-23 | 1 | -0/+8 |
| * | * lib/net/http.rb (Net::HTTPResponse): duplicated error 501; | matz | 2006-06-22 | 1 | -0/+5 |
| * | * ext/socket/socket.c (sock_s_socketpair): try GC only once. | akr | 2006-06-21 | 1 | -0/+5 |
| * | fixed an issue about mathn. | tadf | 2006-06-21 | 1 | -0/+5 |
| * | * signal.c (ruby_nativethread_signal, posix_nativethread_signal, | nagai | 2006-06-21 | 1 | -0/+10 |
| * | * lib/xmlrpc/create.rb (XMLRPC::Create::conv2value): merge Date | matz | 2006-06-20 | 1 | -3/+8 |
| * | * parse.y (yylex, reswords): modifier token is no longer returned in | nobu | 2006-06-20 | 1 | -1/+6 |
| * | * lib/rss/rss.rb: RSS::Element.def_corresponded_attr_writer | kou | 2006-06-20 | 1 | -0/+5 |
| * | * test/rss/test_parser.rb: split parser tests into ... | kou | 2006-06-20 | 1 | -0/+6 |
| * | * lib/rss/rss.rb: provided default RSS::Element#children. | kou | 2006-06-20 | 1 | -0/+9 |
| * | * lib/rss/rss.rb: provided default RSS::Element#_tags. | kou | 2006-06-20 | 1 | -0/+10 |
| * | * lib/rss/rss.rb: hide RSS::Element.install_model. | kou | 2006-06-20 | 1 | -0/+19 |
| * | * ext/openssl/extconf.rb: add check for OBJ_NAME_do_all_sorted. | gotoyuzo | 2006-06-20 | 1 | -0/+18 |
| * | Merge RDoc from HEAD | drbrain | 2006-06-19 | 1 | -0/+4 |