aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
Commit message (Expand)AuthorAgeFilesLines
* * dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu2009-03-171-0/+6
* * test/dl/test_win32.rb (Win32API): enclosed by DL::TestWin32.nobu2009-03-161-0/+5
* * ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu2009-03-161-0/+5
* * common.mk (REVISION_H): keeps timestamp of revision.h.nobu2009-03-161-0/+7
* * Makefile.in, common.mk, win32/Makefile.sub: added preprocessing rules.nobu2009-03-161-0/+9
* * lib/rubygems/installer.rb (Gem::Installer#shebang): fix for envnobu2009-03-151-0/+5
* * include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int.nobu2009-03-151-0/+8
* * string.c (rb_hash_uint, rb_hash_start, rb_hash_end): use VALUEnobu2009-03-151-0/+5
* * ruby.c (load_file_internal): stop the timer thread before exec.nobu2009-03-151-0/+4
* * common.mk (.y.c): use SRC_FILE which contains slashes instead ofnobu2009-03-151-0/+5
* * common.mk (srcs-ext): creates ext/dl/callback/callback.c also.nobu2009-03-141-0/+4
* * process.c (SAVED_GROUP_ID, p_gid_switch): should be rb_gid_t.nobu2009-03-141-0/+4
* * string.c (rb_str_subpat): accept capture name.akr2009-03-141-0/+16
* * proc.c (bmcall): should not uninitialized variable. a patch fromnobu2009-03-141-0/+5
* * util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu2009-03-141-0/+4
* * proc.c (rb_proc_call, rb_node_arity, bmcall, curry): checksnobu2009-03-141-2/+3
* * proc.c (rb_proc_call): checks overflow.nobu2009-03-141-1/+3
* * proc.c (rb_proc_parameters): unnamed_parameters() expects intnobu2009-03-141-0/+5
* * util.c (ruby_each_words): assume no string exceeds INT_MAX.nobu2009-03-141-0/+4
* * process.c (rb_spawn_internal): use int variable for status.akr2009-03-141-0/+4
* * process.c (rb_f_system): use rb_pid_t for pid.akr2009-03-141-0/+5
* * util.c (ruby_strdup, Balloc, rv_alloc): use size_t.nobu2009-03-141-0/+4
* * util.c (ruby_qsort): the result of cmp must be signed, so getnobu2009-03-141-0/+5
* * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu2009-03-141-0/+9
* * lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem withnobu2009-03-141-0/+5
* * lib/fileutils.rb (FileUtils#fu_get_gid): stringify groupmatz2009-03-131-0/+5
* * ext/socket/init.c (wait_connectable0): remove unreachable code.akr2009-03-131-0/+4
* * configure.in (RUBY_CHECK_SIZEOF): pass [include] to AC_CHECK_SIZEOF.akr2009-03-131-0/+4
* * dln.c (dln_find_1): compare fspace in size_t world.akr2009-03-131-0/+4
* * configure.in (CFLAGS, CXXFLAGS): moved after warnflags.nobu2009-03-131-0/+4
* * vm_eval.c (rb_throw_obj): inverted call flow. [ruby-core:22872]nobu2009-03-131-0/+4
* * include/ruby/ruby.h (bool): not define to get rid of conflictnobu2009-03-131-1/+6
* * ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu2009-03-131-0/+15
* * ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should usenobu2009-03-131-0/+6
* * configure.in (AC_HEADER_DIRENT): added.nobu2009-03-131-0/+11
* * configure.in (struct stat.st_size): may be huge.nobu2009-03-131-0/+4
* * bignum.c (bigfixize): zero length Bignum is 0.nobu2009-03-131-0/+4
* * util.c (rv_strdup): macro to duplicate nul-terminated string.nobu2009-03-121-0/+5
* * ext/openssl: suppress warnings.akr2009-03-121-0/+7
* * win32/Makefile.sub (WARNFLAGS): warning 4996 is only in VC++8 orusa2009-03-121-0/+5
* * ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM becauseakr2009-03-121-0/+5
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-1/+7
* * marshal.c (div0), numeric.c (infinite_value): new functions tonobu2009-03-121-1/+4
* * vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): usenobu2009-03-121-1/+4
* * st.c: use st_index_t for indexes instead of int.nobu2009-03-121-0/+4
* * configure.in (RUBY_CHECK_SIZEOF): if same size type is found, nonobu2009-03-121-0/+8
* * transcode_data.h: suppress warnings of overflow.akr2009-03-121-0/+4
* * include/ruby/encoding.h: suppress warnings of overflow.akr2009-03-121-0/+4
* * configure.in (warnflags): added some default flags,nobu2009-03-111-1/+5
* * configure.in (RUBY_CHECK_HUGE): checks whether a value range isnobu2009-03-111-1/+7