summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-05-15* array.c (rb_ary_shift, rb_ary_shift_m): clears unused elements.nobu
2009-05-15* variable.c (rb_autoload_load): checks if iv_tbl is valid.nobu
2009-05-15* ChangeLog: forgotten to mention reporter.usa
2009-05-15 * win32/setup.mak (-version-): now version.h includesusa
2009-05-14* ext/etc/etc.c (etc_getpwuid): use rb_uid_t. [ruby-dev:38443]nobu
2009-05-14* ext/stringio/stringio.c (strio_ungetbyte): encoding should notnobu
2009-05-14* sample/test.rb (valid_syntax?): defaults to us-ascii.nobu
2009-05-13* gc.c: add longlife garbage collection. [ruby-dev:38423]nari
2009-05-13* include/ruby/version.h: extracted the extensions interface andnobu
2009-05-12* time.c (time_init_1): unused variable removed.akr
2009-05-12* time.c: support fixed UTC offset. [ruby-dev:38326]akr
2009-05-12 * yarvtest: removed because it's outdated.usa
2009-05-11* parse.y: add semicolons to some grammar rules not terminatedmatz
2009-05-11* io.c (Init_IO): add constant File::NOATIME. [ruby-core:23194]kazu
2009-05-11forgot to commit.kazu
2009-05-11* mkconfig.rb (rubylibdir): use rubylibprefix. [ruby-dev:38426]nobu
2009-05-10* ext/bigdecimal/bigdecimal.c (BigDecimal_coerce): supportmatz
2009-05-10* lib/net/smtp.rb (Net::SMTP#check_auth_args): should not changematz
2009-05-10* ext/dl/lib/dl/func.rb (DL::Function#bound?): returns if alreadynobu
2009-05-10* ext/dl/cfunc.c (rb_dlcfunc_instance_p): new function to check ifnobu
2009-05-10* ext/dl/lib/dl/cparser.rb (DL::CParser#parse_signature): stripsnobu
2009-05-09 * lib/date.rb: use subsec instead of nsec.tadf
2009-05-09* hash.c: 3rd arguemnt of rb_hash_foreach() is VALUE.nobu
2009-05-09* vm_eval.c (rb_f_catch): gets rid of issue with gcc 4.4. a patchnobu
2009-05-08* lib/mkmf.rb (try_link0): removes waste dSYM directories leftnobu
2009-05-08* lib/mkmf.rb (check_sizeof): fixed wrong recuring result fornobu
2009-05-08* Makefile.in, configure.in, win32/Makefile.sub (RUBY_BASE_NAME):nobu
2009-05-08* array.c (rb_ary_flatten_bang): clears temporary array.nobu
2009-05-07* lib/set.rb (SortedSet#add): Do not require each newly addedknu
2009-05-07* test/ruby/test_rubyoptions.rb (test_indentation_check): add a testmame
2009-05-07* array.c (rb_ary_flatten_bang): returns nil if nothing changed.nobu
2009-05-07* ChangeLog: fixed typo.nobu
2009-05-07* array.c (rb_ary_sample): negative sample number is invalid.nobu
2009-05-07* string.c, include/ruby/encoding.h: fixed types.nobu
2009-05-07* range.c (r_le): fixed types.nobu
2009-05-07* range.c (range_eql): fixed rdoc.nobu
2009-05-07* io.c (pipe_open): should be rb_pid_t.nobu
2009-05-06* math.c (math_gamma): use a table for positive small integers.akr
2009-05-06* README.ja: code for THINK_C does not exist already. [Bug #1435]nobu
2009-05-05* configure.in (CFLAGS, CXXFLAGS): strips extra spaces.nobu
2009-05-05Fix: raised error on tool/ifchange.naruse
2009-05-05Update to JSON 1.1.4.naruse
2009-05-05Fix: DON'T move in_p because before in_p is replaced by buffered data.naruse
2009-05-02* lib/set.rb (SortedSet): Fix document. [Bug #1429]knu
2009-05-02* enc/trans/utf8_mac-tbl.rb: don't use Unicode escape.naruse
2009-05-02* array.c (Init_Array): made #to_s an alias to #inspect to reducenobu
2009-05-01* lib/set.rb (Set#merge): Only directly use the passed objectsknu
2009-05-01* lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu
2009-05-01* eval_intern.h (_longjmp): never return. see [ruby-core:23241]nobu
2009-04-30fix typos.akr