Hiroyuki Komatsu
komat****@users*****
2004年 12月 17日 (金) 23:11:32 JST
Index: prime/Makefile.am diff -u prime/Makefile.am:1.6 prime/Makefile.am:1.6.4.1 --- prime/Makefile.am:1.6 Fri Mar 26 02:19:47 2004 +++ prime/Makefile.am Fri Dec 17 23:11:32 2004 @@ -1,5 +1,5 @@ # Makefile.am: Template of Automake for prime. -# $Id: Makefile.am,v 1.6 2004/03/25 17:19:47 komatsu Exp $ +# $Id: Makefile.am,v 1.6.4.1 2004/12/17 14:11:32 komatsu Exp $ # # Copyright (C) 2003 Hiroyuki Komatsu <komat****@taiya*****> # All rights reserved. @@ -29,3 +29,11 @@ cp -a packaging/Debian/debian/ debian dch -v "$(VERSION)-0.local.1" 'Local build.' fakeroot make -f debian/rules binary + +cygwin: + rm -rf cygwin/ + ./configure --prefix `pwd`/cygwin/usr/local + make install + cd cygwin ; tar cjf $(PACKAGE)-$(VERSION).tar.bz2 usr ; rm -rf usr + make install-etc + cd cygwin ; tar cjf $(PACKAGE)-etc-$(VERSION).tar.bz2 usr ; rm -rf usr Index: prime/ChangeLog diff -u prime/ChangeLog:1.55.4.25 prime/ChangeLog:1.55.4.26 --- prime/ChangeLog:1.55.4.25 Tue Dec 14 17:16:31 2004 +++ prime/ChangeLog Fri Dec 17 23:11:32 2004 @@ -1,3 +1,19 @@ +2004-12-17 Hiroyuki Komatsu <komat****@taiya*****> + + * Makefile.am: + Added a routine to create a Cygwin packages. + + * lib/prime2.rb: + Modified a lot for multi-segments conversion. + +2004-12-16 Hiroyuki Komatsu <komat****@taiya*****> + + * lib/prime.rb (Prime::search_compact): + Fixed a bug caused that Ruby 1.6 does not keep a correct class. + + * lib/prime2.rb (Prime2::convert_compact): + Ditto. + 2004-12-14 Hiroyuki Komatsu <komat****@taiya*****> * lib/session.rb: