aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai2006-07-111-0/+5
* * ext/tk/lib/multi-tk.rb: security fix.nagai2006-07-111-0/+4
* * string.c (rb_str_dump): need to extend len for \b.usa2006-07-111-0/+4
* * bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]matz2006-07-111-0/+14
* * bignum.c (bignorm): sizeof(long) may be smaller thanmatz2006-07-111-0/+18
* * gc.c (gc_sweep): expand heap earlier.akr2006-07-101-0/+5
* * ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai2006-07-101-0/+4
* * ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai2006-07-101-0/+26
* * sample/test.rb: update test suites.matz2006-07-101-0/+8
* * eval.c (rb_call): remove erroneously restored prot_tag->blkidmatz2006-07-101-0/+5
* * signal.c (install_nativethread_sighandler): commented out.nagai2006-07-101-0/+4
* * eval.c (proc_invoke): should not overwrite block information inmatz2006-07-101-0/+26
* * eval.c (rb_clear_cache_for_remove): clear entries for includednobu2006-07-101-0/+5
* * lib/mkmf.rb (create_makefile): prevent substitution of macronobu2006-07-091-1/+4
* * lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.nobu2006-07-091-0/+4
* cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan2006-07-081-0/+20
* * eval.c (next_jump): deal with destination of next.nobu2006-07-081-0/+5
* * string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]nobu2006-07-071-0/+6
* * win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.usa2006-07-071-0/+5
* * process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior tonobu2006-07-061-3/+8
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine2006-07-061-0/+10
* * test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):matz2006-07-041-0/+5
* * ruby.c (proc_options): supress warning on DOSISH.usa2006-07-041-0/+4
* * eval.c (rb_call): should not set prot_tag->blkid since it wouldmatz2006-07-041-0/+5
* * bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz2006-07-031-10/+15
* * ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai2006-07-031-0/+16
* fix typos.akr2006-07-031-3/+3
* * ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu2006-07-031-0/+6
* * io.c (popen_exec): close file descriptors other than standard I/Os.nobu2006-07-031-1/+6
* * test/openssl/test_asn1.c: String#[]= doesnt't accept Integer.gotoyuzo2006-07-021-0/+4
* * string.c (rb_str_inspect): encode \b (\010) for escape.matz2006-07-021-0/+7
* * ext/racc/cparse/cparse.c: sync with original code, rev 1.7.aamine2006-07-021-0/+7
* * ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.aamine2006-07-021-0/+8
* * io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work.akr2006-07-021-0/+5
* * eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]matz2006-07-011-1/+8
* * test/webrick/utils.rb: use Proc#yield instead of Proc#call.gotoyuzo2006-07-011-0/+5
* * test/socket/test_nonblock.rb: add timeout to send/receiveakr2006-07-011-0/+6
* * configure.in: should test isinf for Solaris with GCC compiler.matz2006-06-301-0/+5
* * lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): shouldgotoyuzo2006-06-301-0/+6
* * gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking.matz2006-06-291-2/+6
* * parse.y: use ARGSPUSH instead of ARGSCAT to prevent too muchmatz2006-06-291-0/+13
* * eval.c (SETUP_ARGS0): avoid GC problem.akr2006-06-291-0/+5
* * ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz2006-06-291-0/+5
* * ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz2006-06-291-0/+6
* RDoc patch by Robin Stocker <robin@nibor.org>drbrain2006-06-281-0/+4
* * object.c (rb_cstr_to_dbl): underscores should appear onlymatz2006-06-281-0/+5
* * test/socket/test_unix.rb: test_seqpacket_pair removed.akr2006-06-281-0/+5
* * eval.c (when_check): arbitrary values are allowed after splats.nobu2006-06-281-1/+6
* * parse.y (primary): remove meaningless else-only case statementmatz2006-06-281-0/+5
* * eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]matz2006-06-271-0/+4