aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * 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
* rb_classext_t member order exchanged toakr2007-09-281-1/+1
* * include/ruby/intern.h: export rb_ivar_foreach.akr2007-09-282-3/+32
* * encoding.c (rb_enc_associate_index): deal with ASCII compatiblenobu2007-09-261-0/+12
* * gc.c (rb_mark_set): new function to mark keys.nobu2007-09-261-0/+1
* * encoding.c (rb_enc_check): check for ASCII-compatibilities.nobu2007-09-262-0/+6
* * marshal.c (r_object0): don't call user-defined initialize forakr2007-09-081-0/+1
* * eval_method.ci (rb_get_alloc_func): new function to get allocationakr2007-09-081-1/+4
* * array.c (rb_ary_cycle): typo in rdoc. a patch from Yuguimatz2007-09-063-7/+7
* * string.c (rb_str_succ, rb_str_chop_bang, rb_str_chop): m17n support.nobu2007-09-061-1/+1
* * include/ruby/st.h (struct st_table): make num_entries bitfieldakr2007-09-021-2/+2
* * include/ruby/ruby.h (struct RBignum): embed digits in RBignum forakr2007-09-012-3/+32
* * include/ruby/st.h (rb_index_t): use st_data_t for the platforms itnobu2007-09-011-5/+4
* * st.c (st_numcmp, st_numhash): use st_data_t instead of long, becausenobu2007-09-011-19/+32
* fix comment.akr2007-08-311-1/+1
* add comment.akr2007-08-301-2/+3
* enclose RHASH_XXX macros by parenthesis.akr2007-08-291-2/+2
* * include/ruby/intern.h: declare rb_hash_tbl.akr2007-08-292-1/+7
* * string.c (str_gsub): should not use mbclen2() which has broken API.matz2007-08-291-3/+0
* * include/ruby/st.h (struct st_table): add entries_packed 1-bitakr2007-08-291-1/+2
* * include/ruby/defines.h (flush_register_windows): call "ta 0x03"matz2007-08-291-4/+2
* * string.c (rb_str_subseq): retrieve substring based on byte offset.matz2007-08-281-0/+1
* * thread.c: fix Mutex to be interruptable lock.ko12007-08-271-3/+3
* * encoding.c (rb_enc_codelen): raises invalid sequence exceptionmatz2007-08-271-2/+4
* * include/ruby/encoding.h: remove unused rb_enc_ismbchar().matz2007-08-251-2/+0
* * string.c, include/ruby/intern.h: export rb_str_length().ko12007-08-251-0/+1
* * include/ruby/encoding.h (rb_enc_str_new): prototype added.nobu2007-08-251-0/+1
* include/ruby/encoding.h: added.matz2007-08-251-0/+79
* * encoding.c: provide basic features for M17N.matz2007-08-258-14/+43
* * cont.c: separate Continuation and Fiber from core.ko12007-08-252-1/+1
* * cont.c: add Fiber#resume and Fiber.yield.ko12007-08-211-1/+2
* * st.c (struct st_table_entry): add new members, fore and back, tonobu2007-08-211-0/+3
* * eval.c (rb_call), eval_method.ci (rb_add_method, rb_alias),ko12007-08-171-0/+4
* * enumerator.c (enumerator_next_p): should check correctly even whenmatz2007-08-081-0/+1