summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-03-17* enumerator.c (Enumerator#{each_,}{with_index,with_object}): Fixknu
2009-03-17* lib/pathname.rb (Pathname#sub): set $~ in block.binding.akr
2009-03-17* win32/Makefile.sub (config.h): added RUBY_COREDLL.nobu
2009-03-17* dir.c, dln.c, parse.y, re.c, ruby.c, sprintf.c, strftime.c,nobu
2009-03-16* test/dl/test_win32.rb (Win32API): enclosed by DL::TestWin32.nobu
2009-03-16* ext/tk/tcltklib.c (eventloop_sleep, lib_eventloop_core),nobu
2009-03-16* common.mk (REVISION_H): keeps timestamp of revision.h.nobu
2009-03-16* Makefile.in, common.mk, win32/Makefile.sub: added preprocessing rules.nobu
2009-03-15* lib/rubygems/installer.rb (Gem::Installer#shebang): fix for envnobu
2009-03-15* include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int.nobu
2009-03-15* string.c (rb_hash_uint, rb_hash_start, rb_hash_end): use VALUEnobu
2009-03-15* ruby.c (load_file_internal): stop the timer thread before exec.nobu
2009-03-15* common.mk (.y.c): use SRC_FILE which contains slashes instead ofnobu
2009-03-14* common.mk (srcs-ext): creates ext/dl/callback/callback.c also.nobu
2009-03-14* process.c (SAVED_GROUP_ID, p_gid_switch): should be rb_gid_t.nobu
2009-03-14* string.c (rb_str_subpat): accept capture name.akr
2009-03-14* proc.c (bmcall): should not uninitialized variable. a patch fromnobu
2009-03-14* util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu
2009-03-14* proc.c (rb_proc_call, rb_node_arity, bmcall, curry): checksnobu
2009-03-14* proc.c (rb_proc_call): checks overflow.nobu
2009-03-14* proc.c (rb_proc_parameters): unnamed_parameters() expects intnobu
2009-03-14* util.c (ruby_each_words): assume no string exceeds INT_MAX.nobu
2009-03-14* process.c (rb_spawn_internal): use int variable for status.akr
2009-03-14* process.c (rb_f_system): use rb_pid_t for pid.akr
2009-03-14* util.c (ruby_strdup, Balloc, rv_alloc): use size_t.nobu
2009-03-14* util.c (ruby_qsort): the result of cmp must be signed, so getnobu
2009-03-14* dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu
2009-03-14* lib/mkmf.rb (CXX_EXT): checks for case-sensitive filesystem withnobu
2009-03-13* lib/fileutils.rb (FileUtils#fu_get_gid): stringify groupmatz
2009-03-13* ext/socket/init.c (wait_connectable0): remove unreachable code.akr
2009-03-13* configure.in (RUBY_CHECK_SIZEOF): pass [include] to AC_CHECK_SIZEOF.akr
2009-03-13* dln.c (dln_find_1): compare fspace in size_t world.akr
2009-03-13* configure.in (CFLAGS, CXXFLAGS): moved after warnflags.nobu
2009-03-13* vm_eval.c (rb_throw_obj): inverted call flow. [ruby-core:22872]nobu
2009-03-13* include/ruby/ruby.h (bool): not define to get rid of conflictnobu
2009-03-13* ext/openssl/openssl_missing.h (i2d_of_void): cast for callbacks.nobu
2009-03-13* ext/openssl/ossl_x509ext.c (ossl_x509ext_set_value): should usenobu
2009-03-13* configure.in (AC_HEADER_DIRENT): added.nobu
2009-03-13* configure.in (struct stat.st_size): may be huge.nobu
2009-03-13* bignum.c (bigfixize): zero length Bignum is 0.nobu
2009-03-12* util.c (rv_strdup): macro to duplicate nul-terminated string.nobu
2009-03-12* ext/openssl: suppress warnings.akr
2009-03-12 * win32/Makefile.sub (WARNFLAGS): warning 4996 is only in VC++8 orusa
2009-03-12* ext/openssl/ossl_ssl.c (ossl_ssl_def_const): use INT2NUM becauseakr
2009-03-12* array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu
2009-03-12* marshal.c (div0), numeric.c (infinite_value): new functions tonobu
2009-03-12* vm.c (rb_vm_get_sourceline), vm_insnhelper.c (vm_throw): usenobu
2009-03-12* st.c: use st_index_t for indexes instead of int.nobu
2009-03-12* configure.in (RUBY_CHECK_SIZEOF): if same size type is found, nonobu
2009-03-12* transcode_data.h: suppress warnings of overflow.akr