summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-06-04compatible loadernobu
2012-06-04* process.c (rb_run_exec_options_err): restore save_env() call forusa
2012-06-04* io.c (pipe_open): follow up changes in r35889.usa
2012-06-03remove old warningnobu
2012-06-03 * marshal.c: experimental test aborted.tadf
2012-06-03* process.c (rb_spawn_process): fix for Windows. not tested.akr
2012-06-03* process.c (rb_proc_exec_e): don't use ISSPACE(). \f, \r and \vakr
2012-06-03* include/ruby/intern.h (rb_exec_arg): remove argc and argv fields.akr
2012-06-03* GPL: update text of GPLv2. [ruby-core:44488] [Bug #6328]naruse
2012-06-03* process.c (rb_exec_getargs): remove rb_exec_arg argument.akr
2012-06-03 * marshal.c: calls directly rb_{Complex,Rational}_marshal_load().tadf
2012-06-03* process.c (rb_check_argv): use rb_str_new_frozen instead ofakr
2012-06-03* process.c (rb_proc_exec_e): extended version of rb_proc_exec() toakr
2012-06-03* thread.c (vm_living_thread_num): suppress a warning.naruse
2012-06-03* use execve() to preserve environment variables when exec method isakr
2012-06-03use rb_marshal_{dump,load}nobu
2012-06-03 * ext/date/date_core.c: checks whether the object is frozen or not.tadf
2012-06-03 * complex.c: wrote Complex#_dump and Complex::load. But nowtadf
2012-06-03 * complex.c (nucomp_marshal_load): [ruby-core:45394]tadf
2012-06-02* regparse.c (onig_number_of_names): suppress a warning.naruse
2012-06-02* vm_backtrace.c: change names.ko1
2012-06-02* common.mk: fix to build vm_backtrace.c only itself (vm_backtrace.cko1
2012-06-02* vm_backtrace.c: added. Separate backtrace related functions toko1
2012-06-02* lib/ipaddr.rb: Inhibit zero-filled octets in an IPv4 address inknu
2012-06-02* string.c (rb_enc_cr_str_buf_cat): don't reset coderange as unknown.naruse
2012-06-01* doc/re.rdoc (Performance): Replaced incorrect example of reducingdrbrain
2012-06-01* doc/re.rdoc (Performance): Removed useless sample output from finaldrbrain
2012-06-01class_or_module_requirednobu
2012-05-31* array.c: Updated Array documentation formatting. Patch by Zacharydrbrain
2012-05-31* ext/dl/lib/dl/struct.rb (DL::CStructEntity#set_ctypes): Refactoreddrbrain
2012-05-31* object.c (Init_Object): Restored Kernel documentation based ondrbrain
2012-05-31* object.c (rb_equal): Let Object be a link in #=== documentation.drbrain
2012-05-31* ext/dl/lib/dl/struct.rb (DL::CStructEntity::size): Refactored ::sizedrbrain
2012-05-30* ext/dl/lib/dl/struct.rb (DL::CUnionEntity#set_ctypes): Refactoreddrbrain
2012-05-30* ext/dl/lib/dl/struct.rb (DL::CUnionEntity::size): Fixed ::size todrbrain
2012-05-30* ext/dl: Added documentation. Patch by Vincent Batts.drbrain
2012-05-30* ext/bigdecimal/lib/bigdecimal/jacobian.rb,mrkn
2012-05-30* ext/bigdecimal/lib/bigdecimal/jacobian.rb (Jacobian#dfdxi):mrkn
2012-05-30utc offset in secondsnobu
2012-05-29* error.c (exc_set_backtrace): Updated documentation to indicatedrbrain
2012-05-29strftime.c: triple colons modifiernobu
2012-05-29strftime.c: fix locale modifiernobu
2012-05-29strftime.c: fix colon modifier.nobu
2012-05-28StatusLineOutput needs job_status to be :replacenobu
2012-05-28common.mk: fix dependencies.nobu
2012-05-28* ChangeLog: fix a typo.nari
2012-05-28* gc.c (obj_free): doesn't free a method table if it doesn'tnari
2012-05-27* ChangeLog: fix a typo.nagachika
2012-05-27* ChangeLog: remove trailing spaces.nagachika
2012-05-27* benchmark/bm_vm1_lvar_init.rb: added.ko1