aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * include/ruby/oniguruma.h: upgrade to Oniguruma 5.9.0. fixesmatz2007-07-231-1/+1
* * thread.c (is_ruby_native_thread): made an int function asnobu2007-07-222-1/+1
* * file.c (rb_file_s_rename): deleted code to get rid of a bug ofnobu2007-07-221-0/+1
* * bignum.c (rb_big_lshift, rb_big_rshift): separated functionsnobu2007-07-191-0/+1
* * ext/dl/cfunc.c (rb_dlcfunc_call): adjust format. [ruby-dev:31222]nobu2007-07-151-0/+1
* * include/ruby/intern.h: remove unused function declarations.ko12007-07-132-16/+0
* * include/ruby/ruby.h (FIX2ULONG): drop sign bit for LLP64 platform.usa2007-07-111-1/+1
* * hash.c (rb_hash_lookup): added. this function is similar toko12007-07-101-0/+1
* * vm.c, insnhelper.ci: fix svar interface.ko12007-07-101-1/+0
* * include/ruby/{intern,ruby}.h, compile.[ch], error.c, eval.c,nobu2007-07-052-8/+9
* * include/ruby/{node,ruby}.h, ruby.c: added enum constants for gdbnobu2007-07-052-60/+234
* * include/ruby/st.h, st.c (st_init_table, st_init_table_with_size):nobu2007-07-051-3/+3
* * include/ruby/onigiruma.h (ONIG_EXTERN): use RUBY_EXTERN if defined.usa2007-07-031-0/+4
* * include/ruby/node.h, parse.y, gc.c, iseq.c: remove NODE_CREF.ko12007-06-271-2/+0
* * include/ruby/win32.h, win32/Makefile.sub, win32/configure.bat,usa2007-06-271-2/+22
* * include/ruby/ruby.h: IL32LLP64 support.usa2007-06-261-7/+2
* * include/ruby/node.h (NODE_LMASK, nd_line): shouldn't use int and/orusa2007-06-251-2/+2
* * eval.c: remove ruby_current_node and change eval() prototype.ko12007-06-241-0/+3
* * string.c (rb_str_upto): add optional argument to specifymatz2007-06-221-1/+0
* * include/ruby: moved public headers.nobu2007-06-1016-0/+4145