| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | * random.c (rb_random_{int32,real,bytes,int}): added functions for | nobu | 2009-07-18 | 1 | -1/+5 |
* | * include/ruby/win32.h: include winsock headers in extern "C++" for | usa | 2009-07-17 | 2 | -7/+7 |
* | * bignum.c (rb_big_new, rb_bigzero_p), range.c (rb_range_values): | nobu | 2009-07-16 | 1 | -0/+3 |
* | * method.h, vm_core.h: add rb_method_entry_t. Remove nodes around | ko1 | 2009-07-15 | 1 | -1/+0 |
* | * include/ruby/ruby.h (rb_obj_{untrust,untrusted,trust}): added | nobu | 2009-07-10 | 1 | -0/+3 |
* | Set encoding and strip bom when modeenc string is "r:foo-bom" [ruby-dev:37236] | naruse | 2009-07-09 | 1 | -0/+1 |
* | * include/ruby/ruby.h: | ko1 | 2009-07-07 | 1 | -9/+9 |
* | * error.c (rb_typed_struct_is_kind_of): new function to see if the | nobu | 2009-07-07 | 1 | -0/+2 |
* | * error.c (rb_check_typed_struct): new function to check typed | nobu | 2009-07-07 | 1 | -0/+6 |
* | * include/ruby/intern.h (rb_time_num_new): declared. | akr | 2009-07-01 | 1 | -0/+1 |
* | * re.c (reg_match_pos): adjust offset based on characters, not | matz | 2009-06-30 | 1 | -0/+1 |
* | * include/ruby/oniguruma.h, include/ruby/re.h, re.c, regcomp.c, | nobu | 2009-06-30 | 2 | -7/+7 |
* | * file.c (rb_get_path_check): check with given safe level. | nobu | 2009-06-23 | 1 | -0/+1 |
* | * file.c (rb_find_file_ext, rb_find_file): no needs to expand | nobu | 2009-06-23 | 1 | -0/+3 |
* | * st.c, include/ruby/st.h (st_memsize): added. This function returns | ko1 | 2009-06-16 | 1 | -0/+1 |
* | * include/ruby/ruby.h: New structure RTypedData, added. | ko1 | 2009-06-16 | 1 | -0/+30 |
* | * thread.c: rename functions which require a parameter | ko1 | 2009-06-08 | 1 | -2/+0 |
* | * include/ruby/intern.h (rb_exc_new2): optimization for literal. | nobu | 2009-06-01 | 1 | -0/+6 |
* | * st.c (st_insert2): new function with processing new key, | matz | 2009-05-27 | 1 | -0/+1 |
* | * common.mk (bignum.o, numeric.o): depend on util.h. | nobu | 2009-05-26 | 1 | -2/+16 |
* | * include/ruby/ruby.h (FilePathValue): prevent from GC. | nobu | 2009-05-25 | 1 | -1/+1 |
* | * include/ruby/ruby.h (NUM2LONG): added GCC specific optimization. | nobu | 2009-05-25 | 1 | -2/+8 |
* | * thread.c (rb_exec_recursive_paired): new function for proper | nobu | 2009-05-24 | 1 | -0/+1 |
* | * include/ruby/ruby.h (RB_EVENT_HOOKS_HAVE_CALLBACK_DATA): | nobu | 2009-05-21 | 1 | -0/+1 |
* | * include/ruby/ruby.h (rb_long2int, RARRAY_LENINT): check long to | nobu | 2009-05-20 | 1 | -0/+19 |
* | * encoding.c (rb_enc_fast_mbclen): faster mbclen for strings known | matz | 2009-05-20 | 1 | -0/+3 |
* | * encoding.c (rb_enc_codepoint_len): combine rb_enc_codepoint() | matz | 2009-05-19 | 1 | -1/+7 |
* | * gc.c: add longlife garbage collection. [ruby-dev:38423] | nari | 2009-05-13 | 2 | -1/+2 |
* | * include/ruby/version.h: extracted the extensions interface and | nobu | 2009-05-13 | 1 | -0/+61 |
* | * string.c, include/ruby/encoding.h: fixed types. | nobu | 2009-05-07 | 1 | -2/+2 |
* | * eval.c (ruby_cleanup): the order of local variables on stack is | nobu | 2009-04-19 | 1 | -2/+2 |
* | * class.c (rb_define_method_id): use rb_define_notimplement_method_id | akr | 2009-04-16 | 1 | -0/+2 |
* | * include/ruby/intern.h (rb_fd_resize): does nothing on Win32. | nobu | 2009-04-05 | 1 | -0/+1 |
* | * include/ruby/intern.h (Init_stack): moved. | nobu | 2009-04-05 | 1 | -1/+1 |
* | * include/ruby/intern.h (RB_NUM_COERCE_FUNCS_NEED_OPID): macro to | nobu | 2009-04-04 | 1 | -0/+1 |
* | * thread.c (rb_thread_fd_select): new function to call select | matz | 2009-04-01 | 1 | -0/+2 |
* | * io.c (rb_mWaitReadable): defined. | akr | 2009-03-19 | 1 | -0/+3 |
* | * include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int. | nobu | 2009-03-15 | 1 | -5/+5 |
* | * include/ruby/ruby.h ({RSTRING,RBIGNUM}_EMBED_LEN_MAX): made int. | nobu | 2009-03-15 | 1 | -4/+4 |
* | * string.c (rb_hash_uint, rb_hash_start, rb_hash_end): use VALUE | nobu | 2009-03-15 | 1 | -4/+4 |
* | * string.c (rb_str_subpat): accept capture name. | akr | 2009-03-14 | 1 | -0/+1 |
* | * util.c (ruby_scan_oct, ruby_scan_hex): use size_t. | nobu | 2009-03-14 | 1 | -2/+2 |
* | * dln.c (init_funcname_len, dln_find_exe_r, dln_find_file_r): use | nobu | 2009-03-14 | 1 | -1/+1 |
* | * include/ruby/ruby.h (bool): not define to get rid of conflict | nobu | 2009-03-13 | 1 | -24/+2 |
* | * configure.in (AC_HEADER_DIRENT): added. | nobu | 2009-03-13 | 1 | -4/+33 |
* | * array.c, bignum.c, dln.c, error.c, gc.c, io.c, marshal.c, | nobu | 2009-03-12 | 1 | -1/+1 |
* | * include/ruby/encoding.h: suppress warnings of overflow. | akr | 2009-03-12 | 1 | -2/+2 |
* | * include/ruby/win32.h (strcasecmp, strncasecmp): use _ prefixed | nobu | 2009-03-10 | 1 | -2/+2 |
* | * include/ruby/encoding.h (enc_initialized_p): ENC_UNINITIALIZED | nobu | 2009-03-05 | 1 | -3/+0 |
* | * include/ruby/win32.h (WIN95): moved to config.h | nobu | 2009-03-04 | 1 | -6/+0 |