log

age author description
2008-09-06 Martin Kersten Recover from a typo,leading to a wrong signature choice
2008-09-06 Martin Kersten Save the bats after the first batch has been processed.
2008-09-06 Fabian Groffen - fix up visible layout (because it annoyed the hell out of me, and
2008-09-05 cvs2hg fixup commit for tag 'symdata-ival' symdata-ival
2008-09-05 Stefan Manegold clean-up:
2008-09-05 Ying Zhang added tests for May2008
2008-09-05 Ying Zhang Added test for May2008
2008-09-05 Ying Zhang Added test for bug: May2008
2008-09-05 Sjoerd Mullender propagated changes of Friday Sep 05 2008 PF_ROX
2008-09-05 Sjoerd Mullender propagated changes of Friday Sep 05 2008
2008-09-05 Sjoerd Mullender Removed unnecessary comparison (and one gcc complains about) now that May2008
2008-09-05 Ying Zhang back-port changes made in de dev branch: remove unnecessary (and incorrect) use May2008
2008-09-05 Sjoerd Mullender propagated changes of Friday Sep 05 2008 PF_ROX
2008-09-05 Sjoerd Mullender propagated changes of Thursday Sep 04 2008 - Friday Sep 05 2008 PF_ROX
2008-09-05 Ying Zhang use the correct type for 'l', since it contains PRE numbers.
2008-09-05 Ying Zhang remove unnecessary include, since 'errno' is not used (anymore) in this file
2008-09-05 Jan Rittinger -- Try to fix bug 2015219 by changing the mark offset.
2008-09-05 Sjoerd Mullender propagated changes of Friday Sep 05 2008
2008-09-05 Sjoerd Mullender propagated changes of Thursday Sep 04 2008 - Friday Sep 05 2008
2008-09-05 Sjoerd Mullender propagated changes of Saturday Aug 30 2008 - Friday Sep 05 2008
2008-09-05 Sjoerd Mullender propagated changes of Friday Sep 05 2008
2008-09-05 Jan Rittinger -- Introduced error type for correct translation of runtime errors.
2008-09-05 Sjoerd Mullender Try tom reduce stack usage somewhat, especially beneficial for Windows with Intel compiler. May2008
2008-09-05 Sjoerd Mullender isspace and friends require a non-negative value, so use unsigned char. May2008
2008-09-05 Sjoerd Mullender Set PFmaxstack on Windows so that we enable recursion depth checking. May2008
2008-09-05 Stefan Manegold (significanly) extended timeout to check
2008-09-05 Stefan Manegold slightly increased timeout for slow(er) machines May2008
2008-09-04 Jan Rittinger -- More constant information for fun_call-based builtin functions.
2008-09-04 Milena Ivanova Fix of reusing a superset instruction: restore the original bid
2008-09-04 Sjoerd Mullender propagated changes of Thursday Sep 04 2008
2008-09-04 Sjoerd Mullender Fix dependency generation for libraries (modules) in LIBS sections. May2008
2008-09-04 Sjoerd Mullender Tell Emacs to use C mode. May2008
2008-09-04 Sjoerd Mullender Use a more modern way of creating large(ish) BATs.
2008-09-03 Stefan Manegold make sure we use the correct format string:
2008-09-03 Stefan Manegold [ please read and learn ]
2008-09-03 Sjoerd Mullender Adapt pagewidth to window width dynamically, but only if not set by
2008-09-03 Sjoerd Mullender Properly deal with UTF-8 encoding when calculating column widths in
2008-09-03 Jan Flokstra * fixed another 'document order' occurrence.
2008-09-03 Stefan Manegold propagated changes of Tuesday Sep 02 2008 - Wednesday Sep 03 2008 PF_ROX
2008-09-03 Martin Kersten Accept latest signature file
2008-09-02 Stefan Manegold propagated changes of Tuesday Sep 02 2008
2008-09-02 Stefan Manegold according to C precedence rules, "[]" binds stronger than "*"; May2008
2008-09-02 Sjoerd Mullender Copy-paste error.
2008-09-02 Sjoerd Mullender Copy-paste error. May2008
2008-09-02 Sjoerd Mullender propagated changes of Tuesday Sep 02 2008
2008-09-02 Sjoerd Mullender propagated changes of Tuesday Sep 02 2008 PF_ROX
2008-09-02 Sjoerd Mullender propagated changes of Monday Sep 01 2008 - Tuesday Sep 02 2008 PF_ROX
2008-09-02 Sjoerd Mullender Reduce stack usage so that even we can run May2008
2008-09-02 Sjoerd Mullender propagated changes of Tuesday Sep 02 2008
2008-09-02 Sjoerd Mullender propagated changes of Saturday Aug 30 2008 - Tuesday Sep 02 2008
2008-09-02 Sjoerd Mullender propagated changes of Saturday Aug 30 2008 - Tuesday Sep 02 2008
2008-09-02 Sjoerd Mullender propagated changes of Tuesday Sep 02 2008
2008-09-02 Sjoerd Mullender propagated changes of Saturday Aug 30 2008 - Tuesday Sep 02 2008
2008-09-02 Stefan Manegold correctly respect "-t0" choice made on Mtest.py's command line May2008
2008-09-02 Sjoerd Mullender Split function reduce into two so that we don't get a out-of-stack May2008
2008-09-02 Sjoerd Mullender Backport from trunk: May2008
2008-09-02 Sjoerd Mullender Fix segmentation fault: don't try to read BUNs if the BAT is empty.
2008-09-02 Sjoerd Mullender We can't slice to MAX_INT if sizeof(int) >= sizeof(BUN) since MAX_INT
2008-09-02 Stefan Manegold use assertion only when necessary;
2008-09-02 Stefan Manegold make sure that (per block) all declarations preceed all statements