| Commit message (Expand) | Author | Age | Files | Lines |
* | * time.c (search_time_t): support non 32bit time_t environments. | usa | 2006-02-14 | 1 | -0/+13 |
* | * io.c (argf_forward): should not use frame->argv. | matz | 2006-02-14 | 1 | -0/+5 |
* | * common.mk: io.c is depending on env.h | ocean | 2006-02-13 | 1 | -1/+1 |
* | * eval.c (rb_call0): argument update propagation. [ruby-dev:28044] | matz | 2006-02-13 | 1 | -0/+6 |
* | * eval.c (eval): should push class from binding if supplied. | matz | 2006-02-13 | 1 | -0/+5 |
* | add instance variable @insert_cmd to change <%='s behavior. (backported 1.15 ... | seki | 2006-02-12 | 1 | -0/+5 |
* | * eval.c (eval): no need to push ruby_class. [ruby-dev:28176] | matz | 2006-02-11 | 1 | -0/+10 |
* | * ext/zlib/zlib.c: should not access ruby objects in finalizer. | ocean | 2006-02-07 | 1 | -1/+6 |
* | * file.c (rb_thread_flock): ERROR_NOT_LOCKED is not an error on Cygwin. | eban | 2006-02-06 | 1 | -0/+5 |
* | * ruby.h (RSTRUCT_LEN, RSTRUCT_PTR): defined for source level | akr | 2006-02-05 | 1 | -0/+5 |
* | * ChangeLog: update ML number. | matz | 2006-02-05 | 1 | -1/+1 |
* | * numeric.c (fix_to_s): removed workaround for radix 2. Historically, | ocean | 2006-02-05 | 1 | -0/+6 |
* | * lib/net/http.rb: imported from trunk, rev 1.129 | aamine | 2006-02-05 | 1 | -0/+11 |
* | * lib/pstore.rb: should return default value if name is not found. | ocean | 2006-02-05 | 1 | -3/+7 |
* | * eval.c: apply the FreeBSD getcontext/setcontext workaround | akr | 2006-02-04 | 1 | -0/+5 |
* | * win32/win32.c (LK_ERR): ERROR_NOT_LOCKED is not an error. | usa | 2006-02-04 | 1 | -0/+5 |
* | * numeric.c (fix_to_s): (2**32).to_s(2) fails with exception where | ocean | 2006-02-04 | 1 | -0/+8 |
* | * ext/syck/syck.c (syck_move_tokens): should reset p->cursor or etc | ocean | 2006-02-03 | 1 | -0/+6 |
* | * ext/syck/emitter.c (syck_emitter_write): should not set '\0' on | ocean | 2006-02-02 | 1 | -0/+6 |
* | * eval.c (eval): need not to protect $SAFE value. | matz | 2006-02-02 | 1 | -0/+16 |
* | commit miss... | ocean | 2006-02-02 | 1 | -0/+9 |
* | * configure.in: The isinf is not regognized by autoconf | ocean | 2006-02-02 | 1 | -0/+5 |
* | * configure.in, hash.c (ruby_setenv): use setenv(3) and unsetenv(3) | ocean | 2006-02-01 | 1 | -1/+1 |
* | * ext/tk/lib/multi-tk.rb: add MultiTkIp#eval and bg_eval. | nagai | 2006-01-31 | 1 | -0/+7 |
* | * ext/syck/rubyext.c (syck_resolver_transfer): workaround for SEGV. | ocean | 2006-01-30 | 1 | -0/+5 |
* | * lib/rdoc/usage.rb: support "a:0:33" style caller[-1]. In this case | ocean | 2006-01-27 | 1 | -2/+8 |
* | * configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use | nobu | 2006-01-25 | 1 | -0/+5 |
* | * lib/test/unit/autorunner.rb (process_args): ignore arguments after | nobu | 2006-01-22 | 1 | -4/+9 |
* | * eval.c (POST_GETCONTEXT): define separately from PRE_GETCONTEXT on | akr | 2006-01-22 | 1 | -2/+9 |
* | * eval.c (ruby_setjmp): workaround for FreeBSD/i386 | akr | 2006-01-22 | 1 | -0/+6 |
* | add ML ref. | akr | 2006-01-20 | 1 | -1/+2 |
* | * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): use only for SPARC and IA64 | akr | 2006-01-20 | 1 | -0/+5 |
* | * lib/fileutils.rb (mv): should remove file after copying. [ruby-dev:28223] | aamine | 2006-01-19 | 1 | -0/+5 |
* | * eval.c (FUNCTION_CALL_MAY_RETURN_TWICE): don't clobber %l7 of SPARC | akr | 2006-01-18 | 1 | -0/+9 |
* | * win32/setup.mak (MAKE): workaround for nmake 8. | usa | 2006-01-17 | 1 | -0/+4 |
* | * win32/{Makefile.sub,setup.mak}: invoke .bat via shell. workaround | usa | 2006-01-17 | 1 | -0/+5 |
* | * ext/syck/emitter.c (syck_emit_seq, syck_emit_map, syck_emit_item): | ocean | 2006-01-16 | 1 | -0/+6 |
* | * io.c (READ_DATA_PENDING, READ_DATA_PENDING_COUNT): defined | akr | 2006-01-13 | 1 | -0/+5 |
* | * file.c (rb_file_s_chmod): avoid warning where sizeof(int) != | ocean | 2006-01-13 | 1 | -0/+5 |
* | Tue Jan 11 15:00:00 2006 Ville Mattila <mulperi@iki.fi> | akr | 2006-01-13 | 1 | -0/+20 |
* | * lib/rdoc/diagram.rb: | ocean | 2006-01-13 | 1 | -0/+15 |
* | * ext/tk/sample/tkballoonhelp.rb: [bug fix] couldn't add to a widget | nagai | 2006-01-12 | 1 | -0/+14 |
* | bit more explanation for previous change. | akr | 2006-01-10 | 1 | -1/+1 |
* | * gc.c (garbage_collect): mark ruby_current_node. | akr | 2006-01-10 | 1 | -0/+8 |
* | Commit miss again. | ocean | 2006-01-10 | 1 | -0/+8 |
* | * ext/syck/rubyext.c (syck_resolver_transfer): should be able to load | ocean | 2006-01-10 | 1 | -0/+5 |
* | * lib/yaml/rubytypes.rb (Symbol#yaml_new): YAML loading of quoted | ocean | 2006-01-10 | 1 | -2/+8 |
* | * ext/zlib/extconf.rb: zlib compiled DLL version 1.2.3 distributed by | ocean | 2006-01-09 | 1 | -0/+5 |
* | * win32/Makefile.sub (OPTFLAGS): I have experienced trouble on y- flag, | ocean | 2006-01-09 | 1 | -0/+8 |
* | * parse.y (singleton): get rid of segfault on syntax error. | nobu | 2006-01-07 | 1 | -0/+5 |