pas2js/packages/rtl
2019-03-05 10:59:04 +00:00
..
browserconsole.pas rtl: fixed compile 2018-11-13 19:03:24 +00:00
class2pas.pas * Refactored and improved class2pas 2018-10-06 12:36:34 +00:00
classes.pas * Fix getdelimitedtext, quoting was wrong 2019-02-17 19:27:10 +00:00
contnrs.pas rtl: less hints 2018-05-17 13:11:19 +00:00
dateutils.pas rtl: less hints 2018-05-01 22:20:40 +00:00
hotreloadclient.pas rtl: less hints 2018-05-01 22:20:40 +00:00
js.pas rtl: updated isRecord 2019-02-11 15:15:11 +00:00
libjquery.pas * Make RTL package like any other 2017-12-28 10:01:55 +00:00
math.pas rtl: added val(s,bool,code), fixed range check error MinInteger 2018-12-15 11:33:54 +00:00
nodejs.pas rtl: using const to avoid cloning on calls 2019-02-16 08:20:05 +00:00
objpas.pas * Make RTL package like any other 2017-12-28 10:01:55 +00:00
pas2js_rtl.lpk rtl: fixed pas2js_rtl.lpk building with -Tbrowser 2018-12-23 13:10:58 +00:00
pas2js_rtl.pas rtl: fixed pas2js_rtl.lpk building with -Tbrowser 2018-12-23 13:10:58 +00:00
README.txt * Make RTL package like any other 2017-12-28 10:01:55 +00:00
rtlconsts.pas * Support for currency formatting. Currency type is a double 2018-04-21 09:17:29 +00:00
rtti.pas rtl: initial Rtti.Invoke(), issue 34710 2018-12-18 23:33:17 +00:00
strutils.pas * Merging revisions 294 from trunk: 2019-02-18 12:28:23 +00:00
system.pas rtl: less hints 2019-02-15 22:44:49 +00:00
sysutils.pas rtl: added overload TryStrToFloat with type extended 2019-03-05 10:59:04 +00:00
timer.pas + Timer component by warleyalex 2018-06-30 16:31:32 +00:00
types.pas * Auto-generate webgl.pas webaudio.pas from .idl files 2018-06-23 13:37:25 +00:00
typinfo.pas rtl: added tkHelper 2019-01-27 22:01:14 +00:00
web.pas * Add progress element, patch from Silvio Clecio (bug ID 0034975) 2019-02-02 12:07:50 +00:00
webaudio.pas * Auto-generate webgl.pas webaudio.pas from .idl files 2018-06-23 13:37:25 +00:00
webbluetooth.pas * Added webbluetooth unit 2018-06-23 16:27:19 +00:00
webgl.pas rtl: clean up 2019-02-26 17:46:10 +00:00
webrouter.pp rtl: less hints 2018-05-17 13:11:19 +00:00
websvg.pas * Websvg generated from web SVG IDL 2019-02-17 16:38:51 +00:00

Basic RTL for pas2js programs.

The files in this directory are part of the Free Pascal pas2js tool.

See the file COPYING.FPC, included in this distribution,
for details about the copyright.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.