clsql.git
14 years agoRemove CVS $Id$ keyword
Kevin Rosenberg [Sat, 6 Feb 2010 09:17:01 +0000 (02:17 -0700)]
Remove CVS $Id$ keyword

14 years agoFix symbol case for case-sensitive Allegro
Kevin Rosenberg [Sat, 6 Feb 2010 07:59:07 +0000 (00:59 -0700)]
Fix symbol case for case-sensitive Allegro

14 years agoEnsure that uffi system is loaded before reading defsystem
Kevin Rosenberg [Sat, 6 Feb 2010 07:46:43 +0000 (00:46 -0700)]
Ensure that uffi system is loaded before reading defsystem

14 years agoTurn off benign console messages when testing on Postgres
Kevin Rosenberg [Sat, 6 Feb 2010 07:28:12 +0000 (00:28 -0700)]
Turn off benign console messages when testing on Postgres

14 years agoFix some case issues for case-sensitive, modern-mode Allegro
Kevin Rosenberg [Sat, 6 Feb 2010 05:37:12 +0000 (22:37 -0700)]
Fix some case issues for case-sensitive, modern-mode Allegro

14 years agoLoad and use test-i18n.lisp when uffi:no-i18n is not present in cl:*features*
Kevin Rosenberg [Fri, 5 Feb 2010 22:27:37 +0000 (15:27 -0700)]
Load and use test-i18n.lisp when uffi:no-i18n is not present in cl:*features*

14 years agoAdd OpenMCL support for #\no-break_space
Kevin Rosenberg [Fri, 5 Feb 2010 17:31:22 +0000 (10:31 -0700)]
Add OpenMCL support for #\no-break_space

14 years agoComment that CMUCL errors when reading #\no-break_space
Kevin Rosenberg [Fri, 5 Feb 2010 17:19:59 +0000 (10:19 -0700)]
Comment that CMUCL errors when reading #\no-break_space

14 years agoConditionalize read of #\no-break_space for non-unicode SBCL and non-ics Allegro.
Kevin Rosenberg [Fri, 5 Feb 2010 17:08:10 +0000 (10:08 -0700)]
Conditionalize read of #\no-break_space for non-unicode SBCL and non-ics Allegro.

14 years agoMove i18n tests to separate file until we have a better system of dealing with them.
Nathan Bird [Thu, 4 Feb 2010 14:44:00 +0000 (09:44 -0500)]
Move i18n tests to separate file until we have a better system of dealing with them.
Also added some comments to properly documenting them as multi-byte tests and describe
their properties a bit better.

14 years agoRemove spurious character
Kevin Rosenberg [Thu, 4 Feb 2010 05:02:21 +0000 (22:02 -0700)]
Remove spurious character

14 years agoUse lower case symbols for compatibility with "modern"-mode AllegroCL
Kevin Rosenberg [Thu, 4 Feb 2010 02:07:43 +0000 (19:07 -0700)]
Use lower case symbols for compatibility with "modern"-mode AllegroCL

14 years ago2 tests for sending non multibyte characters to the database and back. Not sure how...
Nathan Bird [Wed, 3 Feb 2010 22:01:47 +0000 (17:01 -0500)]
2 tests for sending non multibyte characters to the database and back. Not sure how to handle this on unicode.

14 years agoAdding some tests for sending large strings to and from the database.
Nathan Bird [Wed, 3 Feb 2010 21:09:02 +0000 (16:09 -0500)]
Adding some tests for sending large strings to and from the database.

14 years agoAdd *test-report-width* variable. Word-wrap skipped tests reason field.
Kevin Rosenberg [Wed, 3 Feb 2010 19:22:46 +0000 (12:22 -0700)]
Add *test-report-width* variable. Word-wrap skipped tests reason field.

14 years agoAllow skipped test name field width to be as narrow as possible
Kevin Rosenberg [Wed, 3 Feb 2010 17:32:27 +0000 (10:32 -0700)]
Allow skipped test name field width to be as narrow as possible

14 years agoAdding a test that is just micro-seconds for sqlserver, marking usec ones as skip.
Nathan Bird [Wed, 3 Feb 2010 15:48:33 +0000 (10:48 -0500)]
Adding a test that is just micro-seconds for sqlserver, marking usec ones as skip.

14 years agoTime printing bugfixes- Use a #\T to separate date and time per iso standard.
Nathan Bird [Wed, 3 Feb 2010 15:07:17 +0000 (10:07 -0500)]
Time printing bugfixes- Use a #\T to separate date and time per iso standard.
Thanks to Harald Hanche-Olsen for the report
http://lists.b9.com/pipermail/clsql/2010-February/001836.html

