summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2012-03-06* test/xmlrpc/test_client.rb: adding a test for performing an XMLRPCtenderlove
2012-03-06* parse.y (parser_tokadd_string): escape simple regexp metanobu
2012-03-06* ext/io/console/console.c (set_rawmode): clear ECHOE and ECHOKnobu
2012-03-05* lib/xmlrpc/client.rb: switch net/http post2 calls to moderntenderlove
2012-03-05* ext/psych/lib/psych/core_ext.rb: only extend Kernel if IRB is loadedtenderlove
2012-03-05* parse.y (block_call): rules for block_call after block_call.nobu
2012-03-05* parse.y (block_command, block_call): simplified rules.nobu
2012-03-05fix typoskazu
2012-03-05* ext/syck/lib/syck/rubytypes.rb (Exception.yaml_new): fix bugnobu
2012-03-05* test/ruby/test_sleep.rb (TestSleep#test_sleep_5sec): syntax error.usa
2012-03-05* st.c (unpack_entries): chain entries directly. based on a patchnobu
2012-03-05* st.c (unpack_entries): use union instead of casted pointer.nobu
2012-03-05* st.c: use PACKED_ENT and FIND_ENTRY. patched by Sokolovnobu
2012-03-05* st.c (unpack_entries): reallocate bins if packed array sizenobu
2012-03-05* ext/bigdecimal/lib/bigdecimal/math.rb: remove description aboutnaruse
2012-03-04* parse.y (parser_tokadd_string): regexp engine doesn't neednobu
2012-03-04* ChangeLog: fix a typonagachika
2012-03-03* process.c (rb_run_exec_options_err): chdir at last to interpretakr
2012-03-03typotadf
2012-03-03 * ext/date/date_strftime.c: reassigned some variables.tadf
2012-03-03 * ext/date/date_{parse,strptime}.c [ruby-dev:45303].tadf
2012-03-03* lib/xmlrpc/client.rb (initialize): net/http defaults to 1_2 in 1.8+,tenderlove
2012-03-02* lib/xmlrpc/client.rb (new2): use URI for uri parsing.tenderlove
2012-03-02* lib/xmlrpc/client.rb (new2): raises an ArgumentError on badtenderlove
2012-03-02* lib/xmlrpc/client.rb (new2): fix custom port specification when antenderlove
2012-03-02* ext/syck/rubyext.c (mktime_do): use ISDIGIT().nobu
2012-03-02* configure.in (ruby_pc): make configurable. [Bug #6051]nobu
2012-03-02* .travis.yml (branches): Enable TravisCI for ruby_1_9_3.nahi
2012-03-02* test/ruby/test_array.rb (test_combination2): Make the test case fornahi
2012-03-02* file.c (file_expand_path): use wcscasecmp().nobu
2012-03-02* thread_pthread.c (native_cond_timeout): cast explicitly to suppressnobu
2012-03-02* io.c (pipe_open): cmd is no longer used if fork is available.nobu
2012-03-01* internal.h (rb_file_const, rb_file_load_ok): moved functions fornobu
2012-03-01* win32/makedirs.bat: new command to make intermediatenobu
2012-02-29* regparse.c (is_onechar_cclass): optimize character classnaruse
2012-02-29* win32/Makefile.sub (MAKEDIRS): use mkdir of cmd.exe instead of ruby.usa
2012-02-29* test/ruby/test_io.rb (TestIO#test_readpartial_locktmp): skip onusa
2012-02-29* test/ruby/memory_status.rb (Memory): syntax error.usa
2012-02-29/proc/self/status format checknobu
2012-02-28 * ext/date/date_core.c: reverted r34825.tadf
2012-02-28* Makefile.in (PLATFORM_DIR): add a variable for `win32` directory.shirosaki
2012-02-28 * ext/date/date_core.c: [ruby-core:42998]tadf
2012-02-28* io.c (io_binwrite, rb_io_syswrite): use shared frozen sourcenobu
2012-02-28* io.c (io_fread, io_getpartial, rb_io_sysread): set buffer sizenobu
2012-02-28* lib/time.rb (Time#xmlschema): use strftime specifiers instead ofnobu
2012-02-28Remove duplicated entry, thanks znzdrbrain
2012-02-28 * lib/net/protocol.rb: Add OpenTimeout subclass of Timeout::Errordrbrain
2012-02-28 * lib/net/http.rb: Retry HTTP requests for additional network errors.drbrain
2012-02-28* configure.in (debugflags): check if -ggdb is accepted.nobu
2012-02-28* ext/psych/lib/psych.rb: default open YAML files with utf8 externaltenderlove