aboutsummaryrefslogtreecommitdiffstats
path: root/ext
Commit message (Expand)AuthorAgeFilesLines
* * ext/readline/readline.c (readline_s_get_line_buffer):naruse2010-09-061-1/+1
* * ext/pathname/pathname.c (path_readable_p): Pathname#readable?akr2010-09-052-3/+10
* * ext/pathname/pathname.c (path_owned_p): Pathname#owned?akr2010-09-052-3/+10
* * ext/pathname/pathname.c (path_socket_p): Pathname#socket?akr2010-09-032-3/+10
* * ext/pty/pty.c (chfunc): pass through exceptions.nobu2010-09-021-25/+1
* * ext/pathname/pathname.c (path_pipe_p): Pathname#pipe?akr2010-09-022-3/+10
* * ext/pty/pty.c (chfunc): restore errno from SystemCallError andnobu2010-09-021-1/+7
* * ext/pathname/pathname.c (path_file_p): Pathname#file?akr2010-09-022-3/+10
* * ext/pathname/pathname.c (path_directory_p): Pathname#directory?akr2010-09-012-3/+10
* * ext/pathname/pathname.c (path_grpowned_p): Pathname#grpowned?akr2010-09-012-3/+10
* * ext/pathname/pathname.c (path_exist_p): Pathname#exist? translatedakr2010-08-312-3/+10
* * ext/tk/stubs.c: fix [Bug #3771] "VC++ can't make ext/tk with enablingnagai2010-08-311-1/+5
* * string.c (tr_setup_table): fix bug in r29146.naruse2010-08-302-2/+2
* * ext/pathname/pathname.c (path_executable_real_p):akr2010-08-302-3/+10
* * ext/pathname/pathname.c (path_.executable_p): Pathname#.executable?akr2010-08-292-3/+10
* * ext/pathname/pathname.c (path_chardev_p): Pathname#chardev?akr2010-08-282-3/+10
* * ext/bigdecimal/bigdecimal.c (BigDecimal_save_exception_mode,mrkn2010-08-281-0/+46
* * ext/pathname/pathname.c (path_blockdev_p): Pathname#blockdev?akr2010-08-272-3/+10
* * ext/pathname/pathname.c (path_sysopen): Pathname#sysopen translatedakr2010-08-262-6/+19
* * ext/pathname/pathname.c (path_readlines): Pathname#readlinesakr2010-08-262-3/+21
* * ext/bigdecimal/bigdecimal.c (Init_bigdecimal, rmpd_set_thread_local_excepti...mrkn2010-08-262-37/+119
* * ext/pathname/pathname.c (path_binread): Pathname#binread translatedakr2010-08-252-4/+20
* * ext/dl/cfunc.c (rb_dlcfunc_call): workaround for VC9 for x64.usa2010-08-241-0/+6
* * ext/tk/tcltklib.c: add codes for Ruby/Tk-Kit which depends on recentnagai2010-08-242-126/+366
* * ext/pathname/pathname.c (path_read): Pathname#read translated fromakr2010-08-242-3/+21
* * ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): to_f must underflow when the...mrkn2010-08-231-9/+24
* * ext/pathname/pathname.c (path_each_line): Pathname#each_lineakr2010-08-232-10/+30
* * backport r29071 from ruby_1_8;nahi2010-08-231-0/+4
* * ext/pathname/pathname.c (path_split): Pathname#split translated fromakr2010-08-212-8/+18
* * ext/pathname/pathname.c (path_expand_path): Pathname#expand_pathakr2010-08-202-3/+16
* * ext/socket/ancdata.c (ancillary_timestamp): fix a constant type.akr2010-08-192-2/+2
* * backport r28621 and r28632 from ruby_1_8;nahi2010-08-193-427/+328
* * ext/pathname/pathname.c (path_extname): Pathname#extname translatedakr2010-08-192-3/+11
* * ext/pathname/pathname.c (path_dirname): Pathname#dirname translatedakr2010-08-172-3/+12
* Tue Aug 17 07:50:37 2010 Nobuyoshi Nakada <nobu@ruby-lang.org>nobu2010-08-162-2/+6
* * ext/pathname/pathname.c (path_basename): unused variable removed.akr2010-08-161-1/+0
* * ext/pathname/pathname.c (path_basename): Pathname#basename translatedakr2010-08-162-3/+17
* * ext/bigdecimal/bigdecimal.h (llabs): never never never never neverusa2010-08-162-3/+3
* * ext/bigdecimal/bigdecimal.c (BigDecimal_dump, BigDecimal_inspect, VPrint, V...mrkn2010-08-151-13/+13
* * ext/bigdecimal/bigdecimal.h (VpVtoD): fix a type of e.mrkn2010-08-152-3/+3
* * ext/bigdecimal/extconf.rb, ext/bigdecimal/bigdecimal.h (labs, llabs): suppo...mrkn2010-08-143-314/+334
* * ext/pathname/pathname.c (path_utime): Pathname#utime translatedakr2010-08-142-3/+10
* * ext/{coverage,objspace}/extconf.rb ($INCFLAGS): explicitly addnobu2010-08-144-5/+6
* * test/objspace/test_objspace.rb: added test for objspace.nari2010-08-141-0/+3
* * io.c (rb_io_memsize): constified.nobu2010-08-141-1/+1
* * regcomp.c (onig_memsize): constified.nobu2010-08-141-1/+1
* * gc.h (rb_objspace_each_objects): used in objspace.nobu2010-08-141-4/+1
* * vm_core.h (rb_{get,set,reset}_coverages): used in coverage.nobu2010-08-141-4/+1
* * include/ruby/intern.h (rb_time_interval): used in io/wait.nobu2010-08-141-2/+0
* * ext/pathname/pathname.c (path_truncate): Pathname#truncate translatedakr2010-08-132-3/+10