summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)Author
2007-12-24* include/ruby/intern.h, random.c, array.c:akr
2007-12-24* load.c (rb_feature_p): returns loading path name too.nobu
2007-12-23comment updated.akr
2007-12-23* encoding.c (rb_enc_codepoint): implemented to raise invalidakr
2007-12-22* include/ruby/encoding.h, encoding.c, re.c, io.c, parse.y, numeric.c,akr
2007-12-22* io.c, io.h: temporary patch to partially implement transcode-on-read and tr...davidflanagan
2007-12-22* common.mk (encs, ext/ripper/ripper.c): needs MFLAGS.nobu
2007-12-21* encoding.c (rb_ascii_encoding): renamed from previousmatz
2007-12-21* include/ruby/ruby.h (rb_catch_obj, rb_throw_obj): prototyped.nobu
2007-12-21* encoding.c (rb_enc_replicate): now creates first class encoding.nobu
2007-12-21* enumerator.c (enumerator_iter_i): adjusted for rb_block_call_func.nobu
2007-12-21* encoding.c (rb_enc_init): use enc_register_at() directly.nobu
2007-12-21* encoding.c: include locale.hakr
2007-12-18* object.c (rb_obj_freeze): preserve frozen state of immediatematz
2007-12-17* include/ruby/encoding.h (ENC_CODERANGE_VALID): rename fromakr
2007-12-13* include/ruby/io.h (MakeOpenFile): fptr->enc should bematz
2007-12-11* encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr
2007-12-11* encoding.c (rb_enc_get_ascii): add an argument to provide the akr
2007-12-11* include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE):akr
2007-12-10* transcode.c (str_transcode): allow non-registered encodings.nobu
2007-12-09* parse.y (expr): redefinable not (!) operator.matz
2007-12-09* include/ruby/ruby.h (FilePathStringValue): defined. similar toakr
2007-12-08* encoding.c (rb_enc_mbclen): make it never fail.akr
2007-12-06* encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr
2007-12-01* include/ruby/intern.h (rb_uv_to_utf8): declared.akr
2007-12-01* encoding.c: rename primary_encoding -> default_external (encoding).matz
2007-12-01* insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko1
2007-11-30* signal.c (ruby_signal): use SA_SIGINFO if available.matz
2007-11-30* signal.c (trap_signm): SIGVTALRM no longer used for greenmatz
2007-11-27* include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr
2007-11-25* include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr
2007-11-23* struct.c (rb_struct_alloc_noinit): new function.akr
2007-11-23* struct.c (rb_struct_define_without_accessor): new function.akr
2007-11-23* re.c (match_begin): should return offset by character.matz
2007-11-20* include/ruby/ruby.h: rename RFloat#double_value -> float_value.ko1
2007-11-20* gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko1
2007-11-20 * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa
2007-11-20* include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr
2007-11-19* configure.in: check struct timespec, clock_gettime, utimensat,akr
2007-11-16* include/ruby/ruby.h: added some declarations for event hooks.shugo
2007-11-13* include/ruby/ruby.h: introduce 2 macros:ko1
2007-10-22* encoding.c (rb_enc_compatible): check if two objects have compatiblenobu
2007-10-21* encoding.c (rb_enc_default, rb_enc_primary): return pointers tonobu
2007-10-18* range.c (range_first): takes first n element if argument ismatz
2007-10-16* encoding.c (rb_primary_encoding): added Encoding.primary_encoding.nobu
2007-10-13* encoding.c (rb_cEncoding): new Encoding class.nobu
2007-10-11* include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz
2007-10-10* include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz
2007-10-07* include/ruby/node.h: make node flags as VALUE type.akr
2007-10-07refined again.akr