@@ -15,7 +15,7 @@
// I, Danny Milosavljevic, hereby release this code into the public domain.
{$IFNDEF FPC_DOTTEDUNITS}
-unit ascii85;
+unit Ascii85;
{$ENDIF FPC_DOTTEDUNITS}
{$M+}
@@ -23,7 +23,7 @@
{$H+}
-unit base64;
+unit Base64;
interface
@@ -17,7 +17,7 @@
{$mode objfpc}
-unit bufstream;
+unit BufStream;
**********************************************************************}
-unit chainstream;
+unit ChainStream;
{$mode ObjFPC}{$H+}
@@ -36,7 +36,7 @@
}
-unit csvdocument;
+unit CsvDocument;
{$IFDEF FPC}
-unit csvreadwrite;
+unit CsvReadWrite;
@@ -13,7 +13,7 @@
-unit dirwatch;
+unit DirWatch;
{ $define forcegeneric}
@@ -16,7 +16,7 @@
{$h+}
-unit eventlog;
+unit EventLog;
-unit fpexprpars;
+unit fpExprPars;
@@ -12,7 +12,7 @@
-unit fpobserver;
+unit fpObserver;
{$mode objfpc}{$H+}
@@ -14,7 +14,7 @@
- unit fpthreadpool;
+ unit fpThreadPool;
@@ -34,7 +34,7 @@
-unit fptimer;
+unit fpTimer;
-unit gettext;
+unit GetText;
{$endif}
-Unit idea;
+Unit Idea;
{
-unit inicol;
+unit IniCol;
-unit iostream;
+unit IoStream;
@@ -17,7 +17,7 @@ Emulates a memorystream as far as needed: by writing past the end you can
increase its size; reading past the end gives an error}
-unit nullstream;
+unit NullStream;
-unit pascodegen;
+unit PasCodeGen;
@@ -21,7 +21,7 @@
profiling easier.
-unit pooledmm;
+unit PooledMM;
@@ -1,5 +1,5 @@
-unit singleinstance;
+unit SingleInstance;
-unit streamcoll;
+unit StreamColl;
@@ -20,7 +20,7 @@
-unit streamex;
+unit StreamEx;
Interface
@@ -27,7 +27,7 @@
-unit syncobjs;
+unit SyncObjs;
@@ -11,7 +11,7 @@
-unit wformat;
+unit WFormat;
{$ifdef fpc}
-unit whtml;
+unit WHtml;
-unit wmarkdown;
+unit WMarkDown;
-unit wtex;
+unit WTex;
@@ -29,7 +29,7 @@
-unit wtext;
+unit WText;
@@ -24,7 +24,7 @@
-unit memds;
+unit MemDs;
-unit daemonapp;
+unit DaemonApp;
-unit fpjson;
+unit fpJson;
{$i fcl-json.inc}
-unit fpjsonapply;
+unit fpJsonApply;
-unit fpjsonrtti;
+unit fpJsonRtti;
This file is part of the Free Pascal run time library.
-unit fpjsontopas;
+unit fpJsonToPas;
// TODO : Array of Array LoadFromJSON/SaveToJSON
-unit fpjsonvalue;
+unit fpJsonValue;
-unit json2yaml;
+unit Json2Yaml;
{$MODE OBJFPC}
-unit jsoncomparer;
+unit JsonComparer;
{$ENDIF}
-unit jsonConf;
+unit JsonConf;
-unit jsonfpcunit;
+unit JsonFpcUnit;
-unit jsonini;
+unit JsonIni;
-unit jsonparser;
+unit JsonParser;
-unit jsonreader;
+unit JsonReader;
{$I fcl-json.inc}
{ $INLINE ON}
-unit jsonscanner;
+unit JsonScanner;
-unit jsonwriter;
+unit JsonWriter;
-unit dbugintf;
+unit DbugIntf;
-unit dbugmsg;
+unit DbugMsg;
-unit process;
+unit Process;
{$define windows}
-unit simpleipc;
+unit SimpleIPC;
-unit custweb;
+unit CustWeb;
@@ -84,7 +84,7 @@ Date Author Changes
*)
-UNIT libtar;
+UNIT LibTar;
INTERFACE