Menu ▾ ▴

Src (SVN)-old Commit Log


Commit Date  
[r9172] by dwarren

Add decl to eliminate MSVC warning.

2017-12-07 14:04:49 Tree
[r9171] by dwarren

Minor change to string hash function; may be a micro improvement for long
strings. But is slightly more consistent.

2017-12-07 14:03:56 Tree
[r9170] by dwarren

Added ifdef to allow C programs on windows to include cinterf.h, which
includes this file. A bit of a hack, but I can't think of a reasonable
better way to do it.

2017-12-07 14:00:31 Tree
[r9169] by dwarren

(forgot this one: eliminate dll warning for MSVC compilation.)

2017-12-07 13:58:11 Tree
[r9168] by dwarren

Added conditional windows phraseology to eliminate inconsistent dll
linkage warnings. Also added functionality to intern_term by adding
another flag argument to all return of address of interned term tagged
as integer.

2017-12-06 20:50:50 Tree
[r9167] by "kifer"

changed the compilation option for DLLs from MT to MD
recompiled dlls
minor changes in dbdrivers

2017-12-04 19:42:05 Tree
[r9166] by "kifer"

dbdriver: NULL() replaced with NUL(_)
manual: typos
slgdelay: commented out spurious printf's

2017-12-04 01:24:50 Tree
[r9165] by dwarren

Deleted error processing for situation that shouldn't arise during type
conversiont, and just throw an internal error instead.

2017-11-30 16:18:01 Tree
[r9164] by "kifer"

if 'term' is specified as a field type and the field is empty or space-only, return that atom ' ' rather than a variable.
Also, issue an error/warning if can't convert to term.
I think it is better than before.

2017-11-27 05:33:47 Tree
[r9163] by "kifer"

added the ability to use user-defined types to proc_files: user can use
add_cvt_type_hook/2 to specify conversion hooks for specific types, eg, a time-hook may take something like '9:8:7' and return time(9,8,7).
Some refactoring of code.
Documentation.

2017-11-27 03:39:56 Tree
Older >