summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2006-07-11* ext/tk/lib/multi-tk.rb: remove restriction on the class ofnagai
2006-07-11* ext/tk/lib/multi-tk.rb: security fix.nagai
2006-07-11* string.c (rb_str_dump): need to extend len for \b.usa
2006-07-11* bignum.c (rb_int2big): use SIGNED_VALUE. [ruby-dev:29019]matz
2006-07-11* bignum.c (bignorm): sizeof(long) may be smaller thanmatz
2006-07-10* gc.c (gc_sweep): expand heap earlier.akr
2006-07-10* ext/tk/lib/tk/font.rb: sorry. mistaken to patch.nagai
2006-07-10* ext/tk/tcltklib.c: make SEGV risk lower at exit.nagai
2006-07-10* sample/test.rb: update test suites.matz
2006-07-10* eval.c (rb_call): remove erroneously restored prot_tag->blkidmatz
2006-07-10* signal.c (install_nativethread_sighandler): commented out.nagai
2006-07-10* eval.c (proc_invoke): should not overwrite block information inmatz
2006-07-10* eval.c (rb_clear_cache_for_remove): clear entries for includednobu
2006-07-09* lib/mkmf.rb (create_makefile): prevent substitution of macronobu
2006-07-09* lib/mkmf.rb (try_constant): fix for value 1 at cross compiling.nobu
2006-07-08cached rdoc diagrams, private rdoc comments, minor clarifications in debug.rb...ryan
2006-07-08* eval.c (next_jump): deal with destination of next.nobu
2006-07-07* string.c (rb_str_ord): extract lower byte. fixed: [ruby-dev:28980]nobu
2006-07-07* win32/Makefile.sub (config.h): define FUNC_STDCALL/FUNC_CDECL.usa
2006-07-06* process.c (rb_proc_times): use sysconf(_SC_CLK_TCK) value prior tonobu
2006-07-06* ext/racc/cparse/cparse.c: sync with original code, rev 1.8.aamine
2006-07-04* test/ruby/test_lambda.rb (TestLambdaParameters::test_lambda_as_iterator):matz
2006-07-04* ruby.c (proc_options): supress warning on DOSISH.usa
2006-07-04* eval.c (rb_call): should not set prot_tag->blkid since it wouldmatz
2006-07-03* bignum.c: ruby 1.9 HEAD 64 bit warnings clean up frommatz
2006-07-03* ext/tk/tcltklib.c (ip_make_menu_embeddable): help to make a menunagai
2006-07-03fix typos.akr
2006-07-03* ext/etc/extconf.rb (PW_UID2VAL, PW_GID2VAL): defaulted to conversionnobu
2006-07-03* io.c (popen_exec): close file descriptors other than standard I/Os.nobu
2006-07-02* test/openssl/test_asn1.c: String#[]= doesnt't accept Integer.gotoyuzo
2006-07-02* string.c (rb_str_inspect): encode \b (\010) for escape.matz
2006-07-02* ext/racc/cparse/cparse.c: sync with original code, rev 1.7.aamine
2006-07-02* ext/racc/cparse/cparse.c: sync with original source code, rev 1.6.aamine
2006-07-02* io.c (io_reopen): STDOUT.reopen(filename, "w+") didn't work.akr
2006-07-01* eval.c (PUSH_FRAME): initialize frame->self. [ruby-dev:28911]matz
2006-07-01* test/webrick/utils.rb: use Proc#yield instead of Proc#call.gotoyuzo
2006-07-01* test/socket/test_nonblock.rb: add timeout to send/receiveakr
2006-06-30* configure.in: should test isinf for Solaris with GCC compiler.matz
2006-06-30* lib/webrick/httputils.rb (WEBrick::HTTPUtils._escape): shouldgotoyuzo
2006-06-29* gc.c (gc_mark_children): a bug in NODE_BLOCK_PASS marking.matz
2006-06-29* parse.y: use ARGSPUSH instead of ARGSCAT to prevent too muchmatz
2006-06-29* eval.c (SETUP_ARGS0): avoid GC problem.akr
2006-06-29* ext/bigdecimal/bigdecimal.c (BigDecimal_version): fix patchmatz
2006-06-29* ext/bigdecimal/bigdecimal.c: add RDoc document. a patch frommatz
2006-06-28RDoc patch by Robin Stocker <robin@nibor.org>drbrain
2006-06-28* object.c (rb_cstr_to_dbl): underscores should appear onlymatz
2006-06-28* test/socket/test_unix.rb: test_seqpacket_pair removed.akr
2006-06-28* eval.c (when_check): arbitrary values are allowed after splats.nobu
2006-06-28* parse.y (primary): remove meaningless else-only case statementmatz
2006-06-27* eval.c (rb_eval): problem to handle else part. [ruby-dev:28873]matz