summaryrefslogtreecommitdiff
path: root/ChangeLog
AgeCommit message (Expand)Author
2009-06-16* lib/webrick/httputils.rb (parse_form_data): escape boundary ofnaruse
2009-06-16* io.c (rb_io_open), math.c (domain_check), object.c (boot_defclass):nobu
2009-06-16* io.c (argf_close): always call #close method. [ruby-core:23853]matz
2009-06-11* ext/bigdecimal/bigdecimal.c (gfCheckVal): never used.nobu
2009-06-11* ext/bigdecimal/bigdecimal.c (VpCtoV): big number should resultmatz
2009-06-11* ext/bigdecimal/bigdecimal.c (VpToString): fixed a bug introducedmatz
2009-06-03* lib/base64.rb: typo fixed. a patch from okkez. [ruby-dev:38564]matz
2009-06-03* enum.c (first_i): Enumerator#first should consume only what ismatz
2009-06-01 * lib/mkmf.rb (create_makefile): should set srcs in all paths.usa
2009-06-01* ext/bigdecimal/bigdecimal.c (VpAlloc): avoid ALLOCA_N() to avoidmatz
2009-05-31* ext/bigdecimal/bigdecimal.c (BigDecimal_to_f): returns Inf ifmatz
2009-05-31* lib/mkmf.rb (create_makefile): checks for duplication of sourcenobu
2009-05-31* file.c (istrailinggarbage): fixed typo.nobu
2009-05-29* ext/thread/thread.c (unlock_mutex_inner): fixed wrong variable.nobu
2009-05-24* lib/cgi.rb (HTTP_STATUS): typo fixed. [ruby-dev:38538]matz
2009-05-20* ext/openssl/ossl_digest.c (Init_ossl_digest): avoid recursingmatz
2009-05-20* lib/rexml/text.rb (REXML::Text.normalize): call to_s for input.matz
2009-05-18* lib/pathname.rb (Pathname#sub): suppress a warning.akr
2009-05-18* ext/thread/thread.c (unlock_mutex_inner): should adjust joinnobu
2009-05-17* Makefile.in (fake): prefixed with $(arch)-.nobu
2009-05-17* Makefile.in (distclean-ext): removes extension directories.nobu
2009-05-17* lib/mkmf.rb (SRC_EXT): should be flat.nobu
2009-05-16* NEWS: add RSS::Maker.supported?(version).kou
2009-05-16merge r23454.kou
2009-05-16merge r23451.kou
2009-05-16merge r23450.kou
2009-05-16merge r23449, r23453.kou
2009-05-16merge r23448.kou
2009-05-16merge r23447.kou
2009-05-16merge r23446.kou
2009-05-16merge r23445.kou
2009-05-16merge r23443.kou
2009-05-16merge r23442.kou
2009-05-15* eval.c (rb_thread_join), ext/thread/thread.c (wake_one): adjustsnobu
2009-05-09* lib/delegate.rb (Delegator#method_missing)knu
2009-05-07* lib/set.rb (SortedSet#add): Do not require each newly addedknu
2009-05-07* range.c (range_eql): fixed rdoc.nobu
2009-05-06* util.c: suppress strict-aliasing warning with gcc-4.4.0 -O2 to fixakr
2009-05-06* README.ja: code for THINK_C does not exist already. [Bug #1435]nobu
2009-05-05* configure.in (CFLAGS, CXXFLAGS): strips extra spaces.nobu
2009-05-02* lib/set.rb (SortedSet): Fix document. [Bug #1429]knu
2009-05-01* lib/set.rb (SortedSet#add): Do not let an uncomparable objectknu
2009-05-01* configure.in: fixed the help strings for the header and librarynobu
2009-05-01* configure.in (LIBRUBY_LDSHARED): use $(CC) instead of cc.nobu
2009-05-01* eval.c, gc.c (_longjmp): never return. see [ruby-core:23241]nobu
2009-04-30* ChangeLog: fixed typo.nobu
2009-04-29* file.c (rb_file_join): recursive array has no meaning as pathnobu
2009-04-28* eval.c (get_ts): use readtime clock. [ruby-dev:38354]nobu
2009-04-28test/test_timeout.rb: backported from 1.9.kazu
2009-04-24* eval.c (rb_thread_start_timer): guard condition was inverted.nobu