[gforth] / gforth / libcc.fs  

gforth: gforth/libcc.fs


Default branch: MAIN
Bookmark a link to HEAD: (view) (download)

Revision 1.78 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 15:25:18 2012 UTC (4 months, 2 weeks ago) by anton
Branch: MAIN
CVS Tags: HEAD
Changes since 1.77: +1 -1 lines
Diff to previous 1.77
updated copyright year

Revision 1.77 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 20:26:11 2012 UTC (9 months ago) by pazsan
Branch: MAIN
Changes since 1.76: +1 -1 lines
Diff to previous 1.76
Last fix to make function pointer call work

Revision 1.76 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 20:16:31 2012 UTC (9 months ago) by pazsan
Branch: MAIN
Changes since 1.75: +11 -2 lines
Diff to previous 1.75
Add sanitizing of C function names

Revision 1.75 - (view) (download) (annotate) - [select for diffs]
Thu Aug 16 20:08:13 2012 UTC (9 months ago) by pazsan
Branch: MAIN
Changes since 1.74: +13 -2 lines
Diff to previous 1.74
c-funptr variant for C calls

Revision 1.74 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 22:12:35 2012 UTC (9 months, 3 weeks ago) by pazsan
Branch: MAIN
Changes since 1.73: +5 -3 lines
Diff to previous 1.73
Library prefix is libgf for non-conflicting names

Revision 1.73 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 13:27:47 2012 UTC (9 months, 3 weeks ago) by pazsan
Branch: MAIN
Changes since 1.72: +3 -2 lines
Diff to previous 1.72
Removed engine stack arguments - now global states

Revision 1.72 - (view) (download) (annotate) - [select for diffs]
Mon Jul 23 12:49:06 2012 UTC (9 months, 3 weeks ago) by pazsan
Branch: MAIN
Changes since 1.71: +4 -3 lines
Diff to previous 1.71
Added lib prefix to library files

Revision 1.71 - (view) (download) (annotate) - [select for diffs]
Mon Jul 2 21:59:10 2012 UTC (10 months, 2 weeks ago) by pazsan
Branch: MAIN
Changes since 1.70: +5 -5 lines
Diff to previous 1.70
Better separation of different architectures on the same machine

Revision 1.70 - (view) (download) (annotate) - [select for diffs]
Thu Mar 22 16:27:11 2012 UTC (13 months, 3 weeks ago) by pazsan
Branch: MAIN
Changes since 1.69: +4 -2 lines
Diff to previous 1.69
Android shared library stuff works now

Revision 1.69 - (view) (download) (annotate) - [select for diffs]
Sat Dec 31 15:29:25 2011 UTC (16 months, 2 weeks ago) by anton
Branch: MAIN
Changes since 1.68: +1 -1 lines
Diff to previous 1.68
updated copyright years

