summaryrefslogtreecommitdiff
path: root/internal.h
AgeCommit message (Expand)Author
2013-09-01* bignum.c (GMP_BIG2STR_DIGITS): New constant.akr
2013-09-01* bignum.c (big2str_base_poweroftwo): Renamed fromakr
2013-09-01* internal.h (bit_length): Moved from bignum.c.akr
2013-08-31* bignum.c: Use GMP to accelerate big Bignum multiplication.akr
2013-08-31dir.c: reduce string objectnobu
2013-08-27array.c: optimized equalitynobu
2013-08-27vm_eval.c: constifynobu
2013-08-15* io.c, internal.h (rb_io_flush_raw): new function to select callingusa
2013-08-10* file.c (rb_str_normalize_ospath):naruse
2013-08-06* bignum.c (rb_big_realloc): Use VALGRIND_MAKE_MEM_UNDEFINED toakr
2013-08-02parse.y: calculate powers of tennobu
2013-07-28* string.c: add internal API rb_str_locktmp_ensure().glass
2013-07-28* include/ruby/intern.h (rb_absint_size): Declaration moved fromakr
2013-07-27* include/ruby/intern.h (rb_integer_pack): Declaration moved fromakr
2013-07-25file.c: split rb_home_dirnobu
2013-07-19* gc.c, internal.h (rb_gc_writebarrier_remember_promoted): add a newko1
2013-07-15* proc.c (rb_block_arity): create internal API rb_block_arity().glass
2013-07-14encoding.c: NO_PRESERVED_ENCODINGnobu
2013-07-14* configure.in: Check __builtin_popcountl, __builtin_bswap32 andakr
2013-07-12encoding.c: refill terminator at associating encodingnobu
2013-07-11transcode.c: fill terminatornobu
2013-07-10internal.h: STATIC_ASSERTnobu
2013-07-08* bignum.c (rb_big_sq_fast): New function for testing.akr
2013-07-07* internal.h (rb_big_mul_normal): Declared.akr
2013-07-03internal.h: supperss warningnobu
2013-07-03* internal.h (ruby_digit36_to_number_table): Declared.akr
2013-07-02re.c: use built-in encoding indexesnobu
2013-07-02dir.c: use built-in encoding indexesnobu
2013-07-02string.c: use built-in encoding indexesnobu
2013-07-02io.c: use built-in encoding indexesnobu
2013-07-02internal.h: use built-in encoding indexesnobu
2013-07-02encoding.c: preserved encindexnobu
2013-06-22* bignum.c (bary_pack): Supportakr
2013-06-21* bignum.c (bary_pack): Specialized packers implemented.akr
2013-06-16* bignum.c (bary_2comp): Extracted from get2comp.akr
2013-06-16* internal.h (INTEGER_PACK_2COMP): Defined.akr
2013-06-14* class.c, include/ruby/ruby.h: add write barriers for T_CLASS,ko1
2013-06-12* bignum.c (rb_integer_unpack_2comp): New function.akr
2013-06-11* internal.h (INTEGER_PACK_NEGATIVE): Defined.akr
2013-06-11* bignum.c (rb_integer_pack_internal): Renamed from rb_integer_packakr
2013-06-10* bignum.c (rb_integer_pack): Returns sign instead of words.akr
2013-06-09* bignum.c (rb_absint_numwords): Return (size_t)-1 when overflow.akr
2013-06-09* bignum.c (rb_absint_numwords): Renamed from rb_absint_size_in_word.akr
2013-06-09* bignum.c (rb_integer_pack): numwords_allocated argument removed.akr
2013-06-08* bignum.c (rb_absint_singlebit_p): New function.akr
2013-06-08* internal.h (INTEGER_PACK_FORCE_BIGNUM): New flag constant.akr
2013-06-07Delete an empty line.akr
2013-06-07* bignum.c (rb_integer_pack): Arguments changed. Use flags toakr
2013-06-07* bignum.c (rb_integer_pack): Renamed from rb_int_export.akr
2013-06-07* internal.h (numberof): Gathered from various files.akr