Next | Query returned 32 messages, browsing 11 to 20 | Previous

History of commit frequency

CVS Commit History:


   2011-11-14 04:20:30 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Remove "PREFIX=" and recover "DATE=" line.
Thanks to sbd@ noted by this mistake.

No PKGREVISION bump since install stage would be failed with previous commit.
   2011-11-13 16:45:25 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Clean up DEINSTALL/INSTALL scripts.

* Remove setting PREFIX.
* Remove executing exit on last line.

Bump PKGREVISION.
   2011-11-08 16:22:45 by Takahiro Kambe | Files touched by this commit (7)
Log message:
* Use RUBY_VERSION_SUPPORTED.
* Correct DESCR; this is 1.9.2 release minimum base package.
* Don't remove whole gem directory but keep its own gem directory only.
* Also make MESSAGE explicitly 1.9.2.
* rubygem: Avoid to use Gem::RequirePathsBuilder now.
* Bump PKGREVISION.
   2011-10-31 06:51:19 by Takahiro Kambe | Files touched by this commit (2)
Log message:
Add devel/ruby-fiddle and textproc/ruby-psych to MESSAGE.

Bump PKGREVISION.
   2011-10-21 07:24:13 by OBATA Akio | Files touched by this commit (2)
Log message:
Remove (trial) workaround for getaddrinfo() on Linux added over 5 years ago.
It break the feature in these days.
   2011-10-21 05:09:48 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Make sure not to build ext/psych.
   2011-09-04 19:02:39 by Takahiro Kambe | Files touched by this commit (3)
Log message:
Fix handling of String in ruby_code() as recent rubygems.
(From rubygem's repository,  6ff4e0eed52ef066fe33.)

Bump PKGREVISION.
   2011-08-27 18:04:22 by Min Sik Kim | Files touched by this commit (1)
Log message:
Disable the fiddle extension explicitly.

fiddle should become a separate package like ruby-curses and ruby-gdbm.
   2011-08-15 03:13:25 by Takahiro Kambe | Files touched by this commit (1)
Log message:
Add work around for utimensat(2) on NetBSD.  (Don't use it.)
   2011-08-12 17:35:22 by Takahiro Kambe | Files touched by this commit (5)
Log message:
Update ruby19-base pacakge to 1.9.2pl290 (1.9.2-p290).

Here is quote from the article of Ruby Inside.
(http://www.rubyinside.com/ruby-1-9-2-p290-released-the-lowdown-on-rubys-latest-production-release-5145.html) \ 
 For more change, please refer:
http://svn.ruby-lang.org/repos/ruby/tags/v1_9_2_290/ChangeLog

What's Changed From p180 to p290?

Quite a lot got changed in terms of the numbers. 132 files were
tweaked with a total of 3505 lines added and 788 taken away.

A selection of the fixes:

* require 'date'; Date.new === nil throws an undefined method error for
  coerce on p180 - this has now been fixed
* The Thread.kill segfaults when the object to be killed isn't a thread bug
  has been resolved.
* Tweaks to reduce segmentation faults when using zlib on x86-64 Darwin
  (OS X) - always good
* Modification to prevent random number sequence repetition on forked child
  processes in SecureRandom
* Fix to io system to resolve a Windows-only bug where characters are being
  read incorrectly due to ASCII not being treated as 7 bit
* A tweak to Psych (the YAML parser) to plug a memory leak
* Load paths are now always expanded by rb_et_expanded_load_path (I think
  this might yield a performance gain?)
* Fixes to Psych's treatment and testing of string taint
* Prevention of temporary objects being garbage collected in some cases
* Fixes to resolve compilation problems with Visual C++ 2010
* A fix so that Tk's extconf.rb would run successfully
* Lots of Tk related fixes generally - I'm guessing Tk is very popular
  amongst the core team, particularly in Japan, because it seems to be a
  common release blocker.
* A fix to string parsing to resolve an obscure symbol-containing-newlines
  parsing bug

Next | Query returned 32 messages, browsing 11 to 20 | Previous