| Commit message (Expand) | Author | Age | Files | Lines |
* | * 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 |
* | * include/ruby/intern.h: declare rb_hash_tbl. | akr | 2007-08-29 | 2 | -1/+7 |
* | * string.c (str_gsub): should not use mbclen2() which has broken API. | matz | 2007-08-29 | 1 | -3/+0 |
* | * include/ruby/st.h (struct st_table): add entries_packed 1-bit | akr | 2007-08-29 | 1 | -1/+2 |
* | * include/ruby/defines.h (flush_register_windows): call "ta 0x03" | matz | 2007-08-29 | 1 | -4/+2 |
* | * string.c (rb_str_subseq): retrieve substring based on byte offset. | matz | 2007-08-28 | 1 | -0/+1 |
* | * thread.c: fix Mutex to be interruptable lock. | ko1 | 2007-08-27 | 1 | -3/+3 |
* | * encoding.c (rb_enc_codelen): raises invalid sequence exception | matz | 2007-08-27 | 1 | -2/+4 |
* | * include/ruby/encoding.h: remove unused rb_enc_ismbchar(). | matz | 2007-08-25 | 1 | -2/+0 |
* | * string.c, include/ruby/intern.h: export rb_str_length(). | ko1 | 2007-08-25 | 1 | -0/+1 |
* | * include/ruby/encoding.h (rb_enc_str_new): prototype added. | nobu | 2007-08-25 | 1 | -0/+1 |
* | include/ruby/encoding.h: added. | matz | 2007-08-25 | 1 | -0/+79 |
* | * encoding.c: provide basic features for M17N. | matz | 2007-08-25 | 8 | -14/+43 |
* | * cont.c: separate Continuation and Fiber from core. | ko1 | 2007-08-25 | 2 | -1/+1 |
* | * cont.c: add Fiber#resume and Fiber.yield. | ko1 | 2007-08-21 | 1 | -1/+2 |
* | * st.c (struct st_table_entry): add new members, fore and back, to | nobu | 2007-08-21 | 1 | -0/+3 |
* | * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias), | ko1 | 2007-08-17 | 1 | -0/+4 |