| Commit message (Expand) | Author | Age | Files | Lines |
* | * include/ruby/encoding.h, encoding.c, re.c, string.c, parse.y: | akr | 2007-11-27 | 1 | -3/+3 |
* | * include/ruby/encoding.h (rb_enc_str_asciionly_p): declared. | akr | 2007-11-25 | 1 | -0/+2 |
* | * struct.c (rb_struct_alloc_noinit): new function. | akr | 2007-11-23 | 1 | -1/+2 |
* | * struct.c (rb_struct_define_without_accessor): new function. | akr | 2007-11-23 | 1 | -0/+1 |
* | * re.c (match_begin): should return offset by character. | matz | 2007-11-23 | 1 | -2/+2 |
* | * include/ruby/ruby.h: rename RFloat#double_value -> float_value. | ko1 | 2007-11-20 | 1 | -2/+2 |
* | * gc.h, vm_core.h: decl of rb_gc_save_machine_context() | ko1 | 2007-11-20 | 2 | -6/+2 |
* | * include/ruby/win32.h win32/win32.c (rb_w32_pipe_exec): use dual fd | usa | 2007-11-20 | 1 | -1/+1 |
* | * include/ruby/io.h (rb_io_t): add tied_io_for_writing member. | akr | 2007-11-20 | 1 | -0/+2 |
* | * configure.in: check struct timespec, clock_gettime, utimensat, | akr | 2007-11-19 | 2 | -2/+10 |
* | * include/ruby/ruby.h: added some declarations for event hooks. | shugo | 2007-11-16 | 1 | -0/+30 |
* | * include/ruby/ruby.h: introduce 2 macros: | ko1 | 2007-11-13 | 1 | -1/+3 |
* | * encoding.c (rb_enc_compatible): check if two objects have compatible | nobu | 2007-10-22 | 1 | -0/+1 |
* | * encoding.c (rb_enc_default, rb_enc_primary): return pointers to | nobu | 2007-10-21 | 1 | -0/+2 |
* | * range.c (range_first): takes first n element if argument is | matz | 2007-10-18 | 1 | -0/+1 |
* | * encoding.c (rb_primary_encoding): added Encoding.primary_encoding. | nobu | 2007-10-16 | 2 | -0/+4 |
* | * encoding.c (rb_cEncoding): new Encoding class. | nobu | 2007-10-13 | 1 | -0/+2 |
* | * include/ruby/node.h (NOEX_LOCAL): remove unused local visibility. | matz | 2007-10-11 | 2 | -3/+1 |
* | * include/ruby/oniguruma.h (OnigEncodingTypeST): add OnigEncoding | matz | 2007-10-10 | 1 | -24/+25 |
* | * include/ruby/node.h: make node flags as VALUE type. | akr | 2007-10-07 | 1 | -14/+6 |
* | refined again. | akr | 2007-10-07 | 1 | -27/+27 |
* | refine previous change. | akr | 2007-10-07 | 1 | -5/+3 |
* | * include/ruby/ruby.h: enum ruby_value_flags removed. | akr | 2007-10-07 | 1 | -64/+33 |
* | * insns.def (opt_eq): get rid of gcc bug. | nobu | 2007-10-06 | 1 | -1/+1 |
* | * include/ruby/defines.h: no longer provide DEFAULT_KCODE. | matz | 2007-10-05 | 1 | -9/+0 |
* | revert rb_memcmp() change to pacify GCC optimizer | matz | 2007-10-04 | 1 | -1/+1 |
* | * re.c (rb_memcmp): no longer useful without ruby_ignorecase. | matz | 2007-10-04 | 1 | -1/+1 |
* | * re.c (kcode_setter): Perl-ish global variable `$=' no longer | matz | 2007-10-04 | 1 | -2/+0 |
* | * encoding.c (rb_obj_encoding): returns encoding of the given object. | nobu | 2007-10-04 | 1 | -0/+1 |
* | * string.c (rb_str_append): always set encoding, and coderange | nobu | 2007-09-30 | 1 | -1/+2 |
* | * main.c (main): use platform-independent per-process initialization. | nobu | 2007-09-29 | 2 | -1/+10 |
* | * include/ruby/win32.h (strcasecmp): needed for type_strcasehash. | nobu | 2007-09-28 | 1 | -3/+3 |
* | * io.c (rb_io_fdopen): create IO object from fd. | nobu | 2007-09-28 | 1 | -0/+1 |
* | * encoding.c (rb_enc_alias): allow encodings multiple aliases. | nobu | 2007-09-28 | 2 | -0/+5 |
* | rb_classext_t member order exchanged to | akr | 2007-09-28 | 1 | -1/+1 |
* | * include/ruby/intern.h: export rb_ivar_foreach. | akr | 2007-09-28 | 2 | -3/+32 |
* | * encoding.c (rb_enc_associate_index): deal with ASCII compatible | nobu | 2007-09-26 | 1 | -0/+12 |
* | * gc.c (rb_mark_set): new function to mark keys. | nobu | 2007-09-26 | 1 | -0/+1 |
* | * encoding.c (rb_enc_check): check for ASCII-compatibilities. | nobu | 2007-09-26 | 2 | -0/+6 |
* | * marshal.c (r_object0): don't call user-defined initialize for | akr | 2007-09-08 | 1 | -0/+1 |
* | * eval_method.ci (rb_get_alloc_func): new function to get allocation | akr | 2007-09-08 | 1 | -1/+4 |
* | * array.c (rb_ary_cycle): typo in rdoc. a patch from Yugui | matz | 2007-09-06 | 3 | -7/+7 |
* | * string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support. | nobu | 2007-09-06 | 1 | -1/+1 |
* | * include/ruby/st.h (struct st_table): make num_entries bitfield | akr | 2007-09-02 | 1 | -2/+2 |
* | * include/ruby/ruby.h (struct RBignum): embed digits in RBignum for | akr | 2007-09-01 | 2 | -3/+32 |
* | * include/ruby/st.h (rb_index_t): use st_data_t for the platforms it | nobu | 2007-09-01 | 1 | -5/+4 |
* | * st.c (st_numcmp, st_numhash): use st_data_t instead of long, because | nobu | 2007-09-01 | 1 | -19/+32 |
* | fix comment. | akr | 2007-08-31 | 1 | -1/+1 |
* | add comment. | akr | 2007-08-30 | 1 | -2/+3 |
* | enclose RHASH_XXX macros by parenthesis. | akr | 2007-08-29 | 1 | -2/+2 |