Revision 1.68 - (view) (download) (annotate) - [select for diffs]
Sat Jan 1 14:22:47 2011 UTC (2 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.67: +1 -1 lines
Diff to previous 1.67
Added strings into documentation

Revision 1.67 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 18:09:02 2010 UTC (2 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.66: +1 -1 lines
Diff to previous 1.66
updated copyright years

Revision 1.66 - (view) (download) (annotate) - [select for diffs]
Fri Dec 31 14:37:13 2010 UTC (2 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.65: +2 -2 lines
Diff to previous 1.65
Changed MAKE-PATH to $INIT

Revision 1.65 - (view) (download) (annotate) - [select for diffs]
Thu Dec 30 21:46:14 2010 UTC (2 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.64: +2 -2 lines
Diff to previous 1.64
Changed path.fs to use string.fs to fix buffer overflow bug

Revision 1.64 - (view) (download) (annotate) - [select for diffs]
Mon Sep 13 22:26:16 2010 UTC (2 years, 8 months ago) by dvdkhlng
Branch: MAIN
Changes since 1.63: +2 -2 lines
Diff to previous 1.63
add --tag=CC to libtool so that it knows what to do, even if the compiler is
not plain gcc (but, say i486-linux-gnu-gcc).

Revision 1.63 - (view) (download) (annotate) - [select for diffs]
Thu Dec 31 15:32:35 2009 UTC (3 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.62: +1 -1 lines
Diff to previous 1.62
updated copyright years

Revision 1.62 - (view) (download) (annotate) - [select for diffs]
Sun Dec 27 01:00:52 2009 UTC (3 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.61: +63 -17 lines
Diff to previous 1.61
Added c-values/c-variables to libcc.fs
Made all vocabularies available when hash.fs loads hashed
other small fixes

Revision 1.61 - (view) (download) (annotate) - [select for diffs]
Sun Oct 18 17:52:50 2009 UTC (3 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.60: +20 -11 lines
Diff to previous 1.60
named c libraries no longer reuse earlier \c lines, and they don't contribute
  their \c lines to the rest (bug report
  <2858b065-8b0d-4228-8f73-32fa5f1b8e2b@a32g2000yqm.googlegroups.com>)

Revision 1.60 - (view) (download) (annotate) - [select for diffs]
Sat Oct 17 20:57:33 2009 UTC (3 years, 7 months ago) by pazsan
Branch: MAIN
Changes since 1.59: +4 -1 lines
Diff to previous 1.59
Free c-prefix-lines at end-c-library

Revision 1.59 - (view) (download) (annotate) - [select for diffs]
Sat Oct 3 21:33:48 2009 UTC (3 years, 7 months ago) by pazsan
Branch: MAIN
Changes since 1.58: +12 -17 lines
Diff to previous 1.58
Added add-libpath

Revision 1.58 - (view) (download) (annotate) - [select for diffs]
Fri Dec 26 17:29:52 2008 UTC (4 years, 4 months ago) by pazsan
Branch: MAIN
Changes since 1.57: +2 -2 lines
Diff to previous 1.57
Fixes to make Windows install work better with libcc.fs

Revision 1.57 - (view) (download) (annotate) - [select for diffs]
Sat Nov 1 19:21:07 2008 UTC (4 years, 6 months ago) by anton
Branch: MAIN
CVS Tags: v0-7-0
Changes since 1.56: +2 -2 lines
Diff to previous 1.56
don't use libtool --tag=CC (doesn't work with libtool-1.5, and is unnecessary)

Revision 1.56 - (view) (download) (annotate) - [select for diffs]
Mon Oct 6 21:21:20 2008 UTC (4 years, 7 months ago) by anton
Branch: MAIN
Changes since 1.55: +4 -1 lines
Diff to previous 1.55
libcc now creates the directories where it puts its files
make =MKDIR into a primitive to break bootstrapping problem (=MKDIR
  needs libcc, which needs =MKDIR)

Revision 1.55 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 15:47:04 2008 UTC (4 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.54: +2 -2 lines
Diff to previous 1.54
libcc works now on Windows (though most of the examples don't)

Revision 1.54 - (view) (download) (annotate) - [select for diffs]
Thu Sep 18 02:42:24 2008 UTC (4 years, 8 months ago) by pazsan
Branch: MAIN
Changes since 1.53: +1 -1 lines
Diff to previous 1.53
Windows version of libcc interface (first attempt)

Revision 1.53 - (view) (download) (annotate) - [select for diffs]
Sat Aug 9 20:44:03 2008 UTC (4 years, 9 months ago) by anton
Branch: MAIN
Changes since 1.52: +2 -2 lines
Diff to previous 1.52
fixed documentation bugs

Revision 1.52 - (view) (download) (annotate) - [select for diffs]
Tue Jul 29 09:01:44 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.51: +1 -8 lines
Diff to previous 1.51
Fixed fflib.fs
Real fix for the macro problem (define wrapper macro instead)

Revision 1.51 - (view) (download) (annotate) - [select for diffs]
Sun Jul 27 10:34:06 2008 UTC (4 years, 9 months ago) by pazsan
Branch: MAIN
Changes since 1.50: +8 -1 lines
Diff to previous 1.50
Fixed FILE* problem

Revision 1.50 - (view) (download) (annotate) - [select for diffs]
Tue Jul 15 16:11:49 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.49: +1 -1 lines
Diff to previous 1.49
updated copyright years
updated copyright-blacklist (added libltdl)
updated distributed files (don't distribute files without distribution terms)
added copyright to preforth.in and build-ec.in

Revision 1.49 - (view) (download) (annotate) - [select for diffs]
Tue Jul 15 15:23:42 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.48: +3 -4 lines
Diff to previous 1.48
fixed some make install bugs
updated date and version

Revision 1.48 - (view) (download) (annotate) - [select for diffs]
Tue Jul 15 09:30:12 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.47: +5 -3 lines
Diff to previous 1.47
eliminated libcc.fs.in by moving @CC@ into envos.fs.in.

Revision 1.47 - (view) (download) (annotate) - [select for diffs]
Mon Jul 14 08:09:08 2008 UTC (4 years, 10 months ago) by pazsan
Branch: MAIN
Changes since 1.46: +4 -4 lines
Diff to previous 1.46
Added tag so that different gcc names compile correctly

Revision 1.46 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 23:53:08 2008 UTC (4 years, 10 months ago) by pazsan
Branch: MAIN
Changes since 1.45: +4 -4 lines
Diff to previous 1.45
Try to get C compiler with options to work

Revision 1.45 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 22:52:00 2008 UTC (4 years, 10 months ago) by pazsan
Branch: MAIN
Changes since 1.44: +2 -0 lines
Diff to previous 1.44
Made libcc.fs compile with old kernels

Revision 1.44 - (view) (download) (annotate) - [select for diffs]
Sun Jul 13 19:20:54 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.43: +2 -4 lines
Diff to previous 1.43
fixed some bugs so "make install" works (DESTDIR still probably buggy)

Revision 1.43 - (view) (download) (annotate) - [select for diffs]
Sat Jul 12 20:14:26 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.42: +17 -5 lines
Diff to previous 1.42
builds .la files on install (untested and probably broken wrt DESTDIR)
added check-libcc-named target and perform it on make check
The libcc-path now also contains the common libcc-named directory
reworked initialization of libcc to happen on every boot
added MAKE-PATH (for making an empty path to paths.fs

Revision 1.42 - (view) (download) (annotate) - [select for diffs]
Thu Jul 10 21:11:57 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.41: +19 -6 lines
Diff to previous 1.41
first steps in having a LIBCC-PATH

Revision 1.41 - (view) (download) (annotate) - [select for diffs]
Thu Jul 10 19:59:41 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.40: +3 -6 lines
Diff to previous 1.40
OPEN-LIB now understands "~" for directories.

Revision 1.40 - (view) (download) (annotate) - [select for diffs]
Thu Jul 10 16:18:41 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.39: +37 -16 lines
Diff to previous 1.39
libcc files are now generated in ~/.gforth/libcc-{named,tmp}/

Revision 1.39 - (view) (download) (annotate) - [select for diffs]
Sat Jul 5 20:09:42 2008 UTC (4 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.38: +22 -11 lines
Diff to previous 1.38
fflib.fs now is a named C interface library
fixed bug in libcc.fs (unnamed libraries are now always rebuilt)

Revision 1.38 - (view) (download) (annotate) - [select for diffs]
Tue Jun 17 21:27:54 2008 UTC (4 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.37: +3 -2 lines
Diff to previous 1.37
documented LIB-ERROR C-LIBRARY-NAME C-LIBRARY END-C-LIBRARY

Revision 1.37 - (view) (download) (annotate) - [select for diffs]
Tue Jun 17 20:48:21 2008 UTC (4 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.36: +55 -27 lines
Diff to previous 1.36
Now libcc loads existing .la file instead of generating it anew
  Bug: also does this for generated (not user-provided) names

Revision 1.36 - (view) (download) (annotate) - [select for diffs]
Tue Jun 17 20:18:11 2008 UTC (4 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.35: +8 -6 lines
Diff to previous 1.35
libffi now also uses C-LIBRARY
prepare for loading existing c-library

Revision 1.35 - (view) (download) (annotate) - [select for diffs]
Tue Jun 17 18:46:04 2008 UTC (4 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.34: +40 -9 lines
Diff to previous 1.34
added C-LIBRARY END-C-LIBRARY C-LIBRARY-NAME (yet undocumented)
  to specify the library wrapper file name
used that feature in unix/socket.fs

Revision 1.34 - (view) (download) (annotate) - [select for diffs]
Tue Apr 29 20:03:40 2008 UTC (5 years ago) by anton
Branch: MAIN
Changes since 1.33: +1 -1 lines
Diff to previous 1.33
lib.fs: only check those ffcall libraries we use
libcc.fs: removed some debugging output
unix/socket.fs: converted to libcc.fs style (partially thanks to Darren Bane
    <http://savannah.gnu.org/bugs/?23015>

Revision 1.33 - (view) (download) (annotate) - [select for diffs]
Mon Apr 28 08:42:59 2008 UTC (5 years ago) by anton
Branch: MAIN
Changes since 1.32: +30 -1 lines
Diff to previous 1.32
added CLEAR-LIB ADD-LIB (libcc.fs), documented them,
  and used them in libffi.fs and fflib.fs
OPEN-LIB no longer guesses library extensions (lt_dladvise_ext())

Revision 1.32 - (view) (download) (annotate) - [select for diffs]
Fri Apr 25 22:17:17 2008 UTC (5 years ago) by anton
Branch: MAIN
Changes since 1.31: +1 -0 lines
Diff to previous 1.31
Bugfix: make and make dist don't need pre-installed Gforth
FORCE_REG_UNNECESSARY now defined automatically and used better
documentation bugfix

Revision 1.31 - (view) (download) (annotate) - [select for diffs]
Sat Apr 19 19:15:14 2008 UTC (5 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.30: +2 -1 lines
Diff to previous 1.30
CPPFLAGS are now used by the Makefiles
bugfix in libcc.fs
OPEN-LIB now can open libraries without extension and the library's
   symbols become global
libltdl from libtool-2.2 or higher required (will be included soon)

Revision 1.30 - (view) (download) (annotate) - [select for diffs]
Tue Feb 12 20:28:51 2008 UTC (5 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.29: +1 -1 lines
Diff to previous 1.29
Added replacements for primitives to fflib.fs
  current status: the libcc-generated code compiles, but does not link
Bugfix in libcc.fs

Revision 1.29 - (view) (download) (annotate) - [select for diffs]
Tue Feb 12 16:44:58 2008 UTC (5 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.28: +10 -1 lines
Diff to previous 1.28
Support kernel building with 0.6.2 engine, 0.6.2 kernel, and
   current startup.fs and friends.

Revision 1.28 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 18:40:24 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.27: +2 -3 lines
Diff to previous 1.27
updated copyright notices for GPL v3

Revision 1.27 - (view) (download) (annotate) - [select for diffs]
Mon Dec 31 17:34:58 2007 UTC (5 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.26: +1 -1 lines
Diff to previous 1.26
updated copyright years

Revision 1.26 - (view) (download) (annotate) - [select for diffs]
Wed Dec 5 13:54:38 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.25: +0 -1 lines
Diff to previous 1.25
deleted empty line

Revision 1.25 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 18:57:58 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.24: +5 -3 lines
Diff to previous 1.24
support different libtool names (based on configure.in)

Revision 1.24 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 15:19:59 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.23: +7 -4 lines
Diff to previous 1.23
libcc now outputs errors on stderr and does not require LIB-ERROR

Revision 1.23 - (view) (download) (annotate) - [select for diffs]
Tue Dec 4 14:55:03 2007 UTC (5 years, 5 months ago) by anton
Branch: MAIN
Changes since 1.22: +24 -17 lines
Diff to previous 1.22
libcc.fs now uses libtool
OPEN-LIB and LIB-SYM now call libltdl (libtool) functions
  probably needs some additional adjustment in configure.in
added LIB-ERROR

Revision 1.22 - (view) (download) (annotate) - [select for diffs]
Mon Oct 29 15:56:31 2007 UTC (5 years, 6 months ago) by anton
Branch: MAIN
Changes since 1.21: +12 -6 lines
Diff to previous 1.21
added -DBURG_FORMAT compile-time option for generating burg grammars etc.
cleaned up debugp() definition
documentation bugfix (ELSE)

Revision 1.21 - (view) (download) (annotate) - [select for diffs]
Sat Jul 21 18:18:20 2007 UTC (5 years, 10 months ago) by anton
Branch: MAIN
Changes since 1.20: +3 -2 lines
Diff to previous 1.20
Bugfix for <http://savannah.gnu.org/bugs/?20544> (mostly from Darren Bane)

Revision 1.20 - (view) (download) (annotate) - [select for diffs]
Sat Jun 9 15:55:44 2007 UTC (5 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.19: +42 -0 lines
Diff to previous 1.19
Documented and tested calling C function pointers

Revision 1.19 - (view) (download) (annotate) - [select for diffs]
Mon Jun 4 18:13:26 2007 UTC (5 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.18: +5 -3 lines
Diff to previous 1.18
documentation changes
Updates in Makefile.in to reflect newer autoconf usage
Distribution and installation of libcc stuff
libcc header files are now found automatically
Disabled vmgen installation

Revision 1.18 - (view) (download) (annotate) - [select for diffs]
Fri Jun 1 18:40:20 2007 UTC (5 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.17: +2 -2 lines
Diff to previous 1.17
libcc.fs is now in gforth.fi
documentation changes

Revision 1.17 - (view) (download) (annotate) - [select for diffs]
Fri Jun 1 16:27:37 2007 UTC (5 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.16: +3 -12 lines
Diff to previous 1.16
more libcc.fs tests
documented C interface (libcc)
lib.fs now aborts if neither libffi nor ffcall are available (oldlib.fs is
  incompatible)

Revision 1.16 - (view) (download) (annotate) - [select for diffs]
Thu May 31 18:10:39 2007 UTC (5 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.15: +9 -3 lines
Diff to previous 1.15
libcc now puts its files into

Revision 1.15 - (view) (download) (annotate) - [select for diffs]
Tue May 29 20:44:38 2007 UTC (5 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.14: +32 -7 lines
Diff to previous 1.14
libcc now manages several batches

Revision 1.14 - (view) (download) (annotate) - [select for diffs]
Mon May 28 12:07:30 2007 UTC (5 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.13: +14 -12 lines
Diff to previous 1.13
minor libcc.fs bugfix

Revision 1.13 - (view) (download) (annotate) - [select for diffs]
Mon May 28 09:43:34 2007 UTC (5 years, 11 months ago) by anton
Branch: MAIN
Changes since 1.12: +1 -33 lines
Diff to previous 1.12
split test/libcc.fs from libcc.fs

Revision 1.12 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 22:11:29 2007 UTC (6 years ago) by anton
Branch: MAIN
Changes since 1.11: +44 -30 lines
Diff to previous 1.11
more libcc work: now can handle multiple functions (one batch)

Revision 1.11 - (view) (download) (annotate) - [select for diffs]
Wed Apr 25 17:59:36 2007 UTC (6 years ago) by anton
Branch: MAIN
Changes since 1.10: +19 -5 lines
Diff to previous 1.10
more libcc work

Revision 1.10 - (view) (download) (annotate) - [select for diffs]
Mon Apr 9 10:26:35 2007 UTC (6 years, 1 month ago) by anton
Branch: MAIN
Changes since 1.9: +47 -12 lines
Diff to previous 1.9
more work on libcc

Revision 1.9 - (view) (download) (annotate) - [select for diffs]
Fri Feb 23 22:33:21 2007 UTC (6 years, 2 months ago) by anton
Branch: MAIN
Changes since 1.8: +2 -2 lines
Diff to previous 1.8
changed >OUTFILE ... OUTFILE< to OUTFILE-EXECUTE
changed >INFILE ... INFILE< to INFILE-EXECUTE
added BASE-EXECUTE
related documentation changes

Revision 1.8 - (view) (download) (annotate) - [select for diffs]
Mon Feb 12 18:56:23 2007 UTC (6 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.7: +20 -11 lines
Diff to previous 1.7
some work on batching c functions

Revision 1.7 - (view) (download) (annotate) - [select for diffs]
Sat Feb 10 15:30:15 2007 UTC (6 years, 3 months ago) by anton
Branch: MAIN
Changes since 1.6: +25 -0 lines
Diff to previous 1.6
more work on libcc.fs

Revision 1.6 - (view) (download) (annotate) - [select for diffs]
Sun Jan 14 22:19:35 2007 UTC (6 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.5: +58 -8 lines
Diff to previous 1.5
lists and C prelude stuff in libcc.fs
minor changes

Revision 1.5 - (view) (download) (annotate) - [select for diffs]
Thu Dec 28 20:53:04 2006 UTC (6 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.4: +67 -39 lines
Diff to previous 1.4
libcc with first working function

Revision 1.4 - (view) (download) (annotate) - [select for diffs]
Wed Dec 27 18:52:17 2006 UTC (6 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.3: +3 -3 lines
Diff to previous 1.3
more work on libcc

Revision 1.3 - (view) (download) (annotate) - [select for diffs]
Wed Dec 27 13:01:20 2006 UTC (6 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.2: +51 -16 lines
Diff to previous 1.2
more work on libcc.fs

Revision 1.2 - (view) (download) (annotate) - [select for diffs]
Tue Dec 26 19:10:54 2006 UTC (6 years, 4 months ago) by anton
Branch: MAIN
Changes since 1.1: +188 -16 lines
Diff to previous 1.1
progress on libcc.fs
renamed SAVE-STRING-DICT into SAVE-MEM-DICT (cf. SAVE-MEM).

Revision 1.1 - (view) (download) (annotate) - [select for diffs]
Sat Apr 8 19:32:41 2006 UTC (7 years, 1 month ago) by anton
Branch: MAIN
added libcc.fs

This form allows you to request diffs between any two revisions of a file. You may select a symbolic revision name using the selection box or you may type in a numeric name using the type-in text box.

  Diffs between and
  Type of Diff should be a

View only Branch:

Sort log by:

CVS Admin

Powered by ViewCVS 1.0-dev
(Powered by ViewCVS)

ViewCVS and CVS Help