aboutsummaryrefslogtreecommitdiffstats
path: root/version.h
Commit message (Expand)AuthorAgeFilesLines
* * 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
* * enum.c (enum_butfirst): add a new method to iterates overmatz2007-10-301-3/+3
* * encoding.c (rb_enc_compatible): ASCII encoding is compatible withnobu2007-10-291-3/+3
* * array.c (rb_ary_assoc): check and convert inner arrays (assocs)matz2007-10-251-3/+3
* * io.c (rb_io_tell, rb_io_seek): check errno too. [ruby-dev:32093]nobu2007-10-251-3/+3
* * parse.y (parser_tokspace): make space in token buffer.nobu2007-10-241-3/+3
* * enum.c (enum_cycle): hide temporary array from ObjectSpace.matz2007-10-221-3/+3
* * encoding.c (rb_enc_compatible): check if two objects have compatiblenobu2007-10-221-3/+3
* * encoding.c (rb_enc_default, rb_enc_primary): return pointers tonobu2007-10-211-3/+3
* * file.c (rb_get_path): returns frozen string.nobu2007-10-201-3/+3
* * range.c (range_last): removed unused variables.nobu2007-10-191-3/+3
* * range.c (range_first): takes first n element if argument ismatz2007-10-181-3/+3
* * re.c (rb_reg_initialize_m): allow binary encoding option.nobu2007-10-161-3/+3
* * encoding.c (Init_Encoding): define #to_s to show encoding namematz2007-10-151-3/+3
* * marshal.c (r_bytes0): check if source has enough data.nobu2007-10-151-3/+3
* * encoding.c (rb_cEncoding): new Encoding class.nobu2007-10-131-3/+3
* * parse.y: encoding specifier should work if the line matchesmatz2007-10-121-3/+3
* * trunk/parse.y (magic_comments): add "encoding" as same as "coding".nobu2007-10-121-3/+3
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz2007-10-101-3/+3
* * string.c (rb_enc_str_coderange): fixed checkfor non-ascii.nobu2007-10-101-3/+3
* * parse.y (STR_NEW3): check for if single byte sequence.nobu2007-10-091-3/+3
* * insns.def (opt_eq): fix to use rb_str_equal().ko12007-10-071-3/+3
* * include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz2007-10-051-3/+3
* 2007-10-05knu2007-10-041-3/+3
* * array.c (rb_ary_permutation): remove C99 dependency.matz2007-10-041-3/+3
* * ruby.c (ruby_process_options): push frame with program name.nobu2007-10-031-3/+3
* * proc.c (proc_dup): proc->block.proc should be self.ko12007-10-011-3/+3
* * eval.c (ruby_options), ruby.c (proc_options, process_options): notnobu2007-10-011-4/+4