14 years agoEnsure report column is wide enough for longest test name
Kevin Rosenberg [Wed, 3 Feb 2010 09:19:02 +0000 (02:19 -0700)]
Ensure report column is wide enough for longest test name

14 years agoShorten skipped test reasons
Kevin Rosenberg [Wed, 3 Feb 2010 00:34:01 +0000 (17:34 -0700)]
Shorten skipped test reasons

14 years agoIn ODBC time conversion take into account the fraction if we have it.
Nathan Bird [Tue, 2 Feb 2010 20:52:47 +0000 (15:52 -0500)]
In ODBC time conversion take into account the fraction if we have it.

14 years agorewrite asserts in pg time tests into standard rt parlance
Russ Tyndall [Tue, 2 Feb 2010 20:53:58 +0000 (15:53 -0500)]
rewrite asserts in pg time tests into standard rt parlance

14 years agoAdding a bunch of straight parse-timestring tests.
Nathan Bird [Tue, 2 Feb 2010 20:10:05 +0000 (15:10 -0500)]
Adding a bunch of straight parse-timestring tests.

14 years agoFixed bugs in iso-timestring regarding printing microseconds
Russ Tyndall [Tue, 2 Feb 2010 19:45:29 +0000 (14:45 -0500)]
Fixed bugs in iso-timestring regarding printing microseconds

iso-timestring used to output
  YYYY-MM-DD HH:MM:SS,,UUUUUU

What was invalid in this format was the two commas and because 3 usec
would be output as xx,,3 instead of xx,,000003.

It now outputs
  YYYY-MM-DD HH:MM:SS.UUUUUU

Also we only print the amount of fractional seconds necessary.
Different databases support different precisions so this is
intended to ensure that we dont print with a greater
(ie: unparsable)  precision than we read from the DB
   EG 1.123400 sec prints as 1.1234
  and      1.0 sec prints as 1

iso-timestring new implementation tested to be ~2x less memory at
the same speed

14 years agoUse fddl on cross-platform test to try to work for more databases. remove limit from...
Nathan Bird [Tue, 2 Feb 2010 16:26:27 +0000 (11:26 -0500)]
Use fddl on cross-platform test to try to work for more databases. remove limit from queries that don't need them.

14 years agoTime test tweaks, mostly readability.
Nathan Bird [Tue, 2 Feb 2010 15:09:06 +0000 (10:09 -0500)]
Time test tweaks, mostly readability.

14 years agoTests for time printing and retrieving
Nathan Bird [Mon, 1 Feb 2010 21:33:02 +0000 (16:33 -0500)]
Tests for time printing and retrieving

These tests will create a table and verify that the date inserted is
the date retrieved and that when we update the database the value we
retrieve is the same as the one we inserted.

Some backends support timezones and some do not, also some support
usecs and some dont.

Things the following tests try to prove correct
 * Reading and writing usec and usec-less times
 * reading and writing timezones (Z=utc) when appropriate (eg: postgresql-socket)
 * reading and writing localtimes when appropriate (eg: ODBC)
 * reading and writing through both the oodml and fdml layers

All these tests fail right now. All tests may not be correct yet.

14 years agomade run-tests take a :suites arg
Russ Tyndall [Sat, 23 Jan 2010 20:42:07 +0000 (15:42 -0500)]
made run-tests take a :suites arg

Also compute-tests-for-backend and do-tests-for-backend, take a :suites arg
where you can specify the *rt-* variable "suites" you wish to run
defaulting to all of them

14 years agoMarking :connection/query-command as mysql only for now. It is low priority and cause...
Nathan Bird [Mon, 1 Feb 2010 20:12:12 +0000 (15:12 -0500)]
Marking :connection/query-command as mysql only for now. It is low priority and causes chained failures on other backends.

