See ChangeLog entry 2002-04-13 21:40 UTC-0500 David G. Holm <dholm@jsd-llc.com>

This commit is contained in:
David G. Holm
2002-04-04 02:40:15 +00:00
parent 984d594ecc
commit 93f4130b8f
2 changed files with 9 additions and 1 deletions

View File

@@ -7,6 +7,10 @@
For example:
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
*/
2002-04-13 21:40 UTC-0500 David G. Holm <dholm@jsd-llc.com>
* include/hbrddntx.h
* Cleanup
* source/rdd/dbfntx/dbfntx1.c
* Algorithm of updating keys is fully rewritten, now the index tree
remains balanced after adding new keys.

View File

@@ -26,7 +26,11 @@ ARCH_DOS = $(subst /,\,$(ARCH))
MK := $(subst \,/,$(subst \~,~,$(MAKE)))
ifeq ($(COMSPEC),) #location of command.com
COMSPEC := command.com
ifeq ($(OS),Windows_NT)
COMSPEC := cmd.exe
else
COMSPEC := command.com
endif
endif
RM = del