pas2js/packages/rtl
michael 81538babe2 * Merging revisions 941,942,950,951,952,953 from trunk:
------------------------------------------------------------------------
    r941 | svenbarth | 2020-11-13 16:02:27 +0100 (Fri, 13 Nov 2020) | 1 line
    
    * TStack<>.TrimExcess should override TCustomList<>.TrimExcess
    ------------------------------------------------------------------------
    r942 | svenbarth | 2020-11-15 12:26:08 +0100 (Sun, 15 Nov 2020) | 1 line
    
    * fix compilation of Tetris demo
    ------------------------------------------------------------------------
    r950 | michael | 2020-11-24 15:59:49 +0100 (Tue, 24 Nov 2020) | 1 line
    
    * Added rendercolumn, so columns can be disabled
    ------------------------------------------------------------------------
    r951 | michael | 2020-11-25 12:15:19 +0100 (Wed, 25 Nov 2020) | 1 line
    
    * Add Focus and ReplaceClasses/AddRemoveClasses
    ------------------------------------------------------------------------
    r952 | michael | 2020-11-27 09:41:43 +0100 (Fri, 27 Nov 2020) | 1 line
    
    * Make creation of data-tags optional
    ------------------------------------------------------------------------
    r953 | michael | 2020-11-27 17:12:43 +0100 (Fri, 27 Nov 2020) | 1 line
    
    * Correct options objects
    ------------------------------------------------------------------------
2020-11-27 16:34:51 +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 * Merging revisions 944 from trunk: 2020-11-16 15:29:54 +00:00
contnrs.pas rtl: less hints 2019-03-04 13:52:35 +00:00
dateutils.pas * Allow seconds to be empty 2020-11-05 08:51:34 +00:00
generics.collections.pas * Merging revisions 941,942,950,951,952,953 from trunk: 2020-11-27 16:34:51 +00:00
generics.defaults.pas * TArray is in system unit (bug id 37795) 2020-09-25 11:23:16 +00:00
generics.strings.pas rtl: started generic TList 2019-08-26 13:44:05 +00:00
hotreloadclient.pas rtl: less hints 2018-05-01 22:20:40 +00:00
js.pas rtl: fixed jsInstanceOf returning boolean 2020-06-27 07:18:24 +00:00
libjquery.pas * Remove todos 2020-03-10 22:24:31 +00:00
math.pas rtl: clean up 2019-02-17 20:49:27 +00: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 * Make RTL package like any other 2017-12-28 10:01:55 +00:00
p2jsres.pp * Add support for resources 2019-10-27 13:14:34 +00:00
pas2js_rtl.lpk * Undo last patch, too much committed 2019-09-13 09:48:21 +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
rstranslate.pp * Copyright header added 2019-07-15 13:14:26 +00:00
Rtl.BrowserLoadHelper.pas * Fixes for Blob handling 2020-08-14 09:47:36 +00:00
Rtl.ScriptLoader.pas * Add dynamic unit loader and demo 2019-04-12 20:38:40 +00:00
Rtl.TemplateLoader.pas * Template loader and demo 2019-09-12 20:38:59 +00:00
Rtl.UnitLoader.pas * Add dynamic unit loader and demo 2019-04-12 20:38:40 +00:00
rtlconsts.pas * Fix missing reference to procedure streaming 2020-08-06 13:00:01 +00:00
rtti.pas * Patch from Henrique Werlang to rework GetProperties so it is faster (bug ID 37850). 2020-10-06 11:24:53 +00:00
simplelinkedlist.pas * Needed for classes unit 2019-07-07 18:38:55 +00:00
strutils.pas * Remove inline 2020-05-30 14:12:37 +00:00
system.pas rtl: removed obsolete widechar declaration 2020-11-12 23:42:33 +00:00
sysutils.pas rtl: added overload TryStrToInt64 with int64, TryStrToQWord with QWord, TryStrToUInt64 with UInt64 2020-11-13 11:18:47 +00:00
timer.pas + Timer component by warleyalex 2018-06-30 16:31:32 +00:00
types.pas * Move HRESULT to system unit 2020-08-14 10:21:22 +00:00
typinfo.pas rtl: moved TTypeKind to unit system, fpc compatibility, needed by GetTypeKind 2020-08-30 12:05:03 +00:00
web.pas * Add async fetch 2020-09-22 18:52:06 +00:00
webassembly.pas * First version of webassembly interface 2019-09-22 11:20:41 +00:00
webaudio.pas * Merging revisions 941,942,950,951,952,953 from trunk: 2020-11-27 16:34:51 +00:00
webbluetooth.pas rtl: clean up 2019-04-11 10:50:49 +00:00
webgl.pas rtl: clean up 2019-02-26 17:45:43 +00:00
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 * Websvg generated from web SVG IDL 2019-02-17 16:38:51 +00:00
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.