You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(127) |
Jun
(1) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(6) |
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
|
Feb
|
Mar
(35) |
Apr
(23) |
May
|
Jun
(1) |
Jul
(48) |
Aug
(23) |
Sep
(10) |
Oct
(4) |
Nov
|
Dec
|
2006 |
Jan
|
Feb
|
Mar
(27) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(7) |
Dec
|
2007 |
Jan
|
Feb
(16) |
Mar
(2) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2008 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
(19) |
Oct
(25) |
Nov
(8) |
Dec
(25) |
2009 |
Jan
(6) |
Feb
(1) |
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
(25) |
Sep
(2) |
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
(3) |
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
From: Andre P. <at...@us...> - 2004-05-18 02:37:05
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3381 Modified Files: Makefile.in Log Message: Removed rather evil 'make install' command from distcheck target Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 17 May 2004 18:42:32 -0000 1.4 +++ Makefile.in 18 May 2004 02:36:48 -0000 1.5 @@ -48,7 +48,7 @@ ./hoc-@PACKAGE_VERSION@ distcheck: dist - ( cd "$(dist_dir)" && ./configure && make && make install ) + ( cd "$(dist_dir)" && ./configure && make ) libffi-src/build/src/raw_api.o: ( cd libffi-src/build && $(MAKE) ) |
From: Andre P. <at...@us...> - 2004-05-17 18:44:38
|
Update of /cvsroot/hoc/hoc/Samples/UniqSort In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31900 Modified Files: Makefile.in Log Message: Added 'all' target to UniqSort's Makefile.in Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Samples/UniqSort/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 17 May 2004 18:31:33 -0000 1.2 +++ Makefile.in 17 May 2004 18:44:28 -0000 1.3 @@ -6,6 +6,8 @@ Makefile.in \ $(NULL) +all: uniqsort + uniqsort: UniqSort.hs ghc -o $@ --make $< |
From: Andre P. <at...@us...> - 2004-05-17 18:42:41
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31219 Modified Files: Makefile.in Added Files: README.txt Log Message: Added empty README.txt file (to be filled out sometime before release) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 17 May 2004 18:39:16 -0000 1.3 +++ Makefile.in 17 May 2004 18:42:32 -0000 1.4 @@ -24,6 +24,7 @@ dist_FILES = \ LICENSE \ Makefile.in \ + README.txt \ aclocal.m4 \ autogen.sh \ autotools/ \ --- NEW FILE: README.txt --- |
From: Andre P. <at...@us...> - 2004-05-17 18:40:35
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30666 Modified Files: configure.ac Log Message: Bumped version number from 0.2 to 0.7 Index: configure.ac =================================================================== RCS file: /cvsroot/hoc/hoc/configure.ac,v retrieving revision 1.6 retrieving revision 1.7 diff -u -d -r1.6 -r1.7 --- configure.ac 17 May 2004 18:31:32 -0000 1.6 +++ configure.ac 17 May 2004 18:40:20 -0000 1.7 @@ -7,7 +7,7 @@ # AC_PREREQ(2.57) -AC_INIT(HOC, 0.2, oz...@al...) +AC_INIT(HOC, 0.7, oz...@al...) AC_CONFIG_AUX_DIR(autotools) # Check we're in the right directory |
From: Andre P. <at...@us...> - 2004-05-17 18:39:25
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30423 Modified Files: Makefile.in Log Message: Fixed libffi-src build bug Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 17 May 2004 18:31:32 -0000 1.2 +++ Makefile.in 17 May 2004 18:39:16 -0000 1.3 @@ -50,7 +50,7 @@ ( cd "$(dist_dir)" && ./configure && make && make install ) libffi-src/build/src/raw_api.o: - $(MAKE) -C libffi-src/build + ( cd libffi-src/build && $(MAKE) ) hoc-all: for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) all) done |
From: Andre P. <at...@us...> - 2004-05-17 18:38:54
|
Update of /cvsroot/hoc/hoc/HOC_cbits In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv30170/HOC_cbits Modified Files: Makefile.in Log Message: Changed 'CFLAGS+ =' to 'CFLAGS +=' ... oops! Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/HOC_cbits/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 17 May 2004 18:07:42 -0000 1.3 +++ Makefile.in 17 May 2004 18:38:42 -0000 1.4 @@ -22,7 +22,7 @@ OBJS = $(SRCS:%.m=%.o) -CFLAGS + =-g -I../libffi-src/build/include +CFLAGS += -g -I../libffi-src/build/include # |
From: Andre P. <at...@us...> - 2004-05-17 18:31:43
|
Update of /cvsroot/hoc/hoc/Samples/UniqSort In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28586/Samples/UniqSort Modified Files: Makefile.in Log Message: Fixed bugs in build system Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Samples/UniqSort/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.in 12 May 2004 05:44:12 -0000 1.1 +++ Makefile.in 17 May 2004 18:31:33 -0000 1.2 @@ -1,3 +1,11 @@ +include ../../config.mk + +dist_srcdir = Samples/UniqSort +dist_FILES = \ + $(wildcard *.hs) \ + Makefile.in \ + $(NULL) + uniqsort: UniqSort.hs ghc -o $@ --make $< |
From: Andre P. <at...@us...> - 2004-05-17 18:31:43
|
Update of /cvsroot/hoc/hoc/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28586/docs Modified Files: Makefile.in Log Message: Fixed bugs in build system Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/docs/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 17 May 2004 18:06:38 -0000 1.3 +++ Makefile.in 17 May 2004 18:31:33 -0000 1.4 @@ -4,6 +4,7 @@ dist_FILES = \ $(SOURCE_PODS) \ Makefile.in \ + HOC.html \ $(NULL) TITLE = HOC: a Haskell to Objective-C bridge @@ -26,7 +27,7 @@ SOURCE_PNGS = \ $(NULL) -all: view +all: HOC.html %.png: %.dot $(DOT) -Tpng @@ -42,6 +43,8 @@ view: HOC.html open $+ +dist: HOC.html + clean: -rm HOC.html pod2htm* |
From: Andre P. <at...@us...> - 2004-05-17 18:31:43
|
Update of /cvsroot/hoc/hoc/Samples/ExpressionParser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28586/Samples/ExpressionParser Added Files: Makefile.in Log Message: Fixed bugs in build system --- NEW FILE: Makefile.in --- include ../../config.mk dist_srcdir = Samples/ExpressionParser dist_FILES = \ Contents/ \ $(wildcard *.hs) \ Makefile.in \ $(NULL) all: ExpressionParser.app ExpressionParser.app: ExpressionParser hocwrap ExpressionParser ExpressionParser: *.hs mkdir -p build ghc --make Main.hs -odir build -hidir build -O -o $@ interpret: mkdir -p build hocwrap -i -- Main.hs -odir build -hidir build zerolink: nolink interpret nolink: mkdir -p build ghc --make Main.hs -odir build -hidir build -O -pgml true clean: rm -rf build/ ExpressionParser ExpressionParser.app/ 'Interactive Haskell Application.app/' |
From: Andre P. <at...@us...> - 2004-05-17 18:31:43
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28586 Modified Files: config.mk.in configure.ac Makefile.in Log Message: Fixed bugs in build system Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.in 12 May 2004 05:43:58 -0000 1.1 +++ Makefile.in 17 May 2004 18:31:32 -0000 1.2 @@ -1,24 +1,67 @@ -SUBDIRS=\ - HOC_cbits \ - HOC \ - InterfaceGenerator \ - Bindings \ - Foundation \ - AppKit \ - Tools +include config.mk +SUBDIRS = \ + HOC_cbits \ + HOC \ + InterfaceGenerator \ + Bindings \ + Foundation \ + AppKit \ + Tools \ + docs \ + $(NULL) +Samples_SUBDIRS = \ + Samples/Browser \ + Samples/Editor \ + Samples/ExpressionParser \ + Samples/UniqSort \ + $(NULL) + +all_SUBDIRS = $(SUBDIRS) $(Samples_SUBDIRS) + +dist_srcdir = . +dist_FILES = \ + LICENSE \ + Makefile.in \ + aclocal.m4 \ + autogen.sh \ + autotools/ \ + config.mk.in \ + configure \ + configure.ac \ + objc.m4 \ + $(NULL) all: libffi-src/build/src/raw_api.o hoc-all - + +dist: + -test -d "$(dist_dir)" && rm -rf "$(dist_dir)" + $(MAKE) dist-recursive + for dir in $(all_SUBDIRS); do (cd $$dir; $(MAKE) dist-recursive); done + find "$(dist_dir)" -type d -name 'CVS' -delete + find "$(dist_dir)" -name '*~' -delete + cp -HRp libffi-src "$(dist_dir)" + rm -rf "$(dist_dir)"/libffi-src/build + tar jcvf @abs_top_builddir@/hoc-@PACKAGE_VERSION@.tar.bz2 \ + ./hoc-@PACKAGE_VERSION@ + +distcheck: dist + ( cd "$(dist_dir)" && ./configure && make && make install ) + libffi-src/build/src/raw_api.o: - make -C libffi-src/build + $(MAKE) -C libffi-src/build hoc-all: - for dir in $(SUBDIRS); do (cd $$dir; make all) done + for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) all) done clean: - for dir in $(SUBDIRS); do (cd $$dir; make clean) done + for dir in $(all_SUBDIRS); do (cd $$dir; $(MAKE) clean) done install: - for dir in $(SUBDIRS); do (cd $$dir; make install) done + for dir in $(SUBDIRS); do (cd $$dir; $(MAKE) install) done + +.PHONY: samples +samples: + for dir in $(Samples_SUBDIRS); do (cd $$dir; $(MAKE)) done + Index: configure.ac =================================================================== RCS file: /cvsroot/hoc/hoc/configure.ac,v retrieving revision 1.5 retrieving revision 1.6 diff -u -d -r1.5 -r1.6 --- configure.ac 17 May 2004 18:07:41 -0000 1.5 +++ configure.ac 17 May 2004 18:31:32 -0000 1.6 @@ -177,6 +177,7 @@ HOC_cbits/Makefile InterfaceGenerator/Makefile Samples/Browser/Makefile + Samples/ExpressionParser/Makefile Samples/Editor/Makefile Samples/UniqSort/Makefile Tools/Makefile Index: config.mk.in =================================================================== RCS file: /cvsroot/hoc/hoc/config.mk.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- config.mk.in 17 May 2004 18:07:41 -0000 1.3 +++ config.mk.in 17 May 2004 18:31:23 -0000 1.4 @@ -15,8 +15,13 @@ DOT=@DOT@ POD2HTML=@POD2HTML@ + # distribution tarball information + dist_dir = @abs_top_builddir@/hoc-@PACKAGE_VERSION@ + +default: all + dist-recursive: mkdir -p "$(dist_dir)/$(dist_srcdir)" cp -R $(dist_FILES) "$(dist_dir)/$(dist_srcdir)" |
From: Andre P. <at...@us...> - 2004-05-17 18:31:43
|
Update of /cvsroot/hoc/hoc/Samples/Editor In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28586/Samples/Editor Modified Files: Makefile.in Log Message: Fixed bugs in build system Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Samples/Editor/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.in 12 May 2004 05:44:12 -0000 1.1 +++ Makefile.in 17 May 2004 18:31:33 -0000 1.2 @@ -1,5 +1,12 @@ include ../../config.mk +dist_srcdir = Samples/Editor +dist_FILES = \ + Contents/ \ + $(wildcard *.hs) \ + Makefile.in \ + $(NULL) + all: Editor.app Editor.app: Editor |
From: Andre P. <at...@us...> - 2004-05-17 18:31:42
|
Update of /cvsroot/hoc/hoc/InterfaceGenerator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28586/InterfaceGenerator Modified Files: Makefile.in Log Message: Fixed bugs in build system Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/InterfaceGenerator/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 17 May 2004 18:07:42 -0000 1.4 +++ Makefile.in 17 May 2004 18:31:32 -0000 1.5 @@ -3,6 +3,7 @@ dist_srcdir = InterfaceGenerator dist_FILES = \ $(wildcard *.hs) \ + Makefile.in \ $(NULL) all: ifgen |
From: Andre P. <at...@us...> - 2004-05-17 18:31:42
|
Update of /cvsroot/hoc/hoc/Samples/Browser In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28586/Samples/Browser Modified Files: Makefile.in Log Message: Fixed bugs in build system Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Samples/Browser/Makefile.in,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- Makefile.in 12 May 2004 05:44:11 -0000 1.1 +++ Makefile.in 17 May 2004 18:31:33 -0000 1.2 @@ -1,5 +1,12 @@ include ../../config.mk +dist_srcdir = Samples/Browser +dist_FILES = \ + Contents/ \ + $(wildcard *.hs) \ + Makefile.in \ + $(NULL) + all: Browser.app Browser.app: Browser Contents/Resources/all-selectors.txt |
From: Andre P. <at...@us...> - 2004-05-17 18:07:52
|
Update of /cvsroot/hoc/hoc/Tools In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/Tools Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Tools/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 14 May 2004 06:05:14 -0000 1.2 +++ Makefile.in 17 May 2004 18:07:42 -0000 1.3 @@ -1,5 +1,11 @@ include ../config.mk +dist_srcdir = Tools +dist_FILES = \ + HOCWrap.hs \ + Makefile.in \ + $(NULL) + all: hocwrap hocwrap: *.hs |
From: Andre P. <at...@us...> - 2004-05-17 18:07:52
|
Update of /cvsroot/hoc/hoc/Foundation In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/Foundation Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Foundation/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 14 May 2004 06:05:12 -0000 1.4 +++ Makefile.in 17 May 2004 18:07:42 -0000 1.5 @@ -1,5 +1,12 @@ include ../config.mk +dist_srcdir = Foundation +dist_FILES = \ + Foundation.conf \ + Foundation.conf-inplace \ + Makefile.in \ + $(NULL) + all: libHSFoundation.a HSFoundation.o ghcmake: ghcmake.build-stamp |
From: Andre P. <at...@us...> - 2004-05-17 18:07:52
|
Update of /cvsroot/hoc/hoc/HOC_cbits In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/HOC_cbits Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/HOC_cbits/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 14 May 2004 06:05:14 -0000 1.2 +++ Makefile.in 17 May 2004 18:07:42 -0000 1.3 @@ -1,45 +1,56 @@ include ../config.mk -SRCS=\ - Class.m\ - GetNewHaskellData.m\ - MemoryManagement.m\ - ObjectMap.m\ - Selector.m\ - FFICallInterface.m\ - Invocation.m\ - NewClass.m\ - RetainedHaskellPart.m\ - Marshalling.m -OBJS=$(SRCS:%.m=%.o) +SRCS = \ + Class.m \ + GetNewHaskellData.m \ + MemoryManagement.m \ + ObjectMap.m \ + Selector.m \ + FFICallInterface.m \ + Invocation.m \ + NewClass.m \ + RetainedHaskellPart.m \ + Marshalling.m \ + $(NULL) -CFLAGS+=-g -I../libffi-src/build/include +dist_srcdir = HOC_cbits +dist_FILES = \ + $(SRCS) \ + Makefile.in \ + $(wildcard *.h) \ + $(NULL) + +OBJS = $(SRCS:%.m=%.o) -all: libHOC_cbits.a HOC_cbits.o +CFLAGS + =-g -I../libffi-src/build/include + +# + +all: libHOC_cbits.a HOC_cbits.o clean: - rm -rf libHOC_cbits.a HOC_cbits.o $(OBJS) depend + rm -rf libHOC_cbits.a HOC_cbits.o $(OBJS) depend HOC_cbits.o: libHOC_cbits.a - ld -r -x -o HOC_cbits.o $(ALL_LOAD) libHOC_cbits.a - if test $(PLATFORM) == gnustep; then \ - strip --strip-debug HOC_cbits.o; \ - fi + ld -r -x -o HOC_cbits.o $(ALL_LOAD) libHOC_cbits.a + if test $(PLATFORM) == gnustep; then \ + strip --strip-debug HOC_cbits.o; \ + fi libHOC_cbits.a: $(OBJS) - cp ../libffi-src/build/.libs/libffi.a libHOC_cbits.a - ar qs libHOC_cbits.a $(OBJS) + cp ../libffi-src/build/.libs/libffi.a libHOC_cbits.a + ar qs libHOC_cbits.a $(OBJS) - %.o: %.m - gcc -c $(CFLAGS) -o $@ $< +%.o: %.m + gcc -c $(CFLAGS) -o $@ $< depend: $(SRCS) cc -MM $(CFLAGS) $(SRCS) > depend install: all mkdir -p $(GHC_LIB_PATH)/HOC - cp -R libHOC_cbits.a HOC_cbits.o \ - $(GHC_LIB_PATH)/HOC/ + cp -R libHOC_cbits.a HOC_cbits.o $(GHC_LIB_PATH)/HOC/ ranlib $(GHC_LIB_PATH)/HOC/libHOC_cbits.a -include depend + |
From: Andre P. <at...@us...> - 2004-05-17 18:07:52
|
Update of /cvsroot/hoc/hoc/Bindings In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/Bindings Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/Bindings/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 12 May 2004 08:59:37 -0000 1.2 +++ Makefile.in 17 May 2004 18:07:41 -0000 1.3 @@ -1,3 +1,12 @@ +include ../config.mk + +dist_srcdir = Bindings +dist_FILES = \ + AdditionalCode/ \ + Makefile.in \ + binding-script.txt \ + $(NULL) + all: ifgen-output/Foundation.hs ifgen-output/Foundation.hs: |
From: Andre P. <at...@us...> - 2004-05-17 18:07:52
|
Update of /cvsroot/hoc/hoc/InterfaceGenerator In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/InterfaceGenerator Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/InterfaceGenerator/Makefile.in,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Makefile.in 14 May 2004 06:05:14 -0000 1.3 +++ Makefile.in 17 May 2004 18:07:42 -0000 1.4 @@ -1,5 +1,10 @@ include ../config.mk +dist_srcdir = InterfaceGenerator +dist_FILES = \ + $(wildcard *.hs) \ + $(NULL) + all: ifgen ifgen: |
From: Andre P. <at...@us...> - 2004-05-17 18:07:51
|
Update of /cvsroot/hoc/hoc/HOC In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/HOC Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/HOC/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 14 May 2004 06:05:13 -0000 1.4 +++ Makefile.in 17 May 2004 18:07:42 -0000 1.5 @@ -1,5 +1,16 @@ include ../config.mk +dist_srcdir = HOC +dist_FILES = \ + HOC/ \ + HOC-gnustep.conf \ + HOC-gnustep.conf-inplace \ + HOC-macos.conf \ + HOC-macos.conf-inplace \ + HOC.hs \ + Makefile.in \ + $(NULL) + all: libHOC.a HOC.o libHOC.a: ghcmake.build-stamp |
From: Andre P. <at...@us...> - 2004-05-17 18:07:50
|
Update of /cvsroot/hoc/hoc/AppKit In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285/AppKit Modified Files: Makefile.in Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/AppKit/Makefile.in,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- Makefile.in 14 May 2004 06:05:11 -0000 1.4 +++ Makefile.in 17 May 2004 18:07:41 -0000 1.5 @@ -1,5 +1,12 @@ include ../config.mk +dist_srcdir = AppKit +dist_FILES = \ + AppKit-gnustep.conf \ + AppKit-macos.conf \ + Makefile.in \ + $(NULL) + all: libHSAppKit.a HSAppKit.o ghcmake: ghcmake.build-stamp |
From: Andre P. <at...@us...> - 2004-05-17 18:07:50
|
Update of /cvsroot/hoc/hoc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22285 Modified Files: config.mk.in configure.ac Log Message: Added 'dist' target to Makefile (to build a distribution tarball) Index: configure.ac =================================================================== RCS file: /cvsroot/hoc/hoc/configure.ac,v retrieving revision 1.4 retrieving revision 1.5 diff -u -d -r1.4 -r1.5 --- configure.ac 14 May 2004 06:05:10 -0000 1.4 +++ configure.ac 17 May 2004 18:07:41 -0000 1.5 @@ -165,6 +165,8 @@ # Output configuration files and Makefiles # +AC_SUBST(PACKAGE_VERSION) + AC_CONFIG_FILES([config.mk Makefile AppKit/Makefile Index: config.mk.in =================================================================== RCS file: /cvsroot/hoc/hoc/config.mk.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- config.mk.in 14 May 2004 06:05:10 -0000 1.2 +++ config.mk.in 17 May 2004 18:07:41 -0000 1.3 @@ -1,3 +1,5 @@ +NULL = + PLATFORM=@HOC_PLATFORM@ ALL_LOAD=@HOC_LD_ALL_LOAD@ MAKE_STATIC_LIB=@HOC_MAKE_STATIC_LIB@ @@ -13,3 +15,9 @@ DOT=@DOT@ POD2HTML=@POD2HTML@ +# distribution tarball information +dist_dir = @abs_top_builddir@/hoc-@PACKAGE_VERSION@ +dist-recursive: + mkdir -p "$(dist_dir)/$(dist_srcdir)" + cp -R $(dist_FILES) "$(dist_dir)/$(dist_srcdir)" + |
From: Andre P. <at...@us...> - 2004-05-17 18:06:48
|
Update of /cvsroot/hoc/hoc/docs In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22025 Modified Files: Makefile.in Mapping_Types.pod Added Files: README.txt Log Message: Added docs/README.txt Index: Makefile.in =================================================================== RCS file: /cvsroot/hoc/hoc/docs/Makefile.in,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- Makefile.in 14 May 2004 06:05:15 -0000 1.2 +++ Makefile.in 17 May 2004 18:06:38 -0000 1.3 @@ -1,6 +1,13 @@ +include ../config.mk + +dist_srcdir = docs +dist_FILES = \ + $(SOURCE_PODS) \ + Makefile.in \ + $(NULL) + TITLE = HOC: a Haskell to Objective-C bridge -NULL = SOURCE_PODS = Introduction.pod \ Quick_Start.pod \ Mapping_Types.pod \ Index: Mapping_Types.pod =================================================================== RCS file: /cvsroot/hoc/hoc/docs/Mapping_Types.pod,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- Mapping_Types.pod 10 May 2004 18:07:23 -0000 1.3 +++ Mapping_Types.pod 17 May 2004 18:06:38 -0000 1.4 @@ -9,6 +9,19 @@ =head3 Protocols +=begin comment + +Yes, formal protocols. Luckily, they're very rarely used in +Cocoa. It's only an ifgen issue; the current ifgen just +generates ID for all id<Foo> types. For id<Foo,Bar> used as +a parameter, it should generate (Foo (ID a), Bar (ID a)) => ID a. +For return values id<Foo,Bar>, we'll have to define a special +type ID_Bar_Foo and declare instances for Foo and Bar for it. The +only difficult part should be to avoid defining those types too +often... + +=end comment + =head3 Protocol Adoptions =head2 Object Messaging --- NEW FILE: README.txt --- The documentation files in this directory are Perl POD (Plain Old Documentation) markup files. If you're not familiar with POD markup, type ``man perlpod'' in a Terminal for more information, or see: <http://www.sunsite.ualberta.ca/Documentation/Misc/perl-5.6.1/pod/perlpod.html>. |
From: Andre P. <at...@us...> - 2004-05-17 17:06:12
|
Update of /cvsroot/hoc/www/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8676 Added Files: HOC Small Logo.psd Log Message: Added small HOC logo --- NEW FILE: HOC Small Logo.psd --- (This appears to be a binary file; contents omitted.) |
From: Andre P. <at...@us...> - 2004-05-17 17:05:25
|
Update of /cvsroot/hoc/www/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8392 Added Files: HOC Logo.psd Log Message: Added Photoshop .psd source for HOC logo --- NEW FILE: HOC Logo.psd --- (This appears to be a binary file; contents omitted.) |
From: Andre P. <at...@us...> - 2004-05-17 17:04:30
|
Update of /cvsroot/hoc/www/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv8225/source Log Message: Directory /cvsroot/hoc/www/source added to the repository |