summaryrefslogtreecommitdiff
path: root/version.h
AgeCommit message (Expand)Author
2008-04-04* re.c (rb_memsearch_qs): wrong boundary condition. a patch frommatz
2008-04-03* compile.c (iseq_set_sequence, iseq_insns_unification,nobu
2008-04-02* rational.c (nurat_int_check): function for DRY integer check.matz
2008-03-31* lib/resolv.rb (Resolv::Config.default_config_hash): requiresnobu
2008-03-30* io.c (io_getc): set coderange while getting characters.naruse
2008-03-30revert git backfire in r15860; sorrymatz
2008-03-30* proc.c (proc_dup): should copy is_lambda attribute as well.matz
2008-03-29* 2008-03-29nobu
2008-03-28* 2008-03-28usa
2008-03-25* test/ruby/test_rational.rb: add tests to achieve over 90% testmame
2008-03-25* compile.c (compile_massign_opt): no need to use alloca.nobu
2008-03-24* configure.in: sitearch should use target_cpu. [ruby-core:15986]nobu
2008-03-20* complex.c (nucomp_sub, nucomp_expt): call corresponding functions.mame
2008-03-19* io.c (argf_tell, argf_seek_m, argf_set_pos, argf_rewind,nobu
2008-03-19* regint.h (CHECK_INTERRUPT_IN_MATCH_AT): add interrupt checkmatz
2008-03-17* re.c (rb_memsearch_ss): simple shift search.naruse
2008-03-17* configure.in: unset GREP_OPTIONS. [ruby-core:15918]nobu
2008-03-16* common.mk (LIBRUBY_SO): add dependency to $(BUILTIN_ENCOBJS).naruse
2008-03-15* encoding.c (rb_enc_associate_index): pass unnecessary enc_capable().matz
2008-03-13* numeric.c (fix_divmod): should return integer division. [ruby-dev:34006]matz
2008-03-12* configure.in (stdint.h): check if presence.nobu
2008-03-11* array.c (rb_ary_combination): argument check before creatingmatz
2008-03-10* ruby.c (usage): remove some unimportant lines to fit -h messagematz
2008-03-09* string.c (rb_str_index): if t == s + pos, the character beginningnaruse
2008-03-08* string.c (search_nonascii): Use VALUE instead of unsigned longnaruse
2008-03-07* 2008-03-07usa
2008-03-05* struct.c (make_struct): preserve encoding of struct name.nobu
2008-03-05* lib/debug.rb: require 'continuation' to implement "restart"matz
2008-03-03* io.c (open_key_args): use rb_io_open instead of rb_f_open.naruse
2008-03-03* hash.c (rb_any_hash): shrinks all results in Fixnum range.nobu
2008-03-01* object.c (rb_cstr_to_dbl): check for successive underscores.nobu
2008-02-29* encoding.c (rb_enc_dummy_p): bootstrap encodings can not be dummy.nobu
2008-02-28* string.c (str_new): remove encoding assumption of empty string.naruse
2008-02-28* include/ruby/encoding.h (rb_str_coderange_scan_restartable): addednobu
2008-02-27* string.c (rb_str_coderange_scan_restartable): coderange scaningnaruse
2008-02-26* ext/extmk.rb, enc/make_encmake.rb: load current mkmf.rb even ifnobu
2008-02-26* 2008-02-26usa
2008-02-25* 2008-02-25nobu
2008-02-23* util.c (valid_filename): use O_EXCL to get rid of clobberingnobu
2008-02-23* 2008-02-23nobu
2008-02-22* enc/{depend,make_encdb.rb,trans/make_transdb.rb}: sort in alpha-numeric order.nobu
2008-02-21* io.c (rb_f_putc): invoke stdout method so that redefining putcmatz
2008-02-20* configure.in (RPATHFLAG): -R option of HP-UX ld is not for runtimenobu
2008-02-20 * io.c (open_key_args): set arg->io even if no options passed.usa
2008-02-19* eval.c (ruby_exec_node): no thread starts inside iseq compilation.nobu
2008-02-17* 2008-02-18usa
2008-02-16 * win32/resource.rb: made version infos confirm to OS spec.usa
2008-02-15* range.c (rb_range_beg_len): check if responds to "begin" and "end"nobu
2008-02-14* configure.in (sigsetmask): check when signal semantics is not POSIX.nobu
2008-02-13* common.mk (INSTRUBY_ARGS): pass mode to install. [ruby-dev:33766]nobu