log

age author description
2006-01-20 Fabian Groffen Expect the unexpected. If dlerror() returns NULL, tell so instead of
2006-01-19 Stefan Manegold to avoid problems with Pathfinder's apparently completely unstable
2006-01-19 Stefan Manegold typo
2006-01-19 Niels Nes fixes for make check
2006-01-19 Fabian Groffen The mil module seems to be b0rkened, in such a way that the Mapi thread
2006-01-19 Fabian Groffen Remove contributors
2006-01-19 Fabian Groffen Coding style changes
2006-01-19 Fabian Groffen Removing non-existant test
2006-01-19 Niels Nes fixed make check for sql distribution
2006-01-19 Wouter Alink cleaning up the mess I made with the HowToStart in the sql-module
2006-01-19 Stefan Manegold GDKfree(): clear to-be-freed memory with 0xDB instead of 0xFF
2006-01-19 Wouter Alink next iteration; remove steps from algebra/core2alg.brg as Jan/Jens suggested
2006-01-19 Niels Nes fixed the mod_path for make check (for the source distribution)
2006-01-19 Wouter Alink renumbering the burkowski steps. they now use the range (100-103).
2006-01-19 Niels Nes no dependencies on burg within distributions
2006-01-19 Niels Nes don't check for burg in source distributions
2006-01-19 Sjoerd Mullender Check the correct column (the one that we're using) for var-ness.
2006-01-19 Niels Nes put dependencies on .mx and .m files into ifdef's so we can build source
2006-01-19 Fabian Groffen ... and do an attempt to get the windows testing scripts right too.
2006-01-19 Fabian Groffen This commit is supposed to fix bug #1386596 (it works for me (TM)
2006-01-19 Sjoerd Mullender We don't need this defensive programming hack anymore.
2006-01-19 Sjoerd Mullender Approved output: cannot kill self.
2006-01-19 Sjoerd Mullender Restrict the clients that you can kill to stop segfaulting all over
2006-01-19 Sjoerd Mullender Check whether we need MX.
2006-01-19 Sjoerd Mullender Moved check for NEED_MX into monet.m4.
2006-01-19 Sjoerd Mullender Added automake conditional to conditionally set Makefile variable
2006-01-19 Fabian Groffen Make M5 a 'smart' server, redirecting to other database servers when possible.
2006-01-19 Stefan Manegold disable "old" insert & append tests,
2006-01-19 Niels Nes Part one of the changes to build source distributions without buildtools
2006-01-19 Stefan Manegold slightly improved "normalization" of error messages
2006-01-18 Stefan Manegold The check in GDKfree detects obvious duplicate free's, but fails in case the
2006-01-18 Stefan Manegold approved (correct/expected) extended error messages after Niels' fix in MapiClient
2006-01-18 Niels Nes added a new ant version of the java test (both script and ant build.xml) need
2006-01-18 Niels Nes fix for multiline error printing
2006-01-18 Stefan Manegold - xquery_client_init():
2006-01-18 Stefan Manegold updated stable output according to Niels' "module()" & "drop()" changes
2006-01-18 Stefan Manegold fixed typos
2006-01-18 Stefan Manegold fixed test name
2006-01-18 Stefan Manegold fixed test name
2006-01-18 Stefan Manegold activated new test
2006-01-18 Niels Nes module(x,y); into module(x);module(y);
2006-01-18 Niels Nes module(x,y) into module(x);module(y)
2006-01-18 Marcin ?ukowski - fixed a refcnt bug in multitable()
2006-01-18 Niels Nes too many bugs related to module(x,y,z) so we simply remove this feature
2006-01-18 Niels Nes reset streams when reusing client threads
2006-01-18 Fabian Groffen Test for bug #1409122 on MapiClient eating error messages
2006-01-18 Jan Rittinger approved output
2006-01-18 Wouter Alink approving stable output for bug[1378750]
2006-01-18 Niels Nes fixed compile problem on 32bit systems (compiler complain was very correct, ie
2006-01-17 Martin Kersten Redirect useful information and take time to assess the situation.
2006-01-17 Fabian Groffen Ok, it's too naive to think the server won't send you endless redirects.
2006-01-17 Stefan Manegold minor output approval after Niels' void semantic fixes
2006-01-17 Niels Nes more BUNins into BUNappend
2006-01-17 Niels Nes converted one more BUNins into BUNappend
2006-01-17 Sjoerd Mullender Added cast to shut up compiler.
2006-01-17 Sjoerd Mullender Now really fix building using ant on Windows.
2006-01-17 Niels Nes added missing BUNsize(b) (fixes compilation).
2006-01-17 Niels Nes update to work with the new void semantics.
2006-01-17 Niels Nes because BUNins no longer does an append when inserting 'nil', we now use
2006-01-17 Niels Nes new implementations of BUNappend(BAT *b, ptr t) and BATappend(BAT *b, BAT *a);