| Commit message (Expand) | Author | Age | Files | Lines |
| * | * test/ripper/dummyparser.rb (DummyParser): improvement by Magnus | nobu | 2009-10-02 | 1 | -0/+8 |
| * | * method.h (rb_method_type_t): remove a comma at end of | naruse | 2009-10-02 | 1 | -0/+5 |
| * | * range.c (discrete_object_p): needs the argument type to get rid | nobu | 2009-10-02 | 1 | -0/+5 |
| * | Updated to Unicode 5.2.0. | naruse | 2009-10-02 | 1 | -0/+14 |
| * | * enum.c (enum_slice_before): take a pattern if no block given. | akr | 2009-10-02 | 1 | -0/+4 |
| * | * parse.y (ripper_yylval_id, ripper_get_{id,value}): wrap ID by | nobu | 2009-10-02 | 1 | -0/+13 |
| * | * thread.c (ruby_suppress_tracing): get rid of clobbering by | nobu | 2009-10-02 | 1 | -0/+5 |
| * | * eval.c (rb_origenviron): remove unused old variable. | usa | 2009-10-02 | 1 | -0/+5 |
| * | * win32/{setup.mak,Makefile.sub,win32.c},include/ruby/win32.h (RT_VER): | usa | 2009-10-01 | 1 | -0/+8 |
| * | * win32/win32.c (rb_w32_getpid): simply call GetCurrentProcessId() | usa | 2009-10-01 | 1 | -0/+5 |
| * | * time.c (rb_time_succ): make Time#succ obsolete since time is not | matz | 2009-09-30 | 1 | -0/+9 |
| * | * vm_method.c (rb_add_method_def): show the location where | nobu | 2009-09-30 | 1 | -0/+5 |
| * | * enumerator.c (enumerator_block_call): extracted. | nobu | 2009-09-29 | 1 | -0/+4 |
| * | Escape as \x{XXXX} other than Unicode chars. | naruse | 2009-09-29 | 1 | -0/+5 |
| * | * configure.in (THREAD_MODEL): modified message when no thread | nobu | 2009-09-29 | 1 | -0/+5 |
| * | * io.c (rb_scan_open_args): rb_utf8mac_encoding is undefined. | nobu | 2009-09-29 | 1 | -0/+4 |
| * | fix typos. | akr | 2009-09-29 | 1 | -3/+3 |
| * | * include/ruby/intern.h (rb_struct_iv_get): deprecated because it is | akr | 2009-09-29 | 1 | -0/+5 |
| * | * lib/test/unit/assertions.rb (assert_equal): use Time#subsec if nsec | akr | 2009-09-29 | 1 | -0/+5 |
| * | * io.c (rb_scan_open_args): add UTF8-MAC to no-convertion encoding. | naruse | 2009-09-29 | 1 | -0/+4 |
| * | * configure.in (--enable-pthread): deprecated. | nobu | 2009-09-29 | 1 | -0/+4 |
| * | * add a reference. | mame | 2009-09-29 | 1 | -0/+1 |
| * | * lib/pp.rb (Kernel#pp): returns its arguments, like Kernel#p. | mame | 2009-09-29 | 1 | -0/+4 |
| * | * ext/json/lib/json/common.rb (recurse_proc): removed needless | nobu | 2009-09-29 | 1 | -0/+5 |
| * | * vm_method.c (rb_method_definition_eq): non-null definition is | nobu | 2009-09-29 | 1 | -1/+4 |
| * | * vm_method.c (rb_add_method_def): nothing to do if old method had | nobu | 2009-09-29 | 1 | -0/+5 |
| * | * string.c (rb_str_inspect): dump as \uXXXX when the | naruse | 2009-09-29 | 1 | -0/+5 |
| * | * encoding.c (rb_enc_unicode_p): defined. | naruse | 2009-09-29 | 1 | -0/+6 |
| * | * encoding.c (rb_filesystem_encoding): On Unix systems, | naruse | 2009-09-28 | 1 | -0/+6 |
| * | * hash.c (rb_f_getenv): use rb_filesystem_str_new_cstr | naruse | 2009-09-28 | 1 | -0/+18 |
| * | * include/ruby/st.h: include inttypes.h and stdint.h. | naruse | 2009-09-28 | 1 | -0/+4 |
| * | * hash.c (rb_f_getenv, env_fetch): env string may be overwritten. | nobu | 2009-09-28 | 1 | -0/+4 |
| * | * dln.c (load_lib, dln_find_exe_r): env string may be overwritten. | nobu | 2009-09-28 | 1 | -1/+3 |
| * | * dln.c (dln_{exit,loaderror,memerror,notimplement}): renamed as | nobu | 2009-09-28 | 1 | -1/+4 |
| * | * dln.c (aix_loaderror): needs format string. | nobu | 2009-09-28 | 1 | -0/+4 |
| * | * win32/wini32.c (LK_ERR): with overlapped I/O, LockFileEx() returns | usa | 2009-09-28 | 1 | -0/+5 |
| * | include/ruby/st.h: aligned prototype of st_hash_uint32 with function | duerst | 2009-09-28 | 1 | -0/+5 |
| * | * ChangeLog: fixed wrong translation. | nobu | 2009-09-28 | 1 | -2/+2 |
| * | missing changelog entries added for r25128. | matz | 2009-09-28 | 1 | -0/+18 |
| * | * parse.y (parser_tokadd_string): the byte after ``\'' may be a part of | usa | 2009-09-28 | 1 | -0/+5 |
| * | * stringio/stringio.c (strio_read): set ASCII-8BIT encoding | naruse | 2009-09-28 | 1 | -0/+5 |
| * | * Makefile.in (miniruby): suppress duplication warning on AIX. | kanemoto | 2009-09-27 | 1 | -0/+4 |
| * | * common.mk (ruby.imp): add text section [Bug #2064]. | kanemoto | 2009-09-27 | 1 | -0/+6 |
| * | * lib/pp.rb (PP:ObjectMixin#pretty_print): delegates has no inspect | akr | 2009-09-27 | 1 | -0/+5 |
| * | * string.c (str_buf_cat2): optimize since all second arguments are | nobu | 2009-09-27 | 1 | -1/+6 |
| * | * string.c (rb_hash_{uint{32,},end}): removed. | nobu | 2009-09-27 | 1 | -0/+4 |
| * | * configure.in (optflags): add -fomit-frame-pointer by default. | nobu | 2009-09-27 | 1 | -0/+4 |
| * | * enum.c (enum_minmax): use struct for memo. | akr | 2009-09-27 | 1 | -0/+5 |
| * | * configure.in (warnflags): check all flags if each are available. | nobu | 2009-09-27 | 1 | -0/+4 |
| * | * ext/json/ext/generator/generator.c: Documention patch by okkez. | naruse | 2009-09-26 | 1 | -0/+6 |