* config/w32/install.cf
* doc/man/hbdoc.1
* doc/en/tlabel.txt
* doc/en/set.txt
* doc/en/readme.txt
* doc/hbmake.txt
* doc/es/tlabel.txt
* doc/es/rdd.txt
* doc/es/hbpplib.txt
* doc/es/treport.txt
* doc/es/dirstruc.txt
* doc/es/dir.txt
* doc/es/file.txt
* doc/es/readme.txt
* doc/whatsnew.txt
* source/rtl/setkey.c
* source/rtl/tclass.prg
* source/compiler/cmdcheck.c
* contrib/hbmysql/utils/dbf2mysq.prg
* contrib/hbw32ddr/readme.txt
* contrib/hbodbc/odbc.txt
* contrib/hbodbc/readme.txt
* contrib/hbwhat32/_wincdlg.c
* contrib/hbtpathy/ChangeLog
* contrib/hbsqlit2/tests/hbsqlite.prg
* contrib/hbapollo/ChangeLog
* contrib/hbnf/byteneg.prg
* contrib/hbnf/savearr.prg
* contrib/hbnf/fttext.c
* contrib/hbnf/restsets.prg
* contrib/hbnf/byt2bit.prg
* contrib/hbnf/byt2hex.prg
* contrib/hbnf/ftint86.ch
* contrib/hbnf/byteand.prg
* contrib/hbnf/bytexor.prg
* contrib/hbnf/byteor.prg
* contrib/hbnf/origin.c
* contrib/hbnf/bitset.prg
* contrib/hbnf/popadder.prg
* contrib/hbnf/menutonf.prg
* contrib/hbnf/ftattr.c
* contrib/hbnf/isbit.prg
* contrib/hbnf/putkey.c
* contrib/hbnf/getenvrn.c
* contrib/hbnf/bytenot.prg
* contrib/hbnf/savesets.prg
* contrib/hbnf/tbwhile.prg
* contrib/hbnf/ftmenuto.ch
* contrib/hbnf/bitclr.prg
* contrib/hbnf/readme.txt
* contrib/rddads/doc/en/adsfuncs.txt
* contrib/rddads/doc/en/readme.txt
* contrib/rddads/readme.txt
* contrib/hbgd/ChangeLog
* contrib/hbgd/readme.txt
* contrib/hbmisc/hb_f.c
* contrib/hbtip/utils.c
* contrib/hbbtree/doc/hb_btree.txt
* contrib/examples/guestbk/guestbk.txt
* contrib/examples/hscript/readme.txt
* utils/hbdoc/genos2.prg
* utils/hbdoc/genng.prg
* utils/hbdoc/genasc.prg
* utils/hbdoc/genchm.prg
* utils/hbdoc/genhpc.prg
* utils/hbdoc/html.prg
* utils/hbdoc/ft_funcs.prg
* utils/hbdoc/hbdoc.prg
* utils/hbdoc/genpdf1.prg
* utils/hbdoc/gentrf.prg
* utils/hbdoc/genrtf.prg
* utils/hbmake/checks.prg
* utils/hbmake/ft_funcs.prg
* utils/hbmake/radios.prg
* utils/hbmake/hbmake.prg
! Some more filename casing related cleanups.
87 lines
2.8 KiB
Plaintext
87 lines
2.8 KiB
Plaintext
/*
|
|
* $Id: ChangeLog 8851 2008-06-30 10:36:02Z vszakats $
|
|
*/
|
|
|
|
/* Use this format for the entry headers:
|
|
YYYY-MM-DD HH:MM UTC[-|+]hhmm Your Full Name <your_email@address>
|
|
For example:
|
|
2002-12-01 23:12 UTC+0100 Foo Bar <foo.bar@foobar.org>
|
|
*/
|
|
|
|
2002-01-20 13:29 UTC+0100 Patrick Mast <email@patrickmast.com>
|
|
+ Added ChangeLog to the /contrib/apollo dir
|
|
+ contrib/apollo/test/apollo.ch
|
|
+ defines for function sx_SysProp
|
|
* contrib/apollo/test/apollo.prg
|
|
Added define "apollo.ch"
|
|
* contrib/apollo/apollo1.prg
|
|
+ Added function sx_GetVal()
|
|
* contrib/apollo/apollo.c
|
|
+ Added function sx_SetOrder()
|
|
+ Added function sx_Select()
|
|
+ Added function sx_SysProp()
|
|
|
|
2001-12-30 13:47 UTC+0100 Patrick Mast <email@patrickmast.com>
|
|
* contrib/apollo/apollo.c
|
|
+ Added function sx_GetDateJulian()
|
|
+ Added function sx_GetVariant()
|
|
+ Added function sx_SetCentury()
|
|
+ Added function sx_SetDateFormat()
|
|
+ Added function sx_GetLogical()
|
|
* modified function sx_Replace()
|
|
Note: Replace a logical value with sx_Replace() does not work yet.
|
|
* contrib/apollo/test/apollo.prg
|
|
* Added added functions in the test application.
|
|
* enhanced code
|
|
* Added and changed defines
|
|
|
|
|
|
2001-12-28 22:53 UTC+0100 Patrick Mast <email@patrickmast.com>
|
|
* contrib/apollo
|
|
+ Added function sx_GoBottom()
|
|
+ Added function sx_Go()
|
|
+ Added function sx_Seek()
|
|
+ Added function sx_SetSoftSeek()
|
|
+ Added function sx_RLock()
|
|
+ Added function sx_Reindex()
|
|
+ Added function sx_RecCount()
|
|
+ Added function sx_SetMemoBlockSize()
|
|
+ Added function sx_CreateNew()
|
|
+ Added function sx_CreateField()
|
|
+ Added function sx_CreateExec()
|
|
* contrib/apollo/test
|
|
* Added added functions in the test application.
|
|
|
|
|
|
2001-12-28 20:39 UTC+0100 Patrick Mast <email@patrickmast.com>
|
|
* contrib/apollo
|
|
+ Added function sx_AppendBlank()
|
|
+ Added function sx_Close()
|
|
+ Added function sx_Commit()
|
|
+ Added function sx_CreateField()
|
|
+ Added function sx_Eof()
|
|
+ Added function sx_GetString()
|
|
+ Added function sx_GoTop()
|
|
+ Added function sx_IndexTag()
|
|
+ Added function sx_RecNo()
|
|
+ Added function sx_Replace()
|
|
+ Added function sx_Skip()
|
|
+ Added function sx_Use()
|
|
+ Added function sx_Zap()
|
|
* contrib/apollo/test
|
|
* Added functions in a test application.
|
|
|
|
2001-12-28 18:54 UTC+0100 Patrick Mast <email@patrickmast.com>
|
|
* contrib/apollo
|
|
+ added readme.txt
|
|
* contrib/apollo/test
|
|
+ bld.bat
|
|
+ bld_b32.bat
|
|
* updated apollo.prg
|
|
|
|
2001-12-28 13:28 UTC+0100 Patrick Mast <email@patrickmast.com>
|
|
+ contrib/apollo
|
|
* Started Apollo sde60.dll connection for accessing
|
|
SIXNSX database files
|
|
Note: This is only the start.
|