aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu2007-12-221-0/+38
* * sample/test.rb (valid_syntax): force_encoding input script.matz2007-12-211-3/+3
* * string.c (tr_trans): wrong encoding check for tree strings.matz2007-12-201-3/+3
* * compile.c (iseq_compile_each): should handle upper level eval iseqnobu2007-12-191-3/+3
* * bignum.c (rb_cstr_to_inum): wrong radix check. a patch frommatz2007-12-181-3/+3
* * re.c (rb_reg_initialize): raise error if non-Unicode fixedmatz2007-12-171-3/+3
* for undefined conversions.matz2007-12-171-3/+3
* * configure.in (MAKEFILES): should be enc/Makefile, not GNUmakefile.nobu2007-12-151-3/+3
* * lib/rdoc/options.rb (Options::parse): do not access $KCODE anymatz2007-12-141-3/+3
* * re.c (rb_reg_initialize): embedded string may override encodingmatz2007-12-131-3/+3
* * io.c (read_all): should associate default external encoding.matz2007-12-121-3/+3
* * re.c (rb_reg_regsub): should copy encoding.nobu2007-12-121-3/+3
* * parse.y (shadowing_lvar_gen): no duplicate error for "_".matz2007-12-101-3/+3
* * parse.y (expr): redefinable not (!) operator.matz2007-12-091-3/+3
* * 2007-12-09nobu2007-12-091-3/+3
* * parse.y (arg): tUPLUS no longer works as identity operation anymatz2007-12-071-3/+3
* * regparse.c (i_apply_case_fold): fix for negative character class. anobu2007-12-051-3/+3
* * parse.y (yycompile): get rid of tracing while parsing.nobu2007-12-051-3/+3
* * bignum.c (rb_cstr_to_inum): trailing spaces may exist at sqeezingnobu2007-12-041-3/+3
* * ext/Win32API/*: removed or moved to ext/dl/win32.usa2007-12-031-3/+3
* * insnhelper.ci (vm_callee_setup_arg): fix error message.ko12007-12-021-3/+3
* * parse.y (newline_node): always remove NODE_BEGIN.nobu2007-11-301-4/+4
* * hash.c (rb_hash_eql): recursive comparison should be based onmatz2007-11-301-3/+3
* * parse.y (stmt): remove unnecessary NODE_BEGIN. [ruby-core:13814]nobu2007-11-291-3/+3
* * 2007-11-28nobu2007-11-271-3/+3
* * insns.def, compile.c: fix to allow dsym for alias/undef.ko12007-11-271-3/+3
* * variable.c (rb_f_global_variables): variable names should notmatz2007-11-261-3/+3
* * compile.c (defined_expr): defined(method(x)) dumped core. amatz2007-11-231-3/+3
* * insnhelper.ci (vm_search_normal_superclass): rename function.matz2007-11-221-3/+3
* * object.c (nil_plus): remove unused function. [ruby-core:13737]matz2007-11-201-3/+3
* * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa2007-11-201-3/+3
* * parse.y (parser_read_escape): disallow control and meta modifiersnobu2007-11-181-3/+3
* * lib/mkmf.rb (String#tr_cpp): make preprocessor identifiers.nobu2007-11-181-3/+3
* ext/win32ole/win32ole.c (ole_invoke): bug fix. [ruby-talk:279100]suke2007-11-171-3/+3
* * lib/yaml/rubytypes.rb (String#is_binary_data?): use Integer#fdiv.nobu2007-11-161-3/+3
* * tool/compile_prelude.rb (c_esc): need to escape closing brace.matz2007-11-151-3/+3
* * tool/ytab.sed: get rid of GNU sed feature. a patch from Laurentnobu2007-11-131-3/+3
* * numeric.c (flo_divmod): round to the nearest integer. [ ruby-Bugs-14540 ]shyouhei2007-11-121-3/+3
* * misc/ruby-mode.el (ruby-parse-partial): handle stringifiedmatz2007-11-121-3/+3
* * {bcc32,win32}/Makefile.sub: vendor_ruby support.nobu2007-11-101-3/+3
* * random.c: update MT URL.[ruby-core:13305].matz2007-11-081-3/+3
* * parse.y (parser_read_escape): remove C99/gcc-ism.usa2007-11-081-3/+3
* * lib/rexml/encodings/SHIFT-JIS.rb (REXML::Encoding): place -x formatz2007-11-061-3/+3
* * eval_load.c (rb_feature_p): check if the feature is loading withnobu2007-11-061-3/+3
* * win32/Makefile.sub: vendor_ruby support.usa2007-11-041-3/+3
* * string.c (tr_setup_table): use C array for characters that fitmatz2007-11-031-3/+3
* * hash.c (rb_hash_each_pair): make Hash#each to be alias tomatz2007-11-031-3/+3
* * error.c (Init_Exception): make NameError to be subclass ofmatz2007-11-021-3/+3
* * win32/configure.bat, setup.mak: now can recognize OS even ifusa2007-10-311-4/+4
* * enum.c (enum_take_while): separate with-block form.matz2007-10-301-3/+3