Age | Commit message (Expand) | Author |
2013-10-19 | encoding.c: defer code page table | nobu |
2013-10-01 | file.c: export rb_stat_new | nobu |
2013-09-13 | * dir.c (dir_s_glob): [DOC] Improve wording and layout. | drbrain |
2013-08-18 | * error.c, file.c, gc.c, hash.c, thread.c, variable.c, vm_eval.c, bin/erb: | ktsj |
2013-08-16 | * file.c (rb_file_size, rb_file_flock): improve parformance of Winodws. | usa |
2013-08-15 | * io.c, internal.h (rb_io_flush_raw): new function to select calling | usa |
2013-08-11 | file.c: OSX path encoding | nobu |
2013-08-11 | file.c: internal function | nobu |
2013-08-11 | * file.c (rb_str_normalize_ospath): fix mixed code and declaration warning | charliesome |
2013-08-10 | * file.c (rb_str_normalize_ospath): | naruse |
2013-08-09 | file.c: normalize Form C | nobu |
2013-08-08 | file.c: rb_str_normalize_ospath | nobu |
2013-07-26 | file.c: use rb_str_conv_enc | nobu |
2013-07-25 | * file.c (rb_file_expand_path_internal): fix r42160; skip '~'. | naruse |
2013-07-25 | file.c: clear coderange for user name | nobu |
2013-07-25 | file.c: split rb_home_dir | nobu |
2013-07-24 | file.c: exception message encoding | nobu |
2013-06-12 | * safe.c (rb_set_safe_level, safe_setter): raise an ArgumentError | shugo |
2013-06-02 | fill rdocs | nobu |
2013-05-19 | fix typos. Patch by k_takata. | ktsj |
2013-05-13 | * include/ruby/ruby.h: constify RBasic::klass and add | ko1 |
2013-05-13 | * *.c, parse.y, insns.def: use RARRAY_AREF/ASET macro | ko1 |
2013-05-12 | * file.c (rb_file_s_truncate): use correct type. chsize takes | kosaki |
2013-05-12 | * configure.in: removes AC_CHECK_FUNC(ftruncate64). | kosaki |
2013-05-09 | * file.c, ext/etc/etc.c, ext/socket/unixsocket.c, | akr |
2013-04-24 | update doc. | akr |
2013-04-24 | update doc. | akr |
2013-03-31 | documentation by @phiggins [GH fixes #263] | hsbt |
2013-03-16 | * configure.in: check struct timeval exist or not. | kosaki |
2013-03-15 | error.c: rb_sys_fail_path_in | nobu |
2013-03-15 | file.c: rb_sys_fail_path_with_func | nobu |
2013-03-14 | file.c: insert separator | nobu |
2013-03-14 | configure.in, file.c: RUBY_FUNCTION_NAME_STRING | nobu |
2013-03-14 | * file.c (rb_sys_fail_path): use rb_sys_fail_path0 only on GCC. | naruse |
2013-03-14 | * file.c (rb_sys_fail_path0): add to append the name of called function | naruse |
2013-03-01 | Suppress warning: uninitialized value | naruse |
2013-02-23 | * array.c: Document #<=> return values and formatting | zzak |
2013-02-21 | * file.c (rb_group_member): added an error check. SUS says, | kosaki |
2013-02-21 | * file.c (RB_MAX_GROUPS): moved to | kosaki |
2013-02-21 | * file.c (access_internal): removed. | kosaki |
2013-02-21 | * file.c (eaccess): use access() when not using setuid nor setgid. | kosaki |
2013-02-21 | * file.c (rb_group_member): get rid of NGROUPS dependency. | kosaki |
2012-12-14 | * file.c (rb_file_flock): use rb_thread_wait_for() instead of | kosaki |
2012-12-13 | * file.c (rb_file_join): check encoding compatibility before joining | usa |
2012-11-20 | * file.c (Init_File): null device definition uses rb_define_const | kosaki |
2012-11-20 | file.c: fix rdoc | nobu |
2012-11-20 | * file.c (File.extname): Documentation for extname on dotfiles and | zzak |
2012-11-20 | * io.c (Init_IO): removed all rb_file_const() into file.c. | kosaki |
2012-11-20 | * file.c (File::NULL): Document File::NULL constant | zzak |
2012-11-05 | Fix compatibility of cached expanded load path | shirosaki |