aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
...
* * lib/mkmf.rb: added rdoc by Daniel Berger. [ruby-core:08177]nobu2006-08-171-0/+4
* * marshal.c (r_byte): IO#getc returns one byte string now.nobu2006-08-161-0/+5
* * common.mk (pre-install-local): remove unnecessary code.usa2006-08-161-0/+5
* * process.c (proc_setuid, proc_setgid, proc_seteuid, proc_setegid):nobu2006-08-161-0/+5
* * ruby.c (set_arg0): fill argv other than the first with an emptynobu2006-08-161-0/+5
* fix typo.aamine2006-08-151-1/+1
* * lib/net/smtp.rb: support SMTP/SSL. Thanks Kazuhiro NISHIYAMA.aamine2006-08-151-0/+45
* Describe String#split grouping behavior. Patch by Jan Svitok [ruby-core:08603].drbrain2006-08-131-0/+5
* * ext/socket/socket.c: ANSIfied. [ruby-core:08601]akr2006-08-131-0/+4
* * configure.in, bcc32/Makefile.sub, win32/Makefile.sub, win32/dir.h,nobu2006-08-121-0/+5
* * ChangeLog: fix entry header format.nobu2006-08-121-128/+128
* RDoc C parser and documentation fixesdrbrain2006-08-111-0/+8
* * ChangeLog: correct auther name.nobu2006-08-111-2/+2
* fix typos.akr2006-08-101-2/+2
* * lib/net/smtp.rb (Net::SMTP::auth_cram_md5): use ord to retrievematz2006-08-091-0/+6
* * lib/irb/extend-command.rb (IRB::ExtendCommandBundle): pacifymatz2006-08-081-0/+6
* * lib/resolv.rb (Resolv::DNS::Message::MessageDecoder::get_string):matz2006-08-081-0/+8
* * parse.y (arg): allow newlines before ternary colon. [ruby-dev:29189]nobu2006-08-081-3/+7
* reverttadf2006-08-071-6/+0
* * ext/bigdecimal/bigdecimal.c, ext/digest/rmd160/rmd160ossl.c,matz2006-08-071-0/+12
* * lib/date/format.rb: specify maximum number of digits to parsematz2006-08-071-0/+6
* * configure.in, common.mk: AIX link issue. a patch from Yutakamatz2006-08-071-1/+9
* * dln.c, eval.c, gc.c, ruby.h: shut up AIX alloca warning.matz2006-08-071-0/+5
* * parse.y (top_local_setup): local_vars[-1] should pointmatz2006-08-071-0/+6
* %[EO]U didn't denote %U.tadf2006-08-061-0/+4
* * io.c (io_reopen): STDERR.reopen(open("/dev/tty", "w")) should notakr2006-08-061-0/+5
* merge Oniguruma 4.2.2kosako2006-08-051-0/+16
* "%\n" means "\n".tadf2006-08-051-0/+4
* add ML entrymatz2006-08-051-1/+1
* Clean up files for RDoc.drbrain2006-08-041-0/+8
* * sprintf.c (rb_str_format): a bug in %c type check.matz2006-08-041-0/+4
* * forget to ci ChangeLogkeiju2006-08-041-0/+5
* * lib/date/format.rb (__strptime, strftime): allow multi-line patternsnobu2006-08-041-0/+6
* * pack.c (pack_pack): check argument overrun for 'P'. based on anobu2006-08-041-0/+5
* * io.c (io_reopen): STDERR.reopen(File.open("/dev/null", "w")) shouldakr2006-08-031-0/+5
* * range.c (range_include): should always call Enumerable#include?matz2006-08-031-0/+6
* * ChangeLog: typo.usa2006-07-311-1/+0
* * win32/win32.c (exit_handler): new function; release winsock andusa2006-07-311-0/+15
* * test/ruby/test_process.rb (TestProcess#test_rlimit_nofile):akr2006-07-311-0/+6
* * ruby.h: use ifdef (or defined) for macro constants that may ormatz2006-07-311-0/+13
* * lib/webrick/httprequest.rb (WEBrick::HTTPReuqest#parse_uri): improvegotoyuzo2006-07-311-0/+5
* * eval.c (rb_call0): trace call/return of method defined from block.nobu2006-07-301-1/+4
* * lib/cgi/session.rb, lib/cgi/session/pstore.rb: suppress warnings.nobu2006-07-301-1/+4
* * eval.c (rb_trap_eval): make the current thread runnable to deal withnobu2006-07-301-0/+5
* * ext/tk/lib/multi-tk.rb: freeze ip_name for security reason.nagai2006-07-281-0/+4
* * ext/curses/curses.c (NUM2CH, CH2FIX): use single char strings.nobu2006-07-281-2/+6
* * eval.c (rb_call): fixed typo in cache look-up. [ruby-dev:29167]matz2006-07-281-0/+4
* * eval.c (rb_call): a bug in method cache look-up.matz2006-07-281-0/+5
* * sprintf.c (rb_f_sprintf): documentation update patch from Jacobmatz2006-07-281-0/+5
* * time.c (time_to_s): fixed typo. [ruby-dev:29162]matz2006-07-281-0/+4