aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* * file.c (rb_get_path_check): check with given safe level.nobu2009-06-231-0/+1
* * file.c (rb_find_file_ext, rb_find_file): no needs to expandnobu2009-06-231-0/+3
* * st.c, include/ruby/st.h (st_memsize): added. This function returnsko12009-06-161-0/+1
* * include/ruby/ruby.h: New structure RTypedData, added.ko12009-06-161-0/+30
* * thread.c: rename functions which require a parameterko12009-06-081-2/+0
* * include/ruby/intern.h (rb_exc_new2): optimization for literal.nobu2009-06-011-0/+6
* * st.c (st_insert2): new function with processing new key,matz2009-05-271-0/+1
* * common.mk (bignum.o, numeric.o): depend on util.h.nobu2009-05-261-2/+16
* * include/ruby/ruby.h (FilePathValue): prevent from GC.nobu2009-05-251-1/+1
* * include/ruby/ruby.h (NUM2LONG): added GCC specific optimization.nobu2009-05-251-2/+8
* * thread.c (rb_exec_recursive_paired): new function for propernobu2009-05-241-0/+1
* * include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA):nobu2009-05-211-0/+1
* * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long tonobu2009-05-201-0/+19
* * encoding.c (rb_enc_fast_mbclen): faster mbclen for strings knownmatz2009-05-201-0/+3
* * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint()matz2009-05-191-1/+7
* * gc.c: add longlife garbage collection. [ruby-dev:38423]nari2009-05-132-1/+2
* * include/ruby/version.h: extracted the extensions interface andnobu2009-05-131-0/+61
* * string.c, include/ruby/encoding.h: fixed types.nobu2009-05-071-2/+2
* * eval.c (ruby_cleanup): the order of local variables on stack isnobu2009-04-191-2/+2
* * class.c (rb_define_method_id): use rb_define_notimplement_method_idakr2009-04-161-0/+2
* * include/ruby/intern.h (rb_fd_resize): does nothing on Win32.nobu2009-04-051-0/+1
* * include/ruby/intern.h (Init_stack): moved.nobu2009-04-051-1/+1
* * include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro tonobu2009-04-041-0/+1
* * thread.c (rb_thread_fd_select): new function to call selectmatz2009-04-011-0/+2
* * io.c (rb_mWaitReadable): defined.akr2009-03-191-0/+3
* * include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int.nobu2009-03-151-5/+5
* * include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int.nobu2009-03-151-4/+4
* * string.c (rb_hash_uint, rb_hash_start, rb_hash_end): use VALUEnobu2009-03-151-4/+4
* * string.c (rb_str_subpat): accept capture name.akr2009-03-141-0/+1
* * util.c (ruby_scan_oct, ruby_scan_hex): use size_t.nobu2009-03-141-2/+2
* * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): usenobu2009-03-141-1/+1
* * include/ruby/ruby.h (bool): not define to get rid of conflictnobu2009-03-131-24/+2
* * configure.in (AC_HEADER_DIRENT): added.nobu2009-03-131-4/+33
* * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c,nobu2009-03-121-1/+1
* * include/ruby/encoding.h: suppress warnings of overflow.akr2009-03-121-2/+2
* * include/ruby/win32.h (strcasecmp, strncasecmp): use _ prefixednobu2009-03-101-2/+2
* * include/ruby/encoding.h (enc_initialized_p): ENC_UNINITIALIZEDnobu2009-03-051-3/+0
* * include/ruby/win32.h (WIN95): moved to config.hnobu2009-03-041-6/+0
* * eval.c (rb_longjmp), include/ruby/intern.h (ruby_cleanup): fixednobu2009-03-021-1/+1
* * include/ruby/intern.h (rb_io_get_io): added prototype.nobu2009-02-271-0/+1
* * include/ruby/win32.h (rb_w32_wopen): prototype forgotten.usa2009-02-261-0/+1
* * include/ruby/ruby.h (USE_SYMBOL_AS_METHOD_NAME): Module#methods,nobu2009-02-231-0/+3
* * string.c (rb_hash_uint32, rb_hash_uint, rb_hash_start, rb_hash_end),mame2009-02-141-0/+4
* * compile.c (compile_array_, defined_expr, iseq_compile_each): hidenobu2009-02-121-0/+1
* * include/ruby/st.h, st.c: order entries by a linked list instead ofmame2009-02-081-1/+1
* * include/ruby/backward/rubysig.h (rb_thread_blocking_region_begin),nobu2009-02-081-3/+3
* * include/ruby/backward/rubysig.h: extern "C" was missing.nobu2009-02-081-0/+15
* * configure.in (--with-arch): added new option to supportnobu2009-02-071-4/+1
* [__SYMBIAN32__]: included <sys/select.h> for fd_set definitionazav2009-02-061-0/+2
* * include/ruby/intern.h (rb_run_exec_options_err): renamed fromakr2009-02-051-4/+8