aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * object.c (rb_obj_freeze): preserve frozen state of immediatematz2007-12-181-0/+1
* * include/ruby/encoding.h (ENC_CODERANGE_VALID): rename fromakr2007-12-171-1/+1
* * include/ruby/io.h (MakeOpenFile): fptr->enc should bematz2007-12-131-0/+1
* * encoding.c (rb_enc_ascget): renamed from rb_enc_get_ascii.akr2007-12-111-1/+1
* * encoding.c (rb_enc_get_ascii): add an argument to provide the akr2007-12-111-4/+4
* * include/ruby/oniguruma.h (ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE):akr2007-12-111-1/+1
* * transcode.c (str_transcode): allow non-registered encodings.nobu2007-12-101-0/+1
* * parse.y (expr): redefinable not (!) operator.matz2007-12-091-3/+0
* * include/ruby/ruby.h (FilePathStringValue): defined. similar toakr2007-12-091-0/+3
* * encoding.c (rb_enc_mbclen): make it never fail.akr2007-12-082-1/+3
* * encoding.c (rb_enc_precise_mbclen): new function for mbclen withakr2007-12-062-3/+34
* * include/ruby/intern.h (rb_uv_to_utf8): declared.akr2007-12-011-0/+1
* * encoding.c: rename primary_encoding -> default_external (encoding).matz2007-12-011-4/+4
* * insnhelper.ci (vm_yield_with_cfunc): fix to passing argc on thirdko12007-12-011-0/+1
* * signal.c (ruby_signal): use SA_SIGINFO if available.matz2007-11-301-1/+1
* * signal.c (trap_signm): SIGVTALRM no longer used for greenmatz2007-11-301-0/+1
* * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: akr2007-11-271-3/+3
* * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared.akr2007-11-251-0/+2
* * struct.c (rb_struct_alloc_noinit): new function.akr2007-11-231-1/+2
* * struct.c (rb_struct_define_without_accessor): new function.akr2007-11-231-0/+1
* * re.c (match_begin): should return offset by character.matz2007-11-231-2/+2
* * include/ruby/ruby.h: rename RFloat#double_value -> float_value.ko12007-11-201-2/+2
* * gc.h, vm_core.h: decl of rb_gc_save_machine_context()ko12007-11-202-6/+2
* * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fdusa2007-11-201-1/+1
* * include/ruby/io.h (rb_io_t): add tied_io_for_writing member.akr2007-11-201-0/+2
* * configure.in: check struct timespec, clock_gettime, utimensat,akr2007-11-192-2/+10
* * include/ruby/ruby.h: added some declarations for event hooks.shugo2007-11-161-0/+30
* * include/ruby/ruby.h: introduce 2 macros:ko12007-11-131-1/+3
* * encoding.c (rb_enc_compatible): check if two objects have compatiblenobu2007-10-221-0/+1
* * encoding.c (rb_enc_default, rb_enc_primary): return pointers tonobu2007-10-211-0/+2
* * range.c (range_first): takes first n element if argument ismatz2007-10-181-0/+1
* * encoding.c (rb_primary_encoding): added Encoding.primary_encoding.nobu2007-10-162-0/+4
* * encoding.c (rb_cEncoding): new Encoding class.nobu2007-10-131-0/+2
* * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility.matz2007-10-112-3/+1
* * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncodingmatz2007-10-101-24/+25
* * include/ruby/node.h: make node flags as VALUE type.akr2007-10-071-14/+6
* refined again.akr2007-10-071-27/+27
* refine previous change.akr2007-10-071-5/+3
* * include/ruby/ruby.h: enum ruby_value_flags removed.akr2007-10-071-64/+33
* * insns.def (opt_eq): get rid of gcc bug.nobu2007-10-061-1/+1
* * include/ruby/defines.h: no longer provide DEFAULT_KCODE.matz2007-10-051-9/+0
* revert rb_memcmp() change to pacify GCC optimizermatz2007-10-041-1/+1
* * re.c (rb_memcmp): no longer useful without ruby_ignorecase.matz2007-10-041-1/+1
* * re.c (kcode_setter): Perl-ish global variable `$=' no longermatz2007-10-041-2/+0
* * encoding.c (rb_obj_encoding): returns encoding of the given object.nobu2007-10-041-0/+1
* * string.c (rb_str_append): always set encoding, and coderangenobu2007-09-301-1/+2
* * main.c (main): use platform-independent per-process initialization.nobu2007-09-292-1/+10
* * include/ruby/win32.h (strcasecmp): needed for type_strcasehash.nobu2007-09-281-3/+3
* * io.c (rb_io_fdopen): create IO object from fd.nobu2007-09-281-0/+1
* * encoding.c (rb_enc_alias): allow encodings multiple aliases.nobu2007-09-282-0/+5