[see] / see / trunk / libsee / Makefile.am Repository:
ViewVC logotype

Log of /see/trunk/libsee/Makefile.am

Parent Directory Parent Directory


Links to HEAD: (view) (download) (annotate)
Sticky Revision:

Revision 1425 - (view) (download) (annotate) - [select for diffs]
Modified Sat Feb 6 05:49:01 2010 UTC (7 months ago) by d
File length: 3701 byte(s)
Diff to previous 1422
Add -no-undefined so that it is easier to build DLLs on Windows

Revision 1422 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 26 21:01:29 2009 UTC (16 months, 1 week ago) by d
File length: 3667 byte(s)
Diff to previous 1413
Release 3.1

Revision 1413 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 6 07:32:11 2009 UTC (17 months ago) by d
File length: 3667 byte(s)
Diff to previous 1405
Split isconst and comparison functions into their own modules.
Make bytecode compile again (although it doesn't pass all tests yet).

Revision 1405 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 6 05:17:24 2009 UTC (17 months ago) by d
File length: 3546 byte(s)
Diff to previous 1400
Factor out the eval and codegen parts of parse.c
 Changed the way that eval() is called internally to make it more uniform.

Revision 1400 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 5 06:42:04 2009 UTC (17 months ago) by d
File length: 3369 byte(s)
Diff to previous 1397
Extract parse printer and node caster out into its own compilation units.

 * Make one field in the node types indirect to avoid pulling in
   too many files. (VariableDeclaration var)

Revision 1397 - (view) (download) (annotate) - [select for diffs]
Modified Sun Apr 5 05:25:39 2009 UTC (17 months ago) by d
File length: 3246 byte(s)
Diff to previous 1394
Remove unnecessary CVS $Id$ tags

Revision 1394 - (view) (download) (annotate) - [select for diffs]
Modified Sat Apr 4 23:59:57 2009 UTC (17 months ago) by d
File length: 3254 byte(s)
Diff to previous 1335
Move parser node classes into a table. Use an enumerated type for node types.

This is the first small step towards breaking the parser up into something 
manageable.


Revision 1335 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 5 11:13:39 2008 UTC (2 years, 7 months ago) by d
File length: 3241 byte(s)
Diff to previous 1311
Change libsee version in preparation for 2.1 release

Revision 1311 - (view) (download) (annotate) - [select for diffs]
Modified Thu Jan 10 13:59:14 2008 UTC (2 years, 7 months ago) by d
File length: 3241 byte(s)
Diff to previous 1310
bug 107: support changing regex engines and add Shell.regex_engine().

Revision 1310 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 9 14:41:23 2008 UTC (2 years, 7 months ago) by d
File length: 3233 byte(s)
Diff to previous 1309
Correct some problems found with 'make distcheck'

Revision 1309 - (view) (download) (annotate) - [select for diffs]
Modified Wed Jan 9 11:50:18 2008 UTC (2 years, 7 months ago) by d
File length: 3184 byte(s)
Diff to previous 1266
Generate a pkg-config output (lib/pkgconfig/see.pc) and implement --with-pcre

Revision 1266 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 2 13:56:59 2007 UTC (3 years, 1 month ago) by d
File length: 2643 byte(s)
Diff to previous 1240
Add the beginnings of a test suite to libsee. This is for testing the API.

Revision 1240 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jun 12 13:14:04 2007 UTC (3 years, 2 months ago) by d
File length: 2624 byte(s)
Diff to previous 1226
bug 77: move wrappers around isnan/finite/copysign into a compilation unit.
Also, deprecate SEE_NUMBER_ISINF.
This is to better support platforms that don't have these math functions
in an obvious place, and to avoid a further header file expansion.

Revision 1226 - (view) (download) (annotate) - [select for diffs]
Modified Tue May 29 12:12:21 2007 UTC (3 years, 3 months ago) by d
File length: 2617 byte(s)
Diff to previous 1219
Continued work on the code generator.

Revision 1219 - (view) (download) (annotate) - [select for diffs]
Modified Wed Apr 25 12:35:13 2007 UTC (3 years, 4 months ago) by d
File length: 2603 byte(s)
Diff to previous 1184
Correctly detect memcmp and add libsee/replace.h to dist.

Revision 1184 - (view) (download) (annotate) - [select for diffs]
Modified Tue Feb 6 22:22:44 2007 UTC (3 years, 7 months ago) by d
File length: 2593 byte(s)
Diff to previous 1140
Support cross compiling; new option --enable-native-dtoa

Revision 1140 - (view) (download) (annotate) - [select for diffs]
Modified Sat Aug 12 06:50:06 2006 UTC (4 years ago) by d
File length: 2499 byte(s)
Diff to previous 1135
Beginnings of code generator support. Activated with --enable-parser-codegen during configure

Revision 1135 - (view) (download) (annotate) - [select for diffs]
Modified Thu Aug 10 12:47:22 2006 UTC (4 years ago) by d
File length: 2493 byte(s)
Diff to previous 1109
include platform_* in distributions

Revision 1109 - (view) (download) (annotate) - [select for diffs]
Modified Tue Aug 1 14:22:39 2006 UTC (4 years, 1 month ago) by d
File length: 2380 byte(s)
Diff to previous 1033
add -version-info to libsee

Revision 1033 - (view) (download) (annotate) - [select for diffs]
Modified Sun Feb 19 14:00:19 2006 UTC (4 years, 6 months ago) by d
File length: 1489 byte(s)
Diff to previous 993
Add module loading support to the shell

Revision 993 - (view) (download) (annotate) - [select for diffs]
Modified Tue Jan 31 15:07:25 2006 UTC (4 years, 7 months ago) by d
File length: 1480 byte(s)
Diff to previous 943
API change: SEE_ALLOCA() takes arguments in different order.
New function SEE_STRING_ALLOCA() to provide hints to GC.
No need to provide an alloca.c any more.

Revision 943 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 21 13:41:46 2006 UTC (4 years, 7 months ago) by d
File length: 1489 byte(s)
Diff to previous 942
Factor out platform-specific time functions and abort into platform files.
Rewrote the daylight savings time code.

Revision 942 - (view) (download) (annotate) - [select for diffs]
Modified Sat Jan 21 13:33:22 2006 UTC (4 years, 7 months ago) by d
File length: 1453 byte(s)
Diff to previous 908
use internal _SEE_vsprintf() for strings

Revision 908 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 23 13:38:40 2005 UTC (4 years, 8 months ago) by d
File length: 1450 byte(s)
Diff to previous 898
correct some dependencies

Revision 898 - (view) (download) (annotate) - [select for diffs]
Modified Wed Dec 21 14:51:00 2005 UTC (4 years, 8 months ago) by d
File length: 1458 byte(s)
Diff to previous 887
Moved a lot of global configuration vars into one structure, SEE_system.
SEE_free is trusted a bit more.
New function SEE_intern_and_free() used by lexer.
Memory allocator defaults to system malloc() instead of NULL (ie error).
Random number seed is factored out to a hookable function too.

Revision 887 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 20 11:56:39 2005 UTC (4 years, 8 months ago) by d
File length: 1462 byte(s)
Diff to previous 883
bug 4: unicode tables for single-char toUpperCase/toLowerCase using binary search. (No locale support, though)

Revision 883 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 20 05:44:43 2005 UTC (4 years, 8 months ago) by d
File length: 1440 byte(s)
Diff to previous 828
Remove lots of floating point cast warnings.
Factor the float/double variants from math.h to nmath.h.
Remove unary pluses where possible.

Revision 828 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 13:43:43 2005 UTC (4 years, 8 months ago) by d
File length: 1440 byte(s)
Diff to previous 826
oops; depend on unicode.inc

Revision 826 - (view) (download) (annotate) - [select for diffs]
Modified Sat Dec 10 05:19:44 2005 UTC (4 years, 8 months ago) by d
File length: 1428 byte(s)
Diff to previous 824
Add SEE_version(), SEE_VERSION_API_MAJOR and _MINOR

Revision 824 - (view) (download) (annotate) - [select for diffs]
Modified Fri Dec 9 12:47:21 2005 UTC (4 years, 8 months ago) by d
File length: 1397 byte(s)
Diff to previous 820
Move all debug printing into a special dprint module, rather than assume stderr exists

Revision 820 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 5 13:57:36 2005 UTC (4 years, 9 months ago) by d
File length: 1379 byte(s)
Diff to previous 806
A starting attempt to remove warnings that come up with -traditional.
Some type information has been changed with obj_Date which needs
careful study.

Revision 806 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 25 12:13:39 2005 UTC (4 years, 9 months ago) by d
File length: 1347 byte(s)
Diff to previous 805
rename and hide private scope functions

Revision 805 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 25 11:58:44 2005 UTC (4 years, 9 months ago) by d
File length: 1338 byte(s)
Diff to previous 804
rename context.c to scope.c

Revision 804 - (view) (download) (annotate) - [select for diffs]
Modified Fri Nov 25 11:44:51 2005 UTC (4 years, 9 months ago) by d
File length: 1340 byte(s)
Diff to previous 795
move context.h to public API

Revision 795 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 15 11:24:55 2005 UTC (4 years, 10 months ago) by d
File length: 1350 byte(s)
Diff to previous 699
reorganise repository after cvs2svn

Revision 699 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 16 11:45:07 2004 UTC (5 years, 10 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 1350 byte(s)
Diff to previous 698
Simplification of autoconf/automake
Made unicode.c a maintainer problem. (See README.cvs)
Added a libsee-config script
Renamed test to test-grammar
Put all IEEE-754 constants into static storage instead of macros
Removed optional libraries hardcoded into libsee build

Revision 698 - (view) (download) (annotate) - [select for diffs]
Modified Sat Oct 16 09:27:05 2004 UTC (5 years, 10 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 1630 byte(s)
Diff to previous 678
Bump version to 1.2
Corrected embarrasing stringdefs build problem
Adhere more closely to GNU software standards (but still BSD licence)
Look for boehm gc in libdir, instead of prefix/lib
Removed enumerator 'reset' method (never used)
Removed see/config.h from install

Revision 678 - (view) (download) (annotate) - [select for diffs]
Modified Mon Apr 26 03:59:02 2004 UTC (6 years, 4 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 1511 byte(s)
Diff to previous 674
new autoconf

Revision 674 - (view) (download) (annotate) - [select for diffs]
Modified Tue Mar 30 13:03:41 2004 UTC (6 years, 5 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 1412 byte(s)
Diff to previous 658
compiler warning fixes

Revision 658 - (view) (download) (annotate) - [select for diffs]
Modified Mon Mar 29 20:54:05 2004 UTC (6 years, 5 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 1318 byte(s)
Diff to previous 553
extra sources now

Revision 553 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 2 21:15:34 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 2015 byte(s)
Diff to previous 551
teach automake how to properly distribute and build the stringdefs.h file

Revision 551 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 2 13:13:35 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 1345 byte(s)
Diff to previous 546
minor fixes

Revision 546 - (view) (download) (annotate) - [select for diffs]
Modified Tue Dec 2 10:02:18 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 1348 byte(s)
Diff to previous 534
include unicode.c test

Revision 534 - (view) (download) (annotate) - [select for diffs]
Modified Mon Dec 1 20:23:46 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 1168 byte(s)
Diff to previous 516
more cleanup and autoconf work

Revision 516 - (view) (download) (annotate) - [select for diffs]
Modified Sun Nov 30 04:28:26 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 1157 byte(s)
Diff to previous 510
first cut at getting autoconf to work

Revision 510 - (view) (download) (annotate) - [select for diffs]
Added Sat Nov 29 14:38:02 2003 UTC (6 years, 9 months ago) by d
Original Path: trunk/see/libsee/Makefile.am
File length: 912 byte(s)
Initial revision

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

Sort log by:

David Leonard
ViewVC Help
Powered by ViewVC 1.0.9