summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2007-12-23* io.c (rb_io_s_read): encoding argument reverted.matz
2007-12-22* version.h: use patchlevel if revision is not set.nobu
2007-12-22* io.c (rb_io_mode_enc): do not set encoding unless explicitlymatz
2007-12-22version.h corruptedmatz
2007-12-22* ext/syck/rubyext.c (syck_genericresolver_node_import): shouldmatz
2007-12-22* common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu
2007-12-21* sample/test.rb (valid_syntax): force_encoding input script.matz
2007-12-20* string.c (tr_trans): wrong encoding check for tree strings.matz
2007-12-19* compile.c (iseq_compile_each): should handle upper level eval iseqnobu
2007-12-18* bignum.c (rb_cstr_to_inum): wrong radix check. a patch frommatz
2007-12-17* re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz
2007-12-17for undefined conversions.matz
2007-12-15* configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.nobu
2007-12-14* lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz
2007-12-13* re.c (rb_reg_initialize): embedded string may override encodingmatz
2007-12-12* io.c (read_all): should associate default external encoding.matz
2007-12-12* re.c (rb_reg_regsub): should copy encoding.nobu
2007-12-10* parse.y (shadowing_lvar_gen): no duplicate error for "_".matz
2007-12-09* parse.y (expr): redefinable not (!) operator.matz
2007-12-09* 2007-12-09nobu
2007-12-07* parse.y (arg): tUPLUS no longer works as identity operation anymatz
2007-12-05* regparse.c (i_apply_case_fold): fix for negative character class. anobu
2007-12-05* parse.y (yycompile): get rid of tracing while parsing.nobu
2007-12-04* bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu
2007-12-03 * ext/Win32API/*: removed or moved to ext/dl/win32.usa
2007-12-02* insnhelper.ci (vm_callee_setup_arg): fix error message.ko1
2007-11-30* parse.y (newline_node): always remove NODE_BEGIN.nobu
2007-11-30* hash.c (rb_hash_eql): recursive comparison should be based onmatz
2007-11-29* parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814]nobu
2007-11-27* 2007-11-28nobu
2007-11-27* insns.def, compile.c: fix to allow dsym for alias/undef.ko1
2007-11-26* variable.c (rb_f_global_variables): variable names should notmatz
2007-11-23* compile.c (defined_expr): defined(method(x)) dumped core. amatz
2007-11-22* insnhelper.ci (vm_search_normal_superclass): rename function.matz
2007-11-20* object.c (nil_plus): remove unused function. [ruby-core:13737]matz
2007-11-20 * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa
2007-11-18* parse.y (parser_read_escape): disallow control and meta modifiersnobu
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* tool/compile_prelude.rb (c_esc): need to escape closing brace.matz
2007-11-13* tool/ytab.sed: get rid of GNU sed feature. a patch from Laurentnobu
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-10* {bcc32,win32}/Makefile.sub: vendor_ruby support.nobu
2007-11-08* random.c: update MT URL.[ruby-core:13305].matz
2007-11-08 * parse.y (parser_read_escape): remove C99/gcc-ism.usa
2007-11-06* lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz
2007-11-06* eval_load.c (rb_feature_p): check if the feature is loading withnobu
2007-11-04 * win32/Makefile.sub: vendor_ruby support.usa