| Commit message (Expand) | Author | Age | Files | Lines |
| * | * lib/mkmf.rb: get rid of nil.to_s. | nobu | 2006-09-03 | 1 | -0/+4 |
| * | revert the definition of _XOPEN_SOURCE_EXTENDED on HP-UX. | akr | 2006-09-02 | 1 | -4/+0 |
| * | * ext/socket/socket.c (ruby_connect): sockerrlen should be socklen_t. | akr | 2006-09-02 | 1 | -0/+4 |
| * | * ext/socket/extconf.rb: check arpa/inet.h for ntohs. | akr | 2006-09-02 | 1 | -0/+6 |
| * | * ext/curses/curses.c: define _XOPEN_SOURCE_EXTENDED on HP-UX. | akr | 2006-09-02 | 1 | -0/+4 |
| * | don't get path if client mode. [ruby-dev:29417] | seki | 2006-09-02 | 1 | -0/+5 |
| * | examine whether '*' is included before IPAddr.new. [ruby-dev:29406] | seki | 2006-09-02 | 1 | -0/+5 |
| * | * common.mk (ia64.o): use the compiler driver to assemble ia64.s | akr | 2006-09-02 | 1 | -0/+5 |
| * | * common.mk, configure.in, defines.h, eval.c, gc.c, main.c, | akr | 2006-09-01 | 1 | -0/+5 |
| * | * ext/tk/lib/tk/font.rb: TkFont#current_configinfo() doesn't work on Tcl/Tk8.x. | nagai | 2006-09-01 | 1 | -0/+5 |
| * | * eval.c (ruby_init): rename top_cref to ruby_top_cref and export, | why | 2006-08-31 | 1 | -0/+7 |
| * | * hash.c (rb_hash_s_create): fixed memory leak, based on the patch | nobu | 2006-08-29 | 1 | -0/+5 |
| * | Fix typo. Submitted by <calamitas at gmail.com>. [ruby-core:08724] | drbrain | 2006-08-28 | 1 | -0/+5 |
| * | Don't unescape HTML in HtmlFormatter. Submitted by Kent Sibilev | drbrain | 2006-08-27 | 1 | -0/+5 |
| * | Fix documentation submitted by Rick Ohnemus. ruby-Bugs-5529. [ruby-core:08725] | drbrain | 2006-08-27 | 1 | -0/+5 |
| * | updated based on date2 3.8.2. | tadf | 2006-08-25 | 1 | -0/+4 |
| * | * lib/rexml/source.rb (REXML::IOSource#initialize): encoding have to | nobu | 2006-08-25 | 1 | -1/+6 |
| * | * stable version 1.8.5 released. | matz | 2006-08-25 | 1 | -0/+4 |
| * | * gc.c (gc_sweep): typo fixed. | matz | 2006-08-25 | 1 | -0/+4 |
| * | ChangeLog update | matz | 2006-08-23 | 1 | -0/+5 |
| * | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_body): Make RDoc | matz | 2006-08-22 | 1 | -0/+9 |
| * | * lib/yaml/tag.rb: Replace nodoc with stopdoc so Module methods get | matz | 2006-08-22 | 1 | -0/+5 |
| * | remove semicolon warning. [ruby-dev:29299] | matz | 2006-08-22 | 1 | -0/+4 |
| * | revert nkf -m0 patch for UTF-8 | matz | 2006-08-22 | 1 | -5/+0 |
| * | * win32/Makefile.sub (config.status): include winsock2.h instead of | usa | 2006-08-19 | 1 | -0/+6 |
| * | * file.c (rb_file_s_rename): use errno if set properly. | nobu | 2006-08-19 | 1 | -0/+5 |
| * | * lib/cgi.rb (CGI::out): specify -m0 to disable MIME decode. a | matz | 2006-08-17 | 1 | -0/+5 |
| * | * file.c (rb_stat_[rRwWxX]): check for super user. | nobu | 2006-08-17 | 1 | -0/+5 |
| * | * ChangeLog: fixed typo. | nobu | 2006-08-17 | 1 | -2/+2 |
| * | * lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177] | nobu | 2006-08-17 | 1 | -0/+4 |
| * | lib/rinda/ring.rb (do_reply): Fix for RingServer fails to find a | seki | 2006-08-16 | 1 | -0/+6 |
| * | * process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid): | nobu | 2006-08-16 | 1 | -0/+5 |
| * | * lib/rdoc/parsers/parse_c.rb (RDoc::C_Parser#find_class_comment): Fix | drbrain | 2006-08-16 | 1 | -0/+5 |
| * | * ruby.c (set_arg0): fill argv other than the first with an empty | nobu | 2006-08-16 | 1 | -0/+5 |
| * | * win32/win32.h: removed an excess macro. fixed: [ruby-dev:29258] | nobu | 2006-08-16 | 1 | -0/+4 |
| * | * ChangeLog: fix entry header format. | nobu | 2006-08-12 | 1 | -94/+94 |
| * | * ChangeLog: correct auther name. | nobu | 2006-08-11 | 1 | -1/+1 |
| * | * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacify | matz | 2006-08-08 | 1 | -0/+6 |
| * | * Makefile.in, common.mk, configure.in: fix for platforms without | usa | 2006-08-08 | 1 | -0/+6 |
| * | * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c, | matz | 2006-08-07 | 1 | -0/+7 |
| * | * ext/syck/syck.c (syck_move_tokens): should avoid negative | matz | 2006-08-07 | 1 | -0/+5 |
| * | * configure.in, common.mk: AIX link issue. a patch from Yutaka | matz | 2006-08-07 | 1 | -1/+9 |
| * | * dln.c, eval.c, gc.c, regex.c, ruby.h: shut up AIX alloca | matz | 2006-08-07 | 1 | -0/+5 |
| * | * parse.y (top_local_setup): local_vars[-1] should point | matz | 2006-08-07 | 1 | -0/+6 |
| * | %[EO]U didn't denote %U. | tadf | 2006-08-06 | 1 | -0/+4 |
| * | "%\n" means "\n". | tadf | 2006-08-05 | 1 | -0/+4 |
| * | add ML entry | matz | 2006-08-05 | 1 | -0/+1 |
| * | Merge RDoc and .document from HEAD | drbrain | 2006-08-04 | 1 | -0/+4 |
| * | * lib/irb/{init.rb,ruby-lex.rb,slex.rb}: can't input '\c' for | keiju | 2006-08-04 | 1 | -0/+5 |
| * | * lib/date/format.rb (__strptime, strftime): allow multi-line patterns | nobu | 2006-08-04 | 1 | -0/+6 |