Files
harbour-core/harbour/website/faq/harbour12.html
Viktor Szakats 2688ce2212 2013-01-24 15:14 UTC+0100 Viktor Szakats (harbour syenar.net)
* utils/hbmk2/hbmk2.prg
    + links to markdown and markdown to man-page converter tool
    ! minor cleanup to prev

  * utils/hbmk2/hbmk2.1
    * some updates

  * ChangeLog.txt
    ! typos/updates in previous entry

  * extras/hbdoc/*.prg
  * src/rtl/memoedit.prg
  * tests/clasinh.prg
  * tests/classch.prg
  * tests/inhprob.prg
    ! updated for new ::super: syntax

  * src/rtl/itemseri.c
    ! fixed typo in latest modification:
      'warning: use of unary operator that may be intended as compound assignment (+=)'

  * contrib/hbgd/tests/test_out.prg
  * contrib/hbhttpd/*
  * contrib/hbtip/thtml.prg
  * contrib/xhb/*.prg
  * extras/httpsrv/*
  * extras/guestbk/*
  * website/faq/*.html
  * website/samples/HowToBuildOnLinux.html
  * website/third-party.html
    * some steps to modernize old HTML

  * extras/hbdoc/*.prg
    * do not use [] as string delimiter

  - tests/function.cfm
  - website/samples/function.cfm.html
  * .gitattributes
    - obsolete file deleted
2013-01-24 14:20:54 +00:00

38 lines
1.7 KiB
HTML

<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>How did Harbour get started?</title>
</head>
<body text="#000000" bgcolor="#ffffff">
<a href="harbour.html"><em>Frequently Asked Questions about Harbour</em></a>
<b>:</b> <a href="harbour6.html"><em>About Harbour</em></a>
<b>:</b> <em>How did Harbour get started?</em><br />
<b>Previous:</b> <a href="harbour11.html"><em>So who do I blame when it all goes wrong?</em></a><br />
<b>Next:</b> <a href="harbour13.html"><em>What is &quot;free software&quot;?</em></a>
<hr noshade>
<h2><a name="12"></a>2.6. How did Harbour get started?</h2>
<p>The idea of a
<a href="harbour13.html#FreeSoftware">free software</a> Clipper compiler
has been floating around for a long time and the subject has often cropped
up in discussion on <a href="news:comp.lang.clipper">comp.lang.clipper</a>. Actual work to get something developed started
early in 1999 when Antonio Linares <a href="http://groups.google.com/groups?as_umsgid=7clsi0%2491t%241%40talia.mad.ttd.net">started a thread</a> to
discuss some ideas about developing a Clipper grammar using Lex and Yacc.</p>
<p>The rest, as they say, is history (that history might form the basis of
another document should I ever get the time to compile it).</p>
<hr noshade>
<a href="harbour.html"><em>Frequently Asked Questions about Harbour</em></a>
<b>:</b> <a href="harbour6.html"><em>About Harbour</em></a>
<b>:</b> <em>How did Harbour get started?</em><br />
<b>Previous:</b> <a href="harbour11.html"><em>So who do I blame when it all goes wrong?</em></a><br />
<b>Next:</b> <a href="harbour13.html"><em>What is &quot;free software&quot;?</em></a>
</body>
</html>