summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2007-12-02* lib/rss/rss.rb, test/rss/test_version.rb, NEWS: 0.2.1 -> 0.2.2.kou
2007-11-30* parse.y (newline_node): set line from outermost node before removingnobu
2007-11-29* parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814]nobu
2007-11-28* bignum.c (rb_big2str0): do not clobber space for sign.nobu
2007-11-20* object.c (nil_plus): remove unused function. [ruby-core:13737]matz
2007-11-18* lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu
2007-11-17ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]suke
2007-11-16* lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu
2007-11-15* lib/cgi/session.rb (CGI::Session::FileStore::restore): usematz
2007-11-13* numeric.c (round): fallback definition.nobu
2007-11-12* numeric.c (flo_divmod): round to the nearest integer. [ ruby-Bugs-14540 ]shyouhei
2007-11-12* misc/ruby-mode.el (ruby-parse-partial): handle stringifiedmatz
2007-11-08* random.c: update MT URL.[ruby-core:13305].matz
2007-11-06* lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz
2007-11-04* parse.y (call_args): remove "parenthesize argument(s) for futurematz
2007-11-02* array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz
2007-10-26* numeric.c (fix_pow): returns infinity for 0**-1. [ruby-dev:32084]nobu
2007-10-25* io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]nobu
2007-10-21* lib/rss.rb, lib/rss/, test/rss/, sample/rss/: merged from trunk.kou
2007-10-15* marshal.c (r_bytes0): check if source has enough data.nobu
2007-10-13* win32/mkexports.rb: deal with __fastcall name decorations.nobu
2007-10-12* lib/rexml/source.rb (REXML::SourceFactory::SourceFactory): typomatz
2007-10-12* re.c (match_values_at): make #select to be alias to #values_atmatz
2007-10-11* 2007-10-11usa
2007-10-06* string.c (rb_str_to_i): update RDoc since base can be any valuematz
2007-10-052007-10-05knu
2007-10-02 * win32/win32.c (init_env): initialize HOME and USER environmentusa
2007-10-01* eval.c (remove_method): should not remove undef place holder.matz
2007-09-25* parse.y (yyerror): limit error message length. [ruby-dev:31848]nobu
2007-09-23* gc.c (os_obj_of, os_each_obj): hide objects to be finalized.nobu
2007-09-21* ext/stringio/stringio.c (strio_init): separate from strio_initializenobu
2007-09-20* string.c (str_alloc): defaults to null_str instead of NULL.nobu
2007-09-20* process.c (rb_detach_process): cast for the platforms where size ofnobu
2007-09-12* ruby.c (proc_options): -W should be allowed in RUBYOPTmatz
2007-09-09* range.c (range_step): fixed integer overflow. [ruby-dev:31763]matz
2007-09-08* struct.c (rb_struct_s_members): should raise TypeError insteadmatz
2007-09-05* string.c (rb_str_splice): integer overflow for length.matz
2007-08-31* ext/win32ole/win32ole.c: add WIN32OLE#ole_activex_initialize.suke
2007-08-30* configure.in (group_member): check if presents.nobu
2007-08-29 * include/ruby/defines.h (flush_register_windows): call "ta 0x03"shyouhei
2007-08-28* ext/win32ole/win32ole.c (ole_type_progid, reg_enum_key, suke
2007-08-27* ext/etc/etc.c (etc_getlogin): update documentation to notematz
2007-08-21* hash.c (st_foreach_func, rb_foreach_func): typedefed.nobu
2007-08-20* eval.c (mnew): should preserve noex as safe_level.matz
2007-08-18* sample/test.rb, test/ruby/test_system.rb(valid_syntax?): keepnobu
2007-08-16* configure.in (aix): enable shared by default.nobu
2007-08-15* hash.c (rb_hash_delete_key): delete the entry without calling block.nobu
2007-08-07* configure.in (ac_cv_func_isinf): set yes also on OpenSolaris.nobu
2007-08-02* lib/mkmf.rb: more verbose message. [ruby-Bugs-12766]nobu
2007-08-02* sprintf.c (rb_f_sprintf): should not check positional number asnobu