2004-12-05 18:25:53 by Takahiro Kambe | Files touched by this commit (4) |
Log message:
Import minimum change from ruby-rexml's changes:
- Fix Iconv::iconv error with "Shift_JIS" processing.
- Fix method name mistake.
- As ruby-rexml, rexml/encodings/SHIFT_JIS is now simply loads
SHIFT-JIS.rb in the same directory.
Bump package revision.
|
2004-11-30 18:16:11 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Move out zlib extention library to ruby-zlib package.
Bump package revision.
|
2004-11-29 09:20:06 by Takahiro Kambe | Files touched by this commit (3) |
Log message:
Make it works on Solaris. Not tested well.
- generate proper libruby shared library.
- make it sure link extention libraries with RPATH to libruby.so.
|
2004-11-27 15:11:15 by Takahiro Kambe | Files touched by this commit (14) | |
Log message:
Initial import of ruby18 package; Ruby 1.8.1 + several security fixes.
Ruby is the interpreted scripting language for quick and
easy object-oriented programming. It has many features to
process text files and to do system management tasks (as in
Perl). It is simple, straight-forward, and extensible.
Detail changes from Ruby 1.6.8 is huge and I know details in Ruby's site.
<http://www.ruby-lang.org/ja/man/index.cgi?cmd=view;name=1.6.8%A4%AB%A4%E91.8.0%A4%D8%A4%CE%CA%D1%B9%B9%C5%C0%28%A4%DE%A4%C8%A4%E1%29>
Sadly, this is written in Japanese and I don't know where is English version.
|