summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-09-28* include/ruby/win32.h (strcasecmp): needed for type_strcasehash.nobu
2007-09-28* io.c (rb_io_fdopen): create IO object from fd.nobu
2007-09-28* encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu
2007-09-28rb_classext_t member order exchanged toakr
2007-09-28* include/ruby/intern.h: export rb_ivar_foreach.akr
2007-09-26* encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu
2007-09-26* gc.c (rb_mark_set): new function to mark keys.nobu
2007-09-26* encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu
2007-09-08* marshal.c (r_object0): don't call user-defined initialize forakr
2007-09-08* eval_method.ci (rb_get_alloc_func): new function to get allocationakr
2007-09-06* array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz
2007-09-06* string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu
2007-09-02* include/ruby/st.h (struct st_table): make num_entries bitfieldakr
2007-09-01* include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr
2007-09-01* include/ruby/st.h (rb_index_t): use st_data_t for the platforms itnobu
2007-09-01* st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu
2007-08-31fix comment.akr
2007-08-30add comment.akr
2007-08-29enclose RHASH_XXX macros by parenthesis.akr
2007-08-29* include/ruby/intern.h: declare rb_hash_tbl.akr
2007-08-29* string.c (str_gsub): should not use mbclen2() which has broken API.matz
2007-08-29* include/ruby/st.h (struct st_table): add entries_packed 1-bitakr
2007-08-29* include/ruby/defines.h (flush_register_windows): call "ta 0x03"matz
2007-08-28* string.c (rb_str_subseq): retrieve substring based on byte offset.matz
2007-08-27* thread.c: fix Mutex to be interruptable lock.ko1
2007-08-27* encoding.c (rb_enc_codelen): raises invalid sequence exceptionmatz
2007-08-25* include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz
2007-08-25* string.c, include/ruby/intern.h: export rb_str_length().ko1
2007-08-25* include/ruby/encoding.h (rb_enc_str_new): prototype added.nobu
2007-08-25include/ruby/encoding.h: added.matz
2007-08-25* encoding.c: provide basic features for M17N.matz
2007-08-25* cont.c: separate Continuation and Fiber from core.ko1
2007-08-21* cont.c: add Fiber#resume and Fiber.yield.ko1
2007-08-21* st.c (struct st_table_entry): add new members, fore and back, tonobu
2007-08-17* eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko1
2007-08-08* enumerator.c (enumerator_next_p): should check correctly even whenmatz
2007-08-07* include/ruby/ruby.h (ruby_special_consts): added RUBY_SPECIAL_SHIFT.nobu
2007-08-06* cont.c (rb_fiber_yield): change argument ordering. export.matz
2007-08-02* parse.y (reg_compile_gen): set error if failed to compile regexpnobu
2007-07-23* include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz
2007-07-22* thread.c (is_ruby_native_thread): made an int function asnobu
2007-07-22* file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu
2007-07-19* bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu
2007-07-15* ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu
2007-07-13* include/ruby/intern.h: remove unused function declarations.ko1
2007-07-11 * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.usa
2007-07-10* hash.c (rb_hash_lookup): added. this function is similar toko1
2007-07-10* vm.c, insnhelper.ci: fix svar interface.ko1
2007-07-05* include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu
2007-07-05* include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu