summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-04-08* string.c (rb_str_rstrip_bang): should not sign-expand non-ascii.nobu
2009-04-08* string.c (rb_str_chop_bang): reset coderange. [ruby-core:23155]naruse
2009-04-08* lib/mkmf.rb (what_type?): fixed typo, and refined for member ofnobu
2009-04-08* lib/mkmf.rb (Logging.postpone): copy postponed output always.nobu
2009-04-08* lib/mkmf.rb (what_type?): fixed typo.nobu
2009-04-08* configure.in (LIBRUBY_SO): removed redundant additional versionnobu
2009-04-07* common.mk (info): shows configured names.nobu
2009-04-07* configure.in (LIBRUBY_DLDFLAGS): compatibility version isnobu
2009-04-07* configure.in (RUBY_REPLACE_TYPE): defines type modifier prefixnobu
2009-04-06* configure.in (RUBY_DEFINT): should pass includes tonobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): need ARCH_FLAG for universalnobu
2009-04-06* numeric.c (flo_to_s): reduce fragments if no precision lost.nobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): override with $cflags andnobu
2009-04-06* configure.in (CFLAGS, CXXFLAGS): use orignal values if given.nobu
2009-04-06* file.c (utime_failed): refined the error message for EINVAL onnobu
2009-04-06* file.c (sys_fail2, rb_file_s_readlink, BUFCHECK, rmext),nobu
2009-04-06* numeric.c (int_chr): checsk overflow.nobu
2009-04-06* ext/stringio/stringio.c (strio_path): removed. [ruby-dev:38254]nobu
2009-04-05* include/ruby/intern.h (rb_fd_resize): does nothing on Win32.nobu
2009-04-04* include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro tonobu
2009-04-03* mkconfig.rb (sitearch): default to arch.nobu
2009-04-03* lib/irb/completion.rb (IRB::InputCompletor::Operators): Addknu
2009-04-03* ext/extmk.rb: quotes arguments with spaces always.nobu
2009-04-02* lib/getoptlong.rb: remove unused udoc/usage from example.matz
2009-04-01* win32/Makefile.sub (config.h): updated.nobu
2009-04-01* configure.in (rb_cv_fork_with_pthread): fail if the child processakr
2009-04-01* lib/mkmf.rb (create_makefile): support for parallel make. anobu
2009-04-01* configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.nobu
2009-04-01* vm_dump.c (rb_vm_bugreport): should not #include inside anobu
2009-04-01* mkconfig.rb: ignores version numbers in config.status. replacesnobu
2009-04-01* Makefile.in (.c.i): use CPP instead of CC, since gcc -E can'tnobu
2009-04-01* thread.c (rb_thread_fd_select): new function to call selectmatz
2009-04-01* process.c (rb_f_sleep): RDoc disambiguation. [ruby-talk:332632]matz
2009-03-31* configure.in: fixed the help strings for the header and librarynobu
2009-03-30* test/csv/test_interface.rb, test/csv/test_serialization.rb:jeg2
2009-03-30* .gdbinit (rp): show negative fixnum correctly.akr
2009-03-30* vm_eval.c (eval_string_with_cref): replaces the message ifnobu
2009-03-29* test/csv/test_interface.rb: Trying a fix for some failing testsjeg2
2009-03-28* lib/pathname.rb (Pathname#relative_path_from): compares pathnobu
2009-03-28* common.mk (ruby.imp): all symbols in static library need to benobu
2009-03-27* sprintf.c (rb_str_format): checks if named argument given twice.nobu
2009-03-27* sprintf.c (GETNAMEARG): remembers named arg is used, to get ridnobu
2009-03-27* lib/mkmf.rb (link_command, cc_command, cpp_command): should notnobu
2009-03-27* lib/mkmf.rb (what_type?): checks more restrictively, andnobu
2009-03-26* time.c (time_cmp): negate the result of reverse comparison.akr
2009-03-26* bignum.c (rb_cmpint): FIX2INT may fail on LP64 platforms.akr
2009-03-26* ext/sdbm/_sdbm.c: should include "ruby/defines.h" as well formatz
2009-03-26* lib/yaml/rubytypes.rb (String#is_binary_data?): TAB would benobu
2009-03-26* lib/rdoc/ri/paths.rb (RDoc::RI::Paths): considersnobu
2009-03-24* configure.in (target_alias): replaces cpu with universal too.nobu