pas2js/packages/rtl
Michaël Van Canneyt 1714ad692d * Syntax error class
2021-12-19 22:04:58 +01:00
..
arrayutils.pas * Start of array utils 2020-12-11 16:48:44 +00:00
browserconsole.pas * TBytesStream.LoadFromURL 2020-08-14 09:23:01 +00:00
class2pas.pas * Small cosmetic change 2020-05-16 11:54:20 +00:00
classes.pas * Fix streaming of chars outside ASCII range 2021-09-12 11:21:09 +02:00
contnrs.pas * Convert array of jsvalue to array of const where appropriate 2021-05-08 15:35:32 +00:00
dateutils.pas * Allow seconds to be empty 2020-11-05 08:51:34 +00:00
generics.collections.pas * Add comparer version of dictionary 2021-04-14 10:38:27 +00:00
generics.defaults.pas * TArray is in system unit (bug id 37795) 2020-09-25 11:23:16 +00:00
generics.strings.pas
hotreloadclient.pas
js.pas * Syntax error class 2021-12-19 22:04:58 +01:00
libjquery.pas * off 2021-10-04 18:09:24 +02:00
math.pas * Added SinCos for Delphi compatibility 2021-11-26 11:35:14 +01:00
node.events.pas * SPlit eventemitter, often encountered in browser code 2020-08-27 12:09:51 +00:00
nodejs.pas * SPlit eventemitter, often encountered in browser code 2020-08-27 12:09:51 +00:00
objpas.pas
p2jsres.pp
pas2js_rtl.lpk
pas2js_rtl.pas
README.txt
rstranslate.pp
Rtl.BrowserLoadHelper.pas * Fixes for Blob handling 2020-08-14 09:47:36 +00:00
Rtl.ScriptLoader.pas
Rtl.TemplateLoader.pas
Rtl.UnitLoader.pas
rtlconsts.pas * Additional string 2020-12-11 16:30:04 +00:00
rtti.pas Istype no TValue. 2021-09-06 19:37:48 +00:00
simplelinkedlist.pas
strutils.pas * Patch from Wagner Landgraf to fix order of params in StartsStr/EndsStr (Issue ID 38853) 2021-05-04 12:46:46 +00:00
system.pas * Empty string cannot be number 2021-06-11 05:33:16 +00:00
sysutils.pas * Fix formatfloat issue for certain precisions 2021-09-01 22:25:23 +02:00
timer.pas
types.pas * WordDynArray 2020-12-11 21:28:24 +00:00
typinfo.pas typeinfo: updated comments, that Module, Attributes and Params can be nil 2021-09-21 12:24:06 +02:00
web.pas rtl: less anonymous arrays 2021-09-21 12:24:31 +02:00
webassembly.pas
webaudio.pas * Correct options objects 2020-11-27 16:12:43 +00:00
webbluetooth.pas
webgl.pas
webrouter.pp * Add easy access method RouteFromURL 2020-03-23 13:52:15 +00:00
webrtc.pas * WEBRTC classes 2020-03-23 13:51:28 +00:00
websvg.pas
webutils.pas * Changed name to avoid confusion 2020-06-01 12:15:53 +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.