You can subscribe to this list here.
2004 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
(22) |
Aug
(270) |
Sep
|
Oct
|
Nov
|
Dec
|
---|---|---|---|---|---|---|---|---|---|---|---|---|
2005 |
Jan
(8) |
Feb
(24) |
Mar
|
Apr
|
May
|
Jun
(5) |
Jul
|
Aug
(4) |
Sep
|
Oct
|
Nov
(2) |
Dec
(2) |
2006 |
Jan
|
Feb
|
Mar
|
Apr
(4) |
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2007 |
Jan
|
Feb
|
Mar
|
Apr
(25) |
May
|
Jun
|
Jul
|
Aug
|
Sep
(6) |
Oct
(3) |
Nov
(1) |
Dec
(14) |
2008 |
Jan
(1) |
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2009 |
Jan
|
Feb
|
Mar
(31) |
Apr
(5) |
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
2010 |
Jan
|
Feb
|
Mar
|
Apr
(90) |
May
|
Jun
|
Jul
|
Aug
(1) |
Sep
|
Oct
|
Nov
|
Dec
|
2011 |
Jan
|
Feb
|
Mar
|
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
(2) |
Dec
|
2016 |
Jan
|
Feb
|
Mar
|
Apr
|
May
(2) |
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
(1) |
From: Martin R. <ru...@us...> - 2010-04-27 15:45:44
|
Update of /cvsroot/foo/foo/libfoo/src In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv401 Modified Files: FOOGlobalsManager.m Log Message: corrected typo again Index: FOOGlobalsManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOGlobalsManager.m,v retrieving revision 1.10 retrieving revision 1.11 diff -C2 -d -r1.10 -r1.11 *** FOOGlobalsManager.m 26 Apr 2010 17:13:51 -0000 1.10 --- FOOGlobalsManager.m 27 Apr 2010 15:45:35 -0000 1.11 *************** *** 84,88 **** #ifdef VERSION return @VERSION; ! #else if return "unknown"; #endif --- 84,88 ---- #ifdef VERSION return @VERSION; ! #else return "unknown"; #endif |
From: Martin R. <ru...@us...> - 2010-04-26 17:14:00
|
Update of /cvsroot/foo/foo/libfoo/src In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv25474 Modified Files: FOOGlobalsManager.m Log Message: fixed preprocessor typo Index: FOOGlobalsManager.m =================================================================== RCS file: /cvsroot/foo/foo/libfoo/src/FOOGlobalsManager.m,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** FOOGlobalsManager.m 28 Feb 2005 16:37:22 -0000 1.9 --- FOOGlobalsManager.m 26 Apr 2010 17:13:51 -0000 1.10 *************** *** 84,89 **** #ifdef VERSION return @VERSION; ! #elif ! return @"unknown"; #endif } --- 84,89 ---- #ifdef VERSION return @VERSION; ! #else if ! return "unknown"; #endif } |
From: Martin R. <ru...@us...> - 2010-04-26 16:23:36
|
Update of /cvsroot/foo/fooelk In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv20115 Modified Files: README.FOO Log Message: updated info on readline@osx10.6 Index: README.FOO =================================================================== RCS file: /cvsroot/foo/fooelk/README.FOO,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** README.FOO 26 Apr 2010 16:11:22 -0000 1.7 --- README.FOO 26 Apr 2010 16:23:28 -0000 1.8 *************** *** 85,88 **** --- 85,95 ---- ** + ** readline extension and mac os x 10.6 ** + + the abovementioned problem does not seem to exist with mac os x 10.6 + anymore + + ** + if you want to create a statically linked readline extension (which contains the readline library itself, such that the extension is |
From: Martin R. <ru...@us...> - 2010-04-26 16:11:30
|
Update of /cvsroot/foo/fooelk In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv18281 Modified Files: README.FOO Log Message: updated fooelk information Index: README.FOO =================================================================== RCS file: /cvsroot/foo/fooelk/README.FOO,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** README.FOO 24 Mar 2009 18:55:19 -0000 1.6 --- README.FOO 26 Apr 2010 16:11:22 -0000 1.7 *************** *** 2,28 **** -------------------- ! this is fooelk, an elk distribution based on elk-3.99.6 and later changes to elk's svn repository. it has been slightly modified for use with the foo sound synthesis system. ! the differences between fooelk and the current elk-3.99.6 release are: - * P_Pow patch * read rationals reader extension patch * configure-option for gc type ! * initial heap size set to 4M (by default) * readline extension patch ! ! 1. * P_Pow patch ! ! exported P_Pow symbol, so that foo can use it. ! 2. * read rationals reader extension patch numbers specified in the form 3/4 are now accepted by the interpreter. ! 3. * configure-option for gc type you may choose the garbage collector used for the interpreter with --- 2,24 ---- -------------------- ! this is fooelk, an elk distribution based on elk-3.99.7 and later changes to elk's svn repository. it has been slightly modified for use with the foo sound synthesis system. ! the differences between fooelk and the current elk-3.99.7 release are: * read rationals reader extension patch * configure-option for gc type ! * initial heap size set to 16M (by default) * readline extension patch ! * P_Pow patch [obsolete -> now in mainline elk] ! 1. * read rationals reader extension patch numbers specified in the form 3/4 are now accepted by the interpreter. ! 2. * configure-option for gc type you may choose the garbage collector used for the interpreter with *************** *** 31,38 **** unlike the original elk, the default in fooelk is stopncopy (due to a ! still unfixed bug in the generational gc). ! 4. * initial heap size set to 4M (by default) you may control the heap size by specifying --- 27,35 ---- unlike the original elk, the default in fooelk is stopncopy (due to a ! previously unfixed bug in the generational gc). Rumour has it that ! the generational gc bug was finally fixed, so you might give it a try. ! 3. * initial heap size set to 16M (by default) you may control the heap size by specifying *************** *** 43,47 **** ! 5. * readline extension patch configure looks for a license-compliant readline library on your --- 40,44 ---- ! 4. * readline extension patch configure looks for a license-compliant readline library on your *************** *** 79,84 **** headers in /opt/local/include (macports standard locations) ! if you installed macports into a different locations, you have to ! specify them to fooelk: env LDFLAGS="-L/opt/otherlocal/lib" \ --- 76,81 ---- headers in /opt/local/include (macports standard locations) ! if you installed macports to a different location, you have to specify ! them to fooelk: env LDFLAGS="-L/opt/otherlocal/lib" \ *************** *** 89,95 **** if you want to create a statically linked readline extension (which ! contains the the readline library itself, so that the extension is ! usable on another computer without this library installed), you may a ! really dirty configure time option: ./configure --enable-gnu-readline \ --- 86,92 ---- if you want to create a statically linked readline extension (which ! contains the readline library itself, such that the extension is ! usable on another computer without this library installed), you may ! issue a really dirty configure time option: ./configure --enable-gnu-readline \ *************** *** 132,134 **** ! last edited: 2009-03-09 martin rumori fo...@ru... --- 129,136 ---- ! 5. * P_Pow patch [obsolete] ! ! this patch is now part of the mainline elk ! ! ! last edited: 2010-04-26 martin rumori fo...@ru... |
From: Martin R. <ru...@us...> - 2010-04-26 16:05:56
|
Update of /cvsroot/foo/fooelk/test In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16894 Added Files: check-build Log Message: re-checkin of check-build --- NEW FILE: check-build --- #!/bin/sh ret=0 # # Check that we have no tabs or trailing spaces in the source code # failure=0 for dir in lib/misc lib/unix lib/xlib lib/xwidgets lib/xwidgets/motif \ lib/xwidgets/xaw src; do pushd ../$dir >/dev/null for x in $(make echo-sources); do if grep '[[:space:]]$' "$x" >/dev/null 2>&1; then echo "error: $dir/$x contains trailing spaces" failure=1 fi if grep ' ' "$x" >/dev/null 2>&1; then echo "error: $dir/$x contains tabs" failure=1 fi done popd >/dev/null done if test "$failure" != "0"; then ret=1 else echo "0 errors in source code" fi if test "$ret" != "0"; then exit 1 fi exit 0 |
From: Martin R. <ru...@us...> - 2010-04-26 16:05:27
|
Update of /cvsroot/foo/fooelk/test In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv16784 Removed Files: check-build Log Message: removed check-build in order to make it executable --- check-build DELETED --- |
From: Martin R. <ru...@us...> - 2010-04-26 15:55:38
|
Update of /cvsroot/foo/fooelk In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13298 Modified Files: AUTHORS README Log Message: equiv to revision level r279 of original elk: Support for [] delimiters in addition to (), courtesy of Sanel Zukan. Index: README =================================================================== RCS file: /cvsroot/foo/fooelk/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 6 Aug 2004 20:56:41 -0000 1.1.1.1 --- README 26 Apr 2010 15:55:30 -0000 1.2 *************** *** 36,40 **** about Elk in the World Wide Web at ! http://sam.zoy.org/projects/sam/ The distribution is also available for anonymous FTP from a number of --- 36,40 ---- about Elk in the World Wide Web at ! http://sam.zoy.org/elk/ The distribution is also available for anonymous FTP from a number of Index: AUTHORS =================================================================== RCS file: /cvsroot/foo/fooelk/AUTHORS,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** AUTHORS 6 Aug 2004 20:56:41 -0000 1.1.1.1 --- AUTHORS 26 Apr 2010 15:55:30 -0000 1.2 *************** *** 31,35 **** Sam would like to thank James Bostock, Sven Hartrumpf, Mark Sapa, Phillip ! Rulon and Martin Rumori for their useful bug reports and patches on the road ! to Elk 4.0. --- 31,35 ---- Sam would like to thank James Bostock, Sven Hartrumpf, Mark Sapa, Phillip ! Rulon, Martin Rumori and Sanel Zukan (support for [] delimiters) for their ! useful bug reports and patches on the road to Elk 4.0. |
From: Martin R. <ru...@us...> - 2010-04-26 15:55:38
|
Update of /cvsroot/foo/fooelk/include In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13298/include Modified Files: misc.h Log Message: equiv to revision level r279 of original elk: Support for [] delimiters in addition to (), courtesy of Sanel Zukan. Index: misc.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/misc.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** misc.h 26 Apr 2010 15:41:07 -0000 1.2 --- misc.h 26 Apr 2010 15:55:30 -0000 1.3 *************** *** 42,46 **** #define Whitespace(c) (c == ' ' || c == '\t' || c == '\014' || c == '\n' || c == '\r') ! #define Delimiter(c) (c == ';' || c == ')' || c == '(' || c == '"') --- 42,46 ---- #define Whitespace(c) (c == ' ' || c == '\t' || c == '\014' || c == '\n' || c == '\r') ! #define Delimiter(c) (c == ';' || c == ')' || c == '(' || c == '[' || c == ']' || c == '"') |
From: Martin R. <ru...@us...> - 2010-04-26 15:55:38
|
Update of /cvsroot/foo/fooelk/src In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv13298/src Modified Files: read.c Log Message: equiv to revision level r279 of original elk: Support for [] delimiters in addition to (), courtesy of Sanel Zukan. Index: read.c =================================================================== RCS file: /cvsroot/foo/fooelk/src/read.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** read.c 26 Apr 2010 15:41:08 -0000 1.2 --- read.c 26 Apr 2010 15:55:30 -0000 1.3 *************** *** 81,85 **** Object General_Read(), Read_Sequence(), Read_Atom(), Read_Special(); Object Read_String(), Read_Sharp(), Read_True(), Read_False(), Read_Void(); ! Object Read_Kludge(), Read_Vector(), Read_Radix(), Read_Char(); void Init_Read () { --- 81,85 ---- Object General_Read(), Read_Sequence(), Read_Atom(), Read_Special(); Object Read_String(), Read_Sharp(), Read_True(), Read_False(), Read_Void(); ! Object Read_Kludge(), Read_Vector_Paren(), Read_Vector_Bracket(), Read_Radix(), Read_Char(); void Init_Read () { *************** *** 93,97 **** Readers['v'] = Readers['V'] = Read_Void; Readers['!'] = Read_Kludge; /* for interpreter files */ ! Readers['('] = Read_Vector; Readers['b'] = Readers['B'] = Readers['o'] = Readers['O'] = --- 93,98 ---- Readers['v'] = Readers['V'] = Read_Void; Readers['!'] = Read_Kludge; /* for interpreter files */ ! Readers['('] = Read_Vector_Paren; ! Readers['['] = Read_Vector_Bracket; Readers['b'] = Readers['B'] = Readers['o'] = Readers['O'] = *************** *** 274,279 **** continue; } ! if (c == '(') { ! ret = Read_Sequence (port, 0, konst); } else if (c == '#') { ret = Read_Sharp (port, konst); --- 275,280 ---- continue; } ! if (c == '(' || c == '[') { ! ret = Read_Sequence (port, 0, konst, c); } else if (c == '#') { ret = Read_Sharp (port, konst); *************** *** 334,342 **** goto eof; goto again; case ')': SET(ret, T_Special, c); return ret; case '(': ! return Read_Sequence (port, 0, konst); case '\'': return READ_QUOTE(Sym_Quote); --- 335,345 ---- goto eof; goto again; + case ']': case ')': SET(ret, T_Special, c); return ret; + case '[': case '(': ! return Read_Sequence (port, 0, konst, c); case '\'': return READ_QUOTE(Sym_Quote); *************** *** 395,399 **** } ! Object Read_Sequence (Object port, int vec, int konst) { Object ret, e, tail, t; GC_Node3; --- 398,402 ---- } ! Object Read_Sequence (Object port, int vec, int konst, int start_chr) { Object ret, e, tail, t; GC_Node3; *************** *** 404,408 **** e = Read_Special (port, konst); if (TYPE(e) == T_Special) { ! if (CHAR(e) == ')') { GC_Unlink; return ret; --- 407,418 ---- e = Read_Special (port, konst); if (TYPE(e) == T_Special) { ! if (CHAR(e) == ')' || CHAR(e) == ']') { ! if ((start_chr == '(' && CHAR(e) == ']') ! || (start_chr == '[' && CHAR(e) == ')')) { ! char buf[64]; ! sprintf(buf, "expression starts with '%c' but ends " ! "with '%c'", start_chr, CHAR(e)); ! Reader_Error (port, buf); ! } GC_Unlink; return ret; *************** *** 421,425 **** } e = Read_Special (port, konst); ! if (TYPE(e) == T_Special && CHAR(e) == ')') { GC_Unlink; return ret; --- 431,435 ---- } e = Read_Special (port, konst); ! if (TYPE(e) == T_Special && (CHAR(e) == ')' || CHAR(e) == ']')) { GC_Unlink; return ret; *************** *** 523,528 **** /*ARGSUSED*/ ! Object Read_Vector (Object port, int chr, int konst) { ! return List_To_Vector (Read_Sequence (port, 1, konst), konst); } --- 533,543 ---- /*ARGSUSED*/ ! Object Read_Vector_Paren (Object port, int chr, int konst) { ! return List_To_Vector (Read_Sequence (port, 1, konst, '('), konst); ! } ! ! /*ARGSUSED*/ ! Object Read_Vector_Bracket (Object port, int chr, int konst) { ! return List_To_Vector (Read_Sequence (port, 1, konst, '['), konst); } |
From: Martin R. <ru...@us...> - 2010-04-26 15:53:27
|
Update of /cvsroot/foo/fooelk/include In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12614/include Modified Files: extern.h Log Message: equiv to revision level r277 of original elk: Add support for primitive->string, compound->string and macro->string, thanks to Derek Peschel <dpe...@es...>. Patch slightly reworked. Index: extern.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/extern.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** extern.h 26 Apr 2010 15:41:07 -0000 1.3 --- extern.h 26 Apr 2010 15:53:19 -0000 1.4 *************** *** 367,372 **** --- 367,375 ---- extern Object P_Macro_Expand (Object); extern Object P_Primitivep (Object); + extern Object P_Primitive_To_String (Object); extern Object P_Compoundp (Object); + extern Object P_Compound_To_String (Object); extern Object P_Macrop (Object); + extern Object P_Macro_To_String (Object); extern void Check_Procedure (Object); |
From: Martin R. <ru...@us...> - 2010-04-26 15:53:27
|
Update of /cvsroot/foo/fooelk/src In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv12614/src Modified Files: prim.c proc.c Log Message: equiv to revision level r277 of original elk: Add support for primitive->string, compound->string and macro->string, thanks to Derek Peschel <dpe...@es...>. Patch slightly reworked. Index: prim.c =================================================================== RCS file: /cvsroot/foo/fooelk/src/prim.c,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** prim.c 26 Apr 2010 15:41:08 -0000 1.2 --- prim.c 26 Apr 2010 15:53:19 -0000 1.3 *************** *** 302,307 **** --- 302,312 ---- { P_Procedurep, "procedure?", 1, 1, EVAL }, { P_Primitivep, "primitive?", 1, 1, EVAL }, + { P_Primitive_To_String, + "primitive->string", 1, 1, EVAL }, { P_Compoundp, "compound?", 1, 1, EVAL }, + { P_Compound_To_String, + "compound->string", 1, 1, EVAL }, { P_Macrop, "macro?", 1, 1, EVAL }, + { P_Macro_To_String, "macro->string", 1, 1, EVAL }, { P_Eval, "eval", 1, 2, VARARGS }, { P_Apply, "apply", 2, MANY, VARARGS }, Index: proc.c =================================================================== RCS file: /cvsroot/foo/fooelk/src/proc.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** proc.c 26 Apr 2010 15:41:08 -0000 1.3 --- proc.c 26 Apr 2010 15:53:19 -0000 1.4 *************** *** 101,112 **** --- 101,137 ---- } + Object P_Primitive_To_String (Object x) { + Check_Type (x, T_Primitive); + return Make_String (PRIM(x)->name, strlen(PRIM(x)->name)); + } + Object P_Compoundp (Object x) { return TYPE(x) == T_Compound ? True : False; } + Object P_Compound_To_String (Object x) { + Check_Type (x, T_Compound); + if (Nullp (COMPOUND(x)->name)) { + static char buf[64]; + sprintf (buf, "#<compound %lu>", POINTER(x)); + return Make_String (buf, strlen(buf)); + } + return COMPOUND(x)->name; + } + Object P_Macrop (Object x) { return TYPE(x) == T_Macro ? True : False; } + Object P_Macro_To_String (Object x) { + Check_Type (x, T_Macro); + if (Nullp (MACRO(x)->name)) { + static char buf[64]; + sprintf (buf, "#<macro %lu>", POINTER(x)); + return Make_String (buf, strlen(buf)); + } + return MACRO(x)->name; + } + Object Make_Compound () { Object proc; |
From: Martin R. <ru...@us...> - 2010-04-26 15:50:14
|
Update of /cvsroot/foo/fooelk/test In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11800 Modified Files: check-gc.in check-gc2.in check-r4rs.in Log Message: adopted tests to fooelk Index: check-r4rs.in =================================================================== RCS file: /cvsroot/foo/fooelk/test/check-r4rs.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** check-r4rs.in 26 Apr 2010 15:48:49 -0000 1.1 --- check-r4rs.in 26 Apr 2010 15:50:06 -0000 1.2 *************** *** 2,6 **** (cat @srcdir@/r4rstest.scm; echo '(test-cont) (test-sc4) (test-delay)') \ ! | @top_builddir@/src/elk -p .:@top_srcdir@/scm -l - rm -f tmp1 tmp2 tmp3 --- 2,6 ---- (cat @srcdir@/r4rstest.scm; echo '(test-cont) (test-sc4) (test-delay)') \ ! | @top_builddir@/src/fooelk -p .:@top_srcdir@/scm -l - rm -f tmp1 tmp2 tmp3 Index: check-gc.in =================================================================== RCS file: /cvsroot/foo/fooelk/test/check-gc.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** check-gc.in 26 Apr 2010 15:48:49 -0000 1.1 --- check-gc.in 26 Apr 2010 15:50:06 -0000 1.2 *************** *** 4,8 **** # Panic: Visit: object not in prev space at 0x40210b2c ('pair') 8199 8201 (dumping core). ! cat << EOF | @top_builddir@/src/elk -p .:@top_srcdir@/scm -l - (display "testing garbage collector integrity (10000 loops)\n") --- 4,8 ---- # Panic: Visit: object not in prev space at 0x40210b2c ('pair') 8199 8201 (dumping core). ! cat << EOF | @top_builddir@/src/fooelk -p .:@top_srcdir@/scm -l - (display "testing garbage collector integrity (10000 loops)\n") Index: check-gc2.in =================================================================== RCS file: /cvsroot/foo/fooelk/test/check-gc2.in,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** check-gc2.in 26 Apr 2010 15:48:49 -0000 1.1 --- check-gc2.in 26 Apr 2010 15:50:06 -0000 1.2 *************** *** 3,7 **** # This test used to crash the GC. ! cat << EOF | @top_builddir@/src/elk -p .:@top_srcdir@/scm -l - (display "testing deep calls (2000 calls)\n") --- 3,7 ---- # This test used to crash the GC. ! cat << EOF | @top_builddir@/src/fooelk -p .:@top_srcdir@/scm -l - (display "testing deep calls (2000 calls)\n") |
From: Martin R. <ru...@us...> - 2010-04-26 15:48:57
|
Update of /cvsroot/foo/fooelk/test In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11504 Added Files: README check-gc.in check-gc2.in check-r4rs.in r4rstest.scm Log Message: added new test dir contents --- NEW FILE: check-r4rs.in --- #!/bin/sh (cat @srcdir@/r4rstest.scm; echo '(test-cont) (test-sc4) (test-delay)') \ | @top_builddir@/src/elk -p .:@top_srcdir@/scm -l - rm -f tmp1 tmp2 tmp3 --- NEW FILE: check-gc.in --- #!/bin/sh # this test sometimes crashes the GC with the well-known # Panic: Visit: object not in prev space at 0x40210b2c ('pair') 8199 8201 (dumping core). cat << EOF | @top_builddir@/src/elk -p .:@top_srcdir@/scm -l - (display "testing garbage collector integrity (10000 loops)\n") ;(set! garbage-collect-notify? #t) (define c 0) (define cb (lambda ignore (let ((s '())) (set! c (+ 1 c)) (call/cc (lambda (return) (do ((i 0 (+ i 1))) ((= i 100)) (let ((a (+ i 1))) (set! s (append s (list i)))) (if (= i 60) (return #t)))))))) (do ((i 0 (+ i 1))) ((= i 10000)) (cb)) (display "test passed.\n") EOF --- NEW FILE: check-gc2.in --- #!/bin/sh # This test used to crash the GC. cat << EOF | @top_builddir@/src/elk -p .:@top_srcdir@/scm -l - (display "testing deep calls (2000 calls)\n") (define crash (lambda (x) (begin (if (> x 0) (crash (- x 1))) (collect)))) (crash 2000) (display "test passed.\n") EOF --- NEW FILE: r4rstest.scm --- ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2003 Free Software Foundation, Inc. ;; ;; This program is free software; you can redistribute it and/or modify it ;; under the terms of the GNU General Public License as published by the ;; Free Software Foundation; either version 2, or (at your option) any ;; later version. ;; ;; This program is distributed in the hope that it will be useful, ;; but WITHOUT ANY WARRANTY; without even the implied warranty of ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;; GNU General Public License for more details. ;; ;; To receive a copy of the GNU General Public License, write to the ;; Free Software Foundation, Inc., 59 Temple Place - Suite 330, ;; Boston, MA 02111-1307, USA; or view ;; http://swissnet.ai.mit.edu/~jaffer/GPL.html ;;;; "r4rstest.scm" Test correctness of scheme implementations. ;;; Author: Aubrey Jaffer [...1193 lines suppressed...] (report-errs) (let ((have-inexacts? (and (string->number "0.0") (inexact? (string->number "0.0")))) (have-bignums? (let ((n (string->number "281474976710655325431"))) (and n (exact? n))))) (cond (have-inexacts? (test-inexact) (test-inexact-printing))) (if have-bignums? (test-bignum)) (if (and have-inexacts? have-bignums?) (test-numeric-predicates))) (newline) (display "To fully test continuations, Scheme 4, and DELAY/FORCE do:") (newline) (display "(test-cont) (test-sc4) (test-delay)") (newline) "last item in file" --- NEW FILE: README --- Various Scheme conformance tests -------------------------------- r4rstest.scm: Aubrey Jaffer's R4RS conformance test, downloaded from http://swissnet.ai.mit.edu/ftpdir/scm/r4rstest.scm |
From: Martin R. <ru...@us...> - 2010-04-26 15:48:08
|
Update of /cvsroot/foo/fooelk/examples/tests In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11285 Removed Files: Makefile.am README gc-stress.scm r4rstest.scm Log Message: removed to examples/test dir --- README DELETED --- --- Makefile.am DELETED --- --- r4rstest.scm DELETED --- --- gc-stress.scm DELETED --- |
From: Martin R. <ru...@us...> - 2010-04-26 15:47:00
|
Update of /cvsroot/foo/fooelk/examples In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11005/examples Modified Files: Makefile.am Log Message: equiv to revision level r275 of original elk: Move all tests to a single directory for 'make check' Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/fooelk/examples/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.am 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- Makefile.am 26 Apr 2010 15:46:51 -0000 1.2 *************** *** 1,5 **** NULL = - SUBDIRS = tests EXTRA_DIST = $(DATA) --- 1,4 ---- *************** *** 44,53 **** $(NULL) - testsdir = $(examplesdir)/tests - tests_DATA = \ - tests/README \ - tests/r4rstest.scm \ - $(NULL) - unixdir = $(examplesdir)/unix unix_DATA = \ --- 43,46 ---- |
From: Martin R. <ru...@us...> - 2010-04-26 15:47:00
|
Update of /cvsroot/foo/fooelk In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11005 Modified Files: .gitignore configure.ac Log Message: equiv to revision level r275 of original elk: Move all tests to a single directory for 'make check' Index: configure.ac =================================================================== RCS file: /cvsroot/foo/fooelk/configure.ac,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** configure.ac 26 Apr 2010 15:41:07 -0000 1.15 --- configure.ac 26 Apr 2010 15:46:51 -0000 1.16 *************** *** 677,681 **** dnl Finished! dnl ! AC_OUTPUT([ Makefile doc/Makefile --- 677,681 ---- dnl Finished! dnl ! AC_CONFIG_FILES([ Makefile doc/Makefile *************** *** 693,697 **** doc/xt/Makefile examples/Makefile - examples/tests/Makefile include/Makefile lib/Makefile --- 693,696 ---- *************** *** 706,713 **** src/Makefile test/Makefile ! scm/slib.scm include/site.h ]) cat << EOF --- 705,718 ---- src/Makefile test/Makefile ! ]) ! AC_CONFIG_FILES([ scm/slib.scm include/site.h ]) + AC_CONFIG_FILES([test/check-gc], [chmod 0755 test/check-gc]) + AC_CONFIG_FILES([test/check-gc2], [chmod 0755 test/check-gc2]) + AC_CONFIG_FILES([test/check-r4rs], [chmod 0755 test/check-r4rs]) + + AC_OUTPUT cat << EOF Index: .gitignore =================================================================== RCS file: /cvsroot/foo/fooelk/.gitignore,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** .gitignore 26 Apr 2010 15:41:07 -0000 1.1 --- .gitignore 26 Apr 2010 15:46:51 -0000 1.2 *************** *** 23,26 **** --- 23,29 ---- include/site.h scm/slib.scm + test/check-gc + test/check-gc2 + test/check-r4rs # Build-generated files src/elk |
From: Martin R. <ru...@us...> - 2010-04-26 15:47:00
|
Update of /cvsroot/foo/fooelk/examples/tests In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11005/examples/tests Modified Files: README gc-stress.scm r4rstest.scm Log Message: equiv to revision level r275 of original elk: Move all tests to a single directory for 'make check' Index: README =================================================================== RCS file: /cvsroot/foo/fooelk/examples/tests/README,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** README 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- README 26 Apr 2010 15:46:52 -0000 1.2 *************** *** 1,5 **** - Various Scheme conformance tests - -------------------------------- - - r4rstest.scm: Aubrey Jaffer's R4RS conformance test, downloaded from - http://swissnet.ai.mit.edu/ftpdir/scm/r4rstest.scm --- 0 ---- Index: r4rstest.scm =================================================================== RCS file: /cvsroot/foo/fooelk/examples/tests/r4rstest.scm,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** r4rstest.scm 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- r4rstest.scm 26 Apr 2010 15:46:52 -0000 1.2 *************** *** 1,1232 **** - ;; Copyright (C) 1991, 1992, 1993, 1994, 1995, 2000, 2003 Free Software Foundation, Inc. - ;; - ;; This program is free software; you can redistribute it and/or modify it - ;; under the terms of the GNU General Public License as published by the - ;; Free Software Foundation; either version 2, or (at your option) any - ;; later version. - ;; - ;; This program is distributed in the hope that it will be useful, - ;; but WITHOUT ANY WARRANTY; without even the implied warranty of - ;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the [...1203 lines suppressed...] - (report-errs) - (let ((have-inexacts? - (and (string->number "0.0") (inexact? (string->number "0.0")))) - (have-bignums? - (let ((n (string->number "281474976710655325431"))) - (and n (exact? n))))) - (cond (have-inexacts? - (test-inexact) - (test-inexact-printing))) - (if have-bignums? (test-bignum)) - (if (and have-inexacts? have-bignums?) - (test-numeric-predicates))) - - (newline) - (display "To fully test continuations, Scheme 4, and DELAY/FORCE do:") - (newline) - (display "(test-cont) (test-sc4) (test-delay)") - (newline) - "last item in file" --- 0 ---- Index: gc-stress.scm =================================================================== RCS file: /cvsroot/foo/fooelk/examples/tests/gc-stress.scm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** gc-stress.scm 26 Apr 2010 15:02:31 -0000 1.1 --- gc-stress.scm 26 Apr 2010 15:46:52 -0000 1.2 *************** *** 1,33 **** - - ;; this test sometimes crashes the GC with the well-known - ;; Panic: Visit: object not in prev space at 0x40210b2c ('pair') 8199 8201 (dumping core). - - (display "testing garbage collector integrity (1000 loops)\n") - ;(set! garbage-collect-notify? #t) - (define c 0) - (define cb - (lambda ignore - (let ((s '())) - (set! c (+ 1 c)) - (call/cc - (lambda (return) - (do ((i 0 (+ i 1))) - ((= i 100)) - (let ((a (+ i 1))) - (set! s (append s (list i)))) - (if (= i 60) (return #t)))))))) - (do ((i 0 (+ i 1))) ((= i 1000)) (cb)) - (display "test passed.\n") - - ;; This test used to crash the GC, too. - - (display "testing deep calls (2000 calls)\n") - (define crash - (lambda (x) - (begin - (if (> x 0) - (crash (- x 1))) - (collect)))) - (crash 2000) - (display "test passed.\n") - --- 0 ---- |
From: Martin R. <ru...@us...> - 2010-04-26 15:47:00
|
Update of /cvsroot/foo/fooelk/test In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv11005/test Modified Files: Makefile.am Log Message: equiv to revision level r275 of original elk: Move all tests to a single directory for 'make check' Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/fooelk/test/Makefile.am,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Makefile.am 26 Apr 2010 15:41:08 -0000 1.1 --- Makefile.am 26 Apr 2010 15:46:52 -0000 1.2 *************** *** 1,6 **** # $Id$ ! EXTRA_DIST = check-build ! TESTS = check-build --- 1,12 ---- # $Id$ ! EXTRA_DIST = README check-build r4rstest.scm \ ! check-gc.in check-gc2.in check-r4rs.in ! DISTCLEANFILES = check-gc check-gc2 check-r4rs ! if NATIVE_BUILD ! native_tests = check-gc check-gc2 check-r4rs ! endif ! ! TESTS = check-build $(native_tests) |
From: Martin R. <ru...@us...> - 2010-04-26 15:41:19
|
Update of /cvsroot/foo/fooelk/include In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9331/include Modified Files: compat.h cstring.h exception.h extern.h funcproto.h gc.h intern.h kernel.h misc.h object.h param.h scheme.h site.h.in stkmem.h type.h Log Message: equiv to revision level r274 of original elk: Clean up build system and update copyright information Index: stkmem.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/stkmem.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** stkmem.h 10 Aug 2004 02:28:40 -0000 1.2 --- stkmem.h 26 Apr 2010 15:41:07 -0000 1.3 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: param.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/param.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** param.h 6 Aug 2004 20:56:42 -0000 1.1.1.1 --- param.h 26 Apr 2010 15:41:07 -0000 1.2 *************** *** 5,9 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 5,9 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: funcproto.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/funcproto.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** funcproto.h 10 Aug 2004 02:28:40 -0000 1.2 --- funcproto.h 26 Apr 2010 15:41:07 -0000 1.3 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: gc.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/gc.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** gc.h 10 Aug 2004 02:28:40 -0000 1.2 --- gc.h 26 Apr 2010 15:41:07 -0000 1.3 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: extern.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/extern.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** extern.h 10 Aug 2004 02:28:40 -0000 1.2 --- extern.h 26 Apr 2010 15:41:07 -0000 1.3 *************** *** 5,9 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 5,9 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: scheme.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/scheme.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** scheme.h 6 Aug 2004 20:56:42 -0000 1.1.1.1 --- scheme.h 26 Apr 2010 15:41:07 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: misc.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/misc.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** misc.h 6 Aug 2004 20:56:42 -0000 1.1.1.1 --- misc.h 26 Apr 2010 15:41:07 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: exception.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/exception.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** exception.h 10 Aug 2004 02:28:40 -0000 1.2 --- exception.h 26 Apr 2010 15:41:07 -0000 1.3 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: kernel.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/kernel.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** kernel.h 6 Aug 2004 20:56:42 -0000 1.1.1.1 --- kernel.h 26 Apr 2010 15:41:07 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: compat.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/compat.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** compat.h 6 Aug 2004 20:56:42 -0000 1.1.1.1 --- compat.h 26 Apr 2010 15:41:07 -0000 1.2 *************** *** 5,9 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 5,9 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: intern.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/intern.h,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** intern.h 10 Aug 2004 02:28:40 -0000 1.2 --- intern.h 26 Apr 2010 15:41:07 -0000 1.3 *************** *** 5,9 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 5,9 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: cstring.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/cstring.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cstring.h 6 Aug 2004 20:56:42 -0000 1.1.1.1 --- cstring.h 26 Apr 2010 15:41:07 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: object.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/object.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** object.h 26 Apr 2010 14:40:48 -0000 1.3 --- object.h 26 Apr 2010 15:41:07 -0000 1.4 *************** *** 5,9 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 5,9 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: type.h =================================================================== RCS file: /cvsroot/foo/fooelk/include/type.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** type.h 6 Aug 2004 20:56:42 -0000 1.1.1.1 --- type.h 26 Apr 2010 15:41:07 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: site.h.in =================================================================== RCS file: /cvsroot/foo/fooelk/include/site.h.in,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** site.h.in 6 Aug 2004 20:56:42 -0000 1.1.1.1 --- site.h.in 26 Apr 2010 15:41:07 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, |
Update of /cvsroot/foo/fooelk/lib/xwidgets/motif In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9331/lib/xwidgets/motif Modified Files: Makefile.am arrow-button.d bulletin-brd.d cascade-btn.d command.d drawing-area.d drawn-button.d file-selectn.d form.d frame.d init.c label.d list.d main-window.d message-box.d paned-window.d push-button.d row-column.d scale.d scroll-bar.d scrolled-win.d selectn-box.d separator.d shell.d support.d text.d toggle-btn.d Log Message: equiv to revision level r274 of original elk: Clean up build system and update copyright information Index: command.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/command.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** command.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- command.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: shell.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/shell.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** shell.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- shell.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: label.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/label.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** label.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- label.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: row-column.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/row-column.d,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** row-column.d 26 Apr 2010 15:33:48 -0000 1.2 --- row-column.d 26 Apr 2010 15:41:08 -0000 1.3 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: support.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/support.d,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** support.d 26 Apr 2010 15:33:48 -0000 1.3 --- support.d 26 Apr 2010 15:41:08 -0000 1.4 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: paned-window.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/paned-window.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** paned-window.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- paned-window.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: list.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/list.d,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** list.d 26 Apr 2010 15:33:48 -0000 1.2 --- list.d 26 Apr 2010 15:41:08 -0000 1.3 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: selectn-box.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/selectn-box.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** selectn-box.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- selectn-box.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: cascade-btn.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/cascade-btn.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** cascade-btn.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- cascade-btn.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: drawn-button.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/drawn-button.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** drawn-button.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- drawn-button.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: drawing-area.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/drawing-area.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** drawing-area.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- drawing-area.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: scrolled-win.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/scrolled-win.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** scrolled-win.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- scrolled-win.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.am 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- Makefile.am 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 74,75 **** --- 74,77 ---- $(NULL) + echo-sources: ; echo $(SOURCES) + Index: toggle-btn.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/toggle-btn.d,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** toggle-btn.d 26 Apr 2010 15:33:48 -0000 1.2 --- toggle-btn.d 26 Apr 2010 15:41:08 -0000 1.3 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: bulletin-brd.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/bulletin-brd.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** bulletin-brd.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- bulletin-brd.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: file-selectn.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/file-selectn.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** file-selectn.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- file-selectn.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: init.c =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/init.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** init.c 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- init.c 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: message-box.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/message-box.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** message-box.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- message-box.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: main-window.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/main-window.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** main-window.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- main-window.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: arrow-button.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/arrow-button.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** arrow-button.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- arrow-button.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: form.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/form.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** form.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- form.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: separator.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/separator.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** separator.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- separator.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: frame.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/frame.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** frame.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- frame.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: push-button.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/push-button.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** push-button.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- push-button.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: scroll-bar.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/scroll-bar.d,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** scroll-bar.d 26 Apr 2010 15:33:48 -0000 1.2 --- scroll-bar.d 26 Apr 2010 15:41:08 -0000 1.3 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: scale.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/scale.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** scale.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- scale.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: text.d =================================================================== RCS file: /cvsroot/foo/fooelk/lib/xwidgets/motif/text.d,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** text.d 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- text.d 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- ;; ;; Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! ;; Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris ;; ;; This software was derived from Elk 1.2, which was Copyright 1987, 1988, |
From: Martin R. <ru...@us...> - 2010-04-26 15:41:19
|
Update of /cvsroot/foo/fooelk/doc/regexp In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9331/doc/regexp Modified Files: Makefile.am Log Message: equiv to revision level r274 of original elk: Clean up build system and update copyright information Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/fooelk/doc/regexp/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 26 Apr 2010 15:10:11 -0000 1.2 --- Makefile.am 26 Apr 2010 15:41:07 -0000 1.3 *************** *** 26,31 **** $(TROFF) $(MANUAL) 2> index.raw >/dev/null ! check: ! checknr -c.Ul.Pr.Sy.Va.Sh.Ix.Id.Ch -a.Ss.Se.[[.]] $(MANUAL) \ ! | grep -v "Empty command" --- 26,31 ---- $(TROFF) $(MANUAL) 2> index.raw >/dev/null ! #check: ! # checknr -c.Ul.Pr.Sy.Va.Sh.Ix.Id.Ch -a.Ss.Se.[[.]] $(MANUAL) \ ! # | grep -v "Empty command" |
From: Martin R. <ru...@us...> - 2010-04-26 15:41:18
|
Update of /cvsroot/foo/fooelk/lib/misc In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9331/lib/misc Modified Files: Makefile.am bitstring.c debug.c elk-eval.c gdbm.c hack.c monitor.c record.c regexp.c struct.c Log Message: equiv to revision level r274 of original elk: Clean up build system and update copyright information Index: hack.c =================================================================== RCS file: /cvsroot/foo/fooelk/lib/misc/hack.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** hack.c 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- hack.c 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: bitstring.c =================================================================== RCS file: /cvsroot/foo/fooelk/lib/misc/bitstring.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** bitstring.c 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- bitstring.c 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: record.c =================================================================== RCS file: /cvsroot/foo/fooelk/lib/misc/record.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** record.c 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- record.c 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: monitor.c =================================================================== RCS file: /cvsroot/foo/fooelk/lib/misc/monitor.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** monitor.c 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- monitor.c 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 8,12 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 8,12 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: elk-eval.c =================================================================== RCS file: /cvsroot/foo/fooelk/lib/misc/elk-eval.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** elk-eval.c 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- elk-eval.c 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: debug.c =================================================================== RCS file: /cvsroot/foo/fooelk/lib/misc/debug.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** debug.c 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- debug.c 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 4,8 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 4,8 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: regexp.c =================================================================== RCS file: /cvsroot/foo/fooelk/lib/misc/regexp.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** regexp.c 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- regexp.c 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 8,12 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 8,12 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/fooelk/lib/misc/Makefile.am,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** Makefile.am 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- Makefile.am 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 63,64 **** --- 63,66 ---- newhandler_la_LIBADD = $(top_builddir)/src/libfooelk.la + echo-sources: ; echo $(SOURCES) + Index: gdbm.c =================================================================== RCS file: /cvsroot/foo/fooelk/lib/misc/gdbm.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** gdbm.c 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- gdbm.c 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 5,9 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 5,9 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, Index: struct.c =================================================================== RCS file: /cvsroot/foo/fooelk/lib/misc/struct.c,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** struct.c 6 Aug 2004 20:56:43 -0000 1.1.1.1 --- struct.c 26 Apr 2010 15:41:08 -0000 1.2 *************** *** 6,10 **** * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 6,10 ---- * * Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin ! * Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris * * This software was derived from Elk 1.2, which was Copyright 1987, 1988, |
From: Martin R. <ru...@us...> - 2010-04-26 15:41:17
|
Update of /cvsroot/foo/fooelk In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9331 Modified Files: COPYING Makefile.am bootstrap build-win32 configure.ac Added Files: .gitignore Log Message: equiv to revision level r274 of original elk: Clean up build system and update copyright information Index: bootstrap =================================================================== RCS file: /cvsroot/foo/fooelk/bootstrap,v retrieving revision 1.5 retrieving revision 1.6 diff -C2 -d -r1.5 -r1.6 *** bootstrap 26 Apr 2010 14:48:05 -0000 1.5 --- bootstrap 26 Apr 2010 15:41:07 -0000 1.6 *************** *** 3,16 **** ## $Id$ ! # bootstrap: the ultimate bootstrap/autogen.sh script for autotools projects ! # Copyright (c) 2002, 2003, 2004, 2005, 2006 Sam Hocevar <sa...@zo...> # ! # This program is free software; you can redistribute it and/or ! # modify it under the terms of the Do What The Fuck You Want To ! # Public License, Version 2, as published by Sam Hocevar. See # http://sam.zoy.org/wtfpl/COPYING for more details. # # The latest version of this script can be found at the following place: ! # http://sam.zoy.org/autotools/ # Die if an error occurs --- 3,18 ---- ## $Id$ ! # bootstrap: generic bootstrap/autogen.sh script for autotools projects # ! # Copyright (c) 2002-2009 Sam Hocevar <sa...@ho...> ! # ! # This program is free software. It comes without any warranty, to ! # the extent permitted by applicable law. You can redistribute it ! # and/or modify it under the terms of the Do What The Fuck You Want ! # To Public License, Version 2, as published by Sam Hocevar. See # http://sam.zoy.org/wtfpl/COPYING for more details. # # The latest version of this script can be found at the following place: ! # http://caca.zoy.org/wiki/build # Die if an error occurs *************** *** 28,40 **** # Check for needed features ! auxdir="`sed -ne 's/^[ \t]*A._CONFIG_AUX_DIR *( *\([^ )]*\).*/\1/p' $conffile`" ! libtool="`grep -q '^[ \t]*A._PROG_LIBTOOL' $conffile && echo yes || echo no`" ! header="`grep -q '^[ \t]*A._CONFIG_HEADER' $conffile && echo yes || echo no`" # Check for automake amvers="no" ! for v in "-1.9" "19" "-1.8" "18" "-1.7" "17" "-1.6" "16" "-1.5" "15"; do ! if automake${v} --version >/dev/null 2>&1; then ! amvers="${v}" break fi --- 30,48 ---- # Check for needed features ! auxdir="`sed -ne 's/^[ \t]*A._CONFIG_AUX_DIR *([[ ]*\([^] )]*\).*/\1/p' $conffile`" ! pkgconfig="`grep '^[ \t]*PKG_PROG_PKG_CONFIG' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! libtool="`grep '^[ \t]*A._PROG_LIBTOOL' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! header="`grep '^[ \t]*A._CONFIG_HEADER' $conffile >/dev/null 2>&1 && echo yes || echo no`" ! makefile="`[ -f Makefile.am ] && echo yes || echo no`" ! aclocalflags="`sed -ne 's/^[ \t]*ACLOCAL_AMFLAGS[ \t]*=//p' Makefile.am 2>/dev/null || :`" # Check for automake amvers="no" ! for v in 11 10 9 8 7 6 5; do ! if automake-1.${v} --version >/dev/null 2>&1; then ! amvers="-1.${v}" ! break ! elif automake1.${v} --version >/dev/null 2>&1; then ! amvers="1.${v}" break fi *************** *** 89,96 **** fi # Remove old cruft for x in aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh; do rm -f $x autotools/$x; if test -n "$auxdir"; then rm -f "$auxdir/$x"; fi; done rm -Rf autom4te.cache ! if test -n "$auxdir" -a ! -d "$auxdir"; then mkdir "$auxdir"; fi # Explain what we are doing from now --- 97,117 ---- fi + # Check for pkg-config + if test "$pkgconfig" = "yes"; then + if ! pkg-config --version >/dev/null 2>&1; then + echo "$0: you need pkg-config" + exit 1 + fi + fi + # Remove old cruft for x in aclocal.m4 configure config.guess config.log config.sub config.cache config.h.in config.h compile libtool.m4 ltoptions.m4 ltsugar.m4 ltversion.m4 ltmain.sh libtool ltconfig missing mkinstalldirs depcomp install-sh; do rm -f $x autotools/$x; if test -n "$auxdir"; then rm -f "$auxdir/$x"; fi; done rm -Rf autom4te.cache ! if test -n "$auxdir"; then ! if test ! -d "$auxdir"; then ! mkdir "$auxdir" ! fi ! aclocalflags="${aclocalflags} -I $auxdir -I ." ! fi # Explain what we are doing from now *************** *** 100,104 **** if test "$libtool" = "yes"; then ${libtoolize} --copy --force ! if test -n "$auxdir" -a -f "ltmain.sh"; then echo "$0: working around a minor libtool issue" mv ltmain.sh "$auxdir/" --- 121,125 ---- if test "$libtool" = "yes"; then ${libtoolize} --copy --force ! if test -n "$auxdir" -a ! "$auxdir" = "." -a -f "ltmain.sh"; then echo "$0: working around a minor libtool issue" mv ltmain.sh "$auxdir/" *************** *** 106,121 **** fi ! if test -n "$auxdir"; then ! aclocal${amvers} -I autotools ! else ! aclocal${amvers} ! fi autoconf${acvers} if test "$header" = "yes"; then autoheader${acvers} fi ! #add --include-deps if you want to bootstrap with any other compiler than gcc ! #automake${amvers} --add-missing --copy --include-deps ! automake${amvers} --foreign --add-missing --copy # Remove cruft that we no longer want --- 127,140 ---- fi ! aclocal${amvers} ${aclocalflags} autoconf${acvers} if test "$header" = "yes"; then autoheader${acvers} fi ! if test "$makefile" = "yes"; then ! #add --include-deps if you want to bootstrap with any other compiler than gcc ! #automake${amvers} --add-missing --copy --include-deps ! automake${amvers} --foreign --add-missing --copy ! fi # Remove cruft that we no longer want --- NEW FILE: .gitignore --- # Generic autotools files *.o *.lo *.la *.exe *.pc .auto .libs .deps Makefile Makefile.in aclocal.m4 autom4te.cache config.h.in config.h config.log config.status configure libtool stamp-* *-stamp # Configure-generated files include/site.h scm/slib.scm # Build-generated files src/elk lib/xwidgets/xaw/*.c lib/xwidgets/motif/*.c doc/*/*.inx doc/*/*.ms doc/*/*.ps doc/*/*.raw doc/*/*.ref doc/cprog/side Index: configure.ac =================================================================== RCS file: /cvsroot/foo/fooelk/configure.ac,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** configure.ac 26 Apr 2010 15:33:11 -0000 1.14 --- configure.ac 26 Apr 2010 15:41:07 -0000 1.15 *************** *** 4,12 **** AC_PREREQ(2.50) ! AC_CONFIG_AUX_DIR(autotools) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE(fooelk, 0.0.7) ! AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) --- 4,12 ---- AC_PREREQ(2.50) ! AC_CONFIG_AUX_DIR(.auto) AC_CANONICAL_SYSTEM AM_INIT_AUTOMAKE(fooelk, 0.0.7) ! dnl AM_MAINTAINER_MODE AM_CONFIG_HEADER(config.h) *************** *** 705,708 **** --- 705,709 ---- scm/Makefile src/Makefile + test/Makefile scm/slib.scm Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/fooelk/Makefile.am,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile.am 26 Apr 2010 14:57:39 -0000 1.3 --- Makefile.am 26 Apr 2010 15:41:07 -0000 1.4 *************** *** 1,5 **** NULL = ! SUBDIRS = include src lib scm doc examples DIST_SUBDIRS = $(SUBDIRS) --- 1,5 ---- NULL = ! SUBDIRS = include src lib scm doc examples test DIST_SUBDIRS = $(SUBDIRS) Index: COPYING =================================================================== RCS file: /cvsroot/foo/fooelk/COPYING,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -C2 -d -r1.1.1.1 -r1.2 *** COPYING 6 Aug 2004 20:56:41 -0000 1.1.1.1 --- COPYING 26 Apr 2010 15:41:07 -0000 1.2 *************** *** 3,7 **** Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin (except for the contents of the directory `doc/usenix'). ! Copyright 2002, 2003 Sam Hocevar <sa...@zo...>, Paris This software was derived from Elk 1.2, which was Copyright 1987, 1988, --- 3,7 ---- Copyright 1990, 1991, 1992, 1993, 1994, 1995, Oliver Laumann, Berlin (except for the contents of the directory `doc/usenix'). ! Copyright 2002, 2003 Sam Hocevar <sa...@ho...>, Paris This software was derived from Elk 1.2, which was Copyright 1987, 1988, *************** *** 10,16 **** project between TELES and Nixdorf Microprocessor Engineering, Berlin). ! Oliver Laumann, TELES GmbH, and Nixdorf Computer AG, as co-owners or ! individual owners of copyright in this software, grant to any person or ! company a worldwide, royalty free, license to i) copy this software, --- 10,16 ---- project between TELES and Nixdorf Microprocessor Engineering, Berlin). ! Sam Hocevar, Oliver Laumann, TELES GmbH, and Nixdorf Computer AG, as ! co-owners or individual owners of copyright in this software, grant to ! any person or company a worldwide, royalty free, license to i) copy this software, *************** *** 20,27 **** v) display this software, ! provided that this notice is not removed and that neither Oliver Laumann ! nor Teles nor Nixdorf are deemed to have made any representations as to ! the suitability of this software for any purpose nor are held responsible ! for any defects of this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. --- 20,27 ---- v) display this software, ! provided that this notice is not removed and that neither Sam Hocevar, ! Oliver Laumann, nor Teles nor Nixdorf are deemed to have made any ! representations as to the suitability of this software for any purpose ! nor are held responsible for any defects of this software. THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE. Index: build-win32 =================================================================== RCS file: /cvsroot/foo/fooelk/build-win32,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** build-win32 26 Apr 2010 15:31:07 -0000 1.2 --- build-win32 26 Apr 2010 15:41:07 -0000 1.3 *************** *** 1,5 **** #! /bin/sh ! ## Win32 cross-compilation for Elk -- Sam Hocevar <sa...@zo...> ## $Id$ --- 1,5 ---- #! /bin/sh ! ## Win32 cross-compilation for Elk -- Sam Hocevar <sa...@ho...> ## $Id$ |
From: Martin R. <ru...@us...> - 2010-04-26 15:41:17
|
Update of /cvsroot/foo/fooelk/doc/record In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9331/doc/record Modified Files: Makefile.am Log Message: equiv to revision level r274 of original elk: Clean up build system and update copyright information Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/fooelk/doc/record/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 26 Apr 2010 15:10:11 -0000 1.2 --- Makefile.am 26 Apr 2010 15:41:07 -0000 1.3 *************** *** 26,31 **** $(TROFF) $(MANUAL) 2> index.raw >/dev/null ! check: ! checknr -c.Ul.Pr.Sy.Va.Sh.Ix.Id.Ch -a.Ss.Se.[[.]] $(MANUAL) \ ! | grep -v "Empty command" --- 26,31 ---- $(TROFF) $(MANUAL) 2> index.raw >/dev/null ! #check: ! # checknr -c.Ul.Pr.Sy.Va.Sh.Ix.Id.Ch -a.Ss.Se.[[.]] $(MANUAL) \ ! # | grep -v "Empty command" |
From: Martin R. <ru...@us...> - 2010-04-26 15:41:17
|
Update of /cvsroot/foo/fooelk/doc/xt In directory sfp-cvsdas-3.v30.ch3.sourceforge.com:/tmp/cvs-serv9331/doc/xt Modified Files: Makefile.am Log Message: equiv to revision level r274 of original elk: Clean up build system and update copyright information Index: Makefile.am =================================================================== RCS file: /cvsroot/foo/fooelk/doc/xt/Makefile.am,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** Makefile.am 26 Apr 2010 15:10:12 -0000 1.2 --- Makefile.am 26 Apr 2010 15:41:07 -0000 1.3 *************** *** 26,31 **** $(TROFF) $(MANUAL) 2> index.raw >/dev/null ! check: ! checknr -c.Ul.Pr.Sy.Va.Sh.Ix.Id.Ch -a.Ss.Se.[[.]] $(MANUAL) \ ! | grep -v "Empty command" --- 26,31 ---- $(TROFF) $(MANUAL) 2> index.raw >/dev/null ! #check: ! # checknr -c.Ul.Pr.Sy.Va.Sh.Ix.Id.Ch -a.Ss.Se.[[.]] $(MANUAL) \ ! # | grep -v "Empty command" |