Log of /see/trunk/libsee/Makefile.am
Parent Directory
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
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
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
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
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
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
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
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.