14 years agoadded a test for setting floats to nil and back (was failing in postgresql at some...
Russ Tyndall [Tue, 26 Jan 2010 19:42:17 +0000 (14:42 -0500)]
added a test for setting floats to nil and back (was failing in postgresql at some previously)

14 years agoReduce code duplication in mysql backend.
Nathan Bird [Mon, 1 Feb 2010 19:26:50 +0000 (14:26 -0500)]
Reduce code duplication in mysql backend.

database-query and database-query-result-set call
database-execute-command which does the mysql_real_query and raises an
error if there is a problem.

14 years agoMysql shouldn't segfault in database-query when running a command with no resultset.
Nathan Bird [Tue, 19 Jan 2010 18:59:52 +0000 (13:59 -0500)]
Mysql shouldn't segfault in database-query when running a command with no resultset.
From docs at http://dev.mysql.com/doc/refman/5.0/en/mysql-real-query.html and
http://dev.mysql.com/doc/refman/5.0/en/mysql-field-count.html after performing the query
and attempting to get a result set, the RS ptr should be checked for null and
if it is check mysql_errno to see if there actually was an error, or just no result.

This patch makes database-query return NIL if there was no resultset.

14 years agoAdding new connection tests that are the simplest query/command against a database...
Nathan Bird [Tue, 19 Jan 2010 20:28:01 +0000 (15:28 -0500)]
Adding new connection tests that are the simplest query/command against a database connection.

Dropping test :fdml/execute-command/1 everything is tested elsewhere.
table-exists-p - :fddl/table/2
execute-command - :connection/execute-command

14 years agoUpdating logic for odbc database-list-{tables,views} to use owner and skip system...
Nathan Bird [Sat, 23 Jan 2010 20:52:48 +0000 (15:52 -0500)]
Updating logic for odbc database-list-{tables,views} to use owner and skip system tables.

SqlServer 2005 moved around their namespaces, and added more. Adding
those to the hardcoded skip lists.

Since ODBC doesn't expose the owner we use that parameter to filter
on schema since that's what tends to be exposed. Some DBs like mssql
2000 conflate the two so at least there it works nicely.

TODO: revisit owner/schema logic.
From 2000->2005 sqlserver they separated owner from schema and so
this will probably need to be revisited further-- not sure how
given the ODBC nature.

14 years agomerge from master
Kevin Rosenberg [Fri, 29 Jan 2010 23:53:33 +0000 (16:53 -0700)]
merge from master

14 years agoVersion 4.3.3 release debian-4.3.3-1 v4.3.3
Kevin Rosenberg [Fri, 29 Jan 2010 23:49:12 +0000 (16:49 -0700)]
Version 4.3.3 release

14 years agoNew file clsql-cffi.asd
Kevin Rosenberg [Fri, 29 Jan 2010 22:00:59 +0000 (15:00 -0700)]
New file clsql-cffi.asd

14 years agoNew file clsql-cffi.asd
Kevin Rosenberg [Fri, 29 Jan 2010 22:00:59 +0000 (15:00 -0700)]
New file clsql-cffi.asd

14 years agocleanup *.asd files
Kevin Rosenberg [Fri, 29 Jan 2010 21:54:43 +0000 (14:54 -0700)]
cleanup *.asd files

14 years agocleanup *.asd files
Kevin Rosenberg [Fri, 29 Jan 2010 21:54:43 +0000 (14:54 -0700)]
cleanup *.asd files

14 years agoChangeLog line-length formatting
Kevin Rosenberg [Fri, 29 Jan 2010 20:53:28 +0000 (13:53 -0700)]
ChangeLog line-length formatting

14 years agoUsing the new clsql-sys::+whitespace-chars+ param.
Nathan Bird [Fri, 29 Jan 2010 20:16:55 +0000 (15:16 -0500)]
Using the new clsql-sys::+whitespace-chars+ param.

14 years agoUpdating the changelog with some of what's changed.
Nathan Bird [Fri, 29 Jan 2010 20:13:57 +0000 (15:13 -0500)]
Updating the changelog with some of what's changed.

14 years agoAdding myself to the contributors file.
Nathan Bird [Fri, 29 Jan 2010 20:13:27 +0000 (15:13 -0500)]
Adding myself to the contributors file.

14 years agoMerge commit 'origin/master' into development
Nathan Bird [Fri, 29 Jan 2010 20:11:52 +0000 (15:11 -0500)]
Merge commit 'origin/master' into development

14 years agoAdd implementation-specific +whitespace-chars+ variable
Kevin Rosenberg [Fri, 29 Jan 2010 19:52:32 +0000 (12:52 -0700)]
Add implementation-specific +whitespace-chars+ variable

14 years agoMerge commit 'master' into development
Nathan Bird [Fri, 29 Jan 2010 19:22:04 +0000 (14:22 -0500)]
Merge commit 'master' into development

Conflicts:
tests/test-init.lisp  --pretty small.

14 years agoConditionalize #\no-break-space for lispworks
Kevin Rosenberg [Fri, 29 Jan 2010 15:50:33 +0000 (08:50 -0700)]
Conditionalize #\no-break-space for lispworks

14 years agoIgnore 64-bit named shared library file
Kevin Rosenberg [Fri, 29 Jan 2010 15:33:26 +0000 (08:33 -0700)]
Ignore 64-bit named shared library file

14 years agoAdd missing defgeneric declaration
Kevin Rosenberg [Fri, 29 Jan 2010 15:00:12 +0000 (08:00 -0700)]
Add missing defgeneric declaration

14 years agoImprove formatting skipped-test messages. Fix symbol name.
Kevin Rosenberg [Fri, 29 Jan 2010 14:52:14 +0000 (07:52 -0700)]
Improve formatting skipped-test messages. Fix symbol name.

14 years agoImprove skipped tests reason messages
Kevin Rosenberg [Fri, 29 Jan 2010 14:48:02 +0000 (07:48 -0700)]
Improve skipped tests reason messages

14 years agoFix for UPDATE-RECORD-FROM-SLOTS for normalized view-classes
Kevin Rosenberg [Fri, 29 Jan 2010 06:56:27 +0000 (23:56 -0700)]
Fix for UPDATE-RECORD-FROM-SLOTS for normalized view-classes

14 years agofix spelling of no-break-space
Kevin Rosenberg [Fri, 29 Jan 2010 06:50:27 +0000 (23:50 -0700)]
fix spelling of no-break-space

Signed-off-by: Kevin Rosenberg <kevin@rosenberg.net>
14 years agopublish new release debian-4.3.2-1 v4.3.2
Kevin Rosenberg [Fri, 29 Jan 2010 01:37:09 +0000 (18:37 -0700)]
publish new release

14 years agoChange from British normalised spelling
Kevin Rosenberg [Fri, 29 Jan 2010 01:14:30 +0000 (18:14 -0700)]
Change from British normalised spelling

Signed-off-by: Kevin Rosenberg <kevin@rosenberg.net>
14 years agoSupport for 64-bit Fedora 11/12
Kevin Rosenberg [Thu, 28 Jan 2010 23:58:47 +0000 (16:58 -0700)]
Support for 64-bit Fedora 11/12

14 years agoEnsure that Lispworks 6 lock is sharing-mode. debian-4.3.1-1 v4.3.1
Kevin Rosenberg [Thu, 28 Jan 2010 22:11:17 +0000 (15:11 -0700)]
Ensure that Lispworks 6 lock is sharing-mode.

Signed-off-by: Kevin Rosenberg <kevin@rosenberg.net>
14 years agoadded a skip this test restart on with-dataset
Russ Tyndall [Sat, 23 Jan 2010 20:43:48 +0000 (15:43 -0500)]
added a skip this test restart on with-dataset

14 years agoin output-sql (sql-relational-exp)-> made it not output anything if the relation...
Nathan Bird [Tue, 26 Jan 2010 21:43:02 +0000 (16:43 -0500)]
in output-sql (sql-relational-exp)-> made it not output anything if the relation has no subexpressions.

14 years agoadded syntax/logical tests to check nested logical operators with different numbers...
Russ Tyndall [Fri, 22 Jan 2010 18:52:08 +0000 (13:52 -0500)]
added syntax/logical tests to check nested logical operators with different numbers of children

14 years agofixed a bug in parsing column types from sqlite3 databases by adding a trim
Russ Tyndall [Tue, 26 Jan 2010 21:13:38 +0000 (16:13 -0500)]
fixed a bug in parsing column types from sqlite3 databases by adding a trim

14 years agoAdding another attributes test that highlights a fault in the sqlite attribute parser.
Nathan Bird [Tue, 26 Jan 2010 21:21:52 +0000 (16:21 -0500)]
Adding another attributes test that highlights a fault in the sqlite attribute parser.

14 years agoAdding more owner tests, and removing references to owner from a lot of other tests.
Nathan Bird [Mon, 25 Jan 2010 22:07:10 +0000 (17:07 -0500)]
Adding more owner tests, and removing references to owner from a lot of other tests.

14 years agoBind *test-database-user* correctly for odbc.
Nathan Bird [Sat, 23 Jan 2010 19:02:11 +0000 (14:02 -0500)]
Bind *test-database-user* correctly for odbc.
per documentation :odbc and :aodbc have their user in the second slot of the connection spec.
This causes a number more tests to fail that used to pass because this variable wasn't right.

14 years agoChanged ds-fddl to use fddl for table creation.
Nathan Bird [Mon, 25 Jan 2010 22:06:19 +0000 (17:06 -0500)]
Changed ds-fddl to use fddl for table creation.
This is somewhat inline with the fddl tests, and allows us to use the compat layer for handling 'date' datatype.

14 years agoPrint the error in a useful format.
Nathan Bird [Mon, 25 Jan 2010 22:44:12 +0000 (17:44 -0500)]
Print the error in a useful format.

14 years agoWrite the database name in the report banner. This is especially useful for testing...
Nathan Bird [Mon, 25 Jan 2010 19:48:09 +0000 (14:48 -0500)]
Write the database name in the report banner. This is especially useful for testing multiple odbc backend dbs.

14 years agoMerge branch 'dataset-refactoring' of git://github.com/UnwashedMeme/clsql debian-4.3.0-1 v4.3.0
Kevin Rosenberg [Wed, 20 Jan 2010 21:49:00 +0000 (14:49 -0700)]
Merge branch 'dataset-refactoring' of git://github.com/UnwashedMeme/clsql

14 years agonew version
Kevin Rosenberg [Wed, 20 Jan 2010 21:47:44 +0000 (14:47 -0700)]
new version

14 years agoFixing benchmarks that depend on the *ds-employees* dataset.
Nathan Bird [Tue, 19 Jan 2010 15:27:22 +0000 (10:27 -0500)]
Fixing benchmarks that depend on the *ds-employees* dataset.

14 years agoMarking tests that depend on the ds-nodes dataset as skipped unless backend implement...
Nathan Bird [Mon, 18 Jan 2010 16:51:56 +0000 (11:51 -0500)]
Marking tests that depend on the ds-nodes dataset as skipped unless backend implements auto-increment.

14 years agoAdding db-type-has-auto-increment
Nathan Bird [Fri, 15 Jan 2010 15:37:35 +0000 (10:37 -0500)]
Adding db-type-has-auto-increment

14 years agoGot everything running under mysql; I think all the remaining failures are actual...
Nathan Bird [Thu, 14 Jan 2010 00:23:30 +0000 (19:23 -0500)]
Got everything running under mysql; I think all the remaining failures are actual logic problems.
Also simplified a number of the oodml test cases that were making a change, then the same code
again to change it back so that future tests will run sanely. That's not needed anymore.

14 years agoGot test-fdml using the employees dataset.
Nathan Bird [Wed, 13 Jan 2010 23:55:14 +0000 (18:55 -0500)]
Got test-fdml using the employees dataset.

14 years agoMoving object data out of init into separate files and each one made a dataset.
Nathan Bird [Wed, 13 Jan 2010 23:54:25 +0000 (18:54 -0500)]
Moving object data out of init into separate files and each one made a dataset.

14 years agowhitespace-cleanup
Nathan Bird [Wed, 13 Jan 2010 23:34:21 +0000 (18:34 -0500)]
whitespace-cleanup

14 years agoMoving the insert/update tests to after the select as verifying the update works...
Nathan Bird [Wed, 13 Jan 2010 23:33:59 +0000 (18:33 -0500)]
Moving the insert/update tests to after the select as verifying the update works depends on select working.

14 years agoFirst working version of tests with datasets. So far: internal,connection,basic,fddl...
Nathan Bird [Wed, 13 Jan 2010 21:56:25 +0000 (16:56 -0500)]
First working version of tests with datasets. So far: internal,connection,basic,fddl passed, with one punted from fddl to ooddl (it appeared to be testing the class definition more.

14 years agoFirst working edition of datasets code.
Nathan Bird [Wed, 13 Jan 2010 18:41:43 +0000 (13:41 -0500)]
First working edition of datasets code.

14 years agoProposed abstraction for datasets.
Nathan Bird [Mon, 18 Jan 2010 18:08:02 +0000 (13:08 -0500)]
Proposed abstraction for datasets.

14 years agoSimplifying code in a few more tests, shouldn't be any logical differences.
Nathan Bird [Mon, 11 Jan 2010 19:25:22 +0000 (14:25 -0500)]
Simplifying code in a few more tests, shouldn't be any logical differences.

14 years agoAdding 3 new tests that show the update-record-from-slots function is awry with the...
Nathan Bird [Mon, 11 Jan 2010 19:20:52 +0000 (14:20 -0500)]
Adding 3 new tests that show the update-record-from-slots function is awry with the normalization code.

14 years agoFurther textual condensing on oodml/update-records/4-9 to improve readability, should...
Nathan Bird [Fri, 8 Jan 2010 22:37:32 +0000 (17:37 -0500)]
Further textual condensing on oodml/update-records/4-9 to improve readability, shouldn't be any logic changes.

14 years agoUpdating :oodml/update-records/4 through /9.
Nathan Bird [Fri, 8 Jan 2010 22:12:30 +0000 (17:12 -0500)]
Updating :oodml/update-records/4 through /9.
 * condensing tests by FLETting repeated code
 * when verifying the update record went through, requery the database to ensure a fresh view of it.

14 years agoAdding *.fasl to the .gitignore.
Nathan Bird [Fri, 15 Jan 2010 16:35:53 +0000 (11:35 -0500)]
Adding *.fasl to the .gitignore.

14 years agocompiles on lispworks 6
Kevin Rosenberg [Thu, 7 Jan 2010 19:45:45 +0000 (12:45 -0700)]
compiles on lispworks 6

14 years agoVersion 4.2.0 release, new manuals built debian-4.2.0-1 v4.2.0
Kevin Rosenberg [Fri, 11 Dec 2009 00:05:42 +0000 (17:05 -0700)]
Version 4.2.0 release, new manuals built

14 years agoAdd normalized view classes
Kevin Rosenberg [Thu, 10 Dec 2009 18:21:24 +0000 (11:21 -0700)]
Add normalized view classes
Large patch from Thijs Oppermann <thijso+clsql@gmail.com> to add
support for normalized view classes.  When having view class that
inherit from others, CLSQL by default builds tab all the columns from
the parent in the child. This patch is meant to normali so that a join
is done on the primary keys of the concerned tables to get a set.

14 years agoFix to SYNTAX-PARSE-ISO-8601 to parse fractions of seconds
Kevin Rosenberg [Thu, 10 Dec 2009 14:15:30 +0000 (07:15 -0700)]
Fix to SYNTAX-PARSE-ISO-8601 to parse fractions of seconds

14 years agoFix for time.lisp's roll function
Kevin Rosenberg [Thu, 10 Dec 2009 14:08:35 +0000 (07:08 -0700)]
Fix for time.lisp's roll function

14 years agoavoid errors if 32-bit build fails on 64-bit system v4.1.2
Kevin Rosenberg [Thu, 12 Nov 2009 07:57:12 +0000 (00:57 -0700)]
avoid errors if 32-bit build fails on 64-bit system

14 years agoavoid errors if 32-bit build fails on 64-bit system
Kevin Rosenberg [Thu, 12 Nov 2009 07:56:54 +0000 (00:56 -0700)]
avoid errors if 32-bit build fails on 64-bit system

14 years agoignore build errors for 32-bit libraries on Linux x64 debian-4.1.2-1
Kevin Rosenberg [Thu, 12 Nov 2009 07:48:42 +0000 (00:48 -0700)]
ignore build errors for 32-bit libraries on Linux x64

14 years agoVersion 4.1.2 - Build improvments
Kevin Rosenberg [Thu, 12 Nov 2009 07:43:25 +0000 (00:43 -0700)]
Version 4.1.2 - Build improvments
21 Nov 2009  Kevin Rosenberg <kevin@rosenberg.net>
* Version 4.1.2
* Makefiles: On 64-bit Linux systems, try to build both 32 and 64-bit
interface libraries. This requires the installation of multiarch build tools
as well as 32-bit support libraries (libc, libz and libmysqlclient).

14 years agoAutomated commit for upstream build of version 4.1.1 debian-4.1.1-1 v4.1.1
Kevin Rosenberg [Fri, 4 Sep 2009 19:38:25 +0000 (13:38 -0600)]
Automated commit for upstream build of version 4.1.1

14 years agoNew documentation files
Kevin Rosenberg [Fri, 4 Sep 2009 19:37:30 +0000 (13:37 -0600)]
New documentation files

14 years agoNew release 4.1.1
Kevin Rosenberg [Fri, 4 Sep 2009 19:02:42 +0000 (13:02 -0600)]
New release 4.1.1

14 years agoRework initialize-instance for view-class-direct-slot-definition
Kevin Rosenberg [Fri, 4 Sep 2009 18:51:23 +0000 (12:51 -0600)]
Rework initialize-instance for view-class-direct-slot-definition

14 years agoUse :verbose nil for asdf:operate invocation
Kevin Rosenberg [Fri, 4 Sep 2009 18:36:58 +0000 (12:36 -0600)]
Use :verbose nil for asdf:operate invocation