summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2013-03-10* io.c (rb_update_max_fd): use ATOMIC_CAS because this functionkosaki
2013-03-10* thread_pthread.c (ARRAY_SIZE): new.kosaki
2013-03-10* thread_pthread.c (rb_thread_wakeup_timer_thread_fd): add fdkosaki
2013-03-10* thread_pthread.c (ubf_select): add to small comments why wekosaki
2013-03-10* thread_pthread.c (rb_thread_create_timer_thread): factor outkosaki
2013-03-10* thread_pthread.c (consume_communication_pipe): retry whenkosaki
2013-03-10* thread_pthread.c (timer_thread_sleep): use poll() instead ofkosaki
2013-03-10* thread_pthread.c (USE_SLEEPY_TIMER_THREAD): use more accuratekosaki
2013-03-10* thread_pthread.c (set_nonblock): new helper function for set O_NONBLOCK.kosaki
2013-03-10 * complex.c: described syntax of string form.tadf
2013-03-09marshal.c: check for prependednobu
2013-03-08load.c: reduce indexes arraysnobu
2013-03-08marshal.c: prepended objectsnobu
2013-03-08* man/rake.1, man/ruby.1: Use the Pa macro to make URLs stand out.knu
2013-03-08* ext/pathname/pathname.c (path_f_pathname): rdoc for Pathname()zzak
2013-03-08* man/rake.1: Document ENVIRONMENT variables on RAKE(1) manpagezzak
2013-03-08* lib/webrick/httpproxy.rb: Fix typos in HTTPProxyServer [Bug #8013]zzak
2013-03-07Update ChangeLog for r39628marcandre
2013-03-07compile.c: zsuper keyword argsnobu
2013-03-07 * ChangeLog:drbrain
2013-03-07rbinstall.rb: gem subdirectoriesnobu
2013-03-06* test/rubygems/test_gem_spec_fetcher.rb: Removed unused variable.drbrain
2013-03-05* test/rubygems/test_require.rb: Fix tests when 'a.rb' exists.drbrain
2013-03-05* lib/rubygems.rb: Allow specification of directory permissions.drbrain
2013-03-05* lib/rubygems/commands/query_command.rb: Only fetch remote specs whendrbrain
2013-03-05use INT2FIX(0) instead of INT2NUM(0).kazu
2013-03-05* ChanageLog: fix ticket ref in r39597.nagachika
2013-03-05fix typoskazu
2013-03-05class.c: check redefinitionnobu
2013-03-05proc.c: revert r39224nobu
2013-03-05intern.h: inline function rb_check_aritynobu
2013-03-05* lib/rubygems.rb: Bump version to 2.0.1 for upcoming bugfix releasedrbrain
2013-03-05* enumerator.c (enumerator_with_index): Restore handling of a nil memodrbrain
2013-03-05objspace.c: newly added nodesnobu
2013-03-05enumerator.c: allow Bignum for with_indexnobu
2013-03-05numeric.c: optimize for Bignumnobu
2013-03-05ext_conf_builder.rb: clear DESTDIRnobu
2013-03-04ext_conf_builder.rb: install via temporary directorynobu
2013-03-04Makefile.in: move MAINLIBC after objectsnobu
2013-03-04ChangeLog: fix commit missnobu
2013-03-04* encoding.c: Typo in Encoding overview by Tom Wardrop [GH fixes #255]zzak
2013-03-03mkmf.rb: libpath_envnobu
2013-03-03ext_conf_builder.rb: remove circular dependency in install-sonobu
2013-03-02* ext/socket/tcpserver.c: Grammar for TCPServer.new from r39554zzak
2013-03-02fix typos in r39560kazu
2013-03-02fix a typokazu
2013-03-02ext_conf_builder.rb: hack for obsolete sytle gemsnobu
2013-03-02ext_conf_builder.rb: use RUBYOPTnobu
2013-03-02ext_conf_builder.rb: build in the source directorynobu
2013-03-02* ChangeLog: fix a typo in r39552.nagachika