Viktor Szakats
9e9e5129f8
2010-07-14 14:41 UTC+0200 Viktor Szakats (harbour.01 syenar.hu)
* include/hbextern.ch
* src/rtl/hbdoc.prg
+ Added __HBDOC_FROMSOURCE( <cStream> ) -> <aEntry>
+ tests/stripdoc.hbs
+ Strips NFDOC/HBDOC from .c/.prg sources.
+ tests/hbdocext.prg
+ Extracts NFDOC/HBDOC from source code.
* contrib/hbct/bitnum.c
* contrib/hbct/strdiff.c
* contrib/hbct/token2.c
* contrib/hbct/charlist.c
* contrib/hbct/ctnet.c
* contrib/hbct/charonly.c
* contrib/hbct/atadjust.c
* contrib/hbct/ctmath.c
* contrib/hbct/ctset.c
* contrib/hbct/ctwin.c
+ contrib/hbct/doc
+ contrib/hbct/doc/en
+ contrib/hbct/doc/en/strdiff.txt
+ contrib/hbct/doc/en/token1.txt
+ contrib/hbct/doc/en/token2.txt
+ contrib/hbct/doc/en/keyset.txt
+ contrib/hbct/doc/en/ct.txt
+ contrib/hbct/doc/en/charmirr.txt
+ contrib/hbct/doc/en/ctc.txt
+ contrib/hbct/doc/en/charlist.txt
+ contrib/hbct/doc/en/charlihb.txt
+ contrib/hbct/doc/en/relation.txt
+ contrib/hbct/doc/en/atadjust.txt
+ contrib/hbct/doc/en/charonly.txt
+ contrib/hbct/doc/en/ctmath.txt
+ contrib/hbct/doc/en/atnum.txt
+ contrib/hbct/doc/en/numconv.txt
+ contrib/hbct/doc/en/charsort.txt
+ contrib/hbct/doc/en/count.txt
+ contrib/hbct/doc/en/posdiff.txt
+ contrib/hbct/doc/en/ftoc.txt
+ contrib/hbct/doc/en/charmix.txt
+ contrib/hbct/doc/en/charevod.txt
+ contrib/hbct/doc/en/finan.txt
+ contrib/hbct/doc/en/range.txt
+ contrib/hbct/doc/en/wordrepl.txt
+ contrib/hbct/doc/en/charrepl.txt
+ contrib/hbct/doc/en/exponent.txt
+ contrib/hbct/doc/en/addascii.txt
+ contrib/hbct/doc/en/ctmath2.txt
+ contrib/hbct/doc/en/strswap.txt
+ contrib/hbct/doc/en/trig.txt
+ contrib/hbct/doc/en/tab.txt
+ contrib/hbct/doc/en/video.txt
+ contrib/hbct/doc/en/charswap.txt
+ contrib/hbct/doc/en/dattime2.txt
+ contrib/hbct/doc/en/dattime3.txt
+ contrib/hbct/doc/en/replace.txt
+ contrib/hbct/doc/en/charop.txt
+ contrib/hbct/doc/en/misc1.txt
+ contrib/hbct/doc/en/asciisum.txt
+ contrib/hbct/doc/en/color.txt
+ contrib/hbct/doc/en/charone.txt
+ contrib/hbct/doc/en/num1.txt
+ contrib/hbct/doc/en/pos1.txt
+ contrib/hbct/doc/en/pos2.txt
+ contrib/hbct/doc/en/numat.txt
+ contrib/hbct/doc/en/charophb.txt
+ contrib/hbct/doc/en/atrepl.txt
+ contrib/hbct/doc/en/ascpos.txt
+ contrib/hbct/doc/en/wordtoch.txt
+ contrib/hbct/doc/en/ctpad.txt
+ contrib/hbct/doc/en/datetime.txt
+ contrib/hbct/doc/en/print.txt
+ contrib/hbct/doc/en/justify.txt
+ contrib/hbct/doc/en/remove.txt
+ contrib/hbct/doc/en/ctstr.txt
+ contrib/hbct/doc/en/screen1.txt
+ Moved embedded docs to separate files.
* contrib/hbct/charsort.c
* contrib/hbct/ftoc.c
* contrib/hbct/charmix.c
* contrib/hbct/charevod.c
* contrib/hbct/wordrepl.c
* contrib/hbct/exponent.c
* contrib/hbct/charrepl.c
* contrib/hbct/files.c
* contrib/hbct/strswap.c
* contrib/hbct/trig.c
* contrib/hbct/video.c
* contrib/hbct/charswap.c
* contrib/hbct/dattime3.c
* contrib/hbct/charop.c
* contrib/hbct/ct.prg
* contrib/hbct/cursor.c
* contrib/hbct/misc2.c
* contrib/hbct/color.c
* contrib/hbct/charone.c
* contrib/hbct/num1.c
* contrib/hbct/pos1.c
* contrib/hbct/ctcom1.c
* contrib/hbct/charophb.c
* contrib/hbct/ascpos.c
* contrib/hbct/numconv.prg
* contrib/hbct/ctstr.c
* contrib/hbct/screen1.c
* contrib/hbct/token1.c
* contrib/hbct/keyset.c
* contrib/hbct/charmirr.c
* contrib/hbct/ctc.c
* contrib/hbct/ctwfunc.c
* contrib/hbct/charlihb.c
* contrib/hbct/relation.c
* contrib/hbct/setlast.c
* contrib/hbct/atnum.c
* contrib/hbct/count.c
* contrib/hbct/disk.c
* contrib/hbct/posdiff.c
* contrib/hbct/finan.c
* contrib/hbct/range.c
* contrib/hbct/addascii.c
* contrib/hbct/ctmath2.c
* contrib/hbct/tab.c
* contrib/hbct/dattime2.c
* contrib/hbct/replace.c
* contrib/hbct/misc1.c
* contrib/hbct/asciisum.c
* contrib/hbct/pos2.c
* contrib/hbct/numat.c
* contrib/hbct/fcopy.prg
* contrib/hbct/atrepl.c
* contrib/hbct/ctcom2.c
* contrib/hbct/wordtoch.c
* contrib/hbct/ctpad.c
* contrib/hbct/datetime.c
* contrib/hbct/print.c
* contrib/hbct/justify.c
* contrib/hbct/remove.c
- Stripped NFDOC/HBDOC from source code.
+ contrib/hbnf/doc
+ contrib/hbnf/doc/en
+ contrib/hbnf/doc/en/acctmnth.txt
+ contrib/hbnf/doc/en/savearr.txt
+ contrib/hbnf/doc/en/rand1.txt
+ contrib/hbnf/doc/en/madd.txt
+ contrib/hbnf/doc/en/dispmsg.txt
+ contrib/hbnf/doc/en/numlock.txt
+ contrib/hbnf/doc/en/mouse1.txt
+ contrib/hbnf/doc/en/settime.txt
+ contrib/hbnf/doc/en/restsets.txt
+ contrib/hbnf/doc/en/page.txt
+ contrib/hbnf/doc/en/prtscr.txt
+ contrib/hbnf/doc/en/color2n.txt
+ contrib/hbnf/doc/en/byt2bit.txt
+ contrib/hbnf/doc/en/month.txt
+ contrib/hbnf/doc/en/byt2hex.txt
+ contrib/hbnf/doc/en/findith.txt
+ contrib/hbnf/doc/en/at2.txt
+ contrib/hbnf/doc/en/acctweek.txt
+ contrib/hbnf/doc/en/gcd.txt
+ contrib/hbnf/doc/en/poke.txt
+ contrib/hbnf/doc/en/pegs.txt
+ contrib/hbnf/doc/en/min2dhm.txt
+ contrib/hbnf/doc/en/acctqtr.txt
+ contrib/hbnf/doc/en/dosver.txt
+ contrib/hbnf/doc/en/mkdir.txt
+ contrib/hbnf/doc/en/nooccur.txt
+ contrib/hbnf/doc/en/dayofyr.txt
+ contrib/hbnf/doc/en/metaph.txt
+ contrib/hbnf/doc/en/menu1.txt
+ contrib/hbnf/doc/en/byteand.txt
+ contrib/hbnf/doc/en/setlastk.txt
+ contrib/hbnf/doc/en/sqzn.txt
+ contrib/hbnf/doc/en/bytexor.txt
+ contrib/hbnf/doc/en/workdays.txt
+ contrib/hbnf/doc/en/byteor.txt
+ contrib/hbnf/doc/en/asum.txt
+ contrib/hbnf/doc/en/sleep.txt
+ contrib/hbnf/doc/en/wda.txt
+ contrib/hbnf/doc/en/aavg.txt
+ contrib/hbnf/doc/en/woy.txt
+ contrib/hbnf/doc/en/alt.txt
+ contrib/hbnf/doc/en/any2any.txt
+ contrib/hbnf/doc/en/adessort.txt
+ contrib/hbnf/doc/en/setdate.txt
+ contrib/hbnf/doc/en/netpv.txt
+ contrib/hbnf/doc/en/amedian.txt
+ contrib/hbnf/doc/en/blink.txt
+ contrib/hbnf/doc/en/ctrl.txt
+ contrib/hbnf/doc/en/vertmenu.txt
+ contrib/hbnf/doc/en/qtr.txt
+ contrib/hbnf/doc/en/linked.txt
+ contrib/hbnf/doc/en/aredit.txt
+ contrib/hbnf/doc/en/shift.txt
+ contrib/hbnf/doc/en/fttext.txt
+ contrib/hbnf/doc/en/xbox.txt
+ contrib/hbnf/doc/en/ftround.txt
+ contrib/hbnf/doc/en/hex2dec.txt
+ contrib/hbnf/doc/en/nwuid.txt
+ contrib/hbnf/doc/en/dectobin.txt
+ contrib/hbnf/doc/en/chdir.txt
+ contrib/hbnf/doc/en/bitset.txt
+ contrib/hbnf/doc/en/aemaxlen.txt
+ contrib/hbnf/doc/en/nwlstat.txt
+ contrib/hbnf/doc/en/invclr.txt
+ contrib/hbnf/doc/en/popadder.txt
+ contrib/hbnf/doc/en/lastday.txt
+ contrib/hbnf/doc/en/dispc.txt
+ contrib/hbnf/doc/en/ftattr.txt
+ contrib/hbnf/doc/en/tempfile.txt
+ contrib/hbnf/doc/en/diskfunc.txt
+ contrib/hbnf/doc/en/stod.txt
+ contrib/hbnf/doc/en/scregion.txt
+ contrib/hbnf/doc/en/mouse2.txt
+ contrib/hbnf/doc/en/d2e.txt
+ contrib/hbnf/doc/en/kspeed.txt
+ contrib/hbnf/doc/en/descendn.txt
+ contrib/hbnf/doc/en/pickday.txt
+ contrib/hbnf/doc/en/firstday.txt
+ contrib/hbnf/doc/en/daytobow.txt
+ contrib/hbnf/doc/en/getenvrn.txt
+ contrib/hbnf/doc/en/anomatch.txt
+ contrib/hbnf/doc/en/menutonf.txt
+ contrib/hbnf/doc/en/pvid.txt
+ contrib/hbnf/doc/en/proper.txt
+ contrib/hbnf/doc/en/isbiton.txt
+ contrib/hbnf/doc/en/isbit.txt
+ contrib/hbnf/doc/en/cntryset.txt
+ contrib/hbnf/doc/en/datecnfg.txt
+ contrib/hbnf/doc/en/caplock.txt
+ contrib/hbnf/doc/en/easter.txt
+ contrib/hbnf/doc/en/bytenot.txt
+ contrib/hbnf/doc/en/ftisprn.txt
+ contrib/hbnf/doc/en/setkeys.txt
+ contrib/hbnf/doc/en/ntow.txt
+ contrib/hbnf/doc/en/aeminlen.txt
+ contrib/hbnf/doc/en/floptst.txt
+ contrib/hbnf/doc/en/pchr.txt
+ contrib/hbnf/doc/en/savesets.txt
+ contrib/hbnf/doc/en/tbwhile.txt
+ contrib/hbnf/doc/en/year.txt
+ contrib/hbnf/doc/en/calendar.txt
+ contrib/hbnf/doc/en/e2d.txt
+ contrib/hbnf/doc/en/sysmem.txt
+ contrib/hbnf/doc/en/elapsed.txt
+ contrib/hbnf/doc/en/n2color.txt
+ contrib/hbnf/doc/en/bitclr.txt
+ contrib/hbnf/doc/en/eltime.txt
+ contrib/hbnf/doc/en/putkey.txt
+ contrib/hbnf/doc/en/aading.txt
+ contrib/hbnf/doc/en/dfile.txt
+ contrib/hbnf/doc/en/elapmil.txt
+ contrib/hbnf/doc/en/pending.txt
+ contrib/hbnf/doc/en/peek.txt
+ contrib/hbnf/doc/en/clrsel.txt
+ contrib/hbnf/doc/en/ontick.txt
+ contrib/hbnf/doc/en/acctyear.txt
+ contrib/hbnf/doc/en/byteneg.txt
+ contrib/hbnf/doc/en/isshare.txt
+ contrib/hbnf/doc/en/sinkey.txt
+ contrib/hbnf/doc/en/iamidle.txt
+ contrib/hbnf/doc/en/ftidle.txt
+ contrib/hbnf/doc/en/rmdir.txt
+ contrib/hbnf/doc/en/scancode.txt
+ contrib/hbnf/doc/en/vidmode.txt
+ contrib/hbnf/doc/en/origin.txt
+ contrib/hbnf/doc/en/nwsem.txt
+ contrib/hbnf/doc/en/acctadj.txt
+ contrib/hbnf/doc/en/week.txt
+ contrib/hbnf/doc/en/vidcur.txt
+ contrib/hbnf/doc/en/readme.txt
+ contrib/hbnf/doc/en/prtesc.txt
+ contrib/hbnf/doc/en/miltime.txt
+ Moved embedded docs to separate files.
* contrib/hbnf/kspeed.c
* contrib/hbnf/iamidle.c
* contrib/hbnf/miltime.prg
* contrib/hbnf/mouse1.prg
* contrib/hbnf/setkeys.c
* contrib/hbnf/origin.c
* contrib/hbnf/chdir.c
* contrib/hbnf/hex2dec.prg
* contrib/hbnf/mouse2.prg
* contrib/hbnf/ftisprn.c
* contrib/hbnf/putkey.c
* contrib/hbnf/floptst.prg
* contrib/hbnf/mkdir.c
* contrib/hbnf/rmdir.c
* contrib/hbnf/setlastk.c
! Fixed NFDOC formatting.
; TODO: Strip docs.
2010-07-14 12:48:39 +00:00
..
2010-02-17 19:11:16 +00:00
2009-08-11 15:42:56 +00:00
2010-06-03 16:23:36 +00:00
2009-08-11 15:42:56 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-02-14 12:58:20 +00:00
1999-10-04 18:46:41 +00:00
2008-08-20 09:56:47 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
2008-08-23 14:46:28 +00:00
1999-10-04 18:46:41 +00:00
2008-07-28 18:43:42 +00:00
2010-06-03 16:23:36 +00:00
2008-07-28 18:43:42 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
2008-07-28 18:43:42 +00:00
1999-10-25 11:25:54 +00:00
1999-10-04 18:46:41 +00:00
2000-11-28 22:07:05 +00:00
2010-06-03 16:23:36 +00:00
2009-06-02 17:24:02 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
2000-02-14 08:11:56 +00:00
2008-07-28 18:43:42 +00:00
2001-01-25 20:10:03 +00:00
2008-07-28 18:43:42 +00:00
2008-07-28 18:43:42 +00:00
2010-06-03 16:23:36 +00:00
2001-09-10 22:04:29 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2008-08-20 11:04:28 +00:00
2008-08-20 09:56:47 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
2008-07-28 18:43:42 +00:00
2010-06-12 12:15:59 +00:00
2000-11-08 17:28:24 +00:00
2008-07-28 18:43:42 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
2008-06-28 08:52:56 +00:00
2009-06-19 12:25:44 +00:00
1999-10-04 18:46:41 +00:00
2008-07-28 18:43:42 +00:00
2010-06-03 16:23:36 +00:00
2008-08-20 11:04:28 +00:00
2010-06-03 16:23:36 +00:00
2009-06-03 10:26:40 +00:00
2008-08-20 11:04:28 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
2008-07-28 18:43:42 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2001-08-17 20:13:27 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2000-02-14 08:11:56 +00:00
2010-07-14 12:48:39 +00:00
2010-07-13 06:56:45 +00:00
2010-06-03 16:23:36 +00:00
2010-07-13 06:56:45 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
2000-02-14 08:11:56 +00:00
2001-09-10 22:04:29 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
2007-01-09 08:56:39 +00:00
2008-07-28 18:43:42 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
2008-08-17 15:04:11 +00:00
2008-08-20 11:04:28 +00:00
2009-06-03 10:26:40 +00:00
2009-03-25 15:34:09 +00:00
1999-10-04 18:46:41 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
2009-07-11 05:46:08 +00:00
2009-06-03 10:26:40 +00:00
2009-06-03 10:26:40 +00:00
2010-02-20 11:57:17 +00:00
2000-04-03 00:09:34 +00:00
2009-09-15 15:44:56 +00:00
2008-08-20 11:04:28 +00:00
2010-06-03 16:23:36 +00:00
2000-11-08 17:28:24 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2008-07-28 18:43:42 +00:00
2006-09-29 08:59:17 +00:00
2008-08-20 11:04:28 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2000-03-06 21:18:43 +00:00
2008-05-12 12:26:37 +00:00
2009-10-12 22:22:37 +00:00
2008-05-12 12:26:37 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
2008-07-28 18:43:42 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-12 12:15:59 +00:00
1999-10-16 03:28:56 +00:00
2002-10-22 22:35:46 +00:00
2010-06-12 12:15:59 +00:00
1999-10-04 18:46:41 +00:00
2008-07-28 18:43:42 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
2008-08-17 15:04:11 +00:00
2008-08-17 15:04:11 +00:00
1999-10-04 18:46:41 +00:00
2009-06-03 10:26:40 +00:00
1999-10-04 18:46:41 +00:00
2010-07-14 12:48:39 +00:00
2010-06-03 16:23:36 +00:00
2008-07-28 18:43:42 +00:00
2005-11-24 22:35:36 +00:00
1999-10-04 18:46:41 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
2008-08-20 09:56:47 +00:00
2000-07-25 02:13:26 +00:00
2000-07-24 20:18:15 +00:00
2000-03-06 21:18:43 +00:00
2010-05-13 08:01:33 +00:00
2000-11-08 17:28:24 +00:00
2008-08-20 11:04:28 +00:00
2000-09-05 19:44:25 +00:00
2008-07-28 18:43:42 +00:00
1999-11-10 10:17:19 +00:00
2000-09-18 07:04:53 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
2009-07-11 05:46:08 +00:00
2008-07-28 18:43:42 +00:00
1999-10-04 18:46:41 +00:00
2009-06-20 09:37:56 +00:00
2010-06-03 16:23:36 +00:00
2009-02-14 18:47:59 +00:00
2008-07-28 18:43:42 +00:00
2008-07-28 18:43:42 +00:00
2006-09-14 13:24:26 +00:00
1999-10-04 18:46:41 +00:00
2008-07-28 18:43:42 +00:00
2010-06-03 16:23:36 +00:00
2008-07-28 18:43:42 +00:00
2007-09-02 15:28:05 +00:00
2009-07-11 05:46:08 +00:00
2007-09-02 15:28:05 +00:00
2010-06-12 12:15:59 +00:00
1999-10-11 17:42:35 +00:00
2000-11-04 19:21:14 +00:00
2006-09-17 16:58:39 +00:00
2010-06-03 16:23:36 +00:00
2010-06-03 16:23:36 +00:00
2008-07-28 18:43:42 +00:00
1999-10-04 18:46:41 +00:00
2000-03-06 21:18:43 +00:00
2000-08-08 21:19:35 +00:00
2008-12-25 09:12:32 +00:00
2010-06-03 16:23:36 +00:00
2000-04-11 19:10:18 +00:00
2000-11-08 17:28:24 +00:00
2008-08-20 11:04:28 +00:00
2008-07-28 18:43:42 +00:00
2008-08-20 11:04:28 +00:00
2010-06-03 16:23:36 +00:00
2008-08-20 11:04:28 +00:00
2010-06-03 16:23:36 +00:00
2010-02-08 01:18:46 +00:00
2008-07-28 18:43:42 +00:00
2000-04-04 09:04:39 +00:00
2007-05-04 13:36:02 +00:00
2010-07-14 09:47:43 +00:00
2006-09-20 12:28:58 +00:00
2009-06-03 10:26:40 +00:00
2010-06-03 16:23:36 +00:00
2008-07-28 18:43:42 +00:00
2010-02-20 11:57:17 +00:00
2008-08-20 11:04:28 +00:00
2010-06-03 16:23:36 +00:00
1999-10-04 18:46:41 +00:00
2010-06-17 13:37:58 +00:00