Commit graph

42 commits

Author SHA1 Message Date
f0d35340b4 K&R no more 2024-05-08 15:59:52 -04:00
d9b6876ec2 fixes 2024-03-11 11:41:54 -04:00
7ce1172dcd fixes 2023-10-23 12:00:50 -04:00
bdd732cef7 numerous fixes 2023-10-21 13:06:35 -04:00
8f5855b6b6 update to match api 2023-10-19 16:46:02 -04:00
564194378e upkeep 2023-10-19 14:48:01 -04:00
8136693f9a conditionally add sys/time.h 2023-10-19 14:47:16 -04:00
b1cbd35bfe activate flake using direnv 2023-10-19 14:46:38 -04:00
24e4f0d609 update readme 2023-10-19 14:46:22 -04:00
8874d3bfd0 ignore things 2023-10-19 14:46:02 -04:00
1f471e54a2 add Nix flake, shell 2023-10-19 14:45:46 -04:00
5dc705134e update autoconf 2023-10-19 14:38:33 -04:00
1f559179ca Update README.md 2023-10-18 22:55:38 +00:00
Gregory Burd
f95927f880 Create README.md 2014-04-14 13:43:23 -04:00
Gregory Burd
fb683f6a7e Whitespace, cleanup, and work to get the test harness functional
again.  It compiles, but still needs to be debugged.  Then, it's
time to run the tests and fix everything they find (a lot I
expect).
2009-09-03 17:31:03 -04:00
Gregory Burd
e7dc5d2d04 Update project todo and build notes. 2009-09-02 20:52:49 -04:00
Gregory Burd
41daff7e7c Minor fix. 2009-09-01 21:58:47 -04:00
Gregory Burd
c39ba47f61 Finished a pass over all the non-SQLite derrived tests (which all
live in scr050) and brought them up to date, some minor fixes along
the way.  A few tests don't work properly, I've noted those in the
TODO file for some other time.
2009-09-01 19:21:41 -04:00
Gregory Burd
62311bde64 Fixing the non-SQLite tests, the ones adopted from DB. 2009-09-01 09:55:43 -04:00
Gregory Burd
f157b8d0e4 valgrind 2009-09-01 09:50:10 -04:00
Gregory Burd
119ffe556f Try to keep track of pending items. 2009-08-31 22:41:32 -04:00
Gregory Burd
af3f20bc88 Change from db_align types to more sane/generic names in types.m4. 2009-08-31 22:40:49 -04:00
Gregory Burd
7905a5a889 Fix a few more places where I forgot to put in a format string. 2009-08-31 22:39:57 -04:00
Gregory Burd
2efb391318 FIXME: So in db-4.8 __os_sleep() is static (sigh) meaning that I
can't reuse it (and thus save static code size).  For now, comment
out the calls to __os_sleep() until I can determine how exactly to
fix this.
2009-08-31 22:37:25 -04:00
Gregory Burd
ab634c1bbb Turns out we needed that long_double_t type after all. 2009-08-31 22:11:14 -04:00
Gregory Burd
5009f7bde7 Updated typenames in the code to their new names in the aclocal
scripts.
2009-08-31 21:17:21 -04:00
Gregory Burd
d5f6575a7c More house keeping. Removed all the "Id:" tags. 2009-08-31 20:28:38 -04:00
Gregory Burd
d9572557c7 Overlooked one file, ltmain.sh now up to date. 2009-08-31 19:46:15 -04:00
Gregory Burd
b5b2c94631 Reset permissions and updated a few overlooked autoconf files. 2009-08-31 19:16:02 -04:00
Gregory Burd
1da1168747 Update aclocal to latest version, fix s_* scripts in dist. 2009-08-31 18:52:36 -04:00
Gregory Burd
faa6e61f60 GDBv6 requires a bit more config to deal with dynamic libs and breakpoints. 2008-09-10 12:53:46 -04:00
Gregory Burd
b9a7f69e0b updated copyrights to include 2008 2008-05-15 19:08:18 -04:00
Gregory Burd
598977fa88 Update license to GPL version 3. 2007-10-21 02:57:28 +01:00
Gregory Burd
67da5e7057 Change license to GPL version 3 from version 2.1 2007-10-21 01:42:57 +01:00
Gregory Burd
9ab52d89be Clean up and type fixes.
After discussions with Keith Bostic I've learned that always specifying the
full type (u_int32_t rather than int) as a general rule is not always a good
idea.  Now, as I review code I'm reverting some of those changes.  The new
rule of thumb is to use explict typing only in places that require it.
2007-10-21 01:33:16 +01:00
Gregory Burd
2529f39db1 Update call to srand48 to match prototype. 2007-10-21 01:31:56 +01:00
Gregory Burd
d55ee94646 Update flags for in-memory databases to DB 4.6 API 2007-10-21 01:29:45 +01:00
Gregory Burd
ed5cf2a8d3 Allocate SQL functions on heap, not end of struct.
Allocating the functions hash_t struct as an extension to the dbsql_db_t struct
was foolish.  Allocate it on the heap, remember to free it when we close the
database.
2007-10-21 01:24:20 +01:00
Gregory Burd
89646d2c84 added a bit more to the smoke test 2007-03-24 23:15:20 +01:00
Gregory Burd
f1037cdd9a fixed portability to mac os/x 10.4.9
There was no need to maintain random number generation state within the DBSQL
structure, that is removed and now static within the two functions requiring
random number generation.  The placement of the function hash table in the
memory allocated for DBSQL was wrong, that is now fixed.
2007-03-24 22:59:14 +01:00
Gregory Burd
4a8fcf6cd1 remove generated files 2007-03-24 05:28:22 +01:00
Gregory Burd
a04d39bc52 Initial import. 2007-03-10 20:04:07 +01:00